(kill-comment): Fixed by rewriting it with syntax-tables rather than regexps
[emacs.git] / lisp / ChangeLog
blob979136d53a1c9ab6fe40264bb8c98b21940b7474
1 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
3         * Makefile (DONTCOMPILE): Add term/internal.el.
5 1999-11-26  Dave Love  <fx@gnu.org>
7         * comint.el: Fix last change.
9         * emacs-lisp/advice.el: Fix last change.
11 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
13         * cus-edit.el (Custom-reset-standard): Doc fix.
14         (custom-variable-reset-standard): Doc fix.
15         (custom-face-reset-standard): Doc fix.
16         (custom-face-menu): "Reset to Standard" => "Erase Customization".
17         (custom-variable-menu): Likewise.
18         (custom-reset-menu): Likewise.
19         (custom-buffer-create-internal): Likewise.
21 1999-11-26  Dave Love  <fx@gnu.org>
23         * progmodes/make-mode.el (makefile-mode-hook): Customize.
25         * font-lock.el: Doc fixes.
27         * menu-bar.el (menu-bar-mode): Customize.
29         * cus-start.el: Add use-dialog-box.
31         * add-log.el (change-log-mode-hook): Customize.
32         (add-log-current-defun): Use
33         fortran-{beginning,end}-of-subprogram.  
35 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
37         * emacs-lisp/advice.el: Many doc fixes.
39         * comint.el (comint-preoutput-filter-functions): Doc fix.
41 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
43         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): 
44         Improve messages for capitalization of arg names,
45         for flag variables, for t and nil, for imperatives.
46         Call them imperatives rather than infinitives sans "to".
47         (checkdoc-common-verbs-wrong-voice): Add "moves".
48         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
50         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
51         Don't convert comments from 3-semicolon to 2-semicolon.
52         That is a matter of style.
53         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
54         (checkdoc-comments): Don't bind that variable.
56 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
58         * files.el (write-file-hooks): Doc fix.
60 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
62         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
64 1999-11-25  Dave Love  <fx@gnu.org>
66         * hippie-exp.el: Require comint when compiling.
67         (hippie-expand): Add :links.
68         (hippie-expand-try-functions-list): Customize.
70 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
71         
72         * viper*el: Replaced old-style backquotes.
73         
74         * ediff*el: Replaced old-style backquotes.
75         
76         * ediff-merge
77         (ediff-looks-like-combined-merge,ediff-get-combined-region):
78         Changed to support the new format for ediff-combination-pattern.
79         
80         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
81         Changed to support the new format for ediff-combination-pattern.
82         
83 1999-11-24  Dave Love  <fx@gnu.org>
85         * custom.el (custom-declare-group): Purecopy DOC.
86         (custom-handle-keyword): Purecopy VALUE.
87         (custom-add-link): Purecopy WIDGET.
88         (custom-add-version): Purecopy VERSION.
89         (custom-add-load): Purecopy LOAD.
91         * cus-face.el (custom-declare-face): Purecopy DOC.
93         * info.el:
94         (Info-build-node-completions, Info-search, Info-follow-reference)
95         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
96         (Info-find-emacs-command-nodes): Avoid properties on matched text
97         which may appear in minibuffer.
99 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
101         * locate.el (locate-with-filter): Doc fix.
103 1999-11-24  Alex Schroeder  <alex@gnu.org>
105         * sql.el (sql-find-sqli-buffer): New function.
106         (sql-set-sqli-buffer-generally): New function.
107         (sql-set-sqli-buffer): Better checking of new-buffer.
108         (sql-copy-column): Add comma after INTO clause, too.
110 1999-11-24  Alex Schroeder  <alex@gnu.org>
112         * sql.el (sql-imenu-generic-expression): New, used to set
113         imenu-generic-expression.
115         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
116         setting font-lock-defaults' SYNTAX-ALIST.  Set
117         imenu-generic-expression, imenu-case-fold-search, and
118         imenu-syntax-alist.
120         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
121         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
123 1999-11-23  Andrew Innes  <andrewi@gnu.org>
125         * w32-win.el (w32-drag-n-drop): Load files in current window, if
126         drop coords aren't over a specific window.
128 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
130         * ps-print.el: Define mule funs without checking if mule package is
131         loaded.
132         (ps-print-version): New version number (5.0.1).
133         (ps-header-dirpart): Now uses abbreviate-file-name.
135 1999-11-23  Dave Love  <fx@gnu.org>
137         * fortran.el (fortran-comment-line-start): Renamed from
138         comment-line-start.
139         (fortran-comment-line-start-skip): Renamed from
140         comment-line-start-skip.
141         (fortran-mode-map): Use renamed functions.  Add manual and custom
142         entries to menu.
143         (fortran-mode-hook): Customize.
144         (fortran-comment-indent-function): Renamed from
145         fortran-comment-hook.
146         (delete-horizontal-regexp): Function deleted.
147         (fortran-electric-line-number): Simplified.
148         (fortran-beginning-of-subprogram): Renamed from
149         beginning-of-fortran-subprogram.
150         (fortran-end-of-subprogram): Renamed from
151         end-of-fortran-subprogram.
152         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
153         (fortran-previous-statement, fortran-next-statement): Simplified.
154         (fortran-blink-match): New function.
155         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
156         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
157         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
158         line-end-position.
159         (fortran-fill): No longer interactive.  Simplified.
160         (fortran-break-line): Simplified.
161         (fortran-analyze-file-format): Use char-after, not looking-at.
163         * find-func.el (find-function-regexp): Use `define-minor-mode'
164         after easy-menu change.
166 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
168         * comint.el: Add redirection.from active comint buffers into
169         another buffer.  Written by Peter Breton.
171 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
173         * emacs-lisp/autoload.el (make-autoload): Recognize the new
174         `define-minor-mode'.
175         (define-minor-mode): Specify `doc-string-elt'.
177         * emacs-lisp/easy-mmode.el: Changed maintainer.
178         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
179         Use defcustom for the hooks; Improve the auto-generated docstrings.
180         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
181         (define-minor-mode): Add BODY arg; Only declare the keymap if
182         provided; Improve the auto-generated docstrings.
184 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
186         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
187         that the leading `^' is at the start.  This is necessary because
188         paragraphs.el tries to remove anchors, but can find them only if
189         they are the first character.
191         * progmodes/antlr-mode.el: New file.
193         * calendar/calendar.el: Fix autoload for
194         calendar-absolute-from-astro.  Add autoload for
195         calendar-print-astro-day-number.
197 1999-11-21  Anders Lindgren  <andersl@andersl.com>
199         * follow.el: Use modern backquote syntax.  Minor comment update.
201 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
203         * simple.el (with-syntax-table): Don't switch buffers.
205         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
206         progmodes/hideif.el: Use new backquote syntax.
208 1999-11-21  Ken Manheimer  <klm@python.org>
210         * icomplete.el (icomplete-completions): Use an explicit variable
211         `icomplete-prospects-length', obviating the need to use an
212         apparently faulty throw/catch arrangement.
213         
214 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
216         * term/internal.el (IT-display-table-setup): Don't overstep
217         character code 255.
219 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
221         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
222         for the charset chinese-sisheng is 7bit encoding, not 8bit.
224 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
226         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the 
227         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
229         * files.el (auto-mode-alist): Add patterns for diff-mode.
231         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
232         to detect an empty prompt.
234 1999-11-18  Dave Love  <fx@gnu.org>
236         * simple.el (input-mode-8-bit): Fix the customization.
238 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
240         * international/iso-acc.el (iso-languages): Add more
241         characters for Portuguese.
243         * speedbar.el: Clean up comment at the start of the file.
244         Remove RCS id.
246         * progmodes/compile.el (compilation-parse-errors): Use
247         compilation-buffer-p instead of testing major-mode.
249 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
251         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
252         (quickurl-ask): completion-ignore-case is set to the value of
253         quickurl-completion-ignore-case for the duration of the call to
254         completing-read.
255         
256 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
258         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
260 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
262         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
263         instead of ps-print-def.
265         * ps-print.el: Require ps-vars instead of ps-print-def.
267         * ps-mule.el: Require ps-vars instead of ps-print-def.
269 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
271         * simple.el (with-syntax-table): Save buffer explicitly instead of
272         using save-excursion.
274 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
276         * mail/supercite.el: New maintainer.
278 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
280         * progmodes/vhdl-mode.el: Use new backquote syntax.
282 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
284         * simple.el (with-syntax-table): New.
286 1999-11-15  Sam Steingold  <sds@ksp.com>
288         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
290 1999-02-22  Sam Steingold  <sds@goems.com>
292         * goto-addr.el (goto-address-at-mouse,
293         goto-address-find-address-at-point): use compose-mail.
294         (goto-address-mail-method): removed variable.
295         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
296         goto-address-send-using-mail): removed functions.
298 1998-11-03  Sam Steingold  <sds@goems.com>
300         * simple.el (backward-delete-char-untabify):
301         backward-delete-char-untabify-method can be `all' now - to delete
302         hungrily including newlines.
304 1999-11-15  Sam Steingold  <sds@ksp.com>
306         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
308 1999-11-15  Dave Love  <fx@gnu.org>
310         * cus-edit.el (customize-face, customize-face-other-window):
311         Require match from completing-read.
312         (custom-buffer-done-function): Default to custom-bury-buffer, not
313         bury-buffer.
315 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
317         * mail/rmail.el, iswitchb.el, hippie-exp.el,
318         progmodes/cperl-mode.el: Use new backquote syntax.
320 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
322         * uniquify.el: Use new backquote syntax.
324 1999-11-14  Markus Rost  <rost@ias.edu>
326         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
327         as in ispell-local-dictionary-alist.
329 1999-11-14  Alex Schroeder  <alex@gnu.org>
331         * ansi-color.el (ansi-color-apply): Updated regexps to include
332         highlighted face.
334 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
336         * forms.el (forms--make-format-elt-using-text-properties):
337         Treat `intangible' differently.
339         * forms.el: Use new backquote syntax.
341 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
343         * textmodes/scribe.el (scribe-mode): Doc-fix.
345 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
347         * net-utils.el (run-network-program, net-utils-run-program): Use
348         the new backquote syntax.
349         (smbclient-program, smbclient-program-options)
350         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
351         variables
352         (smbclient, smbclient-list-shares): New functions
354 1999-11-12  Sam Steingold  <sds@ksp.com>
356         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
357         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
358         (viper-kbd-buf-definition, viper-kbd-mode-alist)
359         (viper-kbd-mode-pair, viper-kbd-mode-definition)
360         (viper-kbd-global-pair, viper-kbd-global-definition):
361         Use the new backquote syntax.
363         * emulation/viper-cmd.el (viper-test-com-defun)
364         (viper-prefix-arg-value, viper-prefix-arg-com):
365         Use the new backquote syntax.
367         * emacs-lisp/debug.el (debugger-env-macro):
368         Use the new backquote syntax.
370         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
371         Use the new backquote syntax.
373         * calendar/calendar.el (calendar-remove-frame-by-deleting):
374         New user variable.
375         (calendar-hide-window): Use it.
376         (increment-calendar-month, calendar-for-loop, calendar-sum):
377         Use the new backquote syntax.
379 1999-11-12  Andrew Innes  <andrewi@gnu.org>
381         * select.el (x-set-selection): Call buffer-substring, not
382         substring.  Also fix docstring
384 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
386         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
387         of customizable variables to bug report message. Added
388         system-type to package name in bug report.
390 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
392         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
393         to display file names.
395 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
397         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
399         * isearch.el: Add lazy-highlighting feature.
401 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
403         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
404         constant.
405         (ps-mode-submit-bug-report): New function. Entry added to menu.
407 1999-11-10  William M. Perry  <wmperry@aventail.com>
409         * mwheel.el: New file to support the new style wheeled mice.
411 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
413         * startup.el (initial-scratch-message): Add ";;" to the front of
414         lines in the message.
416         * files.el (file-local-copy): Remove optional BUFFER argument
417         because that's not used by anything.
419         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
420         to-address.
422 1999-11-08  Markus Rost  <rost@ias.edu>
424         * wid-edit.el (widget-button-click): Wrap with save-excursion
425         to restore track-mouse in the correct buffer.
427 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
429         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
431 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
433         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
434         lpr-command to "lp" for some system-types. (copied from lpr.el
435         Emacs version 20.2.1).
437 1999-11-04  Markus Rost  <rost@ias.edu>
439         * simple.el (comment-region): Strip off white space at end of
440         comment-start.
442 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
444         * faces.el (secondary-selection): Fix wrong color name.
446 1999-11-04  John Tobey  <jtobey@epsilondev.com>
448         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
449         the default when invoking perldb in a non-Perl buffer, and other
450         cases involving -e or --.
452 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
454         * simple.el (previous-matching-history-element)
455         (next-history-element): Use delete-field instead of erase-field.
457         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
458         Use delete-field instead of erase-field.
460         * faces.el (secondary-selection): Change background to yellow.
462         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
463         find the start of the text.  Use field-string to read the user
464         input.
466 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
468         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
469         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
470         for compatibility with old face implementation.
472         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
473         Use erase-field instead of erase-buffer.
475         * frame.el (blink-cursor-mode, blink-cursor-end): Use
476         internal-show-cursor with new interface.
477         (blink-cursor-timer-function): New.
478         (blink-cursor-start): Use blink-cursor-timer-function.
480 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
482         * calendar.el (redraw-calendar): Move to nearest date before
483         redrawing.
485         * diary-lib.el (simple-diary-display): Reset modeline even if
486         there are no diary entries since the diary buffer may be displayed.
488 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
490         * emacs-lisp/debug.el (debug): If noninteractive, display the
491         backtrace using `message', then exit Emacs.
492         (debugger-batch-max-lines): New variable.
493         (debugger-setup-buffer): New subroutine, broken out of `debug'.
494         Change the messages put at the start, to say that the debugger
495         was entered.
497 1999-11-02  Sam Steingold  <sds@ksp.com>
499         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
501 1999-11-01  John Tobey  <jtobey@epsilondev.com>
503         * gud.el: (gud-perldb-massage-args): Massage correctly in the
504         presence of perl switches other than "-e".
506 1999-11-01  Markus Rost  <rost@ias.edu>
508         * dired-x.el (dired-smart-shell-command): Use
509         shell-command-history as in shell-command.
511 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
513         * userlock.el (ask-user-about-lock): Doc fix.
515         * frame.el: Doc fixes.
517 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
519         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
520         of show-cursor.
521         (blink-cursor-start, blink-cursor-end): Ditto.
523         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
525 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
527         * window.el (walk-windows): If ALL-FRAMES is a frame,
528         start on that frame.  Use save-selected-window.
530 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
532         * simple.el (end-of-buffer): Use window-end to find the window end
533         instead of vertical-motion because this handles variable-height
534         lines correctly.
536 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
538         * ediff.el: Version change.
540         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
541         make sure you are in a good frame before deleting other
542         windows.
543         (ediff-file-checked-in-p): Don't consider CVS
544         files checked in.
545         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
546         are writing to a newly created empty file.
548         * ediff-mult.el (ediff-show-session-group-hook): New default.
550         * ediff-vers.el (ediff-pcl-cvs-view-revision):
551         First cd to the file directory. reportedly works
552         better with remote files.
554         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
555         Use file-name-nondirectory when passing files to CVS.
557         * ediff-diff.el (ediff-cmp-options): New variable.
558         (ediff-same-file-contents): Use ediff-cmp-options.
560         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
561         ediff-get-patch-buffer): Use current buffer if it appears to be a
562         patch.
564         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
565         C-g
567         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
568         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
569         (viper-save-cursor-color,viper-restore-cursor-color):
570         Improved cursor color handling.
571         (viper-get-saved-cursor-color-in-replace-mode,
572         viper-get-saved-cursor-color-in-insert-mode): New functions for
573         better cursor color handling.
575         * viper-ex.el (ex-read,ex-edit):
576         Fixes for correct interpretation of #,%.
577         (viper-ex): Now works correctly when called from other functions.
578         (viper-glob-function): New variable.
579         (viper-ex): Save excursion before doing :global.
581         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
583         * viper-cmd.el (viper-post-command-sentinel,
584         viper-insert-state-post-command-sentinel,
585         viper-insert-state-pre-command-sentinel): Takes better care of
586          cursor colors.
588         * viper.el: Version change.
590 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
592         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
593         that the modeline display was updated *only* when
594         `whitespace-display-in-modeline' was set, not otherwise.
596 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
598         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
599         "frac12".
601         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
602         ad-activate.
604 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
606         * whitespace.el: Test for existence of `defcustom' and `defgroup'
607         using fboundp instead of assuming that these are not present in
608         particular flavors of emacs.
609         (whitespace-version): Update to 2.8
610         (whitespace-display-in-modeline): Add custom variable to control
611         displaying the whitespace errors on the modeline based on
612         suggestion from <klaus.berndl@sdm.de>
613         (whitespace-buffer): Now returns `t' if unclean and `nil' if
614         clean, to enable using as a hook function, as suggested by Puneet
615         Goel <puneet@computer.org>
616         (whitespace-buffer): Fix a subtle bug that cleaned up only if
617         quiet was not set, even with whitespace-auto-cleanup set.
618         (whitespace-mode-line): Now uses less modeline real estate and
619         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
620         which is present in the file, and <y> is any type of whitespace
621         whose check has been suppressed by setting
622         `whitespace-check-<whitespace-type>' to nil.
623         (whitespace-unchecked-whitespaces): New function to return the
624         list of whitespaces for whom checks have been suppressed.
625         (whitespace-display-unchecked-whitespaces): Renamed to
626         `whitespace-update-modeline' to reflect its functionality.
628 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
630         * progmodes/compile.el (compilation-error-regexp-alist):
631         Undo previous change.
633 >>>>>>> 1.97
634 1999-10-28  Dave Love  <fx@gnu.org>
636         * help.el (help-follow): Make arg optional again and really
637         default to point.
639 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
641         * paths.el (rmail-file-name): Make it an option.
643         * progmodes/ada-mode.el, progmodes/ada-prj.el,
644         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
645         comment fixes.
647         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
648         MIPS Pro 7.3 compiler error message syntax.
650 1999-10-27  Dave Love  <fx@gnu.org>
652         * progmodes/compile.el: Checkdoc-inspired fixes.
654 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
656         * lpr.el (print-buffer): Doc-string fix.
658 1999-10-27  Dave Love  <fx@gnu.org>
660         * emacs-lisp/advice.el: Doc fixes.
661         (ad-lemacs-p): Removed.
662         (advice): Add :link to defgroup.
664 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
666         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
667         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
669 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
671         * window.el (walk-windows): If ALL-FRAMES is a frame,
672         start on that frame.  Use save-selected-window.
674 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
676         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
677         ad-activate.  All callers changed, including those in data.c.
678         (ad-activate-internal-off): Renamed from ad-activate-off.
679         All uses changed.
680         (ad-activate): Renamed from ad-activate-on.  All uses changed.
681         (ad-start-advice, ad-stop-advice, ad-recover-normality):
682         Alter the definition of ad-activate-internal, not ad-activate.
684 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
686         * startup.el (command-line-1): Add support for command line
687         arguments `file' and `execute'.  Fix handling of `visit'.
689 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
691         * international/mule-cmds.el (read-input-method-name): Handle the
692         case that the arg DEFAULT is symbol.
694         * international/mule-diag.el (mule-diag): Handle the case that
695         default-input-method is symbol.
697 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
699         * textmodes/tildify.el: New file.
701 1999-10-25  Sam Steingold  <sds@ksp.com>
703         * Makefile (compile-files): Fixed the "tr" strings.
704         (EMACS): Set to ../src/emacs.
706 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
708         * info.el (Info-build-node-completions): Add '("*") to the
709         completion list.
711 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
713         * frame.el (auto-raise-mode): When enabling the mode,
714         immediately raise the selected frame.
716         * indent.el (indent-region): Doc fix.
718         * comint.el (comint-output-filter): Make the Comint buffer current
719         for the comint-preoutput-filter-functions.
721         * mail/reporter.el: Doc fix.
723 1999-10-24  Stephen Eglen  <stephen@gnu.org>
725         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
726         that Octave lisp files can also run under XEmacs 20.
727         (require 'custom) added so that files can run under Emacs 19.34.
729         * iswitchb.el (iswitchb-default-keybindings): No need to use
730         read-kbd-macro in keybindings.
732 1999-10-23  Dave Love  <fx@gnu.org>
734         * elide-head.el: New file.
736 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
738         * Makefile (compile-files, backup-compiled-files): New targets.
739         (bootstrap, bootstrap-clean): Ditto.
741 1999-10-22  Paul Eggert  <eggert@twinsun.com>
743         * international/mule-cmds.c (locale-language-names):
744         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
745         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
746         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
747         Use Latin-8 for Welsh.
748         Use Latin-1 for English if "en" is explicitly specified.
749         Use Latin-1 for Scots Gaelic, Tagalog.
750         Use Latin-1 (not Latin-4) for Greenlandic.
751         Use Latin-1 (not Latin-2) for Albanian.
752         (locale-preferred-coding-systems, locale-language-names):
753         Remove generic ISO 8859 locales; locale-charset-language-names now
754         does this.
755         (locale-charset-language-names): New variable.
756         (set-locale-environment): Use language name specified by
757         locale-charset-language-names if its charsets disagree with the
758         language name specified by locale-language-names.
760 1999-10-22  Dave Love  <fx@gnu.org>
762         * make-mode.el: Minor doc fixes.
764         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
766 1999-10-21  Dave Love  <fx@gnu.org>
768         * loadup.el: Add latin-8, latin-9.
770 1999-10-20  Paul Eggert  <eggert@twinsun.com>
772         * disp-table.el (standard-display-european): Remove undocumented
773         arg AUTO; no longer used by startup.el.  Do not attempt to treat
774         all non-English language environments as coding system names.
775         Instead, use the downcased language environment name as a coding
776         system name if it is one; otherwise, use latin-1.
778 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
780         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
781         that were split so that part of the comment appeared as Lisp code.
783 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
785         * ps-bdf.el: Doc fix.
787         * ps-print-def.el: New file: common definitions for all parts of
788         ps-print.
789         (ps-multibyte-buffer): Moved from ps-mule.
791         * ps-mule.el: File dependence fix.
792         (ps-multibyte-buffer): Moved to ps-print-def.
794         * ps-print.el: Doc fix, better customization.
795         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
796         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
797         (ps-end-file): Doc fix.
798         (ps-setup, ps-begin-file): Fun fix.
799         (postscript): New group.
800         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
801         (ps-print-prologue-1): Adjust PostScript programming.
802         (ps-print): Adjust group hierarchy.
803         (ps-print-n-up, ps-print-zebra, ps-print-background,
804         ps-print-printer)
805         (ps-print-page): New subgroups.
806         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
807         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
808         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
809         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
810         (ps-zebra-stripe-height, ps-print-background-image)
811         (ps-print-background-text, ps-spool-config): Adjust customization.
812         (dos-ps-printer): Definition eliminated.
814 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
816         * ps-mule.el: Doc fix, define functions properly if mule package is
817         loaded or not.
818         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
819         mule package is loaded or not.
821         * ps-print.el: Doc fix, n-up printing.
822         (ps-print-version): New version number (5.0).
823         (ps-page-dimensions-database): Added document media.
824         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
825         (ps-page-order, ps-printing-region-p): New vars.
826         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
827         funs.
828         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
829         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
830         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
831         (ps-n-up-xstart, ps-n-up-ystart): New macros.
832         (ps-print-begin-sheet-hook): New hook.
833         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
834         const.
835         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
836         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
837         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
838         (ps-count-lines): Changed to defun.
839         (ps-header-page): Changed to defsubst, fix fun.
840         (ps-printing-region): Doc fix, adjust programming code.
841         (ps-output-boolean, ps-background-pages, ps-background-text)
842         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
843         programming code.
845 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
847         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
848         (ps-print-version): New version number (4.2).
849         (ps-spool-config, ps-spool-tumble): New vars.
850         (ps-print-prologue-1): Changed to defconst, adjust PostScript
851         programming, new PostScript procedure to handle errors.
852         (ps-print-prologue-2): Changed to defconst.
853         (ps-print-duplex-feature): New const: duplex and tumble setting.
854         (ps-setup, ps-begin-file): Fix funs.
855         (ps-boolean-capitalized): New fun.
857 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
859         * Makefile (dontcompilefiles): Obsoleted.
860         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
861         (EL): Unused.
862         (temacs): Removed (unused).
863         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
864           version of the file (necessary for the update to work properly).
865         (autoloads): Force the use of `pwd`/loaddefs.el.
866         (updates); Redefined in terms of other targets to reduce redundancy.
867         (.el.elc): New default rule, just in case you want it.
868         (compile): Use a single invocation of Emacs.
869         (bootstrap-compile); Unneeded.
870         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
872 1999-10-19  Dave Love  <fx@gnu.org>
874         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
876 1999-10-19  Sam Steingold  <sds@ksp.com>
878         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
879         comply with the comment.
881 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
883         * autorevert.el (auto-revert-mode): Make auto-revert-mode
884         permanent-local.
886 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
888         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
889         value: \"lpr\" changed to "lpr"
890         (ps-mode-version): New constant
891         (ps-mode-show-version): New function, added key in ps-mode-map
892         (ps-run-messages): Removed
893         (ps-run-font-lock-keywords-2): New defcustom variable replacing
894         ps-run-messages. These keywords now include the value of
895         ps-run-prompt, making its fontification customizable.
896         (ps-run-init): Removed \\n from docstring, it is now added when
897         the value is used
898         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
899         ps-run-prompt
900         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
901         customizable variables in doc-string (its equivalent
902         ps-run-messages was missing in previous version of the doc-string)
903         (ps-run-mode): Simplified assignment to font-lock-defaults, using
904         symbols only
906 1999-10-19  Alex Schroeder  <alex@gnu.org>
908         * ansi-color.el: Complete rewrite.
910 1999-10-19  Paul Eggert  <eggert@twinsun.com>
912         Fix bootstrapping problems.
913         Use the system locale to specify Emacs locale defaults.
915         * international/mule-cmds.el (global-map):
916         Do not use backquote, because that makes a bootstrapping
917         problem if you need to recompile all Lisp files using interpreted code.
918         * international/mule.el (charset-id, charset-bytes,
919         charset-dimension, charset-chars, charset-width,
920         charset-direction, charset-iso-final-char,
921         charset-iso-graphic-plane, charset-reverse-charset,
922         charset-short-name, charset-long-name, charset-description,
923         charset-plist): Likewise.
924         * subr.el (save-match-data): Likewise.
926         * international/mule-cmds.el
927         (set-display-table-and-terminal-coding-system): New function,
928         containing code migrated out of set-language-environment.
929         (set-language-environment, set-locale-environment): Use it.
930         (locale-translation-file-name): Moved here from startup.el.
931         (locale-language-names, locale-preferred-coding-systems):
932         New vars.
933         (locale-name-match, set-locale-environment): New functions.
935         * language/japan-util.el (setup-japanese-environment-internal):
936         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
938         * startup.el (iso-8859-n-locale-regexp): Remove.
939         (locale-translation-file-name): Move to mule-cmds.el.
940         (command-line): Move locale-stuff into set-locale-environment.
942 1999-10-18  Dave Love  <fx@gnu.org>
944         * abbrev.el (add-abbrev, inverse-add-abbrev)
945         (expand-region-abbrevs): Remove properties from buffer text.
947 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
949         * iswitchb.el (iswitchb-exhibit): Extract user-input only
950         from the mini-buffer, without the prompt.
952         * simple.el (minibuffer-prompt-end): Return the position
953         after the prompt, not the position of that last character
954         of the prompt.
956 1999-10-17  Miles Bader  <miles@gnu.org>
958         * simple.el: Doc fixes.
960 1999-10-17  Miles Bader  <miles@gnu.org>
962         * simple.el (previous-matching-history-element, next-history-element):
963         Change to work correctly even if the point is in the prompt.
964         (choose-completion-string): Likewise.
965         (minibuffer-prompt-width): New function (compatibility with old subr).
967         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
968         When constraining the final position to the current field,
969         don't use the ONLY-IN-LINE mode of constrain-to-field.
971 1999-10-17  Miles Bader  <miles@gnu.org>
973         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
974         constrain-to-field.
975         * textmodes/paragraphs.el (forward-sentence): Likewise.
977 1999-10-17  Miles Bader  <miles@gnu.org>
979         * simple.el (line-move): Use constrain-to-field to avoid
980         moving into a prompt.
981         (previous-complete-history-element): Clarify doc string.
982         (next-complete-history-element): Likewise.
983         Use field-beginning instead of point-min.
984         (next-matching-history-element): Use field-beginning and
985         erase-field instead of point-min and erase-buffer.
986         * textmodes/paragraphs.el
987         (forward-paragraph, forward-sentence): Likewise.
988         (backward-kill-paragraph, backward-kill-sentence): Remove code to
989         constrain the kill to an field, as the movement commands now
990         do this.
992 1999-10-17  Miles Bader  <miles@gnu.org>
994         * simple.el (previous-matching-history-element): Get the
995         minibuffer input with field-string instead of buffer-string.
996         (choose-completion-string): Likewise.
997         (next-history-element): Likewise.
998         Erase the minibuffer input with erase-field, not erase-buffer.
999         Use field-beginning to find the beginning of the input.
1000         * textmodes/paragraphs.el (backward-kill-sentence):
1001         Remove minibuffer-prompt hack.
1002         Constrain to any input field.
1004 1999-10-17  Sam Steingold  <sds@ksp.com>
1006         * bindings.el (completion-ignored-extensions): Added ".sparcf"
1007         for CMUCL on sparc and ".ufsl" for LispWorks.
1008         (bound-and-true-p): Bugfix: free variable `v'.
1010 1999-10-16  Dave Love  <d.love@dl.ac.uk>
1012         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
1013         (edebug-uninstall-read-eval-functions): Use load-read-function,
1014         avoiding elisp-eval.
1016 1999-10-16  Sam Steingold  <sds@ksp.com>
1018         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
1019         instead of `eql'.
1021 >>>>>>> 1.86
1022 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
1024         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
1025         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
1026         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
1027         * ediff-util.el (ediff-make-temp-file):
1028         * ediff-vers.el (ediff-pcl-cvs-view-revision):
1029         * emerge.el (emerge-make-temp-file):
1030         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
1031         * vc.el (vc-update-change-log):
1032         * mail/mailpost.el (post-mail-send-it):
1033         * mail/metamail.el (metamail-region):
1034         * progmodes/cmacexp.el (c-macro-expansion):
1035         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
1037 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
1039         * smtpmail.el (smtpmail-via-smtp): Add support for
1040         automatically appending a domain to RCPT TO: addresses.
1042 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1044         * dired.el (dired-insert-directory): Insert the amount of
1045         free space after the total size.
1046         (dired-free-space-program, dired-free-space-args): New variables.
1048 1999-10-14  Karl Heuer  <kwzh@gnu.org>
1050         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
1052 1999-10-14  Dave Love  <fx@gnu.org>
1054         * international/characters.el:
1055         * international/fontset.el:
1056         * international/mule-conf.el: Add latin-iso8859-1[45].
1058         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
1059         strings.
1061         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
1062         (command-line): Detect Latin-[89] locales.
1064 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
1066         * international/mule-cmds.el (select-safe-coding-system)
1067         (leim-list-header): avoid the use of strings that start with backslash
1068           newline since lread.c:read1 has a hack to turn those strings into
1069           integer 0 during the loadup.el process.
1071         * diff-mode.el (diff-find-file-name): use `Index:' preferentially.
1073 1999-10-13  Dave Love  <fx@gnu.org>
1075         * image.el (insert-image): Copy the image spec and add an
1076         intangible property.
1078 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
1080         * help.el (help-xref-interned): Make it also work on variable-only
1081         and function-only symbols.
1082         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
1083         (help-follow): If the point under mouse is not highlighted, try
1084         `help-xref-interned' on the pointed-to symbol anyway.
1086         * info.el (Info-on-current-buffer): New entry point.
1087         (Info-find-node): Split into two for Info-on-current-buffer to
1088         hook into it.
1089         (Info-current-file, Info-set-mode-line, Info-up):
1090         Info-current-file can now be t.
1091         (Info-clone-buffer-hook): function for `clone-buffer'.
1092         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
1093         `clone-buffer' available in various ways to the user.
1095 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
1097         * simple.el (shell-command, shell-command-on-region): Use
1098         make-temp-file.
1099         (clone-buffer, clone-process, clone-buffer-hook): New functions.
1101         * subr.el (with-current-buffer): Don't use backquotes to avoid
1102         bootstrapping problems.
1104         * loadup.el (load-path): Add subdirs for bootstrapping.
1105         (docstrings): Ignore errors during bootstrapping.
1106         (args): New `bootstrap' argument (for use in place of `dump').
1108 1999-10-12  Emmanuel Briot  <briot@gnat.com>
1110         * ada-stmt.el: Doc-string fixes.
1112 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
1114         * recentf.el: New file.
1116         * ps-mode.el: New file.
1118         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
1119         case insensitive.
1121 1999-10-12  Richard Sharman  <rsharman@pobox.com>
1123         * sh-script.el: Added support for indenting existing scripts.
1124         (sh-mode-map): Added new bindings.
1125         (sh-mode): Updated mode doc-string for new commands, added
1126         make-local-variable calls, initialize mode-specific variables.
1127         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
1128         is now a different function.
1129         (sh-header-marker):  Changed docstring.
1130         (sh-set-shell): Initialize mode-specific variables.
1131         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
1132         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
1133         Changed these define-skeleton calls to work with user-specified
1134         indentation settings.
1135         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
1136         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
1137         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
1138         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
1139         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
1140         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
1141         (sh-guess-basic-offset, sh-handle-after-case-label)
1142         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
1143         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
1144         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
1145         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
1146         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
1147         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
1148         (sh-handle-this-then, sh-help-string-for-variable)
1149         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
1150         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
1151         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
1152         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
1153         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
1154         (sh-remove-our-text-properties, sh-rescan-buffer)
1155         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
1156         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
1157         (sh-scan-case, sh-search-word, sh-set-char-syntax)
1158         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
1159         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
1160         functions.
1161         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
1162         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
1163         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
1164         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
1165         (sh-var-list): New variables.
1167 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
1169         * quickurl.el (quickurl-list-insert): `count-lines' was returning
1170         a value one line to high if the cursor wasn't at the start of a
1171         line. A `beginning-of-line' is now performed before making the
1172         call to `count-lines'.
1174 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
1176         * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice.
1178 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
1180         * Makefile (setwins): abstract out the command to find subdirectories
1181         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
1182         (custom-deps, finder-data, autoloads, update-subdirs, updates)
1183         (autoloads-with-other-emacs): use it.
1185         * diff-mode.el: new file.  A mode for viewing/editing context diffs.
1187 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
1189         * Makefile (bootstrap-compile): New target.  Compile Lisp
1190         files with ../src/temacs.
1192 1999-10-08  Simon Marshall  <simon@gnu.org>
1194         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
1195         (regexp-opt-group): Use it to get common suffixes in STRINGS.
1196         If STRINGS is nil, return "" rather than nil.
1198 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
1200         * Makefile (compile): Compile files one by one.  Set load-path to
1201         current directory and subdirectories when compiling.
1203 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
1205         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
1206         (emacs): Use it everywhere instead of EMACS.
1207         (compile): New target.  Compile all Lisp files from scratch.
1208         (recompile): New target.  Recompile lisp directory.
1209         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
1210         an Emacs executable not built in the current directory tree.
1212 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
1214         * filecache.el (file-cache-completion-ignore-case): New variable,
1215         defaulting to the value of completion-ignore-case.
1216         (file-cache-minibuffer-complete): Use it.
1217         (file-cache-files-matching, file-cache-files-matching-internal):
1218         New functions.
1220 1999-10-07  Emmanuel Briot  <briot@gnat.com>
1222         * ada-xref.el: New file
1224         * ada-prj.el: New file
1226         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
1228         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
1229         subprogram being created.
1231         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
1232         ada-indent-newline-indent): Rewritten to support the new indentation
1233         scheme
1235         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
1236         New functions
1238         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
1239         justification parameter
1241         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
1242         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
1243         external program
1245 1999-10-07  Dave Love  <fx@gnu.org>
1247         * bindings.el (bound-and-true-p): New macro.
1248         (make-mode-line-mouse-sensitive): Don't require easymenu.
1250 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
1252         * custom.el (defface): Extend documentation for new values of
1253         `type'.
1255         * faces.el (face-spec-set-match-display): Recognize `type' of
1256         `motif', `lucid', `x-toolkit'.
1257         (menu): New face.
1259 1999-10-05  Dave Love  <fx@gnu.org>
1261         * files.el: Recognize temporary crontab files.
1263         * info.el: Require jka-compr when compiling.
1264         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
1266 1999-10-04  Dave Love  <fx@gnu.org>
1268         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
1269         scroll-up-aggressively, scroll-down-aggressively.
1271         * time.el (display-time-mode): Add autoload cookie.
1273         * rect.el (delete-extract-rectangle): Doc fix from verna.
1275         * help-macro.el (three-step-help): Customize.
1277 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1279         * hexl.el (hexlify-buffer): Move point in proper range
1280         if it is too large.
1281         (hexl-after-revert-hook): Update hexl-max-address.
1282         (hexl-address-to-marker): Doc fix.
1284 1999-10-03  Dave Love  <fx@gnu.org>
1286         * image.el (defimage): Remove redundant code.  Substitute file in
1287         image plist.
1289 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1291         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
1292         when doing with-temp-file.
1294 1999-10-01  Dave Love  <fx@gnu.org>
1296         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
1298         * help.el: Require view when compiling.
1299         (view-emacs-FAQ): Use Info version.
1301 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
1303         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
1304         (normat->normal).  Use correct font names for Korean
1305         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
1307 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
1309         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
1310         code not used by KOI8 to the same 8-bit code instead of mapping to
1311         SPC.
1312         (cyrillic-alternativnyj-decode-table): Likewise.
1314 1999-09-29  Alex Schroeder  <alex@gnu.org>
1316         * sql.el (sql-imenu-generic-expression): new, used to set
1317         imenu-generic-expression.
1318         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
1319         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
1320         imenu-case-fold-search, and imenu-syntax-alist.
1321         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
1322         setting font-lock-defaults' SYNTAX-ALIST.
1324 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1326         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
1327         macro, try again.
1329 1999-09-28  Dave Love  <fx@gnu.org>
1331         * cus-edit.el (custom-comment): Change widget definition.
1332         (custom-comment-create, custom-comment-show)
1333         (custom-comment-invisible-p): Don't use :comment-overlay.
1334         (custom-comment-hide): New function.
1335         (custom-variable-set, custom-variable-save)
1336         (custom-variable-reset-standard, custom-face-set)
1337         (custom-face-save): Use it.
1339 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1341         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
1343 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1345         * faces.el (region): Doc fix.
1347 1999-09-27  Dave Love  <fx@gnu.org>
1349         * isearch.el (isearch): Add :links in defgroup.
1350         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
1351         (isearch-switch-frame-handler): Comment out (unused).
1352         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
1353         (isearch-ring-retreat-edit): Doc fix.
1354         (isearch-mouse-yank): New command.
1355         (isearch-last-command-char): Removed.  Callers changed to use
1356         last-command-char.
1357         (isearch-char-to-string): Removed.  Callers changed to use
1358         char-to-string.
1360 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
1362         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
1363         option for Russian.
1365 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
1367         * faces.el (face-differs-from-default-p): Compare face
1368         attributes individually.
1370         * image.el (put-image, insert-image): Add string argument.
1372 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
1374         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
1375         LANG=de_DE.iso88591 on HPUX 11.0.
1377         * dired.el (dired-move-to-filename-regexp): Make it work
1378         for LANG=de_DE.iso88591 on HPUX 11.0.
1380 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1382         * info.el (info-initialize): Don't test existence of ALTERNATIVE
1383         if we know for some other reason it should not be used.
1385         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
1386         New variable.
1387         (edebug-recursive-edit): Save current-prefix-arg there,
1388         bind it, and set it back at the end.
1389         (edebug-outside-excursion): Restore and update the outside
1390         value of current-prefix-arg.
1391         (edebug-emacs-version-specific): Delete support for Epoch.
1393 1999-09-24  Howard Melman  <howard@silverstream.com>
1395         * imenu.el (imenu-after-jump-hook): New variable.
1396         (imenu): Run menu-after-jump-hook.
1397         (imenu-name-lookup-function): New variable.
1398         * imenu.el (imenu--in-alist): Use those variables.
1400 1999-09-24  Carsten Dominik  <cd@gnu.org>
1402         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
1403         multiple thebibliography environments.
1405         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
1406         with recentering window.
1407         (reftex-extract-bib-entries-from-thebibliography,
1408         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
1409         with multiple thebibliography environments.
1411         * textmodes/reftex-vars.el
1412         (reftex-section-levels): Function allowed as cdr.
1413         (reftex-max-section-depth) New option.
1415         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
1416         with multiple thebibliography environments.
1418 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
1420         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
1421         instead of point-min in call to delete-region.
1423 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1425         * vc.el (vc-backend-checkout): Use with-temp-file when checking
1426         out into arbitrary file names.
1428 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
1430         * language/european.el ("Turkish"): New language environment.
1432 1999-09-19  Dave Love  <fx@gnu.org>
1434         * delim-col.el: New file.
1436 1999-09-17  Richard Stallman  <rms@gnu.org>
1438         * files.el (after-find-file): When visiting a backup file,
1439         make it read-only.
1441         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
1442         (apropos-keybinding-face, apropos-label-face): Likewise.
1443         (apropos-property-face, apropos-match-face): Likewise.
1444         (apropos-label-properties): New variable.
1445         (apropos-print-doc): Use apropos-label-properties.
1446         (apropos-print): Set apropos-label-properties.
1448 1999-09-15  Richard Stallman  <rms@gnu.org>
1450         * winner.el: Use aref instead of sref.
1452         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
1454 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
1456         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
1458 1999-09-14  Richard Stallman  <rms@gnu.org>
1460         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
1461         cookie, even if followed by a letter.
1463 1999-09-14  Stephen Eglen  <stephen@gnu.org>
1465         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
1466         --no-line-editing are passed to Octave by including them here
1467         rather than storing them in inferior-octave-startup-args.
1469 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
1471         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
1472         command, option, env and sc.
1474         * subr.el (shell-quote-argument): Quote argument with double
1475         quotes for ms-dos.
1477 1999-09-14  Richard Stallman  <rms@gnu.org>
1479         * simple.el (eval-expression-print-level): New variable.
1480         (eval-expression-print-length): New variable.
1481         (eval-expression-debug-on-error): New variable.
1482         (eval-expression): Bind print-level, print-length and
1483         debug-on-error from those vars.
1485         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
1486         Bind print-level, print-length and debug-on-error.
1488 1999-09-14  Inge Frick  <inge@nada.kth.se>
1490         * dired.el (dired-recursive-deletes): New custom variable.
1491         (dired-re-no-dot): New variable.
1492         (dired-delete-file): New function deletes files and directories
1493         recursively.
1494         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
1496         * dired-aux.el (dired-recursive-copies): New custom variable.
1497         (dired-handle-overwrite): Broke a long line.
1498         (dired-copy-file): Call `dired-copy-file-recursive' instead of
1499         `copy-file'.
1500         (dired-copy-file-recursive): New function.  Copy directories
1501         recursively.
1502         (dired-do-create-files): Added support for generalized directory
1503         target.  How-to function may now return a function.  New fluid
1504         variable `dired-one-file'.
1505         (dired-copy-how-to-fn): New variable.
1506         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
1507         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
1508         (dired-do-copy-regexp): No recursive copies.
1510 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
1512         * whitespace.el (whitespace-version): Update version to 2.4
1514         * whitespace.el: Add customization variables to conditionally test
1515         any of the five whitespaces, per request from Rune Kleveland
1516         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
1518         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
1520         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
1521         list of modes to be checked for bogus whitespaces.
1523         * whitespace.el (whitespace-rescan-timer-time): Update
1524         documentation.
1526         * whitespace.el (whitespace-display-unchecked-whitespaces):
1527         new function to update modeline with untested whitespaces.
1529         * whitespace.el (whitespace-buffer): Test only whitespaces whose
1530         checking is turned on, and update modeline using the newly created
1531         `whitespace-display-unchecked-whitespaces'.
1533         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
1534         whose checking is turned on, and update modeline using the newly
1535         created `whitespace-display-unchecked-whitespaces'.
1537         * whitespace.el (whitespace-describe): Update documentation.
1539         * whitespace.el (whitespace-tickle-timer): Test if
1540         `whitespace-rescan-timer-time' is non-zero before tickling timer.
1542 1999-09-13  Dave Love  <fx@gnu.org>
1544         * hideif.el (hide-ifdef-mode): Add autoload cookie.
1546         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
1547         for temp buffer.
1548         (checkdoc-this-string-valid): Don't assume default comment-start.
1550 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
1552         * rsz-mini.el: Remove code, keep the interface.
1554 1999-09-13  Dave Love  <fx@gnu.org>
1556         * help.el (help-highlight-p): Doc fix.
1558         * faces.el (mode-line, header-line, tool-bar): Add :version.
1559         (highlight, secondary-selection): Add :group.
1560         (trailing-whitespace): Add :group, :version.
1562         * wid-edit.el: Remove some compatibility code and checks.
1563         (widget-specify-field, widget-specify-button): Don't use XEmacs
1564         properties.
1565         (widget-overlay-inactive): Change error message.
1566         (widget-button-pressed-face): New variable.
1567         (widget-button-click): Use it.
1568         (widget-documentation-link-add): Specify mouse and button faces.
1569         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
1570         removed now the functionality is built in.
1572         * cus-edit.el: Don't define-widget-keywords.
1573         (multimedia): New group.
1574         (custom-last): Function removed.
1575         (custom-quote): Add vectorp case, comment out characterp case.
1576         (custom-buffer-done-function, custom-raised-buttons): New option.
1577         (Custom-buffer-done): New function.
1578         (custom-buffer-create-internal): Obey custom-raised-buttons,
1579         Custom-buffer-done.
1580         (custom-button-face): Make it `released-button'.
1581         (custom-button-pressed-face): Make it `pressed-button'
1582         (custom-mode-map): Bind "q" to Custom-buffer-done.
1583         (custom-mode): Deal with raised/pressed buttons.
1585         Changes from Didier Verna:
1586         (custom-prompt-variable): Optional third arg makes prompt for a
1587         comment string.
1588         (customize-set-value, customize-set-variable,
1589         customize-save-variable): Optional prefix makes function handle
1590         variable comments.
1591         (customize-customized, customize-saved, custom-variable-state-set)
1592         (custom-variable-set, custom-variable-save, custom-face-state-set)
1593         (custom-variable-reset-saved, custom-variable-reset-standard)
1594         (custom-face-set, custom-face-save, custom-face-reset-saved)
1595         (custom-face-reset-standard, customize-save-customized): Handle
1596         custom comments.
1597         (custom-comment-face, custom-comment-tag-face): New face.
1598         (custom-comment): New widget.
1599         (custom-comment-create, custom-comment-delete)
1600         (custom-comment-value-set, custom-comment-show)
1601         ()custom-comment-invisible-p): New functions.
1602         (custom-variable-value-create, custom-face-value-create): Create a
1603         comment field widget.
1604         (custom-variable-menu, custom-face-menu): New entry for custom
1605         comment.
1606         (custom-face-value-create): Remove compatibility code.
1607         (custom-save-variables, custom-save-faces): Possibly save custom
1608         comments.
1610         * cus-face.el (custom-face-attributes): Simplify :underline,
1611         :overline, :inverse-video cases.  Fix up :box case (probably needs
1612         more work).
1614         Change from Didier Verna:
1615         (custom-set-faces): The arguments can now have a custom comment as
1616         fourth argument.
1618         * custom.el: Don't define-widget-keywords.
1619         Change from Didier Verna:
1620         (custom-set-variables): the arguments can now have a
1621         custom comment as fifth element.
1623 1999-09-13  Richard Stallman  <rms@gnu.org>
1625         * info.el (Info-find-node): Cope better if guesspos is too large.
1627 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
1629         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
1630         of buffer-substring because buffer-string doesn't copy the
1631         prompt.
1633         * faces.el (mode-line): Replaces `modeline'.
1634         (toplevel): Make `modeline' an alias for `mode-line'.
1636 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
1638         * gs.el: Change `ghostscript' to `postscript' in comment.
1640 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
1642         * emulation/tpu-edt.el (tpu-version): New version.
1643         (tpu-search-overlay, tpu-replace-overlay): New variables.
1644         (tpu-search-highlight, tpu-toggle-direction): New functions.
1645         (tpu-lm-replace): Set tpu-replace-overlay.
1646         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
1647         command hook.
1649 1999-09-11  Richard Stallman  <rms@gnu.org>
1651         * isearch.el (isearch-mode-map): Undo previous change.
1653         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
1654         use all of that as the sexp.
1656         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
1657         and use the initial argument as file name directly.
1658         Likewise if nothing matches.
1660 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
1662         * winner.el: Major changes.  Avoid changing point and mark.
1663         Save configurations after they change, not before.
1665 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
1667         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
1668         Bind print-continuous-numbering and print-number-table.
1670 1999-09-10  Dave Love  <fx@gnu.org>
1672         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
1674 1999-09-09  Richard Stallman  <rms@gnu.org>
1676         * whitespace.el: Finish making it fit Emacs conventions.
1677         Add autoloads.
1679 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
1681         * generic-x.el (bat-generic-mode): "::"-style comments don't
1682         need to begin with "-".  Fix the font-lock definitions of ON/OFF
1683         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
1684         from the list of keywords.  Add DO to the list of keywords.
1686 1999-09-09  Dave Love  <fx@gnu.org>
1688         * byte-opt.el (byte-optimize-backward-char):
1689         (byte-optimize-backward-word): New optimizations.
1690         (side-effect-free-fns, side-effect-and-error-free-fns): Add
1691         entries.
1693 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
1695         * image.el (put-image): Remove optional buffer parameter.
1697         * faces.el (face-italic-p): Return t only for values `italic'
1698         and `oblique'.
1700         * mouse.el (mouse-drag-mode-line-1): Extension of former
1701         mouse-drag-mode-line that also drags the header line.
1702         (mouse-drag-mode-line): Call it.
1703         (mouse-drag-header-line): New.
1704         (toplevel): Bind down-mouse-1 on header lines to
1705         mouse-drage-header-line.
1707 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
1709         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
1710         (make-mode-line-mouse-sensitive): Replace `top-line' by
1711         `header-line'.
1713 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
1715         * help.el (describe-function-1): Don't return empty string for keymaps.
1717         * fill.el (fill-region-as-paragraph, canonically-space-region):
1718         Respect colon-double-space at end of line.
1720 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
1722         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
1723         (backup-buffer): Use it.
1725 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
1727         * generic-x.el (generic-define-unix-modes): Added new modes:
1728         inetd-conf-generic-mode, etc-services-generic-mode,
1729         etc-passwd-generic-mode.  These are all defined for Unix by default.
1730         (apache-generic-mode): Use an imenu-generic-expression to list
1731         Configuration keywords.
1732         (samba-generic-mode): Use both ; and # as comment characters.
1733         (samba-generic-mode): Font-lock expressions now highlight name
1734         value pairs.
1735         (bat-generic-mode): Keywords are now case-insensitive through
1736         font-lock-defaults setting.
1737         (java-properties-generic-mode): Supports both ! and # as comment
1738         characters.
1739         (java-properties-generic-mode): Added an imenu-generic-expression
1740         (java-properties-generic-mode): Reworked to support the various
1741         different ways to separate name and value (viz, '=', ':' and
1742         whitespace).
1743         (show-tabs-generic-mode): Added this new generic-mode.
1745 1999-09-08  Richard Stallman  <rms@gnu.org>
1747         * progmodes/inf-lisp.el: Moved from top directory.
1749         * tar-mode.el (tar-header-block-tokenize):
1750         Use `when' instead of `and'.  Fix some clobbered text.
1752         * gud.el (gud-make-debug-menu): Make a child for the
1753         local menu, for its menu bar, and the debug menu.
1754         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
1755         Use the history in the simple way.
1757 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
1759         * language/korea-util.el (default-korean-keyboard): Initialize it
1760         according to the environment variable HANGUL_KEYBOARD_TYPE.
1762 1999-09-07  Richard Stallman  <rms@gnu.org>
1764         * subr.el (make-temp-file): New function.
1766 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
1768         * font-lock.el (font-lock-multiline): New text property contains
1769         a boolean to indicate if the char is part of a multiline match.
1770         (font-lock-default-fontify-region): Extend the region appropriately
1771         for multiline keywords.
1772         (font-lock-default-unfontify-region): Also remove the new
1773         font-lock-multiline text property.
1774         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
1775         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
1777 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1779         * diary-lib.el (list-diary-entries): Make sure two-digit years
1780         have leading zeros.
1782 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
1784         * faces.el (face-set-after-frame-default): Initialize some
1785         attributes of some faces from frame parameters.
1787         * faces.el (scroll-bar, border, cursor, mouse): New faces.
1789 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
1791         * faces.el (fringe): Replaces face `margin'.
1793 1999-09-07  Dave Love  <fx@gnu.org>
1795         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
1797 1999-09-07  Richard Stallman  <rms@gnu.org>
1799         * subr.el (push): Doc fix.
1801 1999-09-06  Richard Stallman  <rms@gnu.org>
1803         * vc.el (vc-annotate-display): Use < 69 not < 70
1804         to distinguish 20YY from 19YY.
1806         * timezone.el (timezone-parse-date): Use < 69 not < 70
1807         to distinguish 20YY from 19YY.
1809         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
1811 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
1813         * quickurl.el: (quickurl-list-focused-line): Removed.
1814         (quickurl-list-insert): Now works out the focused line using
1815         `count-lines' instead of using `quickurl-list-focused-line'.
1817 1999-09-06  Richard Stallman  <rms@gnu.org>
1819         * mail/rmail.el (rmail-retry-failure): Unconditionally move
1820         to beginning of message.
1822 1999-09-06  Dave Love  <fx@gnu.org>
1824         * isearch.el (isearch-mode-map): Add mouse-2.
1826         * rmail.el (rmail-read-password): Deleted.
1827         (rmail-get-pop-password): Use read-password.
1829         * quickurl.el: Don't conditionally define caddr.
1830         (quickurl-url-comment): Use nth, not caddr in function and
1831         defsetf.
1833 1999-09-06  Richard Stallman  <rms@gnu.org>
1835         * auto-show.el: Doc fixes.
1837 1999-09-06  Stephen Eglen  <stephen@gnu.org>
1839         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
1840         --no-line-editing so that TABs in source files are not interpreted
1841         as completion requests.
1843 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
1845         * hscroll.el, auto-show.el: Remove all code, keep the public
1846         interface as no-ops.
1848         * faces.el (face-bold-p): Don't return t if face has lighter
1849         weight than normal.
1851 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
1853         * startup.el (command-line): Make small-temporary-file-directory
1854         be nil except on ms-dos.
1856         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
1858         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
1859         is defined.
1861         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
1862         letters with a colon after d or l.
1864 1999-09-06  Dave Love  <fx@gnu.org>
1866         * byte-opt.el (byte-boolean-vars): Removed.  (Now primitive.)
1868 1999-09-05  Richard Stallman  <rms@gnu.org>
1870         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
1872         * textmodes/paragraphs.el (backward-kill-sentence):
1873         Don't test minibuffer-prompt-end here.
1874         (forward-sentence): Do handle it here.
1875         (backward-kill-paragraph): Don't test it here.
1876         (forward-paragraph): Handle it here.
1878         * mouse.el (font-menu-add-default): Simplify code.
1880 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
1882         * faces.el (header-line): Renamed from `top-line'.
1884 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
1886         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
1888 1999-09-04  Richard Stallman  <rms@gnu.org>
1890         * whitespace.el: New file.
1892 1999-09-04  Dave Love  <fx@gnu.org>
1894         * paths.el: Make some doc strings obey the make-docfile convention.
1896         * bindings.el: Likewise.
1897         (debug-ignored-errors): Remove BBDB ones.
1899 1999-09-03  Richard Stallman  <rms@gnu.org>
1901         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
1902         not from the draft to forward.
1904         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
1906 1999-09-03  Dave Love  <fx@gnu.org>
1908         * double.el (double-mode): Customize the variable.
1910 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
1912         * international/characters.el: Delete duplicated code.
1914 1999-09-02  Richard Stallman  <rms@gnu.org>
1916         * indent.el (indent-relative): Doc fix.
1918         * quickurl.el (quickurl): Doc fix.
1920 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
1922         * faces.el (margin): Change background to "gray" for mono (this is
1923         drawn with a stipple pattern).
1925 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
1927         * simple.el (next-history-element): Use minibuffer-prompt-end once
1928         again.  Remove test for minibuffer-prompt-in-buffer.
1930 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
1932         * files.el (small-temporary-file-directory): New variable.
1934         * startup.el (command-line): Compute the value of
1935         small-temporary-file-directory.
1937         * ediff-init.el (ediff-temp-file-prefix): Use
1938         small-temporary-file-directory if non-nil.
1940         * vc.el (vc-update-change-log): Likewise.
1942         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
1944         * simple.el (shell-command, shell-command-on-region): Use
1945         make-temp-name properly.  Use small-temporary-file-directory if
1946         non-nil, otherwise temporary-file-directory, to generate temporary
1947         files.
1949         * dos-w32.el (direct-print-region-helper): Use
1950         temporary-file-directory.  (From Stefan Monnier.)
1952 1999-09-02  Richard Stallman  <rms@gnu.org>
1954         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
1955         from asm-comment-char.
1956         (asm-font-lock-keywords): Recognize instruction width suffixes.
1958 1999-09-01  Richard Stallman  <rms@gnu.org>
1960         * play/fortune.el: New file.
1962 1999-08-31  Dave Love  <fx@gnu.org>
1964         * help.el (help-make-xrefs): Don't lose on non-empty blank line
1965         after key table.
1967         * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay
1968         variables.
1970         * subr.el (push): Fix typo.
1972 1999-08-30  Kevin Blake  <kblake@ticnet.com>
1974         * emacs-lisp/ring.el: Many doc fixes.
1975         (ring-size, ring-copy): New functions.
1977 1999-08-29  Richard Stallman  <rms@gnu.org>
1979         * progmodes/etags.el (tags-loop-continue):
1980         After tags-loop-operate returns, force skip to next file.
1982         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
1983         (mail-extr-first-letters, mail-extr-last-letters):
1984         Use character classes [:alpha:] and [:alnum:].
1986         * subr.el (push, pop): New macros.
1988         * progmodes/compile.el (compilation-error-regexp-alist):
1989         New item for SGI IRIX MipsPro compilers.
1991         * speedbar.el (speedbar-directory-buttons): Recognize
1992         device names when checking for file names.
1994         * array.el (array-reconfigure-rows): Use generate-new-buffer.
1996         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
1997         and specially handle defvar inside their expansions.
1998         (eval-defun-1): New subroutine.
2000         * progmodes/compile.el (compilation-error-regexp-alist):
2001         Fix the Perl -w entry to allow period after line number.
2002         Don't allow newlines in file name, but allow them after line number
2003         for Perl debugging traces.
2005         * which-func.el (which-func-cleanup-function): New variable.
2006         (which-function): Call that function.
2008         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
2009         to end a function name.
2011         * informat.el (Info-tagify): Don't insert more than one newline
2012         before the tag table.
2014 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
2016         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
2017         than make-temp-name, use match-string-no-properties, and eliminate
2018         a quadratic behavior when building bibtex-strings.
2020 1999-08-29  Alex Schroeder  <alex@gnu.org>
2022         * comint.el (comint-input-ring-separator): New variable.
2023         (comint-read-input-ring): Doc change; use
2024         comint-input-ring-separator when reading file.
2025         (comint-write-input-ring): Use
2026         comint-input-ring-separator when writing file.
2028 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
2030         * informat.el (Info-tagify): Start by widening.
2031         Match node headers that don't list the file name,
2032         and more kinds of page separations.
2033         Strip properties during tagification.
2034         Use start of node header line as tag's position.
2035         Fix the "done" message.
2037         (Info-validate): Save and restore match data around narrowing down.
2039 1999-08-28  Richard M. Stallman  <rms@gnu.org>
2041         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
2042         On repeated call, override previous values put into
2043         minor-mode-map-alist and minor-mode-alist.
2045 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
2047         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
2049 1999-08-27  Andreas Schwab  <schwab@gnu.org>
2051         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
2052         from cvs update.
2054 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2056         * calendar/calendar.el (calendar-move-hook): New hook.
2058         * calendar/cal-move.el: Call the new hook in every movement function.
2060         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
2061         the right function name.
2063 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
2065         * time-stamp.el: Put quote-backquote around all symbol names
2066         in doc strings, for mousing.
2067         (time-stamp): support multi-line patterns.
2068         (time-stamp-inserts-lines): new variable.
2069         (time-stamp-count): new variable.
2070         (time-stamp-string-preprocess): fixed bug where "%%a" becomes
2071         "Thu" instead of "%a".
2073 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
2075         * simple.el (kill-word): Undo previous change.
2077 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
2079         * jit-lock.el (jit-lock-function): Extend the fontified range
2080         to the beginning of the line containing the range start and
2081         the beginning of the line following the range end.
2083 1999-08-24  Dave Love  <fx@gnu.org>
2085         * timezone.el: Move provide to end.
2086         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
2087         <70 are 2000+.
2088         (timezone-parse-time): Simplify somewhat.
2090 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
2092         * faces.el (margin): Renamed from bitmap-area.
2094 1999-08-24  Alex Schroeder  <alex@gnu.org>
2096         * sql.el: Doc changes.
2097         (sql-sybase): use sql-server instead of sql-database.
2099 1999-08-23  Dave Love  <fx@gnu.org>
2101         * rect.el: Add/fix various doc strings.  Add `*' to all the
2102         interactive specs.
2104 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
2106         * jit-lock.el (jit-lock-function): Use line-beginning-position.
2107         Don't unwind-protect font-lock-fontify-region.
2109         * paragraphs.el (backward-kill-paragraph): Don't move
2110         point into mini-buffer prompt.
2111         (backward-kill-sentence): Ditto.
2113         * simple.el (next-history-element): Use minibuffer-prompt-end.
2114         Remove test for minibuffer-prompt-in-buffer.
2115         (kill-word): Don't move point into mini-buffer prompt.
2117 1999-08-21  Dave Love  <fx@gnu.org>
2119         * Makefile: Exclude CVS dirs like RCS.
2121 1999-08-19  Dave Love  <fx@gnu.org>
2123         * tooltip.el (tooltip-mode): Customize this, per convention.
2124         (tooltip-active): Option deleted.
2126         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
2128         * hanoi.el, page-ext.el: Declare dynamic vars.
2130         * term.el: Avoid ange-ftp related compilation warnings.
2132 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
2134         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
2135         the default so that beginners can benefit from it without
2136         searching in manuals.
2138 1999-08-18  Ray Blaak  <blaak@gnu.org>
2140         * progmodes/delphi.el: Consider assembly sections as blocks, to
2141         indent them better. Make auto-indent on newline optional.
2143 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
2145         * bindings.el (mode-line-modified): Look up key binding for C-x
2146         C-q.  If it's bound call that binding, otherwise call
2147         toggle-read-only.
2149 1999-08-17  Dave Love  <fx@gnu.org>
2151         * info.el (info): Doc fix.
2153         * finder.el (finder-known-keywords): Add `multimedia'.
2155         * apropos.el: Don't capitalize custom group name.
2157         * info-look.el: Remove compatibility code.
2158         (info-lookup-guess-default*): DTRT for point at start of symbol.
2159         (info-complete): Don't lose with point not at end of symbol.
2161 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
2163         * term.el (toplevel): Make face `term-default' an empty face.
2164         The code relied on the fact that Emacs ignored invalid faces in
2165         face text properties in 20.4.
2167 1999-08-16  Richard M. Stallman  <rms@gnu.org>
2169         * subr.el (point-at-eol, point-at-bol): New aliases.
2171         * simple.el: Functions reordered.
2173         * rect.el (delete-rectangle-line): Use line-end-position.
2175 1999-08-16  Karl Heuer  <kwzh@gnu.org>
2177         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
2178         here from simple.el.
2180 1999-08-16  Dave Love  <fx@gnu.org>
2182         * mouse.el: Provide `mldrag' for compatibility.
2183         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
2184         marked obsolete.
2186         * mldrag.el: Removed since the features are in mouse.el.
2188         * jka-compr.el (auto-compression-mode): New variable for
2189         customization.
2191         * bindings.el (mode-line-mule-info): Doc fix.
2193         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
2194         name comparisons.
2196         * files.el (interpreter-mode-alist): Add make, guile, clisp.
2197         (find-file): Doc fix.
2199 1999-08-16  Carsten Dominik  <cd@gnu.org>
2201         * textmodes/reftex.el: Most of the code moved to other files.
2202         * textmodes/reftex-auc.el: New file, split out from reftex.el
2203         * textmodes/reftex-cite.el: New file, split out from reftex.el
2204         * textmodes/reftex-global.el: New file, split out from reftex.el
2205         * textmodes/reftex-index.el: New file, split out from reftex.el
2206         * textmodes/reftex-parse.el: New file, split out from reftex.el
2207         * textmodes/reftex-ref.el: New file, split out from reftex.el
2208         * textmodes/reftex-sel.el: New file, split out from reftex.el
2209         * textmodes/reftex-toc.el: New file, split out from reftex.el
2210         * textmodes/reftex-vars.el: New file, split out from reftex.el
2211         * textmodes/reftex-vcr.el: New file, split out from reftex.el
2213 1999-08-16  Carsten Dominik  <cd@gnu.org>
2215         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
2216         conflict with pop-up-frames.
2217         (reftex-special-environment-parsers): New constant.
2218         (reftex-label-alist): car of an entry can also be a function.
2219         (reftex-what-special-env): new function.
2220         (reftex-label-location): Call `reftex-what-special-env'.
2221         (reftex-compile-variables): Check for symbol in
2222         `reftex-label-alist'.
2223         (reftex-what-environment): fixed bug with stacked environments of
2224         same kind (e.g. enumerate).
2225         (reftex-process-string): Preserve default directory.
2226         (reftex-label-alist-builtin): changed prefixes of endnote and
2227         footnote.  Also the magic words.
2228         (reftex-reference): Interprete new option
2229         `reftex-fref-is-default'.
2230         (reftex-replace-prefix-escapes): Interprete new `%S' format.
2231         (reftex-toc-mouse-view-line): Command removed (had no binding).
2232         (reftex-everything-regexp): New function.
2233         (reftex-nearest-match): Made better.
2234         (reftex-toc-find-section): Use new version of
2235         `reftex-nearest-match'.
2236         (reftex-insert-docstruct): adapted to work with the index stuff.
2237         (reftex-parse-from-file): Find index entries as well.
2238         (reftex-toc-toggle-index): New function
2239         (reftex-toc-map): `i' is now used to togle the index, File
2240         boundaries has been moved to `F'.
2241         (reftex-select-label-map): Toggling display of file boundaries is
2242         now on the `F' key, for consistency with `reftex-toc-map'.
2243         (reftex-erase-all-selection-and-index-buffers): Renamed from
2244         `reftex-erase-all-selection-buffer'.  Now also kills the index
2245         buffers.
2246         (reftex-viewing-cross-references): Customization group renamed
2247         from reftex-viewing-cross-references-and-citations.
2248         (reftex-index-macro-regexp,
2249         reftex-find-index-entry-regexp-format): New variables
2250         (reftex-macros-with-index): New variable
2251         (reftex-add-index-macros): New function
2252         (reftex-renumber-simple-labels, reftex-translate): Allow for
2253         multiple labels in a single ref command.
2254         (reftex-index-support): New customization group
2255         (reftex-support-index, reftex-index-special-chars,
2256         reftex-index-macros, reftex-index-default-macro,
2257         reftex-index-default-tag, reftex-index-math-format,
2258         reftex-index-section-letters, reftex-index-include-context,
2259         reftex-index-follow-mode, reftex-index-header-face,
2260         reftex-index-section-face, reftex-index-tag-face,
2261         reftex-index-face): New options
2262         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
2263         reftex-index-tag, reftex-index-return-marker,
2264         reftex-index-restriction-indicator, reftex-index-restriction-data,
2265         reftex-index-macro-regexp, reftex-index-level-re,
2266         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
2267         reftex-everything-regexp-no-index, reftex-index-re,
2268         reftex-macros-with-index, reftex-index-macro-alist): New variables
2269         (reftex-index-help, reftex-index-macros-builtin,
2270         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
2271         reftex-query-index-macro-help): New constants
2272         (reftex-index-selection-or-word, reftex-index,
2273         reftex-default-index, reftex-update-default-index,
2274         reftex-index-complete-tag, reftex-index-select-tag,
2275         reftex-index-complete-key, reftex-index-update-taglist,
2276         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
2277         reftex-display-index, reftex-insert-index,
2278         reftex-index-insert-new-letter, reftex-get-restriction,
2279         reftex-index-pre-command-hook, reftex-index-post-command-hook,
2280         reftex-index-show-help, reftex-index-next, reftex-index-previous,
2281         reftex-index-toggle-follow, reftex-index-toggle-context,
2282         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
2283         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
2284         reftex-index-quit, reftex-index-quit-and-kill,
2285         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
2286         reftex-index-revert, reftex-index-switch-index-tag,
2287         reftex-index-restrict-to-section, reftex-index-widen,
2288         reftex-index-restriction-forward,
2289         reftex-index-restriction-backward, reftex-index-visit-location,
2290         reftex-index-analyze-entry, reftex-index-globalize,
2291         reftex-index-edit, reftex-index-toggle-range-beginning,
2292         reftex-index-toggle-range-end, reftex-index-edit-key,
2293         reftex-index-edit-attribute, reftex-index-edit-visual,
2294         reftex-index-edit-part, reftex-index-level-down,
2295         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
2296         reftex-index-change-entry, reftex-index-goto-letter,
2297         reftex-add-index-macros, reftex-ensure-index-support,
2298         reftex-index-info-safe, reftex-index-info): New functions.
2301 1999-08-15  Richard M. Stallman  <rms@gnu.org>
2303         * paren.el (show-paren-mode): Support making show-paren-mode
2304         a buffer-local variable.  Don't check for a window system.
2305         (show-paren-function): Check whether show-paren-function is
2306         enabled in current buffer; do the right thing if not.
2307         Don't check for a window system.
2308         (show-paren-mode): Make it a user variable.
2310         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
2311         Handle `enum' like `struct'.
2313         * server.el (server-process-filter): If a client visits no buffers,
2314         close it immediately before recording it.
2316         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
2317         Optimize by calling concat just once.  Handle =\n sequence.
2318         (mail-unquote-printable-region): New command.
2319         (mail-quote-printable): Make it autoload.
2321 1999-08-15  Karl Heuer  <kwzh@gnu.org>
2323         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
2325 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2327         * lisp/texinfmt.el: Handle @ifnottex.
2329 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
2331         * frame.el (blink-cursor): Don't turn on cursor blinking for
2332         ms-dos.
2334         * faces.el (face-valid-attribute-values): Look in
2335         x-bitmap-file-path only for x and w32 window systems.
2337         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
2338         Do that if width is nil as well.
2339         (x-display-mm-height, x-display-mm-width): Update values.
2340         (x-colors): Compute the list from msdos-color-values.
2341         (x-select-enable-clipboard): Doc fix.
2342         (x-frob-font-weight, x-font-family-list): New functions.
2344 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
2346         * window.el (shrink-window-if-larger-than-buffer): Don't try to
2347         back up from beginning of buffer.
2349 1999-08-13  Karl Heuer  <kwzh@gnu.org>
2351         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
2353 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
2355         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
2356         doomsday clock, speed control is added and changes are made to
2357         allow large numbers of rings: rings now show the whole ring
2358         number, not just the last digit; consecutive rings are allowed to
2359         be the same size when necessary to fit all the rings in the
2360         window; and poles can be oriented horizontally.  Face support is
2361         thrown in gratuitously.
2362         (hanoi): Changed default number of rings back to 3.
2363         (hanoi-unix, hanoi-unix-64): New commands
2364         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
2365         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
2366         hanoi-odd-ring-face): New variables.
2367         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
2368         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
2369         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
2370         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
2371         (hanoi-topos, hanoi-draw-ring): Removed.
2373 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
2375         * faces.el (face-valid-attribute-values): Return an alist for
2376         families on ttys.
2377         (face-read-integer): Handle unspecified face attributes.  Add
2378         completion for `unspecified'.
2379         (read-face-attribute): Handle unspecified font attributes.
2380         (face-valid-attribute-values): Add `unspecified' to lists so that
2381         it can be chosen via completion.
2382         (face-read-string): Don't recognize "none" as input.
2384 1999-08-10  Dave Love  <fx@gnu.org>
2386         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
2387         string.
2389         * sun-curs.el: Require sun-fns.
2391 1999-08-10  Dave Love  <fx@gnu.org>
2393         * autorevert.el (auto-revert-mode): Add autoload cookie.
2395         * hscroll.el, auto-show.el: Files deleted -- we have built-in
2396         hscroll.
2398         * simple.el (hscroll-step, hscroll-point-visible)
2399         (hscroll-window-column): Remove now we have the mentioned real
2400         horizontal autoscrolling.
2402 1999-08-10  Richard M. Stallman  <rms@gnu.org>
2404         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
2405         control use of -f option.
2406         (mail-specify-envelope-from): New variable.
2407         (mail-from-style): Doc fix.
2409         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
2410         (easy-menu-get-map): New arg TO-MODIFY helps choose
2411         between local and global maps.
2412         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
2413         (easy-menu-change): Doc fix.
2415         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
2416         (info-lookup-guess-default): Simplified and cleaned up.
2417         (info-lookup-guess-default*): Preserve point.
2419         * view.el (view-mode-disable): If buffer-read-only is nil,
2420         don't change it.
2422         * files.el (after-find-file): Disable View mode if buffer is no
2423         longer read-only.
2425         * view.el (view-mode-enable, view-mode-disable):
2426         Call force-mode-line-update.
2428 1999-08-10  Karl Heuer  <kwzh@gnu.org>
2430         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
2431         * array.el, play/landmark.el, international/latin-3.el: Likewise.
2432         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
2434 1999-08-10  Alex Schroeder  <asc@bsiag.com>
2436         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
2437         to prevent m-eating-bug.
2439 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
2441         * term/pc-win.el (msdos-bg-mode): Remove.  Call
2442         frame-set-background-mode instead.  All callers changed.
2443         (msdos-face-setup): Don't force color display parameter, it is set
2444         by frame-set-background-mode.
2445         (make-msdos-frame): Call x-handle-reverse-video and
2446         face-set-after-frame-default.  Delete frame if creation failed.
2448         * faces.el (face-set-after-frame-default): Don't call
2449         make-face-x-resource-internal for the pc window-system.
2451 1999-08-10  Dave Love  <fx@melange.gnu.org>
2453         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
2454         case with no docstring specially.
2456 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
2458         * complete.el (PC-do-completion): If completing on file name,
2459         reproduce str by concatenating its directory and basename parts.
2461 1999-08-07  Dave Love  <fx@gnu.org>
2463         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
2464         unibyte to multibyte conversion of search-forward (from Handa),
2465         but avoid the replacement if the language is Latin-N.
2467 1999-08-06  Richard Stallman  <rms@gnu.org>
2469         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
2470         of eval-buffer.
2472         * international/mule.el (load-with-code-conversion):
2473         Pass t to eval-buffer for DO-ALLOW-PRINT.
2475 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
2477         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
2478         of filenames and attributes.
2479         (ls-lisp-insert-directory): Use directory-files-and-attributes
2480         for speed.
2482 1999-08-05  Dave Love  <fx@gnu.org>
2484         * auto-show.el (auto-show-mode): Fix :set.
2486         * widget.el (define-widget-keywords): Make dummy definition and
2487         comment-out its use.
2489 1999-08-04  Richard Stallman  <rms@gnu.org>
2491         * progmodes/tcl.el: Customized.
2493         * sql.el (sql-accumulate-and-indent): Instead of testing
2494         whether this is Emacs 20 before calling comint-accumulate,
2495         test whether comint-accumulate is defined.
2497 1999-08-04  Dave Love  <fx@gnu.org>
2499         * sgml-mode.el: Require outline when compiling.
2500         (sgml-mode-hook, html-mode-hook): Customize.
2501         (sgml-validate-command): Fix :version.
2502         (html-autoview-mode): Doc fix.
2504         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
2505         nothing in Latin-N environment.
2507         * info.el (Info-find-node): Call info-initialize here.
2508         (info): Not here.
2509         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
2511 1999-08-04  Richard Stallman  <rms@gnu.org>
2513         * ansi-color.el: New file.
2515 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
2517         * dired.el (dired-string-replace-match): Return `nil' when no match
2518         found with global search.
2520         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
2521         * terminal.el (te-terminfo-directory):
2522         * mail/mailpost.el (post-mail-send-it):
2523         * mail/metamail.el (metamail-region):
2524         * progmodes/ada-mode.el (ada-tmp-directory):
2525         Use temporary-file-directory.
2527         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
2528         (compilation-filter, compilation-forget-errors)
2529         (compilation-parse-errors): Use a marker instead of an integer for
2530         `compilation-parsing-end'.
2532         * progmodes/diff.el (diff-parse-differences):
2533         Use a marker instead of an integer for `compilation-parsing-end'.
2534         * textmodes/tex-mode.el (tex-compilation-parse-errors):
2535         Use a marker instead of an integer for `compilation-parsing-end'.
2537 1999-08-03  Richard Stallman  <rms@gnu.org>
2539         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
2540         (Buffer-menu-mode): Doc fix.
2541         (Buffer-menu-view): New command.
2542         (Buffer-menu-view-other-window): New command.
2544 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
2546         * replace.el (query-replace-regexp-eval)
2547         (replace-eval-replacement, replace-loop-through-replacements)
2548         (replace-match-string-symbols): New functions.
2549         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
2550         Use replace-loop-through-replacements.
2552 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
2554         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
2555         (5x5): Doc fix.
2557 1999-08-03  Dave Love  <fx@gnu.org>
2559         * fortran.el (fortran-indent-new-line): Make it an alias
2560         for reindent-then-newline-and-indent.
2562 1999-08-03  Didier Verna  <verna@inf.enst.fr>
2564         * rect.el: All functions rewritten, except when noted above
2565         their declaration.  Below is a list of interface changes.
2566         (apply-on-rectangle): New function, mostly replaces
2567         `operate-on-rectangle'.  All callers changed.
2568         (move-to-column-force): Pass new second argument to `move-to-column'.
2569         (kill-rectangle): Added optional prefix arg to fill lines.
2570         (delete-rectangle): Ditto.
2571         (delete-whitespace-rectangle): Ditto.
2572         (delete-extract-rectangle): Ditto.
2573         (open-rectangle): Ditto.
2574         (clear-rectangle): Ditto.
2575         (delete-whitespace-rectangle-line): New function.
2576         (delete-rectangle-line): Added third arg FILL.
2577         (delete-extract-rectangle-line): Ditto.
2578         (open-rectangle-line): Ditto.
2579         (clear-rectangle-line): Ditto.
2581 1999-08-03  Ray Blaak  <blaak@gnu.org>
2583         * progmodes/delphi.el: New file.
2585 1999-08-02  Richard Stallman  <rms@gnu.org>
2587         * textmodes/outline.el (outline-previous-heading): New function.
2588         (outline-up-heading-all): Use outline-previous-heading.
2589         (outline-next-heading): Delete definition inserted yesterday.
2591 1999-08-01  Richard Stallman  <rms@gnu.org>
2593         * textmodes/outline.el (outline-next-heading): New function.
2594         (outline-up-heading-all): New function.
2595         (outline-font-lock-level): Using outline-up-heading-all.
2596         Tell outline-back-to-heading to accept invisible headings.
2598         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
2600         * mail/mh-utils.el (mh-find-path-run): New variable.
2601         (mh-find-path): Test and set that.
2602         Set mail-user-agent only the first time this function is run.
2603         (mail-user-agent): Defvar deleted.
2605         * info.el (info-initialize): New function.
2606         (info): Call info-initialize.
2607         (Info-directory-list): Initialize to nil,
2608         so info-initialize will set it up for real.
2610 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2612         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
2613         does not interpret a time as the year in a day-month entry.
2615         * calendar/diary-lib.el: Change syntax table entry for colon in
2616         the diary as part of the european-date-diary-pattern fix.
2618 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
2620         * international/mule.el (set-auto-coding): Allow whitespace before
2621         and after the "variable: value" pair.
2623 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
2625         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
2626         (default-sendmail-coding-system): Doc-string fixed.
2628 1999-07-30  Dave Love  <fx@gnu.org>
2630         * subr.el (assoc-delete-all): New function, renamed from
2631         frame-delete-all.
2633         * frame.el: Change comments to doc strings and other doc fixes.
2634         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
2635         Callers changed.
2636         (set-background-color, set-foreground-color, set-cursor-color)
2637         (set-mouse-color, set-border-color): Offer completion of colours.
2638         (cursor): Add :version to defgroup.
2640         * facemenu.el (list-colors-display): Make it work on ttys.
2641         (facemenu-read-color): Likewise.
2643 1999-07-30  Richard M. Stallman  <rms@gnu.org>
2645         * frame.el (frame-notice-user-settings): If background
2646         color has been changed, update background-mode from it,
2647         then update faces.
2649 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
2651         * net-utils.el (finger): Don't do indirect fingering.
2653 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2655         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
2656         rules.  Add separator at end of holidays.
2657         (cal-tex-rules): New customizable variable.
2658         (cal-tex-latexify-list): Add optional parameter to put separator
2659         at end.
2661 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
2663         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
2664         fill prefix on each line while looping to the end of paragraph.
2665         End paragraph if it's longer than the existing fill prefix.
2667         * textmodes/fill.el (fill-context-prefix): Doc fix.
2669 1999-07-30  Dave Love  <fx@gnu.org>
2671         * font-lock.el (jit-lock): Fix :load, add :version.
2673 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
2675         * term/pc-win.el (msdos-face-setup): Register standard colors in
2676         Vface_tty_color_alist.
2677         (face-color-supported-p, face_color_gray_p): New functions.
2679         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
2680         is bound.
2682         * startup.el (command-line): Don't register default colors for
2683         MSDOS window-system.
2685 1999-07-29  Dave Love  <fx@gnu.org>
2687         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
2688         charquote.
2690         * lisp-mode.el (eval-defun): Re-written to avoid
2691         capturing variables.
2693         * picture.el (picture-beginning-of-line): Don't call
2694         hscroll-point-visible now we have real autoscrolling.
2695         (picture-end-of-line, picture-newline, picture-open-line):
2696         Likewise.
2698         * international/latin-8.el: New file.
2699         * international/latin-9.el: New file.
2701 1999-07-28  Dave Love  <fx@gnu.org>
2703         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
2705         * msb.el: Require cl only when compiling.
2706         (msb--home-dir): Deleted.
2707         (msb--format-title): Use abbreviate-file-name.
2708         (msb--choose-file-menu): Simplify string comparison.
2710 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
2712         * faces.el (toolbar): Add face definition for mono displays.
2714 1999-07-27  Richard M. Stallman  <rms@gnu.org>
2716         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
2718         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
2719         force copying of default-frame-alist.
2721 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
2723         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
2725 1999-07-26  Richard M. Stallman  <rms@gnu.org>
2727         * frame.el (set-mouse-color): If new color is nil,
2728         really respecify the current color.
2730 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
2732         * faces.el (bitmap-area): Change background of face `bitmap-area'
2733         to white for mono displays.
2735 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
2737         * international/ccl.el (ccl-embed-symbol): New function.
2738         (ccl-program-p): Deleted.  Now it's implemented in C code.
2739         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
2740         (ccl-compile-translate-character): Likewise.
2741         (ccl-compile-map-single): Likewise.
2742         (ccl-compile-multiple-map-function): Likewise.
2743         (declare-ccl-program): Doc-string modified.
2744         (check-ccl-program): Check compiled CCL code by ccl-program-p.
2746 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
2748         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
2750 1999-07-25  Markus Rost  <rost@gnu.org>
2752         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
2753         the entries to make custom-file more readable.
2755 1999-07-25  Richard M. Stallman  <rms@gnu.org>
2757         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
2759         * emacs-lisp/edebug.el: Delete compatibility code.
2760         (edebug-next-token-class): If . is followed by a digit,
2761         return `symbol' for the token class.
2763         * startup.el (command-line): If we don't find the user's init file,
2764         set user-init-file to nil.
2766 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
2768         * info-look.el (info-lookup-interactive-arguments): Add optional
2769         argument query for new choice of help mode.
2770         (info-lookup-symbol):  Use it.
2771         (info-lookup-file): Ditto.
2772         (info-lookup): Don't switch to other window, if already in Info
2773         buffer.
2775 1999-07-23  Dave Love  <fx@gnu.org>
2777         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
2778         syntax.
2779         (fortran-fontify-string, fortran-match-!-comment): Deleted.
2780         (fortran-font-lock-syntactic-keywords): New variable.
2781         (fortran-mode): Use it.
2782         (fortran-font-lock-keywords-1): Don't do comments.
2783         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
2784         match data.
2786         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
2788         * msb.el (msb-menu-bar-update-buffers): Renamed from
2789         menu-bar-update-buffers.
2790         (msb-custom-set, msb--toggle-menu-type): Call
2791         msb-menu-bar-update-buffers.
2792         (msb-mode): Revise the hook setting.
2794         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
2796 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
2798         * font-lock.el, help.el, simple.el: Re-integrate previously
2799         described changes that were lost due to errors while checking them
2800         in.
2802 1999-07-23  Kevin Blake  <kblake@ticnet.com>
2804         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
2806 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
2808         * international/encoded-kb.el
2809         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
2810         but push it to unread-command-events.
2811         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
2812         (encoded-kbd-self-insert-sjis): Likewise.
2813         (encoded-kbd-self-insert-big5): Likewise.
2815         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
2816         before left margin and fill-prefix by fill-find-break-point.
2818 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
2820         * info-look.el (info-lookup-setup-mode): Don't give up, if
2821         info-lookup-make-completions returns an error.
2822         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
2823         name latex, not latex2e.
2825 1999-07-21  Richard M. Stallman  <rms@gnu.org>
2827         * replace.el (perform-replace): Turn off case-fold-search
2828         if FROM-STRING argument has uppercase in it.
2830 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2832         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
2833         mode is on.  Don't use end of changed text.
2835 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2837         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
2838         (cl-hash-table-p): Renamed from hash-table-p.
2839         (cl-hash-table-count): Renamed from hash-table-count.
2840         (maphash): Alias to cl-maphash removed.
2841         (gethash): Likewise.
2842         (puthash): Likewise.
2843         (remhash): Likewise.
2844         (clrhash): Likewise.
2846 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2848         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
2849         third arg non-nil.  See comment there why this isn't a good idea.
2851 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2853         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
2855         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
2856         sit-for with 3rd arg non-nil to prevent redisplay.
2858 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2860         * image.el (image-type-from-file-header): If file doesn't
2861         have a directory part, add data-directory.
2863 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2865         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
2866         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
2867         motion handling when tooltip-gud-tips-p is nil.
2869 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2871         * tooltip.el (tooltip-mode): Don't use `plusp'.
2872         (tooltip-active): Use initial value of nil.
2874         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
2876 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2878         * bindings.el (make-mode-line-mouse-sensitive): Add key
2879         definitions for `top-line'.
2881 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2883         * faces.el (top-line): New face.
2885 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2887         * image.el (image-type-regexps): Add regexp for PS files.
2889 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2891         * faces.el (set-face-attribute): Fix wrong handling of frame
2892         begin equal to t.
2894 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2896         * image.el (image-type-regexps): Add PNG format.
2898 1999-07-21  Dave Love  <fx@gnu.org>
2900         * bindings.el (mode-line-modified): New variable.
2901         (mode-line-mode-menu-1): Switch to appropriate window before
2902         showing menu.
2904 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2906         * faces.el (face-underline): Removed.
2907         (face-underline-color): Ditto.
2909 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2911         * faces.el (face-x-resources): Fix typo.
2913 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2915         * faces.el: Remove handling of `:relief', extend handling of
2916         `:box'.
2917         (frame-set-background-mode): Choose new defface specs after
2918         frame parameters have changed.
2920         * cus-face.el: Ditto.
2922 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2924         * custom.el (defface): Extend documentation to include new
2925         face attributes.
2927         * cus-face.el (custom-face-attributes): Add overline,
2928         strike-through, box.
2930         * faces.el (face-valid-attribute-values): Handle overline,
2931         strike-through, box.
2932         (face-attribute-name-alist): Add pairs for new face attributes.
2933         (describe-face): Handle new face attributes.
2935 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2937         * faces.el (face-x-resources): Add overline, strike-through, box.
2939 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2941         * enriched.el (enriched-translations): Add `display' and
2942         "x-display".
2943         (enriched-handle-display-prop): New.
2944         (enriched-decode-display-prop): New.
2946         * format.el (top-level): Give `display' property
2947         `format-list-atomic-p.
2948         (format-annotate-single-property-change): Test that property.
2949         If present, treat list property values like atoms.
2951 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2953         * cus-face.el (custom-face-attributes): Use `choice' everywhere
2954         so that "*" can be entered.
2956 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2958         * cus-face.el (custom-face-attributes): Don't use `#''.
2960 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
2962         * cus-face.el (custom-face-attributes): Return underline
2963         face attribute directly from the second lambda of underline.
2965 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2967         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
2969         * frame.el (after-setting-font-hooks): New variable.
2970         (set-frame-font): Run those hooks.
2972         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
2974         * faces.el (set-face-attribute): Fix doc string.
2976 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2978         * cus-face.el (custom-face-attributes): Accept color name.
2980         * faces.el (face-underline-p): Accept unspecified underlining.
2981         (face-underline): Ditto.  Fix doc string.
2983 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
2985         * faces.el (face-underline-color): New function.
2987 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
2989         * cus-face.el (custom-face-attributes): Support underline coloring.
2990         Added slot to choose a color.
2992         * faces.el (face-underline): New function.
2993         (face-underline-p): Support underline coloring.
2994         Return nil only if the underline attribute is 'normal.
2995         (set-face-underline): New function.
2996         (face-valid-attribute-values): Support underline coloring.
2998 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3000         * image.el (insert-image): Use `display' instead of `glyph'
3001         as text property name.
3002         (put-image): Ditto.
3003         (image-type-from-file-header): Use insert-file-contents-literally.
3005 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3007         * easymenu.el (easy-menu-do-add-item): Don't use the empty
3008         string to indicate separators.
3010 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3012         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
3013         instead of message-log.
3015 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3017         * faces.el (bitmap-area): New face.
3019 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3021         * image.el (insert-image): New.
3023 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3025         * frame.el (blink-cursor): Set the symbol's value.
3026         (show-trailing-whitespace): Change group to font-lock.
3028 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3030         * jit-lock.el: New.
3031         * font-lock.el: Add jit-mode as new support mode.
3033         * font-lock.el (font-lock-fontify-keywords-region): Stop when
3034         reaching end instead of letting re-search-forward signal an error.
3035         (demand-lock-mode): New.
3036         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
3037         (font-lock-turn-off-thing-lock): Ditto.
3038         (font-lock-after-fontify-buffer): Ditto.
3039         (font-lock-after-unfontify-buffer): Ditto.
3041 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3043         * gs.el: New file.
3045         * startup.el (command-line-1): Activate tooltip mode if
3046         interactive.
3048 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3050         * faces.el (toolbar): Grey default background.
3051         (modeline): Ditto.
3053         * image.el (image-type-regexps): New.
3054         (image-type-from-file-header): New.
3055         (create-image): Call it.
3057 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3059         * image.el: New file.
3061 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3063         * bindings.el (mode-line-format): Replace `mode-name' with
3064         `(:eval mode-line-mode-name)'.
3065         (mode-line-mode-name): New.
3066         (make-mode-line-mouse-sensitive): Don't change default value
3067         of `mode-name'.
3069 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3071         * tooltip.el: New file.
3073 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3075         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
3076         instead of mouse-3 to pop up menus.
3077         (mode-line-kill-buffer): Removed.
3078         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
3079         buffer name.
3080         (mode-line-buffer-menu-1): Removed.
3082         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
3084         * bindings.el (mode-line-buffer-identification-keymap): New.
3085         (mode-line-buffer-menu-keymap): New.
3086         (mode-line-mode-menu-keymap): New.
3087         (mode-line-unbury-buffer): New.
3088         (mode-line-other-buffer): New.
3089         (mode-line-kill-buffer): New.
3090         (mode-line-buffer-menu-1): New.
3091         (mode-line-mode-menu-1): New.
3092         (make-mode-line-mouse-sensitive): New.
3094 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3096         * help.el (describe-key-briefly): Handle mode line strings
3097         with local-map properties.
3098         (describe-key): Ditto.
3099         (mode-line-key-binding): New.
3101 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3103         * scroll-bar.el (scroll-bar-timer): New.
3104         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
3106 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3108         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
3109         and `bottom'.
3111 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3113         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
3114         (global): Use different key bindings if using tookit scroll bars.
3116 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3118         * faces.el (modeline): Define mode line face with relief for
3119         class color, only.
3120         (toolbar): New face.
3122 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3124         * frame.el (frame-initialize): Set frame-creation-function to
3125         tty-create-frame-with-faces.
3127         * faces.el (frame-set-background-mode): Make it work for
3128         window-system nil.
3130         * faces.el (tty-create-frame-with-faces): New.
3131         (face-set-after-frame-default): Make it work for TTY frames.
3133 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3135         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
3136         Return a list of one font family for TTYs.  Don't return bitmap
3137         file paths for TTY frames.
3139         * faces.el: Add face specs for tty displays to basic faces.
3141         * font-lock.el (font-lock-comment-face): Add spec for color tty.
3142         (font-lock-string-face): Ditto.
3143         (font-lock-keyword-face): Ditto.
3144         (font-lock-builtin-face): Ditto.
3145         (font-lock-function-name-face): Ditto.
3146         (font-lock-variable-name-face): Ditto.
3147         (font-lock-type-face): Ditto.
3148         (font-lock-constant-face): Ditto.
3149         (font-lock-warning-face): Ditto.
3151 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3153         * startup.el (command-line): Register default tty colors.
3155         * faces.el (face-spec-set-match-display): Recognize `type tty'.
3157 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3159         * faces.el (modeline): For X frames, use a modeline with relief.
3161 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3163         * faces.el (frame-update-faces): Copied from 20.2.
3164         (frame-update-face-colors): Ditto.  Code removed that isn't
3165         applicable in the new face implementation.
3167 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3169         * frame.el (show-trailing-whitespace): New.
3171         * faces.el (trailing-whitespace): New basic face.
3173 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3175         * cus-face.el (custom-facep): Always define as alias for facep.
3177         * cus-face.el (custom-face-attributes): Use choice widgets.
3178         Remove :bold and :italic.
3180 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3182         * faces.el (face-charset-registries): Removed since fontset.el
3183         is no always loaded.
3185 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3187         * faces.el (internal-get-face): Added as obsolete function for
3188         compatibility.
3190 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3192         * frame.el (blink-cursor-end): Call show-cursor.
3193         (blink-cursor-mode): Ditto.
3195 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3197         * faces.el (face-spec-reset-face): Reset all attributes to
3198         `unspecified'.
3199         (face-spec-set): Use it.
3201 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3203         * faces.el (read-all-face-attributes): Bug fix.
3204         (face-read-integer): Allow nil default value.
3205         (face-valid-attribute-values): Use symbol names of attribute
3206         values for completion list.
3208 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3210         * faces.el (internal-find-face): Define for compatibility with
3211         20.2.
3212         (face-id): Likewise.
3214         * faces.el (face-id): Return the ID of a realized face for ASCII.
3216         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
3217         (x-complement-fontset-spec): Use face-charset-registries.
3219         * faces.el (face-font-selection-order): Set font selection order
3220         from Lisp.
3221         (face-alternative-font-family-alist): Set alternative font
3222         families from Lisp.
3224 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3226         * faces.el (set-face-charset-registries): Set symbol value.
3228 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3230         * faces.el (face-set-after-frame-default): Call function
3231         internal-merge-in-global-face.
3233 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3235         * faces.el (face-list): Return symbols from face-global-alist.
3237         * faces.el (face-list): Return a copy of the face name list so
3238         that it cannot be modified from outside (facemenu.el uses
3239         nreverse, for example).
3241         * cus-face.el (custom-face-attributes): Add :bold and :italic
3242         for compatibility with old code.
3244         * faces.el (set-face-attributes-from-resources): Additional
3245         frame parameter.
3246         (make-face-x-resource-internal): Set attributes from resources
3247         for a given frame or all frames.
3249 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3251         * faces.el (all-faces): Removed.
3253         * custom.el (defface): Add new face attributes to function
3254         comment.
3256         * font-lock.el (font-lock-comment-face): Use new face attribute
3257         names.
3258         (font-lock-string-face): Ditto.
3259         (font-lock-keyword-face): Ditto.
3260         (font-lock-builtin-face): Ditto.
3261         (font-lock-function-name-face): Ditto.
3262         (font-lock-variable-name-face): Ditto.
3263         (font-lock-type-face): Ditto.
3264         (font-lock-reference-face): Ditto.
3265         (font-lock-warning-face): Ditto.
3266         ((boundp 'font-lock-face-attributes)): Ditto.
3268         * cus-face.el (custom-face-attributes): Use new face attributes.
3270         * faces.el (set-face-attribute-from-resource): Initialize
3271         from resources only for X and W32.
3273         * cus-face.el (custom-declare-face): Don't make frame-local
3274         faces.
3276         * faces.el (describe-face): Use princ instead of insert.
3278         * faces.el: Add XLFD manipulation functions from 20.2 again
3279         because fontset.el uses them.
3280         (face-set-after-frame-default): Add empty definition.
3282 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3284         * faces.el (make-face): Correct typo.
3285         (set-face-attribute-from-resource): Use let*.
3286         (face-underline-p): Correct typo.
3287         (face-inverse-video-p): Ditto.
3288         (set-face-stipple): Ditto.
3289         (face-read-string): Make completion-list optional parameter.
3291 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3293         * faces.el (face-charset-registries): Alist mapping charset
3294         symbols to registries and encoding.
3296 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3298         * frame.el (blink-cursor-mode): Use interactive spec "P".
3300 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3302         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
3303         mode.  The cursor of selected_window blinks if the mode is enabled.
3305 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3307         * simple.el (next-history-element): Set point to the end of the
3308         prompt if minibuffer-prompt-in-buffer.
3310 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3312         * faces.el (x-font-regexp): Add sub-expression parentheses for
3313         several font name components.
3315 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3317         * faces.el (set-face-relief): Use index 12 for relief.
3318         (face-fill-in): Set relief from data.
3319         (internal-make-face): Init relief to zero.
3321         * faces.el (face-spec-set): call modify-face with additional
3322         parameters for relief and fixed-p.
3324 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3326         * cus-face.el: ':fixed and ':relief added.
3328         * faces.el (describe-face): Add fixed font attribute and relief.
3329         (face-attr-match-p): Ditto.
3330         (face-attr-construct): Ditto.
3331         (face-spec-set): Ditto.
3333 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3335         * faces.el (internal-make-face): Function to create a Lisp vector
3336         suitable for representing a face.
3337         (make-face): Use it instead of make-vector.
3338         (x-create-frame-with-faces): Use it instead of vector.
3339         (internal-facep): Increase vector size to 14.
3340         (internal-make-face): Ditto.
3341         (face-relief): Access relief thickness.
3342         (face-fixed-p): Access fixed font attribute.
3343         (set-face-fixed-p): Set fixed font attribute.
3344         (set-face-relief): Set relief attribute.
3345         (internal-face-interactive-int): Read int attribute of face.
3346         (modify-face): Add fixed-p and relief parameters.
3347         (copy-face): Handle fixed-p and relief.
3348         (face-equal): Compare fixed-p and relief.
3349         (face-differs-from-default-p): Ditto.
3350         (face-nontrivial-p): Add fixed-p and relief.
3352 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3354         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
3355         (internal-facep): Increase vector size.
3356         (make-face): Ditto.
3357         (face-shadow-thickness): Added.
3358         (set-face-shadow-thickness): Added.
3359         (modify-face): Add optional shadow-thickness parameter.
3360         (make-face-x-resource-internal): Add shadows.
3361         (copy-face): Ditto.
3362         (face-equal): Ditto.
3363         (face-differs-from-default-p): Ditto.
3364         (face-nontrivial-p): Ditto.
3365         (face-attr-match-p): Ditto.
3366         (face-attr-construct): Ditto.
3367         (face-spec-set): Ditto.
3368         (face-fill-in): Ditto.
3370 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3372         * bench.el (bench-mark-split-window): New bench mark.
3374 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3376         * faces.el (set-face-font): Don't pass default font to
3377         x-resolve-font so that font will not have to be of the same
3378         size.
3380 1999-07-20  Dave Love  <fx@gnu.org>
3382         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
3383         unconditionally t.
3385 1999-07-20  Karl Heuer  <kwzh@gnu.org>
3387         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
3389 1999-07-20  Dave Love  <fx@gnu.org>
3391         * help.el (describe-variable): Fix test for customizability.
3393         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
3394         Check for readonly buffer in interactive spec.
3395         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
3396         (backward-kill-word): Add * to interactive spec.
3398         * underline.el (underline-region, ununderline-region): Add * to
3399         interactive spec.
3401         * fill.el (canonically-space-region, justify-current-line): Add *
3402         to interactive spec.
3403         (fill-region-as-paragraph, fill-paragraph, fill-region)
3404         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
3405         readonly buffer in interactive spec.
3407         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3408         (backward-kill-sentence, kill-sentence): Add * to interactive
3409         spec.
3411 1999-07-19  Richard M. Stallman  <rms@gnu.org>
3413         * dired-aux.el (dired-do-shell-command): Doc fix.
3415         * shell.el (shell-unquote-argument): New function.
3416         (shell-directory-tracker): Use shell-unquote-argument.
3417         * comint.el (comint-arguments): Handle \ followed by space or tab.
3419 1999-07-19  John Wiegley  <jwiegley@borland.com>
3421         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
3422         color codes 39 and 49, which by the way lynx uses them seem to
3423         mean "foreground reset" and "background reset".
3425 1999-07-19  Karl Heuer  <kwzh@gnu.org>
3427         * font-lock.el (c++-keywords): Add "typeid".
3429         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
3430         selects no font, treat that as zero selections, not one.
3432 1999-07-19  Dave Love  <fx@gnu.org>
3434         * info.el (Info-search): Don't lose with empty regexp.
3436         * version.el: Cater for (free) `ident' program, not `which'.
3438         * hl-line.el: New file.
3440         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
3441         for modes which don't define menus.
3443 1999-07-16  Richard M. Stallman  <rms@gnu.org>
3445         * webjump.el (webjump-sample-sites): Update some URLs.
3447 1999-07-14  Richard Stallman  <rms@gnu.org>
3449         * Version 20.4 released.
3451 1999-07-14  Andreas Schwab  <schwab@gnu.org>
3453         * compare-w.el (compare-windows): Try to find the next window in
3454         the current frame before looking at the other frames.
3456 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
3458         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
3459         Use cyrillic-jcuken as default input method.
3461 1999-07-12  Richard Stallman  <rms@gnu.org>
3463         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
3464         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
3466         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
3467         (ispell-local-dictionary-alist): Add koi8-r for character set.
3469         * textmodes/flyspell.el (flyspell-get-word):
3470         Add special handling for when ispell-otherchars is empty.
3472 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
3474         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
3475         when having nested functons.
3476         (pascal-indent-nested-functions) (pascal-indent-line)
3477         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
3478         indenting nested functions.
3480 1999-07-09  Richard Stallman  <rms@gnu.org>
3482         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
3484 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
3486         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
3487         the `end' keyword was in the very beginning of the buffer.
3489 1999-07-08  Richard Stallman  <rms@gnu.org>
3491         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
3493         * term.el (term-emulate-terminal): Avoid infinite loop
3494         in strange case where minibuffer window is selected but not active.
3496 1999-07-07  Stephen Eglen  <stephen@gnu.org>
3498         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
3499         Change regexp so that it doesn't match commands beginning with `cd'.
3501 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3503         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
3505 1999-07-06  Richard Stallman  <rms@gnu.org>
3507         * hscroll.el (hscroll-minibuffer-hook): New function.
3508         (hscroll-global-mode): Add and remove that hook.
3509         Set hscroll-old-truncate-was-global's default value.
3511 1999-07-05  Richard Stallman  <rms@gnu.org>
3513         * files.el (revert-buffer): Don't preserve point here.
3514         (revert-buffer-insert-file-contents-function): Doc fix.
3516         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
3518         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
3519         doing a `stat' when it isn't necessary because that can cause
3520         trouble when an NFS server is down.
3522 1999-07-04  Richard Stallman  <rms@gnu.org>
3524         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
3526 1999-07-03  Richard Stallman  <rms@gnu.org>
3528         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
3529         for \200...\240 also.
3530         (isearch-printing-char): Use unibyte-char-to-multibyte.
3532 1999-07-02  Richard Stallman  <rms@gnu.org>
3534         * frame.el (minibuffer-frame-alist): Use defcustom.
3535         (pop-up-frame-alist): Likewise.
3536         (initial-frame-alist): Specify * in the doc string.
3538         * hscroll.el (hscroll-mode): Make it a permanent local.
3539         (hscroll-mode): Don't cancel the timer
3540         if HScroll mode is enabled in some other buffer.
3542         * isearch.el (isearch-done): If search ends in middle of intangible
3543         text (due to text property), move on to the limit of that text.
3545 1999-07-01  Andrew Innes  <andrewi@gnu.org>
3547         * man.el (Man-build-man-command): Use value of null-device,
3548         instead of hard-coding "/dev/null".
3550         * dos-w32.el (untranslated-canonical-name): Avoid expanding
3551         ange-ftp file names, which might force ange-ftp to prompt for a
3552         password.
3554         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
3555         to prevent references to temp files.
3557 1999-06-30  Richard Stallman  <rms@gnu.org>
3559         * progmodes/sh-script.el (sh-feature): If nothing is known
3560         about the given shell, use the values for `sh'.
3562 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3564         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
3565         to make it non-recursive.
3567         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
3569 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3571         * auto-show.el (auto-show-mode): Fix Typo in :set.
3573 1999-06-29  Richard M. Stallman  <rms@gnu.org>
3575         * progmodes/sh-script.el (sh-mode): When setting syntax
3576         table, default to the standard one.
3578 1999-06-27  Richard M. Stallman  <rms@gnu.org>
3580         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
3582 1999-06-27  Stefan Monnier  <monnier@tequila.cs.yale.edu>
3584         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up
3585         a frame when `return' is requested (even if pop-up-frames = t)
3586         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
3587         should only be set for the bibtex buffer.
3589         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
3591         * progmodes/compile.el: Deal with compilation-error-screen-columns
3592         being buffer-local.
3594 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3596         * comint.el (comint-password-prompt-regexp): Allow "(again)".
3598 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3600         * cal-x.el (calendar-only-one-frame-setup): New function.
3601         * calendar.el (calendar): Call it if requested.
3603 1999-06-24  Karl Heuer  <kwzh@gnu.org>
3605         * startup.el (iso-8859-n-locale-regexp): Doc fix.
3607 1999-06-22  Richard M. Stallman  <rms@gnu.org>
3609         * mail/supercite.el (sc-emacs-features): Doc fix.
3611 1999-06-22  Karl Heuer  <kwzh@gnu.org>
3613         * files.el (auto-mode-alist): Add pike-mode.
3615 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
3617         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
3618         last byte of a numeric field is a space or a NUL.  Parse it as
3619         potentially part of the number.  This is used by GNU tar
3620         1.12.64012 to handle larger values.
3622 1999-06-20  Karl Heuer  <kwzh@gnu.org>
3624         * custom.el (custom-handle-keyword): Fix error message.
3626 1999-06-18  Andrew Innes  <andrewi@gnu.org>
3628         * mail/smtpmail.el (smtpmail-send-it): Use
3629         convert-standard-filename to make file names for queued mail safe
3630         on Windows (`:' is invalid in file names on Windows).
3632 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
3634         * international/mule-cmds.el (describe-current-input-method):
3635         Current-input-method is string.
3636         (toggle-input-method): Docstring fixed.
3638         * international/mule-diag.el
3639         (describe-current-coding-system-briefly): Fix format string.
3641         * international/mule-util.el (coding-system-eol-type-mnemonic):
3642         Docstring modified.  Return a string.
3644 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
3646         * sql.el (sql-input-ring-file-name): Doc fix.
3648 1999-06-17  Richard M. Stallman  <rms@gnu.org>
3650         * calendar/cal-x.el (special-display-buffer-names):
3651         Don't put (get-file-buffer diary-file) on this list.
3653 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
3655         * play/mpuz.el (mpuz-try-proposal): Fix message call.
3656         Don't penalize player for certain impossible guesses.
3658 1999-06-16  Andrew Innes  <andrewi@gnu.org>
3660         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
3661         return the string "Unk  0  0000" so at least it appears to be a
3662         valid timestamp to `dired-move-to-filename-regexp'.
3664 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
3666         * ps-print.el (ps-control-character): Fix previous change.
3668 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3670         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
3671         multiple output of the last message.
3673 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
3675         * term/internal.el (IT-display-table-setup): Do not remap \222 to
3676         the ASCII apostrophe, as most DOS codepages have some other glyph
3677         there.
3679 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
3681         * language/ethio-util.el (setup-ethiopic-environment-internal):
3682         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
3683         (exit-ethiopic-environment): Likewize.
3685 1999-06-12  Richard M. Stallman  <rms@gnu.org>
3687         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
3689 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3691         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
3692         custom-initialize-default to avoid infinite loop.
3693         (crisp-mode): (defun) Call transient-mark-mode here, not when
3694         loading the file.  Run crisp-mode-hook here, and run
3695         crisp-load-hook when loading the file.
3697         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
3698         rmail-summary buffer, search for pattern in rmail-file.
3700         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
3702         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
3704         * ps-print.el (ps-printer-name): Fix custom type.
3706 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
3708         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
3709         (vhdl-port-paste-generic-map): Fix indentation bug.
3710         (vhdl-port-paste-port-map): Fix indentation bug.
3711         (vhdl-scan-file-contents): Make scanning case insensitive.
3713 1999-06-11  Richard M. Stallman  <rms@gnu.org>
3715         * files.el (write-file): When buffer is not already visiting a file,
3716         don't put buffer name in the minibuffer, just make it the default.
3717         Also handle just directory as arg usefully in that case.
3719         * simple.el (sendmail-user-agent-compose):
3720         Ignore case when inserting the rest of the "other" headers.
3722         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
3724         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
3725         (info-lookup-interactive-arguments): Never insert the default
3726         into the minibuffer automatically.
3728         * emacs-lisp/cl-extra.el (getf): Don't call get*.
3730 1999-06-09  Richard M. Stallman  <rms@gnu.org>
3732         * simple.el (shell-command): Avoid printing "mark set" message.
3734 1999-06-09  Dave Love  <fx@gnu.org>
3736         * progmodes/compile.el (compilation-error-regexp-alist): Allow
3737         digits in program name in first pattern.
3739 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3741         * vc.el (vc-dired-mode): Don't match anything before the date in
3742         dired-move-to-filename-regexp.
3744 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
3746         * international/quail.el (quail-define-rules): Fix typo in
3747         docstring.
3749 1999-06-05  Stephen Eglen  <stephen@gnu.org>
3751         * iswitchb.el (iswitchb-default-keybindings): Add
3752         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
3753         than when package is loaded.
3755 1999-06-04  Richard M. Stallman  <rms@gnu.org>
3757         * startup.el (command-line): Don't set user-init-file directly;
3758         tell `load' to set it.
3760         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
3762         * simple.el (next-history-element):
3763         Handle minibuffer-text-before-history properly when reading sexps.
3765         * disp-table.el (standard-display-european):
3766         For an interactive call by the user,
3767         don't set enable-multibyte-characters,
3768         and don't set the terminal coding system.
3770         * textmodes/refbib.el: Don't print any messages or display
3771         a buffer when loading the library.
3772         (r2b-help): Doc fix.
3773         (r2b-help-message): Update the documentation.
3774         (r2b-load-quietly): Variable deleted.
3775         (r2b-convert-buffer): Doc fix.
3777 1999-06-04  Dave Love  <fx@gnu.org>
3779         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
3781         * auto-show.el: Don't change hooks on loading.
3782         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
3783         (auto-show-mode): Add to hooks here.
3785 1999-06-04  Richard Sharman  <rsharman@pobox.com>
3787         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
3788         recursion on bogus input.
3790 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
3792         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
3793         does not select a buffer from the buffers menu, then the attached
3794         frame is not switched to anything.
3796 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
3798         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
3799         (viet-viscii-...->viet-vscii...).
3801         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
3803 1999-06-01  Dave Love  <fx@gnu.org>
3805         * progmodes/fortran.el: Add :link to defgroup.
3806         (fortran-blink-matching-if): Match ELSE statements too.
3807         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
3808         that filling is always done.
3810 1999-05-31  Richard M. Stallman  <rms@gnu.org>
3812         * simple.el (append-next-kill): Use an arg to distinguish
3813         interactive calls from Lisp calls, rather than (interactive-p).
3815         * international/iso-transl.el (iso-transl-language-alist):
3816         Interchange n and N.
3818 1999-05-31  Dave Love  <fx@gnu.org>
3820         * msb.el Add to minor-mode-map-alist.  Remove hook installation
3821         and keymap munging on load.
3822         (msb-mode): New option.
3823         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
3824         Doc fix.
3825         (msb-mode-map): New variable.
3826         (msb-mode): New command.
3828 1999-05-31  Dave Love  <fx@gnu.org>
3830         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
3831         (ispell-complete-word-dict): Likewise.
3833 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
3835         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
3836         force the data buffer to be saved, even if the data didn't
3837         change, in case the write filter was modified.  Restore the
3838         current record after read-file-filter finishes.
3840 1999-05-29  Karl Heuer  <kwzh@gnu.org>
3842         * ispell4.el: Obsolete; file deleted.
3844         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
3846         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
3847         VALUE is a syntax table.
3849         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
3851         * simple.el (zap-to-char): Doc fix.
3853 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
3855         * isearch.el (isearch-quote-char): Don't assume character codes
3856         0200 - 0237 stand for characters in some single-byte character
3857         charset.
3859 1999-05-27  Dave Love  <fx@gnu.org>
3861         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
3863 1999-05-27  Andreas Schwab  <schwab@gnu.org>
3865         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
3866         headerline does not exist already.
3868 1999-05-26  Richard Stallman  <rms@gnu.org>
3870         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3871         Avoid nested null-loops.
3873 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
3875         * international/characters.el: Typo fixed; prefered->preferred.
3877         * international/mule-cmds.el (find-coding-systems-for-charsets):
3878         Typo fixed; prefered->preferred.
3880         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
3881         method in read-event.
3883         * international/mule.el (charset-info): Doc-string fixed.
3885 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
3887         * mail/smtpmail.el (smtpmail-send-it): Bind
3888         smtpmail-code-conv-from properly.
3889         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
3890         by smtpmail-code-conv-from.
3892 1999-05-24  Richard Stallman  <rms@gnu.org>
3894         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
3895         Binding deleted also.
3897 1999-05-24  Karl Heuer  <kwzh@gnu.org>
3899         * comint.el (comint-bol-or-process-mark): Doc fix.
3901 1999-05-23  Dave Love  <fx@gnu.org>
3903         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
3904         Enter it on minor-mode-map-alist.
3905         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
3906         Autoload.  Add custom setter.
3907         (crisp-mark-line): Doc fix.
3908         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
3909         (crisp-mode-hook): Define.
3911 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
3913         * files.el (recover-file): Recover buffer-file-coding-system.
3915 1999-05-22  Richard Stallman  <rms@gnu.org>
3917         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
3918         regexp match the date, to avoid treating date as file size.
3919         Add YYYY S option to WESTERN/
3921         * bookmark.el: Delete some XEmacs compatibility code.
3922         (bookmark-jump-noselect): Check vc-backend.
3924         * subr.el (add-to-list): Doc fix.
3926 1999-05-21  Stephen Eglen  <stephen@gnu.org>
3928         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
3930 1999-05-18  Richard Stallman  <rms@gnu.org>
3932         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
3933         non-space after the @anchor command.
3934         (texinfo-format-var): Handle other nested constructs, using
3935         texinfo-parse-expanded-arg and texinfo-discard-command, not
3936         texinfo-parse-arg-discard.
3938         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
3939         (debug): Bind and use debugger-outer-inhibit-redisplay.
3940         Bind inhibit-redisplay to nil.
3941         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
3943 1999-05-17  Dave Love  <fx@gnu.org>
3945         * help.el (describe-function-1): Extra arg, interactive-p.
3946         (describe-key, describe-function): Use it.
3948 1999-05-17  Karl Heuer  <kwzh@gnu.org>
3950         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
3952 1999-05-16  Dave Love  <fx@gnu.org>
3954         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
3955         scroll-preserve-screen-position, scroll-conservatively.
3957 1999-05-16  Dave Love  <fx@gnu.org>
3959         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
3961 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
3963         * progmodes/vhdl-mode.el: Completely revised and massively extended.
3965 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3967         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
3968         magic number and is not associated with a file.
3970 1999-05-14  Richard M. Stallman  <rms@gnu.org>
3972         * files.el (find-file-noselect-1): Fix previous change.
3974 1999-05-14  Simon Marshall  <simon@gnu.org>
3976         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
3978 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
3980         * international/mule-diag.el (mule-diag): Change MULE to Mule in
3981         docstring.
3983         * international/mule-cmds.el: Change MULE to Mule in docstrings
3984         and menus.
3986 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
3988         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
3989         to correctly reflect the value of BaseLineOffset in
3990         RelativeCompose.  Now the value of RelativeCompose is an array of
3991         low and high positions.
3992         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
3993         RLC for the above change.
3995 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
3997         * comint.el (comint-password-prompt-regexp): Modified to match the
3998         output of ksu and ssh-add.
4000 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
4002         * language/korea-util.el (isearch-toggle-korean-input-method):
4003         Adjusted for the change of input method handling in isearch.el.
4004         (isearch-hangul-switch-symbol-ksc): Likewise.
4005         (isearch-hangul-switch-hanja): Likewise.
4007 1999-05-10  Dave Love  <fx@gnu.org>
4009         * help.el (help-make-xrefs): Fix typo.
4011 1999-05-10  Andreas Schwab  <schwab@gnu.org>
4013         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
4014         unibyte-display-via-language-environment.
4016         * help.el (help-make-xrefs): Handle more cases when looking for
4017         commands in a keymap description.
4019 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
4021         * loadup.el: For ms-dos systems, load ccl and codepage.
4023 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
4025         * ps-print.el (ps-control-character): Call
4026         ps-mule-prepare-ascii-font to setup ASCII fonts.
4028         * ps-mule.el (ps-mule-begin-job): Redo this change "if
4029         ps-multibyte-buffer is nil, use
4030         ps-mule-font-info-database-default."
4032 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
4034         * ispell.el (ispell-local-dictionary-alist): New variable for
4035         customizing local dictionaries not accessable by everyone.
4036         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
4037         (ispell-required-version): Changed format `(major minor
4038         revision)' to support general pattern matching.
4039         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
4040         skip region commented out due to incorrect skip potential in std latex.
4041         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
4042         cursor point on small words for calls from `ispell-minor-mode'.
4043         (check-ispell-version): Tests and accepts versions major.minor
4044         and above, with adjustments for interactions in 3.1.0-3.1.11.
4045         (ispell-get-line): No longer skips ispell process special characters.
4046         (ispell-comments-and-strings): Removed `when' macro call.
4047         (ispell-minor-check): Requires ispell-word to restore cursor point.
4048         (ispell-buffer-local-parsing): Supports checking comments only.
4050 1999-05-08  Karl Heuer  <kwzh@gnu.org>
4052         * comint.el (comint-password-prompt-regexp): Fix last change to be
4053         more specific.
4055 1999-05-07  Richard M. Stallman  <rms@gnu.org>
4057         * subr.el (with-temp-message): Fix the other call to message
4058         to use %s.
4060 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
4062         * gud.el (gud-format-command): "%F" means file sans extension.
4063         (jdb): use %F, not %f, for gud-break.
4065 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
4067         * comint.el (comint-password-prompt-regexp): Modified so that it
4068         matches the output of kinit.
4070 1999-05-06  Greg Stark  <gsstark@mit.edu>
4072         * timezone.el (timezone-parse-date): Recognize new format used in
4073         internet cookies.
4075 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
4077         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
4079 1999-05-04  Andrew Innes  <andrewi@gnu.org>
4081         * time.el (display-time-update): Allow for wrap-around when
4082         checking against display-time-server-down-time.
4084 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
4086         * international/mule-diag.el (describe-coding-system): Fix English
4087         message.
4089 1999-05-03  Jason Rumney <jasonr@altavista.net>
4091         * term/w32-win.el: Change the x-charset-registry property for the
4092         Japanese charsets that are supported by Japanese Windows fonts.
4094 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4096         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
4097         diary-block diary entries for which the reminders and the diary
4098         entries can overlap.
4100 1999-05-02  Jason Rumney <jasonr@altavista.net>
4102         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
4103         matches the font selected in the dialog.
4105 1999-05-02  Dave Love  <fx@gnu.org>
4107         * browse-url.el (browse-url-browser-function): Add :version.
4109         * international/mule.el (auto-coding-alist): Add .tgz.
4111 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
4113         * international/codepage.el (cp-coding-system-for-codepage-1):
4114         Make the magnification parameter for the -dos encoder be 2.
4116 1999-05-2  Andrew Innes  <andrewi@gnu.org>
4118         * term/w32-win.el (w32-drag-n-drop): Select file in window where
4119         it is dropped, rather than current window.
4121         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
4122         after switching buffer, as case-fold-search is a buffer local
4123         variable.
4125         * w32-fns.el (convert-standard-filename): Only convert directory
4126         separators to backslash if the interactive shell is one of the
4127         standard Windows shells that has DOS semantics.
4129         * ls-lisp.el (ls-lisp-format-time): Trap errors from
4130         format-time-string, and return a suitable string to indicate the
4131         timestamp was invalid.
4133         * hexl.el (hexlify-command): Apply shell-quote-argument after
4134         expanding hexl-program in case exec-directory contains a space.
4135         (dehexlify-command): Ditto.
4137         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
4138         file extension regexps which aren't necessarily binary files.
4139         (direct-print-region-helper): Use subst-char-in-string instead of
4140         binding directory-sep-char to convert filenames to DOS syntax.
4141         (direct-print-region-use-command-dot-com): New variable.
4142         (direct-print-region-helper): Use it to control whether to invoked
4143         command.com to print on Windows 9x.
4145         * browse-url.el (browse-url-browser-function): Default to
4146         browse-url-default-windows-browser on windows-nt.
4147         (browse-url-default-windows-browser): New function.
4149 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
4151         * forms.el (forms-mode): Don't call forms-first-record or
4152         forms-last-record if the data file has zero records.
4154 1999-04-29  Richard M. Stallman  <rms@gnu.org>
4156         * files.el (find-file-noselect-1): If buffer-file-name has changed
4157         after find-file-not-found-hooks runs, recompute the truename.
4158         And don't use FILENAME after that point.
4160 1999-04-27  Dave Love  <fx@gnu.org>
4162         * paren.el (show-paren-mode)
4163         * which-func.el (which-func-mode-global)
4164         * type-break.el (type-break-mode)
4165         * time.el (display-time-mode)
4166         * rsz-mini.el (resize-minibuffer-mode)
4167         * mouse-sel.el (mouse-sel-mode)
4168         * icomplete.el (icomplete-mode)
4169         * hscroll.el (hscroll-global-mode)
4170         * help.el (temp-buffer-resize-mode)
4171         * font-lock.el (global-font-lock-mode)
4172         * delsel.el (delete-selection-mode)
4173         * avoid.el (mouse-avoidance-mode)
4174         * autoinsert.el (auto-insert-mode)
4175         * winner.el (winner-mode): Doc fix.
4177 1999-04-26  Karl Heuer  <kwzh@gnu.org>
4179         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
4180         the same whitespace that was ignored in choosing the subject string.
4182 1999-04-26  Richard M. Stallman  <rms@gnu.org>
4184         * info.el (Info-find-node): Position properly after finding anchor.
4186         * cus-start.el (all): Handle unibyte-display-via-language-environment.
4188         * simple.el (indent-new-comment-line): Fix previous change.
4190         * complete.el: Delete the wildcard expansion feature
4191         since that is now standard in find-file.
4192         (PC-try-load-many-files): Function deleted.
4193         (PC-after-load-many-files): Function deleted.
4194         (PC-many-files-list): Variable deleted.
4195         (PC-disable-wildcards): Variable deleted.
4196         (partial-completion-mode): Don't enable the wildcard feature.
4198         * complete.el (PC-look-for-include-file): Don't set global variables
4199         `error', `buf' and `filename' here.
4201         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
4203 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
4205         * textmodes/outline.el (outline-regexp): Doc fix.
4207 1999-04-26  John Wiegley  <johnw@borland.com>
4209         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4210         C++Builder 4.0 error message syntax.
4212 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
4214         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
4215         supported, use find -exec.
4217 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
4219         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
4220         coding-system-for-write, to avoid hanging when non-interactive.
4222 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4224         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
4225         start with a newline.
4227 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
4229         * international/mule-conf.el (x-ctext): New coding system.
4231 1999-04-12  Richard M. Stallman  <rms@gnu.org>
4233         * international/mule-cmds.el (input-method-function):
4234         Add permanent-local property.
4236 1999-04-12  Dave Love  <fx@gnu.org>
4238         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
4239         change to use jka-compr-byte-compiler-base-file-name.
4241         * supercite.el (sc-scan-info-alist): Revert last change.
4242         (sc-attrib-selection-list): Fix :type here instead.
4244 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
4246         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
4247         in the list of case-insensitive filesystems.
4249 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
4251         * international/fontset.el (create-fontset-from-fontset-spec):
4252         Don't register duplicated alias fontset names.
4254 1999-04-08  Richard Stallman  <rms@gnu.org>
4256         * international/mule.el (auto-coding-alist-lookup): New function.
4257         (set-auto-coding): Use auto-coding-alist-lookup.
4259         * jka-compr.el (jka-compr-insert-file-contents):
4260         Use auto-coding-alist-lookup to check for files that
4261         should not have eol conversion, in the unibyte case.
4263 1999-04-07  Dave Love  <fx@gnu.org>
4265         * help.el (describe-variable): Check custom-loads property as well
4266         as custom-type.
4268         * abbrev.el (abbrev-mode): Customizing sets the default value.
4270 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4272         * vc.el (vc-backend-revert): For CVS files that were made
4273         writeable with "cvs edit", call "cvs unedit" to undo that.
4275 1999-04-08  Dave Love  <fx@gnu.org>
4277         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
4278         more.
4279         (sc-emacs-features): Recognize Emacs 20.
4280         (sc-read-string): Use history arg.
4281         (sc-scan-info-alist): Check for rtnvalue a cons.
4283 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
4285         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
4286         coding system to encode the message by
4287         select-message-coding-system.
4289 1999-04-07  Richard Stallman  <rms@gnu.org>
4291         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
4293         * winner.el: Reorder definitions.
4295         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
4297         * mail/rmail.el (rmail-decode-babyl-format):
4298         Undo previous change.
4300 1999-04-06  Richard Stallman  <rms@gnu.org>
4302         * info.el (Info-find-node): Check for an anchor at the
4303         proper place, before reading an indirect file.
4305         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
4307         * jka-compr.el (jka-compr-insert-file-contents):
4308         Use raw-text-unix when we want no conversion.
4310 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
4312         * timezone.el (timezone-parse-date): Corrected regexp for
4313         style (5) date format so that tenths of seconds are optional.
4315 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
4317         * term/internal.el (dos-cpNNN-setup): New function, with the guts
4318         of dos-codepage-setup.
4319         (cjk-codepages-alist): New variable, an alist of Far-Eastern
4320         codepages for which there's no need to set up cpNNN coding
4321         systems.
4322         (dos-codepage-setup): Support Far-Eastern DOS terminals.
4324 1999-04-05  Richard Stallman  <rms@gnu.org>
4326         * mail/rmail.el (rmail-ignored-headers): Doc fix.
4328 1999-04-02  Richard Stallman  <rms@gnu.org>
4330         * progmodes/compile.el (compilation-handle-exit): Do right thing
4331         if (car status) doesn't end in a newline.
4333 1999-04-01  Dave Love  <fx@gnu.org>
4335         * progmodes/sql.el (SQL): Add defgroup :version.
4337 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4339         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
4340         buffer-file-coding-system.  If the coding system used is raw-text,
4341         etc., make the *Compiler Input* buffer unibyte.
4343         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
4345         * loadup.el: Don't write the fns-...el file if not dumping.
4347 1999-03-31  Dave Love  <fx@gnu.org>
4349         * snmp-mode.el (snmp): Fix defgroup :version.
4351         * hilit-chg.el (highlight-changes): Add defgroup :version.
4353 1999-03-31  Andreas Schwab  <schwab@gnu.org>
4355         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
4356         the gnus-save-hidden-threads macro.
4358 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
4360         * faces.el (face-set-after-frame-default): Obey the
4361         `customized-face' for new faces.
4363 1999-03-30  Dave Love  <fx@gnu.org>
4365         * international/mule-cmds.el (current-language-environment): Doc fix.
4366         * abbrev.el (abbrev-mode): Doc fix.
4367         * autoinsert.el (auto-insert-mode): Doc fix.
4368         * complete.el (partial-completion-mode): Doc fix.
4369         * avoid.el (mouse-avoidance-mode): Doc fix.
4370         * delsel.el (delete-selection-mode): Doc fix.
4371         * font-lock.el (global-font-lock-mode): Doc fix.
4372         * help.el (temp-buffer-resize-mode): Doc fix.
4373         * hscroll.el (hscroll-global-mode): Doc fix.
4374         * icomplete.el (icomplete-mode): Doc fix.
4375         * mouse-sel.el (mouse-sel-mode): Doc fix.
4376         * paren.el (show-paren-mode): Doc fix.
4377         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
4378         * time.el (display-time-mode): Doc fix.
4379         * type-break.el (type-break-mode): Doc fix.
4380         * which-func.el (which-func-mode-global): Doc fix.
4381         * winner.el (winner-mode): Doc fix.
4383 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
4385         * wid-edit.el (widget-before-change): Signal text-read-only rather
4386         than an ordinary error.
4388 1999-03-30  Richard M. Stallman  <rms@gnu.org>
4390         * repeat.el: Don't require advice.
4391         (repeat): Do function-indirection in check for kbd macro.
4392         In self-insert case, use the *last* char in INSERTION.
4394 1999-03-30  Karl Heuer  <kwzh@gnu.org>
4396         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
4398 1999-03-29  Andreas Schwab  <schwab@gnu.org>
4400         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
4401         comint-input-filter-functions.  Make variables related to shell
4402         directory tracking local.
4404 1999-03-26  Andreas Schwab  <schwab@gnu.org>
4406         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
4408         * simple.el (shell-command-on-region): Cope with exit-status being
4409         nil, which happens if call-process-region was interrupted.
4411 1999-03-26  Richard M. Stallman  <rms@gnu.org>
4413         * simple.el (indent-new-comment-line): Handle use at a point
4414         after a comment-end.  Handle multiple comments.
4416         * mail/rmail.el (rmail-decode-babyl-format):
4417         To prevent locking, bind buffer-file-name to nil.
4419 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
4421         * mail-hist.el (mail-hist-current-header-name): Don't make
4422         off-by-one-error when determining if in message body.
4424 1999-03-25  Andrew Innes  <andrewi@gnu.org>
4426         * w32-fns.el (set-default-process-coding-system): Copied from
4427         dos-w32.el, but modified to use Unix line endings for process
4428         input, and to add a suitable entry to process-coding-system-alist
4429         for DOS shells.
4431         * dos-fns.el (set-default-process-coding-system): Copied from
4432         dos-w32.el.
4434         * dos-w32.el (set-default-process-coding-system): Move function to
4435         dos-fns.el; a different version is used in w32-fns.el.
4437 1999-03-24  Dave Love  <fx@gnu.org>
4439         * info.el (Info-directory-list): Revert change to re-writing
4440         Info-default-directory-list, but put `alternative' first.
4441         (Info-insert-dir): Modify selecting the top dir file as a consequence.
4443 1999-03-23  Simon Marshall  <simon@gnu.org>
4445         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
4446         on the line by itself.
4447         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
4448         it is not in a declarative context.
4450 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
4452         * cus-edit.el (custom-variable-prompt): Allow customization of
4453         autoloaded symbols.
4455 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
4457         * simple.el (what-cursor-position): Don't cause error when point
4458         is at invalid multibyte sequence.
4460 1999-03-21  Karl Heuer  <kwzh@gnu.org>
4462         * complete.el (partial-completion-mode): Doc fix.
4464 1999-03-19  Richard M. Stallman  <rms@gnu.org>
4466         * progmodes/cplus-md.el (old-c++): Remove :group.
4468         * progmodes/c-mode.el (old-c): Remove :group.
4470 1999-03-18  Simon Marshall  <simon@gnu.org>
4472         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
4473         (java-font-lock-keywords-2): Added "strictfp" keyword.
4475 1999-03-17  Jason Rumney <jasonr@altavista.net>
4477         * w32-fns.el (set-w32-system-coding-system) New function.
4478         (w32-system-coding-system) Initialize to 'iso-latin-1.
4480 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
4482         * international/mule-cmds.el (set-language-environment): Fix
4483         previous change: don't use dos-codepage when unbound.
4485 1999-03-17  Karl Heuer  <kwzh@gnu.org>
4487         * calendar/appt.el (appt-make-list): Fix previous change.
4489 1999-03-16  Richard M. Stallman  <rms@gnu.org>
4491         * window.el (shrink-window-if-larger-than-buffer):
4492         Don't try to redisplay with the cursor at the end
4493         on its own line--that would force a scroll and spoil things.
4495 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
4497         * international/mule-cmds.el (set-language-environment): Don't use
4498         cpNNN-nonascii-translation-table if it is unbound.
4500         * term/internal.el (dos-codepage-setup): Compute the unibyte
4501         syntax table and bind unibyte-display-via-language-environment
4502         here, rather than at top level, so that resetting to unibyte in
4503         .emacs works as expected.
4505 1999-03-15  Simon Marshall  <simon@gnu.org>
4507         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
4509 1999-03-14  Milan Zamazal <pdm@pvt.net>
4511         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
4513 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
4515         * international/mule-util.el (detect-coding-with-priority):
4516         Restore the internal database.
4518 1999-03-14  Stephen Eglen  <stephen@gnu.org>
4520         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
4521         if mail-from-style has invalid value.
4523 1999-03-12  Karl Heuer  <kwzh@gnu.org>
4525         * vc.el (vc-delete-logbuf-window): New var.
4526         (vc-finish-logentry): Use it.
4528 1999-03-12  Richard M. Stallman  <rms@gnu.org>
4530         * startup.el (command-line-1): Improve startup msg.
4532 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
4534         * speedbar.el: Added commentary about stealthy functions.
4535         (speedbar-message) new function.
4536         (speedbar-y-or-n-p): New function
4537         (speedbar-with-attached-buffer) Moved macro before reference.
4538         Now uses `save-selected-window'.
4539         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
4540         speedbar-generic-item-info, speedbar-item-info-file-helper,
4541         speedbar-item-delete, speedbar-insert-generic-list,
4542         speedbar-timer-fn, speedbar-check-vc-this-line,
4543         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
4544         speedbar-buffers-item-info) Use speedbar-message.
4545         (speedbar-item-info) Limit `message-log-max'.
4546         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
4547         speedbar-item-delete, speedbar-item-object-delete,
4548         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
4550 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
4552         * server.el (server-start): Set coding system for the server
4553         process to raw-text.
4554         (server-process-filter): Decode file names if necessary.
4556 1999-03-12  Dave Love  <fx@gnu.org>
4558         * textmodes/fill.el (sentence-end-double-space): Doc fix.
4560         * textmodes/paragraphs.el (sentence-end): Doc fix.
4562 1999-03-11  Karl Heuer  <kwzh@gnu.org>
4564         * comint.el (comint-password-prompt-regexp): Accept "login password:"
4566 1999-03-09  Karl Heuer  <kwzh@gnu.org>
4568         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
4569         (ispell-dictionary-alist-2): Likewise.
4570         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
4571         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
4572         (ispell-dictionary-alist): Build from six pieces, not just two.
4574         * ps-bdf.el (bdf-directory-list): Doc fix.
4576         * enriched.el (enriched-mode): Make var permanent-local.
4578 1999-03-09  Dave Love  <fx@gnu.org>
4580         * textmodes/sgml-mode.el (html-mode): Use
4581         sentence-end-double-space when setting sentence-end.
4583 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
4585         * language/thai.el (tis-620): New alias coding system for thai-tis620.
4587 1999-03-08  Felix Lee  <flee@cygnus.com>
4589         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
4591         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
4593 1999-03-08  Karl Heuer  <kwzh@gnu.org>
4595         * dired-aux.el (dired-do-copy-regexp): Doc fix.
4596         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4598         * dired.el (dired-do-copy-regexp): Doc fix.
4599         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4601 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
4603         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
4605 1999-03-08  Jason Rumney <jasonr@altavista.net>
4607         * international/codepage.el (cp1250-decode-table)
4608         (cp1251-decode-table, cp1253-decode-table)
4609         (cp1257-decode-table): New translation tables for MS Windows codepages.
4610         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
4612 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
4614         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
4616 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
4618         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
4620         * term/internal.el (top level): Display character 255 as 8bit as well.
4622 1999-03-06  Dave Love  <fx@gnu.org>
4624         * progmodes/cc-cmds.el (c-outline-level): Bind
4625         buffer-invisibility-spec.
4627         * progmodes/c-mode.el (c-outline-level): Likewise.
4629         * progmodes/ada-mode.el (ada-outline-level): Likewise.
4631 1999-03-05  Felix Lee  <flee@cygnus.com>
4633         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
4635 1999-03-05  Richard M. Stallman  <rms@gnu.org>
4637         * bindings.el (complete-symbol): Invert meaning of prefix arg.
4639 1999-03-05  Andrew Innes  <andrewi@gnu.org>
4641         * w32-fns.el (convert-standard-filename): Convert directory
4642         separators to Windows format.
4644 1999-03-05  Andreas Schwab  <schwab@gnu.org>
4646         * international/skkdic-cnv.el: Provide skkdic-cnv.
4647         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
4648         (batch-skkdic-convert): Doc fix.
4650 1999-03-04  Dave Love  <fx@gnu.org>
4652         * custom.el (custom-set-variables): Protect against setter errors.
4654 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
4656         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
4657         the file sizes from overflowing.
4658         (ls-lisp-format): If file size is a float, use %8.0f to print it.
4659         Under -s, print the size in blocks with %4.0f, in case they have
4660         a *really* huge file.
4662 1999-03-03  Dave Love  <fx@gnu.org>
4664         * options.el (edit-options): Doc fix.
4665         (list-options): Don't lose with unbound symbols.  Maintain
4666         Edit-options-mode.
4668 1999-03-01  Dave Love  <fx@gnu.org>
4670         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
4672 1999-02-28  Richard M. Stallman  <rms@gnu.org>
4674         * ispell.el (ispell-dictionary-alist-override): New variable.
4675         (ispell-dictionary-alist): Don't setq it,
4676         if ispell-dictionary-alist-override is set.
4678         * simple.el (shell-command-default-error-buffer): Renamed from
4679         shell-command-on-region-default-error-buffer.
4680         (shell-command-on-region): Mention in echo area when there
4681         is some error output.  Mention success or failure, too.
4682         Accumulate multiple error outputs
4683         going forward, with formfeed in between.  Display the error buffer
4684         when we have put something in it.
4685         (shell-command): Add the ERROR-BUFFER argument feature.
4687 1999-02-28  Karl Heuer  <kwzh@gnu.org>
4689         * mail/mh-utils.el (mh-lib): Doc fix.
4690         (mh-lib-progs, mh-nmh-p): New vars.
4691         (mh-find-progs): Set mh-lib-progs along with other vars.
4692         (mh-path-search): New arg FUNC-P; if specified, use that instead
4693         of mh-file-command-p.
4694         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
4696         * mail/mh-comp.el (mh-repl-formfile): New var.
4697         (mh-smail-batch): Don't ignore all arguments.
4698         (mh-reply): Do the right thing when using nmh.
4700 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
4702         * international/mule-cmds.el (select-safe-coding-system): Be sure
4703         to show a buffer being decoded.
4705 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
4707         * ps-bdf.el (bdf-directory-list): Initialize it to
4708         '("/usr/local/share/emacs/fonts/bdf").
4710 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4712         * ps-print.el: PostScript programming fix.
4713         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
4714         setpagedevice operator).
4716 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4718         * ps-print.el: Doc fix, font size specifies landscape and portrait
4719         sizes.
4720         (ps-print-version): New version number (4.1.4).
4721         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
4722         Specifies landscape and portrait sizes.
4723         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
4724         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
4725         fix.
4726         (ps-get-font-size): New fun.
4727         (ps-font-size-internal, ps-header-font-size-internal)
4728         (ps-header-title-font-size-internal): New vars.
4730         * ps-mule.el: Change of ps-print font size variable name.
4731         (ps-mule-generate-font): Fun fix.
4732         (ps-mule-begin-job): Programming uniformization.
4734 1999-02-25  Dave Love  <fx@gnu.org>
4736         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
4737         (help-make-xrefs): Do Info case first.
4739         * repeat.el: Don't require advice.
4740         (repeat-last-kill-command): Variable deleted.
4742 1999-02-25  Richard Stallman  <rms@gnu.org>
4744         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
4745         case just because the current buffer is the output buffer.
4747 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
4749         * simple.el (what-cursor-position): To show the character's
4750         encoding, use encoded-string-description instead of information
4751         of chaset-origin-alist.
4753         * international/mule-cmds.el (iso-2022-control-alist): New variable.
4754         (encoded-code-description): New function.
4755         (encoded-string-description): New function.
4756         (encode-coding-char): New function.
4758 1999-02-25  Andrew Innes  <andrewi@gnu.org>
4760         * startup.el (command-line) [windows-nt]: Fix typo in regexp
4761         checking for .emacs[.el[c]].
4763 1999-02-24  Richard Stallman  <rms@gnu.org>
4765         * help.el (describe-function-1): Don't print a whole lambda-function.
4767 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
4769         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
4770         inputting ?\240.
4772 1999-02-23  Karl Heuer  <kwzh@gnu.org>
4774         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
4776         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
4777         (clean-buffer-list-kill-buffer-names): Doc fix.
4779         * gud.el (gud-jdb-massage-args): Spelling fix.
4781 1999-02-23  Richard M. Stallman  <rms@gnu.org>
4783         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
4785 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
4787         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
4788         excursion while calling set-auto-coding-function.
4790         * play/handwrite.el (handwrite): Require ps-print, and use
4791         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
4792         if it's defined, instead of forking ps-lpr-command unconditionally.
4794 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
4796         * international/codepage.el (cp-coding-system-for-codepage-1): Put
4797         charset-origin-alist property to a coding system for the codepage.
4799         * international/mule.el: Modify comment for charset-origin-alist
4800         property of a coding system.
4802         * simple.el (what-cursor-position): charset-origin-alist property
4803         of a coding system may be a translation table or a symbol of which
4804         `translation-table' property is a translation table.
4806 1999-02-21  Richard Stallman  <rms@gnu.org>
4808         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
4809         to the "html" template.
4811 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
4813         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
4815 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
4817         * dirtrack.el (dirtrack): Check for the prompt in the input string
4818         instead of the buffer.
4820 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
4822         * sql.el: Set version to 1.4.1.  Changed mail address to
4823         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
4824         (sql-input-ring-separator): Doc fix.
4825         (sql-mode-syntax-table): double-dash starts comments is defined as
4826         ". 56" instead of ". 12b" for XEmacs.
4827         (sql-stop, sql-interactive-mode): Doc fixes.
4828         (sql-postgres): Queries for database and server, not just one.
4829         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
4831         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
4832         changed.  This is needed for master.el to work.
4833         (sql-set-sqli-buffer): Use the new hook.
4835         * sql.el (sql-make-alternate-buffer-name): Function that sets
4836         sql-alternate-buffer-name.
4837         (sql-alternate-buffer-name): Possible name of SQLi buffers.
4838         (sql-interactive-mode): Set sql-alternate-buffer-name.
4839         (sql-rename-buffer): New command.
4840         (sql-interactive-mode-menu): Menu for SQLi buffers.
4842         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
4843         and sql-input-ring-file-name are used to temporarily set
4844         comint-input-ring-file-name and comint-input-ring-separator when
4845         reading and writing input history files.
4847         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
4848         (sql-input-ring-file-name): New variable with customization.
4849         (sql-input-ring-separator): New variable with customization.
4850         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
4851         Callers changed.
4852         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
4853         now includes the name of the current buffer.
4855         (sql-mode): Set paragraph-separate and paragraph-start so that
4856         sql-send-paragraph sends the entire SQL statements, even if it
4857         contains indented lines.
4859 1999-02-18  Dave Love  <fx@gnu.org>
4861         * format.el (format-encode-run-method, format-decode-run-method):
4862         Fix previous change.
4864 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
4866         * international/mule.el (coding-system-list): Moved here from
4867         mule-util.el to avoid autoloading mule-util by the call of
4868         select-safe-coding-system.
4870 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
4872         * simple.el (turn-on-auto-fill): Mark it as an option for
4873         `text-mode-hook'.
4875 1999-02-17  Richard Stallman  <rms@gnu.org>
4877         * emacs-lisp/easymenu.el (easy-menu-get-map):
4878         Don't crash if (current-local-map) is nil.
4880 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
4882         * filecache.el (file-cache-filter-regexps): Added .class.
4884 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
4886         * international/mule-util.el (decompose-region): Use
4887         insert-buffer-substring instead of insert-buffer to avoid putting
4888         mark.
4890 1999-02-17  Andreas Schwab  <schwab@gnu.org>
4892         * calendar/cal-move.el (scroll-calendar-left): Don't set
4893         displayed-month and displayed-year here, let generate-calendar do
4894         it, after range checking.
4896 1999-02-17  Simon Marshall  <simon@gnu.org>
4898         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
4900         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
4901         correctly between an object declared via a constructor and a method.
4902         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
4903         (java-font-lock-keywords-1): Fontify package names individually.
4904         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
4905         (java-font-lock-keywords-2): Simplify type fontification.
4906         (java-font-lock-keywords-3): Likewise.
4908 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
4910         * language/japanese.el (iso-2022-jp-2): New coding system.
4911         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
4913 1999-02-16  Dave Love  <fx@gnu.org>
4915         * help.el (describe-function-1): Accept non-symbols.
4917 1999-02-16  Paul Eggert  <eggert@twinsun.com>
4919         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
4920         find the last match if there are multiple matches.
4922 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4924         * tex-mode.el (tex-run-command, latex-run-command)
4925         (slitex-run-command, tex-command): Doc changes.
4926         (tex-start-options-string): Autoload it.  Doc change.  Provide
4927         a menu for customization.  Allow nil.  Quote backslashes only once.
4928         (tex-start-tex): Handle nil value of tex-start-options-string
4929         and apply shell-quote-argument to it.
4931 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
4933         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
4934         the size in blocks, since it can be a float.
4935         (ls-lisp-format): Likewise
4937 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
4939         * language/japanese.el (japanese-shift-jis): Add
4940         charset-origin-alist property.
4942 1999-02-15  Richard Stallman  <rms@gnu.org>
4944         * progmodes/compile.el (compile-internal): Use save-selected-window.
4946         * subr.el (momentary-string-display): Bind inhibit-read-only.
4948         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
4950 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
4952         * mail/rmail.el (rmail-show-message): If an unseen message has a
4953         Summary-line in its header, get past one more line before looking
4954         for the X-Coding-System header.
4956 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
4958         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
4959         explicitly to accomodate Windows 9X lack of a useful copy program.
4961 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
4963         * wid-edit.el (widget-choice-value-create): Use `equal'
4964         instead of `eq'.
4966 1999-02-14  Richard Stallman  <rms@gnu.org>
4968         * international/iso-transl.el:
4969         (iso-transl-ae): Renamed from iso-transl-e-slash.
4970         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
4971         (iso-transl-AE): Renamed from iso-transl-E-slash.
4972         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
4973         (iso-transl-char-map): Related changes.
4975         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
4977 1999-02-13  Richard Stallman  <rms@gnu.org>
4979         * textmodes/texinfmt.el (texinfo-alias): New function.
4980         (texinfo-fold-nodename-case): Add defvar.
4981         (texinfo-format-node): Do case folding if specified.
4983         * ffap.el (ffap-file-at-point): Test local file names
4984         immediately.  Strip off line numbers.
4986 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
4988         * sql.el: Set version to 1.3.2
4989         (sql-solid-program): Added support for solid.
4990         (sql-help): Doc mentions sql-solid.
4991         (sql-solid): Entry function for Solid.
4992         (sql-buffer): Doc explains the use of the variable and how to
4993         change it.
4994         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
4995         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
4996         disabled if sql-buffer doesn't have a process; sql-send-paragraph
4997         is new.
4998         (sql-show-sqli-buffer): New function to display the value of
4999         sql-buffer.
5000         (sql-change-sqli-buffer): New function to change sql-buffer.
5001         (sql-mode): Doc explains how to change sql-buffer.
5002         (sql-send-paragraph): New function to send a paragraph.
5003         (sql-mode-map): Added keybinding for sql-send-paragraph.
5004         (sql-mysql): Doc corrected.
5005         (sql-ms): Doc corrected.
5007         * sql.el (sql-server): Doc fix.
5008         (sql-mysql): Added the use of sql-server to specify the host,
5009         sql-database now specifies database instead of host.
5010         (sql-mode-menu): Send... menu items are only active if sql-buffer
5011         is non-nil.
5012         (sql-help): Changed tag of entry functions a bit.
5014         * sql.el: Added keywords from `finder-by-keyword'.
5015         (sql-mode): Made sql-buffer a local variable, changed the
5016         documentation: removed instructions to add *.sql files to
5017         auto-mode-alist, added documentation for having mutliple SQL
5018         buffers sending their stuff to different SQLi buffers, each
5019         running a different process.
5020         (sql-postgres): Quoted *SQL* in doc string.
5021         (sql-ms): Likewise.
5022         (sql-ingres): Likewise.
5023         (sql-ingres): Quoted *SQL* in doc string, added references to
5024         sql-user and sql-password used during login.
5025         (sql-sybase): Quoted *SQL* in doc string, added comma.
5026         (sql-oracle): Likewise.
5027         (sql-interactive-mode): Added extensive documentation for having
5028         mutliple SQL buffers sending their stuff to different SQLi
5029         buffers, each running a different process.
5030         (sql-buffer): Changed doc from *SQL* to SQLi.
5031         (sql-get-login): Doc fix.
5033 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
5035         * international/mule-conf.el (undecided): Set ascii in
5036         safe-charsets property.
5038 1999-02-12  Richard Stallman  <rms@gnu.org>
5040         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
5042 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
5044         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
5045         value to ps-mule-font-info-database-latin.
5047 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
5049         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
5050         (ps-mule-font-info-database-default): New variable.
5051         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
5052         ps-mule-font-info-database-default.
5054 1999-02-12  Dave Love  <fx@gnu.org>
5056         * timezone.el (timezone-make-date-sortable)
5057         (timezone-make-date-arpa-standard): Doc fix.
5059 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
5061         * international/quail.el (quail-show-kbd-layout): Bind
5062         blink-matching-paren to nil.
5064         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
5065         for ASCII and Latin-1.
5067 1999-02-12  Andreas Schwab  <schwab@gnu.org>
5069         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
5071 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
5073         * international/mule-cmds.el (language-info-alist): Remove
5074         description about charset-origin-alist.
5076         * international/mule.el: Comment added for a new coding system
5077         property `charset-origin-alit'.
5078         (make-translation-table): This variable deleted.
5080         * language/chinese.el (chinese-big5): Add charset-origin-alist
5081         property.
5082         ("Chinese-CNS"): Remove charset-origin-alist property.
5084         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
5085         property.
5086         (cyrillic-alternativnyj): Likewise.
5087         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
5088         ("Cyrillic-ALT"): Likewise.
5090         * language/vietnamese.el (vietnamese-viqr): Add
5091         charset-origin-alist property.
5092         ("Vietnamese"): Remove charset-origin-alist property.
5094         * simple.el (what-cursor-position): Don't use the varialbe
5095         charset-origin-alist, but use charset-origin-alist property of
5096         buffer-file-coding-system to decide external character set code.
5098 1999-02-10  Richard Stallman  <rms@gnu.org>
5100         * shadowfile.el: Don't turn on the mode when the file is loaded.
5102 1999-02-09  Richard Stallman  <rms@gnu.org>
5104         * progmodes/compile.el (compile-auto-highlight): Customize.
5106         * add-log.el (add-log-file-name-function): New variable.
5107         (add-change-log-entry): Call that function, if non-nil.
5109 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
5111         * rmail.el (rmail-search): Track match with a marker, not an integer.
5113 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5115         * progmodes/compile.el (compilation-setup): Set value of
5116         compilation-directory-stack as in compilation-forget-errors.
5117         (compile-reinitialize-errors): Bind buffer-undo-list and
5118         deactivate-mark.
5119         (compilation-forget-errors): Likewise.
5121 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
5123         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
5124         def... constructs.
5126         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
5127         Remove calls to sleep-for.
5129 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
5131         * international/codepage.el (cp-coding-system-for-codepage-1): On
5132         MS-DOS, use dos-unsupported-char-glyph for characters not
5133         supported by the codepage.
5134         (cp-make-coding-systems-for-codepage): Likewise.
5136 1999-02-08  Andreas Schwab  <schwab@gnu.org>
5138         * international/mule-util.el (coding-system-list): Don't sort
5139         coding-system-list here.
5141         * international/mule.el (coding-system-lessp): Moved here from
5142         mule-util.el
5143         (add-to-coding-system-list): New function.
5144         (make-subsidiary-coding-system, make-coding-system,
5145         define-coding-system-alias): Use it instead of setting
5146         coding-system-list directly.
5148 1999-02-07  Dave Love  <fx@gnu.org>
5150         * calendar/appt.el (appt-make-list): Don't splice quotes and date
5151         onto message.
5153 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5155         * imenu.el (imenu--last-menubar-index-alist): Add doc.
5156         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
5158 1999-02-06  Richard Stallman  <rms@gnu.org>
5160         * language/european.el (setup-slovenian-environment): New function.
5161         ("Slovenian"): New language environment.
5163         * progmodes/sql.el (sql-help): Doc fix.
5164         (sql-mysql): Doc fix.
5166 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5168         * tex-mode.el: When compiling, require compare-w and skeleton
5169         to pacify the byte-compiler.  Move the def's of the tex-commands
5170         together.  Add a comment on kill-process vs. quit-process.
5172 1999-02-05  Dave Love  <fx@gnu.org>
5174         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
5175         null markers.
5176         (compile-goto-error): Likewise.
5178 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
5180         * time-stamp.el (time-stamp-format): Format doc tighter.
5181         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
5182         (time-stamp): don't re-write the time stamp if it didn't change.
5184 1999-02-05  Alex Schroeder  <asc@bsiag.com>
5186         * progmodes/sql.el: Changed version to 1.2.1.
5187         (sql-pop-to-buffer-after-send-region): Improved documentation.
5188         (sql-mysql-program): Added MySQL support.
5189         (sql-prompt-length): Made prompt-length configurable.
5190         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
5191         (sql-help): Added MySQL support, changed documentation.
5192         (sql-send-region): A message is displayed if something is sent.
5193         (sql-mode): Added buffer-local comment-start.
5194         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
5195         (sql-interactive-mode): Added buffer-local comment-start.
5196         (sql-oracle): Set sql-prompt-length.
5197         (sql-sybase): Set sql-prompt-length.
5198         (sql-mysql): Added MySQL support.
5199         (sql-ingres): Set sql-prompt-length.
5200         (sql-ms): Set sql-prompt-length.
5201         (sql-postgres): Set sql-prompt-length.
5203 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
5205         * term/internal.el (dos-codepage-setup): Set selection coding
5206         system to cpNNN-dos.
5208 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210         * international/characters.el: Let ethiopic use iso-2022-7bit.
5212 1999-02-02  Dave Love  <fx@gnu.org>
5214         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
5215         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
5217 1999-02-02  Karl Heuer  <kwzh@gnu.org>
5219         * terminal.el (terminal-emulator): Doc fix.
5221 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
5223         * international/mule-util.el (compose-chars): Doc-string
5224         modified.  Correctly handle a composition character in ARGS.
5226 1999-02-01  Richard Stallman  <rms@gnu.org>
5228         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
5229         (makefile-menu-index-function): Function deleted.
5230         (makefile-mode): Use makefile-imenu-generic-expression.
5232 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
5234         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
5235         change, invoke from before-init-hook.
5237 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
5239         * subr.el (remove-from-invisibility-spec): Cope with the case when
5240         buffer-invisibility-spec is t.
5242 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
5244         * calendar/calendar.el (calendar-mode-map): Fix bindings for
5245         appt-add and appt-delete.
5247 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
5249         * term/pc-win.el (msdos-approximate-color): New function.
5250         (msdos-color-translate): Call it to find a DOS color that best
5251         approximates an X-style "#NNNNNN" color specification.
5253 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
5255         * international/mule-util.el (compose-chars-component): Add
5256         autoload cookie.
5258 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
5260         * international/quail.el (quail-lookup-key): If cdr of MAP is a
5261         function, replace cdr of MAP by the return value of the function
5262         unconditionally.
5264 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5266         * progmodes/compile.el (compilation-next-error-locus): Don't
5267         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
5269 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
5271         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
5272         and NLs before "charset", and allow the charset name be in double
5273         quotes.
5275 1999-01-31  Richard Stallman  <rms@gnu.org>
5277         * imenu.el (imenu-sort-function): Fix custom type.
5279 1999-01-30  Richard Stallman  <rms@gnu.org>
5281         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
5282         (speedbar-line-token): Likewise.
5284         * play/gametree.el (gametree-default-score): Use defcustom.
5285         (gametree-score-regexp, gametree-score-closer): Likewise.
5286         (gametree-score-manual-flag, gametree-score-opener): Likewise.
5288 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5290         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
5291         decoding.
5293 1999-01-29  Markus Rost  <rost@gnu.org>
5295         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
5296         tex-validate-buffer.
5297         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
5298         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
5299         now with recent occur-mode.
5300         (tex-validate-region): Really walk through all Sexps.
5301         (tex-region): Bind shell-dirtrack-verbose.
5302         (tex-file, tex-bibtex-file): Likewise.
5304 1999-01-29  Dave Love  <fx@gnu.org>
5306         * finder.el: (finder-commentary): Fix interactive spec.  Try
5307         appending .el to file name.
5308         (finder-find-library, finder-commentary): Doc fixes.
5310 1999-01-29  Andrew Innes  <andrewi@gnu.org>
5312         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
5313         where the userid contains directory separators.
5315 1999-01-29  Dave Love  <fx@gnu.org>
5317         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
5318         (lm-commentary): Doc fix.
5320 1999-01-29  Andreas Schwab  <schwab@gnu.org>
5322         * files.el (file-expand-wildcards): Never consider `.' and `..' a
5323         wildcard match.  Fix regexp that tests if dirpart contains
5324         wildcard characters.
5326 1999-01-28  Richard Stallman  <rms@gnu.org>
5328         * font-lock.el (font-lock-default-unfontify-region):
5329         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
5331 1999-01-27  Jason Rumney <jasonr@altavista.net>
5333         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
5334         from FAMILY field.
5335         (w32-create-initial-fontsets): Do not use before-init-hook.
5336         (mouse-set-font): Document.  Automatically create and use fontsets.
5338         * dos-w32.el (direct-print-region-helper): Check for printer
5339         being t as well as a string.
5341 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
5343         * mail/rmail.el (rmail-decode-mime-charset): New variable.
5344         (rmail-mime-charset-pattern): New variable.
5345         (rmail-convert-to-babyl-format): Decode by MIME-charset if
5346         rmail-decode-mime-charset is non-nil.
5348 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
5350         * international/characters.el: Set category `q' for all characters
5351         in tibetan and tibetan-1-column.
5353 1999-01-27  Andrew Innes  <andrewi@gnu.org>
5355         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
5356         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
5358 1999-01-27  Dave Love  <fx@gnu.org>
5360         * international/mule-cmds.el (current-language-environment):
5361         Provide :link, :type (choices) and appropriate :get.
5363 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
5365         * startup.el (command-line): Set default eol-mnemonic-* strings to
5366         display end-of-line format in mode line.
5368         * cus-start.el (all): Add eol-mnemonic-* variables.
5370 1999-01-26  Dave Love  <fx@gnu.org>
5372         * startup.el (command-line-1): Up-date copyright.
5374         * paths.el (Info-default-directory-list): Use configdir twice.
5376         * info.el (Info-directory-list): Don't set path-separator now
5377         we're not shipped with Texinfo.  Simplify path definition.
5378         Substitute all occurrences of instdir in Info-default-directory-list.
5380 1999-01-25  Richard Stallman  <rms@gnu.org>
5382         * startup.el (normal-top-level-add-subdirs-to-load-path):
5383         Record the inode numbers of the dirs processed, to avoid loop.
5385         * textmodes/tex-mode.el (tex-run-command): Doc fix.
5387 1999-01-25  Dave Love  <fx@gnu.org>
5389         * browse-url.el (browse-url-netscape-program): Doc addition.
5391         * help.el (help-make-xrefs): Default info references to an `(emacs)'
5392         prefix.
5394         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
5395         auto-mode-alist.
5397 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5399         * calendar/diary-lib.el (mark-diary-entries): Use
5400         assoc-ignore-case and do not capitalize when matching month and
5401         day names.
5403         * calendar/calendar.el (calendar-read-date): Ditto.
5405         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5406         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5408         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
5410         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5412         * calendar/cal-islam.el (calendar-goto-islamic-date)
5413         (mark-islamic-diary-entries): Ditto.
5415         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5417         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5418         (calendar-read-mayan-tzolkin-date): Ditto.
5420         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
5422 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
5424         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
5426 1999-01-25  Karl Heuer  <kwzh@gnu.org>
5428         * faces.el (list-faces-display): Multiline case of previous fix.
5430 1999-01-25  Andreas Schwab  <schwab@gnu.org>
5432         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
5434 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
5436         * files.el (find-file): If find-file-noselect returns a list,
5437         do switch-to-buffer on each element.
5438         (find-file-other-window): Likewise for all but the first element.
5439         (find-file-other-frame): Same.
5440         (find-file-noselect): When we expand a wildcard, return a list
5441         of buffers.
5443 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
5445         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
5446         to set the appropriate cpNNN-dos coding system as the
5447         highest-priority coding system.
5449 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
5451         * international/fontset.el (generate-fontset-menu): Return a
5452         sorted list by plain names of fontsets.
5454         * international/mule-diag.el (list-fontsets): Sort fontsets by
5455         plain names.
5457         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
5458         FIRST is a composite character, decompose it at first.
5460 1999-01-23  Dave Love  <fx@gnu.org>
5462         * format.el: Doc fixes.
5463         (format-encode-run-method): Have things happen in the right buffer.
5464         Deal with errors from method.  Set coding-system-for-write.
5465         (format-decode-run-method): Have things happen in the right buffer.
5466         Deal with errors from method.  Set coding-system-for-read.
5467         (format-alist): Use nil instead of unmatchable regexps.
5469         * simple.el (shell-command-on-region): Return command's exit status.
5471 1999-01-23  Eric Ludlam  <zappo@gnu.org>
5473         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
5474         of the file whose info we want to display.
5475         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
5476         (speedbar-add-mode-functions-list) Improve doc.
5477         (speedbar-line-token) New function.
5478         (speedbar-dired) Fix order of directories in -shown-directories.
5479         (speedbar-line-path): Default return is default-directory
5480         (speedbar-buffers-line-path): Return is dir name only.
5481         (speedbar-mode-functions-list): New variable.
5482         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
5483         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
5484         speedbar-files-item-info speedbar-buffers-item-info): New functions.
5485         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
5486         New functions.
5487         (speedbar-line-file): Broke out part that fetches file from a line.
5488         (speedbar-line-text): New function extracted from speedbar-line-file.
5489         (speedbar-line-path): Converted into a replaceable function.
5490         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
5492 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
5494         * international/fontset.el (create-fontset-from-x-resource): Make
5495         style variants.
5497 1999-01-22  Dave Love  <fx@gnu.org>
5499         * paths.el (Info-default-directory-list): Put sysdir after start.
5501 1999-01-22  Sam Steingold  <sds@goems.com>
5503         * midnight.el (clean-buffer-list): do not kill a buffer if it has
5504         a process associated with it.
5506 1999-01-22  Jason Rumney <jasonr@altavista.net>
5508         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
5510 1999-01-22  Felix Lee  <flee@cygnus.com>
5512         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
5513         major-mode.
5514         (vc-annotate-mode): Delete variable.
5516 1999-01-22  Andrew Innes  <andrewi@gnu.org>
5518         * startup.el (command-line): [windows-nt]: Check for existence of
5519         .emacs file so as to notice .emacs.el or .emacs.elc and use them
5520         in preference to _emacs.
5522 1999-01-22  Dave Love  <fx@gnu.org>
5524         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
5526 1999-01-20  Richard Stallman  <rms@gnu.org>
5528         * files.el (find-file-noselect): Do wildcard processing only
5529         if new arg WILDCARDS is non-nil.
5530         (find-file, find-file-other-window): New arg WILDCARDS.
5531         Default it to non-nil if interactive.
5532         (find-file-other-frame): Likewise.
5533         (find-file-read-only): Likewise.
5534         (find-file-read-only-other-window): Likewise.
5535         (find-file-read-only-other-frame): Likewise.
5537         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
5538         (widget-plist-convert-option): Delete spurious comma.
5540 1999-01-19  Jason Rumney <jasonr@altavista.net>
5542         * term/w32-win.el (w32-standard-fontspec-spec): Change
5543         iso8859-5 to koi8-r.  Add iso8859-9.
5545 1999-01-19  Dave Love  <fx@gnu.org>
5547         * browse-url.el (browse-url-maybe-new-window): Delete macro and
5548         its uses.
5550         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
5551         is active.
5552         (fortran-indent-subprogram): Likewise.
5554 1999-01-19  Dave Love  <d.love@dl.ac.uk>
5556         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
5558 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
5560         * wid-edit.el (alist): Use sexp as default key-type.
5562 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5564         * textmodes/tex-mode.el (tex-define-common-keys):
5565         Remove key binding of tex-feed-input.
5566         (tex-mode-map): Bind tex-feed-input here.
5567         (tex-start-shell): Use compilation-shell-minor-mode.  Set
5568         comint-input-filter-functions before running tex-shell-hook.
5569         (tex-start-tex): Forget compilation errors.
5570         (tex-compilation-parse-errors): Rewritten to work also with
5571         compile-mouse-goto-error and compile-goto-error.  Adjusted to
5572         change in tex-region.
5573         (tex-region): For the temp file use file-name without directory.
5574         (tex-file): Expand file name of tex-print-file.
5576 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5578         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
5580 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
5582         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
5583         beginning could cause Emacs to hang.  Fixed.
5585 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
5587         * international/ccl.el (ccl-compile-translate-character): Handle
5588         the case that a tranlation table is CCL register correctly.
5590         * international/mule-cmds.el (select-safe-coding-system):
5591         Hightlight at most 256 characters.
5593 1999-01-18  Dave Love  <fx@gnu.org>
5595         * startup.el (command-line): If the init file changes operation to
5596         unibyte, make all buffers unibyte and re-set language environment.
5598         * disp-table.el (standard-display-european): Make all existing
5599         buffers unibyte.  Fix doc.
5601 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
5603         * wid-edit.el (coding-system): Define this unconditionally.
5605         * simple.el (shell-command-on-region-default-error-buffer): New var.
5606         (shell-command-on-region): Use that variable as interactive
5607         value of ERROR-BUFFER argument.
5609 1999-01-17  Sam Steingold  <sds@goems.com>
5611         * mail/rmail.el (rmail-quit): run `rmail-quit-hook'.
5613 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5615         * progmodes/compile.el (compilation-goto-locus): If already in the
5616         compilation buffer's window, keep it in that window.
5617         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
5618         (compile-goto-error): Don't play with windows.
5620         * textmodes/tex-mode.el (latex-run-command): Doc fix.
5621         (tex-command): Doc fix.
5622         (tex-compilation-parse-errors): Doc fix.
5623         (tex-generate-zap-file-name): Don't start the name with -.
5624         (tex-expand-files): Works now also with strings ending with ":".
5626 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
5628         Patch failed to install:
5629         * gametree.el: Document scoring functionality.
5630         (gametree-score-regexp): Add optional plus sign.
5631         (gametree-score-opener): Replace `:' with `=' as the former
5632         conflicts with gametree-half-ply-regexp.
5633         (gametree-transpose-following-leaves): Add.
5634         (gametree-insert-new-leaf): Make modifying commands barf in read
5635         only buffers.
5636         (gametree-break-line-here): Add a call to
5637         `gametree-transpose-following-leaves'.  This maintains the
5638         necessary invariant that on each level all leaf children precede
5639         all nonleaf children.  This has always been implied, but left to
5640         the user, and, unfortunately, undocumented.
5642 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5644         * wid-edit.el (plist, alist): New widget types.
5646 1999-01-17  Dave Love  <fx@gnu.org>
5648         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
5649         fix scope of condition-case therein.
5651 1999-01-17  Andrew Innes  <andrewi@gnu.org>
5653         * dos-w32.el: (find-buffer-file-type-coding-system): Use
5654         default-buffer-file-coding-system when file doesn't exist (and
5655         isn't covered by a special case) instead of forcing undecided-dos
5656         against the user's wishes.
5658         * dos-w32.el (direct-print-region-helper): New function based on
5659         direct-print-region-function; sends data to specified printer port
5660         without further translation.  Recognize and handle specially the
5661         standard `print' and `nprint' programs, as well as `lpr' and
5662         similar programs.  Only write directly to the printer port if no
5663         print program is specified.  Work around a bug in Windows 9x
5664         affecting Win32 version of Emacs by invoking command.com to write
5665         to the printer port instead of writing directly.
5666         (direct-print-region-function): Use direct-print-region-helper to
5667         do most of the work.
5668         (direct-ps-print-region-function): New function; analogue of
5669         direct-print-region-function for ps-print.
5670         (ps-lpr-command): Comment out setq; leave as example usage.
5671         (ps-lpr-switches): Ditto.
5673         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
5674         and MS-Windows.
5675         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
5676         DOS and Windows platforms, to indicate direct printing.  Update
5677         the docstring accordingly.
5679         * ps-print.el: (ps-printer-name): Update docstring about usage on
5680         MS-DOS and MS-Windows.
5681         (ps-lpr-command): Update docstring as for lpr-command.
5682         (ps-print-region-function): New variable.
5683         (ps-do-despool): Use it.
5684         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
5685         DOS/Windows.
5687         * subr.el (subst-char-in-string): New function.
5689 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
5691         * international/codepage.el (cp852-decode-table): Fill a nil entry.
5693         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
5694         (bdf-find-font-info): New function, looks for the first readable
5695         file from a list of alternatives.
5696         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
5697         instead of bdf-get-font-info.
5698         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
5699         to ps-mule-generate-bitmap-glyph.
5701         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
5702         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
5703         now be a list of alternative names.
5704         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
5705         (ps-mule-prepare-font): Likewise.
5707         * international/codepage.el (cp855-decode-table,
5708         cp850-decode-table): Fill some nil entries.
5710 1999-01-16  Dave Love  <fx@gnu.org>
5712         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
5713         last change.
5715 1999-01-15  Dave Love  <fx@gnu.org>
5717         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
5718         and change regexp for command names.
5719         (help-xref-go-back, function-called-at-point, symbol-file)
5720         (where-is): Doc fixes.
5721         (help-xref-go-back): Remove interactive spec.
5722         (describe-function-1): Fix message for alias.  Buttomize alias
5723         name.
5725         * simple.el (join-line): New alias.
5727 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
5729         * forms.el: (forms--show-record): Convert integers to string
5730         expicitly since concat will no longer accept integers.
5731         (forms-print): Use local `total-nb-records' since
5732         `forms--total-records' will be inaccessible after buffer switching.
5734 1998-01-14  Felix Lee  <flee@cygnus.com>
5736         * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness.
5738 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
5740         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
5742 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
5744         * international/codepage.el (cp850-decode-table): Fix previous change.
5746 1999-01-14  Simon Marshall  <simon@gnu.org>
5748         * shell.el (shell-dirtrack-verbose): New custom variable.
5749         (shell-dirstack-message): Use it.
5751 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
5753         * international/mule-conf.el: Coding system alias `dos' for
5754         `undecided-dos', `mac' for `undecided-mac'.
5756         * international/mule-cmds.el (describe-language-environment):
5757         Don't alter input-method-alist.
5759 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
5761         * international/codepage.el (cp850-decode-table): Replace nil
5762         entries with codes of similary looking glyphs.  (Suggested by
5763         Jason Rumney <jasonr@altavista.net>.)
5765 1999-01-13  Dave Love  <fx@gnu.org>
5767         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
5769         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
5771 1999-01-12  Karl Heuer  <kwzh@gnu.org>
5773         * files.el (auto-save-hook): Defvar this.
5775 1999-01-12  Alex Schroeder  <asc@bsiag.com>
5777         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
5778         faces, eliminating the need to load font-lock before loading sql.
5779         (sql-mode-oracle-font-lock-keywords): Likewise.
5780         (sql-mode-postgres-font-lock-keywords): Likewise.
5782 1999-01-11  Dave Love  <fx@gnu.org>
5784         * cus-start.el: Add inhibit-eol-conversion.
5786         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
5787         the values round.
5789 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
5791         * help.el (help-mode-finish): Renamed from help-mode-maybe.
5792         Don't switch to Help mode here.
5793         (temp-buffer-setup-hook): Use help-mode-finish.
5794         (help-mode-setup): New function.
5795         (temp-buffer-setup-hook): Use help-mode-setup.
5797         * progmodes/sql.el: New file.
5799         * files.el (auto-mode-alist): Add sql-mode.
5801         * faces.el (list-faces-display): Improve the formatting
5802         by computing the maximum length required for any face-name.
5804 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5806         * progmodes/compile.el (compilation-shell-minor-mode): New function.
5808 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
5810         * term.el (term_send_home): Change the string to
5811         be the same as the one emitted by xterm and consistent with the
5812         ones emitted by prior and next.
5813         (term_send_end): Likewise.
5815 1999-01-10  Dave Love  <fx@gnu.org>
5817         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
5818         bindings.
5820 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
5822         * international/codepage.el (codepage-setup): Doc fix.
5823         (cp-decoding-vector-for-codepage): Likewise.
5825 1999-01-10  Markus Rost  <rost@gnu.org>
5827         * cus-edit.el (custom-save-delete): First scan the custom-file.
5829 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
5831         * international/iso-transl.el: Define a "function name" for
5832         each translation that isn't ASCII.  Use these function names
5833         in iso-transl-char-map.
5835 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
5837         * international/mule-util.el (decompose-region): Do decomposition
5838         on temporary unibyte buffer.
5840         * international/mule.el (make-char): Doc-string modified.
5842 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
5844         * simple.el (comment-region): Delete spaces only if we
5845         deleted a comment starter.
5847 1999-01-07  Dave Love  <fx@gnu.org>
5849         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
5851         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
5852         like eval-defun does.
5854         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
5856         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
5857         constructions.  Doc fixes.
5858         (generic-create-generic-function): Use defalias, not fset.
5860         * find-func.el: More doc fixes.
5862 1999-01-06  Stephen Eglen  <stephen@gnu.org>
5864         * files.el (save-buffers-kill-emacs): Show the list of current
5865         processes before prompting to kill them and exit.
5867 1999-01-06  Dave Love  <fx@gnu.org>
5869         * emacs-lisp/find-func.el: Doc fixes.
5870         (find-function-regexp): Extend for define-generic-mode,
5871         define-derived-mode, easy-mmode-define-minor-mode.
5873 1999-01-06  Dave Love  <fx@gnu.org>
5875         * progmodes/fortran.el (fortran-window-create): Account for scroll
5876         bar width.
5878         * browse-url.el: Require (noerror) w3-auto when compiling.
5879         (browse-url-maybe-new-window): Make it a macro and revert last
5880         change to callers.
5881         (browse-url-w3): Require w3 for w3-fetch-other-window.
5883 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5885         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
5886         argument.
5888 1999-01-06  Simon Marshall  <simon@gnu.org>
5890         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
5892         * font-lock.el (font-lock-default-fontify-buffer): When using
5893         with-temp-message, use nil rather than current-message.
5895         * lazy-lock.el (lazy-lock-unstall):
5896         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
5897         rather than current-message.
5899         * fast-lock.el (fast-lock-save-cache-1):
5900         (fast-lock-cache-data): When using with-temp-message, use nil rather
5901         than current-message.
5903 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
5905         * international/codepage.el (cp-coding-system-for-codepage-1): Add
5906         the valid-codes property.
5908         * international/mule-cmds.el (prefer-coding-system): Call
5909         set-coding-priority, so that the internal array of priorities is
5910         also updated.
5912         * international/mule-util.el:
5913         (coding-system-change-eol-conversion,
5914         coding-system-change-text-conversion): Don't define here.
5916         * international/mule-cmds.el: Define them here.  Remove the
5917         autoload cookies.
5919 1999-01-06  Andreas Schwab  <schwab@gnu.org>
5921         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
5922         if it was enabled before.
5924         * view.el (View-revert-buffer-scroll-page-forward): Bind
5925         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
5927         * files.el (recover-session): Preserve point when inserting
5928         explanation.
5930 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
5932         * cus-edit.el (custom-save-delete): Don't delete whitespace
5933         and comments before the sexp that is replaced.
5935 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5937         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
5939 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5941         * vc.el (vc-dired-hook): Use the original value of
5942         dired-move-to-filename-regexp on lines that have not been
5943         reformatted yet.
5944         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
5945         file lines have already been reformatted.
5947 1999-01-05  Dave Love  <fx@gnu.org>
5949         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
5950         buffer-local.
5952 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
5954         * progmodes/f90.el: Change of regular expressions for type to
5955         correct highlighting and identation. Some small fixes for
5956         compatibility with XEmacs.
5958 1999-01-05  Stephen Eglen  <stephen@gnu.org>
5960         * mspools.el (mspools-vm-system-mail): Provide an alternative
5961         value based on rmail-spool-directory if $MAIL is not defined.
5963 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5965         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
5966         (reftex-section-info): Handle negative section levels.
5967         (reftex-view-crossref-extra): New option.
5968         (reftex-view-crossref): Generalized to work in more places.
5969         (reftex-find-citation-regexp-format, reftex-find-reference-format,
5970         reftex-macros-with-labels, reftex-global-search-marker): New variables.
5971         (reftex-view-cite-locations-from-bibtex): New command.
5972         (reftex-view-regexp-match, reftex-global-search,
5973         reftex-global-search-continue): New functions.
5974         (reftex-extract-bib-entries): No error for non-existing BibTeX
5975         file, just a message.
5976         (reftex-extract-bib-entries): Better error handling.
5977         (reftex-select-with-char): Use `*RefTeX Select*' for selection
5978         help and force it on current frame.
5979         (reftex-default-bibliography): New function.
5980         (reftex-access-parse-file): Check consistency after loading a
5981         parse file.  When inconsistent, enfore rescan.
5982         (reftex-check-parse-consistency): New function.
5983         (easy-menu-define): Options section drastically shortened.
5985 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
5987         * language/thai-util.el (thai-compose-string): New function.
5989 1999-01-04  Inge Frick  <inge@nada.kth.se>
5991         * easymenu.el (easy-menu-define): Doc fix.
5992         (easy-menu-create-menu): New keyword :included.
5993         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
5994         be an expression, not only a string.  Simulate style `button'.
5995         Use easy-menu-define-key-intern instead of easy-menu-define-key.
5996         (easy-menu-define-key-intern): New function.
5997         (easy-menu-add-item): Understand value returned from
5998         easy-menu-item-present-p and easy-menu-remove-item.
5999         (easy-menu-return-item): New function.
6000         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
6002 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
6004         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
6005         Use rmail-output-read-rmail-file-name to read the file name.
6006         Always call rmail-output-to-rmail-file noninteractively.
6007         When count > 1, do the loop here.
6008         Handle rmail-delete-after-output here.
6009         (rmail-summary-output): Similar changes.
6011         * mail/rmailout.el: Provide `rmailout'.
6012         (rmail-output-read-rmail-file-name): New function.
6013         (rmail-output-to-rmail-file): Use that.
6014         (rmail-output-read-file-name): New function.
6015         (rmail-output): Use that.
6017         * files.el (find-file-noselect): Let /: suppress wildcard matching.
6018         Error if wildcard matches no files.
6020 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
6022         * menu-bar.el (clipboard-yank): Doc fix.
6024         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
6026 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
6028         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
6030 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
6032         * rmail.el (rmail-encode-string): Make sure mask value is
6033         positive; (emacs-pid) returns a negative number on Windows 9x
6034         which causes odd behaviour.
6036 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
6038         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
6039         and about w32-* variables unless on Windows/NT.
6041 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
6043         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
6044         if buffer is modified; ask about all modified buffers.
6046 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
6048         * simple.el (what-cursor-position): Fix previous change.
6050 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
6052         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
6053         from paragraph-start.
6055 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
6057         * international/mule-cmds.el (prefer-coding-system): If the
6058         argument requires specific EOL conversion type, make the default
6059         coding systems use that.
6061 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
6063         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
6064         Use shell-command-on-region.
6065         (m4-start-m4, m4-end-m4): Functions deleted.
6067 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
6069         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
6071 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6073         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
6074         to compose-mail in the correct places and as a list.
6076 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
6078         * page-ext.el: Added mouse-selection feature for pages directory buffer.
6079         (pages-directory-map): Bind mouse-2
6080         (pages-copy-header-and-position): Put text property.
6081         (pages-directory-goto-with-mouse): New function.
6083 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
6085         * international/codepage.el (cp-make-coding-systems-for-codepage):
6086         Doc fix.
6087         (cp-coding-system-for-codepage-1): Likewise.
6089 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
6091         * language/thai-util.el (thai-post-read-conversion): Handle Thai
6092         composition sequence correctly here instead of calling
6093         thai-compose-region.
6095         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
6096         newline in multibyte buffer, if previous or next character is a
6097         composite char, check the first component of the composite char.
6099 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
6101         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
6102         and track-mouse.
6104 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6106         * mail/sendmail.el (mail-yank-original): Remove text properties
6107         after insertion.
6108         (mail-yank-region): Barf if no mark is set in the message
6109         being replied to.
6111         * help.el (function-called-at-point): First look for function at point.
6113 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
6115         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
6117 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
6119         * simple.el (what-cursor-position): Print character encoding also.
6121 1998-12-26  Dave Love  <fx@gnu.org>
6123         * textmodes/flyspell.el: If local-maps work, don't put
6124         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
6125         in flyspell-mouse-map (only).
6126         (flyspell-use-local-map): New variable.
6127         Use a different mouse-2 binding in that case,
6128         and don't add to minor-mode-map-alist.
6129         (make-flyspell-overlay, flyspell-correct-word):
6130         Test flyspell-use-local-map.
6132 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
6134         * files.el (file-expand-wildcards): Handle wildcards in directory name.
6135         Be careful about whether to return a relative file name,
6136         and if so, relative to what directory.
6138 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
6140         * emacs-lisp/easymenu.el (easy-menu-get-map):
6141         Change global map only if this menu exists in the global map already,
6142         and not in the local map.
6143         (easy-menu-do-add-item): Fix error message.
6145         * foldout.el (foldout-inhibit-key-bindings):
6146         Avoid concatenating onto outline-minor-mode-prefix.
6147         Make a new keymap for that prefix, if it does not already have one.
6149 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
6151         * cperl-mode.el:
6152         Can use linear algorithm for indentation if Emacs supports it.
6153         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
6154         (cperl-after-block-p):  Likewise.
6155         (cperl-after-block-and-statement-beg): Likewise.
6156         (cperl-after-block-p):  After END/BEGIN we are a block.
6157         (cperl-after-expr-p):   Skip labels when checking
6158         (cperl-indent-region):  Make a marker for END - text added/removed.
6159         Disable hooks during the call (how to call them later?).
6160         Now indents 820-line-long function in 6.5 sec (including
6161         syntaxification) the first time (when buffer has few
6162         properties), 7.1 sec the second time.
6163         (cperl-indent-region):  Do not indent whitespace lines
6164         (cperl-style-alist)
6165                 Include `cperl-merge-trailing-else' where the value is clear.
6166         (cperl-styles-entries): Likewise.
6167         (cperl-problems):       Improvements to docs.
6168         (cperl-tips):           Likewise.
6169         (cperl-non-problems):   Likewise.
6170         (cperl-mode):           Make lazy syntaxification possible.
6171         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
6172         `font-lock-unfontify-region-function' was set to a wrong function.
6174         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
6175         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
6176         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
6177         but 1<<6 was considered as HERE-doc.
6178         <file/glob> made into a string.
6179         Postpone addition of faces after syntactic step.
6180         Recognition of <FH> was wrong.
6181         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
6182         Knows that split// is null-RE.
6183         Highlights separators in 3-parts expressions as labels.
6184         <> was considered as a glob.
6185         Would err if the last line is `=head1'.
6186         $a-1 ? foo : bar; was a considered a regexp.
6187         `<< (' was considered a start of HERE-doc.
6188         mark qq[]-etc sections as syntax-type=string
6189         Was not processing sub protos after a comment ine.
6190         Was treating $a++ <= 5 as a glob.
6191         Tolerate unfinished REx at end-of-buffer.
6192         `unwind-protect' was left commented.
6193         / and ? after : start a REx.
6195         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
6196         Better default, customizes to `message' too, off in text-mode.
6198         (cperl-array-face): Renamed from `font-lock-emphasized-face',
6199         `defface'd.
6200         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
6201         `defface'd.
6202         (cperl-emacs-can-parse):        New state variable.
6203         (cperl-indent-line):    Corrected to use global state.
6204         (cperl-calculate-indent):       Likewise.
6205         (cperl-fix-line-spacing):       Likewise (not used yet).
6206         (cperl-calculate-indent):       Did not consider `,' as
6207         continuation mark for statements.
6208         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
6209         Remove another parse-data optimization at toplevel: would
6210         indent correctly.
6211         Correct for labels when calculating indentation of continuations.
6212         Docstring updated.
6213         (cperl-choose-color):   Converted to a function (to be
6214         compilable in text-mode).
6215         (cperl-dark-background):        Disable without window-system.
6216         Do `defface' only if window-system.
6217         (cperl-fix-line-spacing):       sped up to bail out early.
6218         (x-color-defined-p): was not compiling on XEmacs
6219         Was defmacro'ed with a tick.  Remove another def.
6220         (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones
6221         (cperl-unwind-to-safe): New function.
6222         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
6223         (cperl-fontify-syntaxically): Unwinds start and end to go out of
6224                                      long strings (not very successful).
6225         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
6226         Highlight the starting // in s//foo/ as function-name.
6227         Emit a meaningful error instead of a cryptic one for an
6228         uncomplete REx near end-of-buffer.
6230         (cperl-electric-keyword):       `qr' recognized.
6231         (cperl-electric-else):          Likewise
6232         (cperl-to-comment-or-eol):      Likewise
6233         (cperl-make-regexp-x):  Likewise
6234         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
6235         Corrected to use new macros;
6236         `if' for copying `reference-face' to `constant-face' was backward.
6237         remove init `font-lock-other-emphasized-face',
6238         `font-lock-emphasized-face', `font-lock-keyword-face'.
6239         Interpolate `cperl-invalid-face'.
6240         (cperl-make-regexp-x):  Misprint in a message.
6241         (cperl-syntaxify-unwind): New configuration variable
6242         (cperl-fontify-m-as-s): New configuration variable
6243         (cperl-electric-pod):   check for after-expr was performed
6244         inside of POD too.
6245         (cperl-backward-to-noncomment): better treatment of PODs and HEREs.
6246         (cperl-clobber-mode-lists): New configuration variable.
6247         (cperl-not-bad-style-regexp):   Updated.
6248         Init:                   `cperl-is-face' was busted.
6249         (cperl-make-face):      New macros.
6250         (cperl-force-face):     New macros.
6251         (font-lock-other-type-face): Done via `defface' too.
6252         (cperl-nonoverridable-face):    New face.  Renamed from
6253         `font-lock-other-type-face'.
6254         (cperl-init-faces-weak):        use `cperl-force-face'.
6255         (cperl-comment-indent): Commenting __END__ was not working.
6256         (cperl-indent-for-comment):     Likewise.
6257         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
6258         When removing old TAGS info was not relativizing filename.
6259         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
6260         Another try to work around XEmacs problems.  Better progress messages.
6261         (toplevel):             require custom unprotected => failure on 19.28.
6262         (cperl-xemacs-p):       defined when compile too
6263         (cperl-find-tags):      Was writing line/pos in a wrong order,
6264         pos off by 1 and not at beg-of-line.
6265         (cperl-etags-snarf-tag): New macro
6266         (cperl-etags-goto-tag-location): New macro
6267         (cperl-version):        New variable.  New menu entry
6268         random docstrings:      References to "future" 20.3 removed.
6269         Menu was described as `CPerl' instead of `Perl'
6270         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
6271         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
6272         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
6273         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
6274         `font-lock-reference-face', `font-lock-keyword-face'.
6275         Use `eval-after-load'.
6276         Remove not-CPerl-related faces.
6277         (cperl-tips-faces):     New variable and an entry into Mini-docs.
6278         (cperl-indent-exp):     Was not processing else-blocks.
6279         (cperl-get-state):      NOP line removed.
6280         (cperl-ps-print):       New function and menu entry.
6281         (cperl-ps-print-face-properties):       New configuration variable.
6282         (cperl-invalid-face):   New configuration variable.
6283         (perl-font-lock-keywords):      Highlight trailing whitespace
6284         (cperl-contract-levels):        Documentation corrected.
6285         (cperl-contract-level):         Likewise.
6286         (cperl-ps-extend-face-list):    New macro.
6287         (cperl-invalid-face):   Change to ''underline.
6289 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
6291         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
6292         for read-file-name.
6293         (rmail-output-to-rmail-file): Likewise.
6295 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
6297         * emacs-lisp/easymenu.el (easy-menu-get-map):
6298         If MENU is nil, use global menu-bar map.
6299         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
6300         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
6302 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6304         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
6306 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6308         * ps-print.el (ps-print-version): New version number (4.1.3).
6310 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
6312         * international/mule-cmds.el: Use make-sparse-keymap instead of
6313         define-prefix-key when defining MULE menu items.
6315         * info.el (Info-node-at-bob-matching): New function.
6316         (Info-find-node, Info-build-node-completions): Call it.
6318 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
6320         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
6321         when this is an autoloaded keymap.
6323 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
6325         * international/codepage.el (cp-coding-system-for-codepage-1):
6326         Create separate encoders and decoders, for DOS and Unix.  Make the
6327         usual family of 3 coding systems, so that automatic detection of
6328         EOL type works.
6329         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
6330         Unix-specific symbols here, and don't call
6331         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
6332         Handa <handa@etl.go.jp>.)
6334         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
6336         * term/internal.el (IT-character-translations): New variable, an
6337         alist used to display characters for which there's no glyphs in
6338         the current codepage.
6339         (IT-display-table-setup): New function, sets up the DOS terminal
6340         for a given codepage.
6341         (dos-codepage-setup): New function, sets up the MULE environment
6342         for the current value of dos-codepage.
6343         (top-level if): In the multibyte mode, turn on
6344         unibyte-display-via-language-environment.  In the unibyte mode,
6345         set up the special syntax tables to map lower- to upper case and
6346         back.
6348 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
6350         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
6351         (speedbar-frame-plist) Remove useless comments.
6352         (speedbar-frame-mode) Do not specify height if it is in the param list.
6353         Use default y position w/out changing it.
6354         If default x position is a list, keep, calculate the non-list X
6355         value when devining an initial position.
6356         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
6357         (speedbar-tag-group-name-minimum-length): New variable.
6358         (speedbar-frame-parameter): New compatibility function.
6359         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
6360         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
6361         groups to keep things in the right order, and to help with some
6362         naming conventions.
6363         (speedbar-create-tag-hierarchy): Enable buffer local version of
6364         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
6365         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
6366         the case, derive it from the cursor location in speedbar.
6368 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
6370         * international/mule-cmds.el (set-language-environment): On MS-DOS
6371         terminals, install DOS-specific nonascii-translation-table if the
6372         language info doesn't specify one.  Pass the default eol-type to
6373         set-language-environment-coding-systems.
6374         (set-default-coding-systems): Copy the eol-type property for the
6375         new default values of {buffer-file,process}-coding-system from the
6376         old defaults.
6377         (set-language-environment-coding-systems): Accept an optional
6378         argument EOL-TYPE, and set the eol-type property of the default
6379         coding systems accordingly.
6380         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
6381         (set-keyboard-coding-system): Likewise.
6382         (set-default-coding-systems): Don't set
6383         default-terminal-coding-system on MS-DOS to anything but nil.
6384         (prefer-coding-system): Describe in the doc string that
6385         default-terminal-coding-system is not changed on MS-DOS.
6386         (set-language-environment): For MS-DOS, set standard syntax table
6387         and display table for all characters with code above 127.
6388         (standard-display-european-internal): For MS-DOS, pass all
6389         characters with code above 127 directly to the terminal, and don't
6390         remap characters 160 and 146 in the unibyte case.
6392         * international/codepage.el: New file.
6394 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6396         * diary-lib.el (diary-float): Fix end-of-year error and typos in
6397         comments.
6399 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
6401         * map-ynp.el (map-y-or-n-p): Ignore input methods.
6403         * subr.el (read-passwd): Likewise.
6405 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
6407         * info.el (Info-find-node): Add 1 to the position read from the
6408         tag table.  Don't fail if the node delimiter ^_ is the first
6409         character in the file.
6410         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
6411         first character in the file.
6412         (Info-read-subfile): Likewise.
6413         (Info-select-node): Likewise.
6414         (Info-build-node-completions): Likewise.
6416 1998-12-16  Richard Stallman  <rms@gnu.org>
6418         * term/x-win.el (x-cut-buffer-or-selection-value):
6419         If clipboard is enabled, try it before PRIMARY selection.
6421 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
6423         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
6424         insert c-cedilla and C-cedilla respectively, like in latin-1.
6426 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
6428         * language/hebrew.el: Don't use sublists in the flags argument
6429         passed to make-coding-system.
6431 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6433         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
6434         list of character sets found by find-charset-region.
6436         * ps-mule.el: Always require ps-print.  Move some function
6437         definitions for Emacs 20.2 and the earlier to ps-print.el.
6438         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
6440         * ps-print.el: Define several functions for Emacs 20.2 and the
6441         earlier version.
6442         (ps-printer-name): Check if printer-name is bound.
6444 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6446         * ps-mule.el: Programming uniformization and little code improvement.
6447         (ps-mule-prepare-font): Programming uniformization.
6448         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
6449         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
6451         * ps-bdf.el: Programming uniformization and little code improvement.
6452         (bdf-search-and-read): New fun.
6453         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
6454         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
6455         (bdf-info-relative-compose, bdf-info-baseline-offset)
6456         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
6457         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
6458         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
6459         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
6460         improvement.
6462 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6464         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
6465         and mule related code extraction. Autoload ps-mule funs.
6467         * ps-mule.el: Doc fix. Require ps-print only when compiled.
6468         (ps-mule-prologue-generated): New fun.
6469         (ps-mule-plot-string): Add autoload cookie.
6470         (ps-mule-begin-job): Call ps-mule-prologue-generated.
6472 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6474         * ps-bdf.el: Require ps-mule instead of ps-print.
6475         (bdf-directory-list): Add autoload cookie.
6477         * ps-mule.el: New file.  Mule related code extracted from
6478         ps-print.el.  Require ps-print, provide ps-mule.
6479         (ps-multibyte-buffer): Add autoload cookie.
6480         (ps-mule-prepare-ascii-font): New fun.
6481         (ps-mule-set-ascii-font): New fun.
6482         (ps-mule-skip-same-charset): Fun deleted.
6483         (ps-mule-plot-string): Set ps-mule-current-charset.
6484         (ps-mule-initialize): Add autload cookie.  Don't set
6485         ps-mule-font-info-database here.
6486         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
6487         ps-mule-font-info-database and ps-control-or-escape-regexp.
6488         (ps-mule-begin-page): New fun.
6490         * ps-print.el: Mule related code moved to ps-mule.el.
6491         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
6492         check ps-mule-charset-list.
6493         (ps-begin-page): Don't set ps-mule-current-charset, instead call
6494         ps-mule-begin-page.
6495         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
6496         (ps-plot-region): Don't set ps-mule-current-charset, instead call
6497         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
6498         instead skip same charsets by itself.
6499         (ps-generate): Call ps-mule-initialize of needs-begin-file is
6500         non-nil.  Call ps-mule-begin-job.
6502 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6504         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
6505         instead of bdf.
6507         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
6508         (ps-mule-external-libraries): New element FEATURE.
6509         (ps-mule-init-external-library): Ajusted for the above change.
6510         (ps-mule-generate-font): Likewise.
6511         (ps-mule-generate-glyphs): Likewise.
6512         (ps-mule-prepare-font): Likewise.
6513         (ps-mule-initialize): Likewise.
6514         (ps-begin-file): Superfluous tailing parenthesis deleted.
6516 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6518         * international/fontset.el (x-decompose-font-name): If PATTERN
6519         doesn't have any wild cards, return a vector made from a name that
6520         is found by x-resolve-font-name found.  Comments added.
6522         * international/mule-cmds.el (find-coding-systems-for-charsets):
6523         Handle the case of unknown charset.
6524         (find-multibyte-characters): If invalid multibyte characters are
6525         found, return the corresponding strings instead of character
6526         codes.
6527         (find-multibyte-characters): Adjusted for the above change.
6528         (select-safe-coding-system): For a unibyte buffer, always returns
6529         DEFAULT-CODING-SYSTEM.
6530         (get-charset-property): Fix previous change.  Make it a function.
6531         (put-charset-property): Make it a function.
6533         * international/mule.el (make-coding-system): Set mime-charset
6534         property of *-with-esc coding system to nil.
6536         * international/quail.el (quail-point-in-conversion-region): New
6537         function.
6538         (quail-conversion-backward-delete-char): When a key sequence is
6539         being translated, call quail-delete-last-char.
6541         * language/devan-util.el
6542         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
6543         handle devanagari-decomposition-rules.
6545 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
6547         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
6548         tex-start-options-string to empty string.
6549         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
6551 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
6553         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
6554         5xx responses are already handled properly).
6556 1998-12-13  Richard Stallman  <rms@gnu.org>
6558         * progmodes/compile.el (compilation-error-regexp-alist): Insist
6559         on a non-digit in the file name.
6561         * simple.el (comment-region): Handle comment-padding
6562         separately for insertion and for deletion, in the right way for each.
6564 1998-12-13  Felix Lee  <flee@cygnus.com>
6566         * progmodes/compile.el (compilation-error-regexp-alist): Fix
6567         regexp to match "ChangeLog:1:1998-12-09 ..."
6569 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
6571         * cus-start.el (dos-unsupported-char-glyph): Add.
6573 1998-12-11  Dave Love  <fx@gnu.org>
6575         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
6576         forward-sexp in condition-case.
6578         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6579         Remove unnecessary test on `library' for explicit file name.
6580         Widen scope of save-match-data.
6582 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
6584         * international/mule.el (load-with-code-conversion): If the loaded
6585         file was inserted  with no-conversion or raw-text coding system,
6586         make the buffer unibyte.
6588 1998-12-09  Richard Stallman  <rms@gnu.org>
6590         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6591         Get rid of nested loops.
6593         * mouse.el (mouse-drag-vertical-line):
6594         If WHICH-SIDE is not `right', then scroll bars are on the left.
6596         * loadhist.el (load-history-loaded): defvar moved to help.el.
6598         * help.el (symbol-file-load-history-loaded): Variable renamed,
6599         and defvar moved from loadhist.el.
6600         (symbol-file): Renamed from describe-function-find-file.
6601         Load fns-VERSION.el here.
6602         (describe-variable, describe-function-1): Use symbol-file.
6604         * textmodes/tex-mode.el (tex-generate-zap-file-name):
6605         Don't start the name with #.
6607         * ispell.el: Take out the eval-when's.
6609 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
6611         * dirtrack.el (dirtrack-directory-change-hook): New hook.
6612         (dirtrack): Run it.  Make debug message more verbose.
6614 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
6616         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
6617         name of the abbrev table, and provide support for XEmacs.
6618         (octave-xemacs-p): New variable.
6620 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
6622         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
6623         exit, when mail-interactive is nil.
6625 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
6627         * files.el (after-find-file): Message fix.
6629 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
6631         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
6633 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
6635         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
6636         filenames using backslashes.
6638 1998-12-09  Dave Love  <fx@gnu.org>
6640         * browse-url.el (browse-url-mail): Call compose-mail-other-window
6641         with correct number of args.
6642         (browse-url-maybe-new-window): New arg.  Callers changed.
6644         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
6645         comment.
6647 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
6649         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
6651 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
6653         * vc.el (vc-rcs-release): Fix Type.
6654         (vc-sccs-release): Fix Type.
6655         (vc-cvs-release): Fix Type.
6657         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
6658         arg work right.
6660         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
6661         output of last undeleted message.
6663 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
6665         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
6666         (buffer-undo-list) [windows-nt]: Use different relative path.
6668 1998-12-07  Simon Marshall  <simon@gnu.org>
6670         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
6672 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
6674         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
6676         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
6678 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
6680         * info.el (Info-menu): Don't return error if point is between menu
6681         header and first menu item.
6683 1998-12-04  Dave Love  <fx@gnu.org>
6685         * help.el (describe-function-1): Fix description for alias.
6687 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
6689         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
6690         specifications from summary line.
6692         * rect.el (delete-whitespace-rectangle): Mark for autoload.
6693         (close-rectangle): Define alias only once in loaddefs.el.
6695 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
6697         * term/internal.el: Remove code which sets up a special syntax
6698         table for non-ASCII characters.
6700 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
6702         * dos-w32.el (direct-print-region-function): Try to ensure that
6703         printer-name is expanded to a file name on a local drive;
6704         sometimes printing a file loaded from a network volume fails.
6705         (direct-print-region-function): Add a function to
6706         write-region-annotate-functions to append a formfeed character to
6707         the region being printed, if the region doesn't end with a
6708         formfeed already.  This avoids creating a second print job
6709         containing a blank page when print spooling is enabled on Windows.
6711 1998-12-02  Dave Love  <fx@gnu.org>
6713         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
6714         `Info-goto-node'.
6716 1998-12-02  Richard Stallman  <rms@gnu.org>
6718         * help.el (temp-buffer-resize-mode): Doc fix.
6720         * cus-edit.el (custom-save-delete): Save point before
6721         reading a sexp, rather than backing up.
6723         * international/iso-transl.el: Fix previous change.
6725 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6727         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
6728         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
6729         Added defvars to suppress compilation warnings.
6731 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
6733         * ispell.el: Improved and fixed customize for variables:
6734         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
6735         ispell-dictionary-alist, ispell-skip-sgml.
6736         Improved and fixed comments in variables and messages for
6737         functions: ispell-help-in-bufferp, ispell-local-dictionary,
6738         ispell-menu-map, ispell-checking-message, ispell-parser,
6739         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
6740         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
6741         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
6742         ispell-message-text-end, ispell-add-per-file-word-list.
6743         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
6744         system is now required for all languages.  Casechars improved for
6745         castellano, castellano8, and norsk dictionaries.  Dictionary
6746         norsk7-tex added.  Dictionary polish added.
6747         (ispell-dictionary-alist): Redefined at load-time to support
6748         dictionary changes.
6749         (ispell-menu-map): Redefined at load-time to support menu changes.
6750         (ispell-check-version): New alias for `check-ispell-version'.
6751         (ispell-parse-output): Fixed matching for ispell error messages.
6752         Correctly returns spelling suggestions in order generated by ispell
6753         process.
6754         (check-ispell-version): Ensure `case-fold-search' doesn't get
6755         redefined.
6756         (ispell-complete-word): Ensure `case-fold-search' doesn't get
6757         redefined.  Fix bug that didn't respect case of word being completed.
6758         (ispell-init-process): Set process coding system to be compatible
6759         with emacs processes and the ispell process.
6760         (ispell-kill-ispell): Ensures ispell process has terminated before
6761         starting new process.  This can otherwise confuse process filters
6762         and hang the ispell process.
6763         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
6764         skipping support for sgml.
6765         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
6766         which could cause `ispell-complete-word' to hang.
6767         (ispell-message): Improved message reference matching.  Ensure
6768         `case-fold-search' doesn't get redefined.
6769         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
6770         get redefined.  Fixed bug in returning to nroff mode from tex mode.
6771         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
6772         get redefined.
6774 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
6776         * textmodes/flyspell.el (flyspell-check-word-p):
6777         Don't delay inside a kbd macro.
6779         * subr.el (make-local-hook): Return the hook variable.
6781 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
6783         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
6784         Use a timer instead of post-command-hook.
6785         (hscroll-timer): New variable.
6787 1998-11-30  Dave Love  <fx@gnu.org>
6789         * help.el (help-xref-button): Do nothing if text already has the
6790         help-xref property.
6791         (describe-variable): Revert previous change to hyperlink to source.
6793 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
6795         * bindings.el (features): Add `base64' to this list.
6797         * loadhist.el (symbol-file): Doc fix.
6799         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
6801         * files.el (hack-one-local-variable): Cope with non-file buffers.
6803 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
6805         * help.el (describe-mode): Put major mode first.
6807         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
6808         to support special-display and same-window features.
6810 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
6812         * simple.el (transpose-subr, transpose-subr-1): Rename variables
6813         bound in one function and used in the other.
6814         (transpose-subr-start1, transpose-subr-start2): Add defvars.
6815         (transpose-subr-end1, transpose-subr-end2): Add defvars.
6817 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
6819         * autoinsert.el (auto-insert-alist): Use user-mail-address.
6821 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
6823         * international/ccl.el (ccl-dump-translate-character-const-tbl):
6824         Give format correct control string.
6826         * international/mule.el (define-translation-table): Fix bug of
6827         setting incorrect translation-table-id.  If the first element of
6828         ARGS is a translation table, just register it.
6830         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
6831         property.
6833 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
6835         * thingatpt.el (thing-at-point-url-at-point): Don't use current
6836         syntax table to determine what is whitespace.
6838 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
6840         * frame.el (frame-parameter): Doc fix.
6842         * textmodes/tex-mode.el (tex-feed-input): New function.
6843         (tex-define-common-keys): Add binding for C-c C-m.
6845 1998-11-23  Dave Love  <fx@gnu.org>
6847         * progmodes/fortran.el: Various minor doc fixes.
6848         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
6849         (fortran-with-subprogram-narrowing): New macro.
6850         (fortran-check-for-matching-do): Use it.
6851         (fortran-end-do): Use fortran-check-end-prog-re.
6852         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
6853         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
6855 1998-11-23  Simon Marshall  <simon@gnu.org>
6857         * font-lock.el (font-lock-defaults): Doc fix.
6858         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
6859         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
6861         * lazy-lock.el (lazy-lock-unstall):
6862         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
6864         * fast-lock.el (fast-lock-save-cache-1):
6865         (fast-lock-cache-data): Rewritten to use with-temp-message.
6867 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
6869         * mail/rmail.el (rmail-set-message-counters-counter): Detect
6870         messages that have been added with DOS line endings and convert
6871         the line endings for such messages.
6873 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
6875         * help.el: Add resizing of temporary buffers.
6876         (temp-buffer-resize-mode): New command and variable.
6877         (temp-buffer-max-height): New variable.
6878         (resize-temp-buffer-window): New function.
6880         * window.el (window-buffer-height): New function, split from
6881         shrink-window-if-larger-than-buffer.
6882         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
6884 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
6886         * frame.el (initial-frame-alist): Add defcustom.
6888         * shell.el (shell-prompt-pattern): Add defcustom.
6890 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6892         * message.el (message-ignored-supersedes-headers): Remove
6893         NNTP-Posting-Date.
6895 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
6897         * help.el (describe-mode): Don't avoid loop indirecting thru
6898         value of INDICATOR.
6900 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
6902         * help.el (describe-variable): Allow any variable with a defcustom,
6903         even if it is not a user variable.
6905         * mail/rmail.el (mail-unsent-separator): Additional alternative.
6907 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
6909         * gnus/nntp.el (nntp-request-group): Allow for failures when
6910         requesting a new group.
6912 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
6914         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
6916 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6918         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
6920 1998-11-19  Simon Marshall  <simon@gnu.org>
6922         * subr.el (with-temp-message): New macro.
6924         * emacs-lisp/lisp-mode.el (with-temp-message):
6925         Add lisp-indent-function property.
6927 1998-11-18  Dave Love  <fx@gnu.org>
6929         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
6931 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
6933         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
6934         This is not obsolete.
6936 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
6938         * textmodes/picture.el: Make a new map by make-keymap.
6939         (picture-desired-column): New variable.
6940         (picture-update-desired-column): New function.
6941         (picture-beginning-of-line): Set picture-desired-column to 0.
6942         (picture-end-of-line): Set picture-desired-column to the current
6943         column.
6944         (picture-forward-column): Pay attention to multi-column character.
6945         (picture-backward-column): Likewise.
6946         (picture-move-down): Likewise.
6947         (picture-move-up): Likewise.
6948         (picture-movement-nw): With prefix arg, move twice columns.
6949         (picture-movement-ne): Likewise.
6950         (picture-movement-sw): Likewise.
6951         (picture-movement-se): Likewise.
6952         (picture-set-motion): Handle two-column movements.
6953         (picture-move): Call picture-move-down or picture-forward-column
6954         only when necessary.
6955         (picture-insert): Pay attention to picture-desired-column.
6956         (picture-self-insert): Likewise.
6957         (picture-clear-column): Pay attention to multi-column character.
6958         (picture-mode): Modify doc-string for two-column movement.
6960         * rect.el (move-to-column-force): New function.
6961         (operate-on-rectangle): If coerce-tabs is non-nil, call
6962         move-to-column-force instead of move-to-column.
6963         (insert-rectangle): Call move-to-column-force instead of
6964         move-to-column.
6965         (open-rectangle-line): If begextra is not zero, call
6966         move-to-column-force.
6969 1998-11-16  Dave Love  <fx@gnu.org>
6971         * textmodes/sgml-mode.el Require skeleton when compiling.
6972         (sgml-font-lock-keywords-1): Accept single-letter tags.
6973         (v2): Defvar free variable.
6975 1998-11-16  Sam Steingold  <sds@goems.com>
6977         * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL
6978         macro, not ELisp one.
6980 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
6982         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
6983         characters to symbol.
6985         * language/japan-util.el (japanese-zenkaku-region): New optional
6986         arg KATAKANA-ONLY.
6988 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
6990         * international/mule.el
6991         (after-insert-file-set-buffer-file-coding-system): If the buffer
6992         is changed to unibyte, return inserted bytes.
6994         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
6995         and link names if necessary.
6996         (tar-header-block-summarize): Handle the case that file or link
6997         names are multibyte.
6998         (tar-summarize-buffer): At first set the current buffer unibyte,
6999         then if there are multibyte file names, change it to multibyte.
7000         (tar-mode): Get char position from tar-header-offset.
7001         (tar-extract): Avoid multibyte<->unibyte conversion in
7002         insert-buffer-subsring by setting both buffers unibyte
7003         temporarily.
7004         (tar-copy): Set the buffer unibyte while doing a work.  Write
7005         without code conversion.
7006         (tar-expunge): Set the buffer unibyte while doing a work.
7007         (tar-alter-one-field): Likewise.
7008         (tar-clear-modification-flags): Compare byte position with
7009         tar-header-offset.
7010         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
7011         insert-buffer-subsring by setting both buffers unibyte
7012         temporarily.  Pay attention to multibyteness while updating the
7013         descriptor-line.
7014         (tar-mode-write-file): Write without code conversion.
7016 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7018         * nngateway.el: Require cl.
7020 1998-11-15  Dave Love  <fx@gnu.org>
7022         * progmodes/fortran.el: Fix previous change:
7023         (fortran-end-prog-re1): Changed.
7024         (fortran-check-end-prog-re): New function.
7025         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
7027 1998-11-13  Tom Breton  <tob@world.std.com>
7029         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
7030         GNU Emacs.
7032 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
7034         * textmodes/reftex.el: (reftex-finding-files): Group documentation
7035         fixed.
7036         (reftex-toc-toggle-file-boundary,
7037         reftex-toc-toggle-labels,
7038         reftex-toc-toggle-context,reftex-find-start-point): New functions.
7039         (reftex-toc-include-labels, reftex-toc-include-context,
7040         reftex-toc-include-file-boundaries,
7041         reftex-toc-keep-other-windows): New options.
7042         (reftex-use-text-after-label-as-context): Option removed.
7043         (reftex-extract-bib-entries): Protect use in non-latex
7044         buffers.
7045         (reftex-toc-visit-location): Renamed from
7046         `reftex-toc-visit-line'.
7047         (reftex-latin1-to-ascii): Works now with and without Mule.
7048         (reftex-truncate): Removed special stuff for Emacs 20.2.
7049         (reftex-get-offset): Made more general.
7050         (reftex-show-label-location): Renamed from
7051         `reftex-select-label-callback'.
7052         (reftex-pop-to-label): Function removed (using
7053         `reftex-show-label-location' instead.
7054         (reftex-insert-docstruct): Renamed from
7055         `reftex-make-and-insert-label-list'.  Function args changed.
7056         (reftex-toc): Now uses `reftex-insert-docstruct' and
7057         `reftex-find-start-point'.
7058         (reftex-select-item): Use `reftex-find-start-point'.
7059         (reftex-toc-visit-line): Can display labels and file
7060         boundaries.
7061         (reftex-TeX-master-file): `(TeX-master-file)' protected.
7063 1998-11-12  Sam Steingold  <sds@goems.com>
7065         * browse-url.el (browse-url): Handle the case when
7066         `browse-url-browser-function' is a lambda list.
7068 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
7070         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
7071         version string.
7072         * loadhist.el (symbol-file): Likewise
7074 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
7076         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
7078 1998-11-11  Sam Steingold  <sds@goems.com>
7080         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
7081         `run-lisp' instead of signalling an error.
7083 1998-11-11  Karl Heuer  <kwzh@gnu.org>
7085         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
7087 1998-11-11  Richard Stallman  <rms@gnu.org>
7089         * vc-hooks.el (vc-toggle-read-only): Doc fix.
7091 1998-11-11  Per Starback  <starback@update.uu.se>
7093         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
7094         renamed svenska8 to svenska, and fixed and extended CASECHARS
7095         for it.
7097 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
7099         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
7100         handling if setpagedevice is not available.
7101         (ps-begin-file): Fix typo.
7103 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
7105         * international/mule-util.el (compose-chars-component): Signal
7106         error if CH is a rule-based composition character.
7107         (compose-chars): Signal error if an already compsed character is
7108         going to be composed by rule-base.
7110         * term/x-win.el: If a resolved ASCII font name doesn't conform to
7111         full XLFD, don't try to get information of WEIGHT and SLANT from
7112         that font name.
7114 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
7116         * dos-w32.el (set-default-process-coding-system): Use function on
7117         before-init-hook to set default-process-coding-system based on
7118         enable-multibyte-characters.
7120         * term/w32-win.el ([language-change]): For now ignore
7121         keyboard language-change events.
7123 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
7125         * ediff-util.el (ediff-make-temp-file): Run the prefix through
7126         convert-standard-file-name, but leave the results of
7127         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
7128         characters if the original name already exists, or has a special
7129         handler.
7131 1998-11-10  Karl Heuer  <kwzh@gnu.org>
7133         * international/iso-insert.el: Delete autoload cookies.
7135         * international/iso-transl.el: Add autoload cookies.
7137 1998-11-10  Richard Stallman  <rms@gnu.org>
7139         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
7140         (ispell-process-line): Don't treat multibyte
7142 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
7144         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
7145         setpagedevice to specify the page size if setpagedevice is
7146         available.  This is necessary to select the correct paper tray on
7147         Level 2 printers with multiple paper sizes available.
7149         (ps-begin-file): Cope with font names that contain spaces, and
7150         call BeginDoc in a BeginSetup/EndSetup block.
7152 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
7154         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
7155         convert-standard-filename.
7157         * loadhist.el (symbol-file): Run fns-VERSION.el through
7158         convert-standard-filename.
7160 1998-11-06  Richard Stallman  <rms@gnu.org>
7162         * textmodes/texinfmt.el (texinfo-format-scan):
7163         Detect the case of two @-commands in a row; process just the first.
7164         (texinfo-append-refill): If line has a @c, insert the @refill
7165         before it.
7166         (texinfo-format-refill): Return with point where the @refill was.
7168         * files.el (hack-local-variables): Test local-enable-local-variables.
7169         (hack-local-variables-prop-line): Likewise.
7170         (set-auto-mode): Don't test local-enable-local-variables here.
7171         (enable-local-variables): Doc fix.
7172         (local-enable-local-variables): Doc fix.
7173         (normal-mode): Doc fix.
7175 1998-11-06  Karl Heuer  <kwzh@gnu.org>
7177         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
7179 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
7181         * simple.el (line-number-mode): Doc fix.
7183 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
7185         * international/fontset.el (create-fontset-from-fontset-spec):
7186         Give correct arg to `error'.
7188 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
7190         * textmodes/sgml-mode.el (html-mode): Doc fix.
7191         (sgml-name-8bit-mode): Fix missing format character in message string.
7193 1998-11-05  Karl Heuer  <kwzh@gnu.org>
7195         * mail/sendmail.el (sendmail-send-it): Check for failure.
7197 1998-11-05  Richard Stallman  <rms@gnu.org>
7199         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
7201         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
7202         (close-rectangle): Define as alias.
7204 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
7206         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
7208 1998-11-05  Dave Love  <fx@gnu.org>
7210         * help.el (describe-variable): Don't quote link to source.
7212 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
7214         * gud.el (gud-common-init): Use pop-to-buffer.
7215         (same-window-regexps): Add an element that matches all gud buffers.
7217 1998-11-04  Jason Rumney  <jasonr@altavista.net>
7219         * term/w32-win.el (x-get-selection-value): Alias to
7220         x-cut-buffer-or-selection-value.
7221         (w32-standard-fontset-spec): New variable.
7222         (w32-create-initial-fontsets, mouse-set-font): Check whether
7223         new-fontset is available.
7224         (w32-use-w32-font-dialog): Enable use of set-variable.
7226 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7228         * vc.el (with-vc-file, edit-vc-file): New macros.
7230 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
7232         * international/quail.el (quail-show-guidance-buf): Call
7233         set-minibuffer-window to set minibuffer window of the current
7234         frame correctly.
7236 1998-11-03  Theodore Jump <tjump@tertius.com>
7238         * term/w32-win.el: Require fontset.
7240 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
7242         * faces.el (set-face-font): Call resolve-fontset-name on w32.
7243         (set-face-font-auto): Ditto.
7245 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
7247         * mouse.el (mouse-drag-region): Fix typo.
7249 1998-11-02  Dave Love  <fx@gnu.org>
7251         * progmodes/fortran.el Fix for fontification of strings lost somehow:
7252         (fortran-fontify-string): New function.
7253         (fortran-font-lock-keywords-1): Use it.
7255 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
7257         * comint.el (comint-file-name-quote-list): Doc fix.
7259 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
7261         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
7262         build directory, not source directory.
7264         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
7265         if we did not get one for the final move.
7267 1998-11-01  Dave Love  <fx@gnu.org>
7269         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
7270         Don't funcall browse-url-browser-function.
7272         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
7273         Don't funcall browse-url-browser-function.
7275         * fortran.el (fortran-end-prog-re1): Fix the regexp.
7277 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
7279         * files.el (revert-buffer): Doc fix.
7281 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
7283         * textmodes/tex-mode.el (tex-start-options-string):
7284         Quote the backslashes with more backslashes.
7286 1998-10-31  Dave Love  <fx@gnu.org>
7288         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
7289         (webjump): Don't funcall browse-url-browser-function.
7291 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
7293         * international/quail.el (quail-start-translation): Handle
7294         switching of the frame in read-key-sequence.
7295         (quail-start-conversion): Likewise.
7296         (quail-show-guidance-buf): Detach quail-guidance-buf from any
7297         windows before setting an appropriate window for it.
7298         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
7299         quail-guidance-win to nil.
7300         (quail-update-guidance): If quail-guidance-buf is not in the
7301         selected frame, call quail-show-guidance-buf again.
7303 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
7305         * progmodes/pascal.el (pascal-mode):
7306         `blink-matching-paren-dont-ignore-comments' set to t.
7308 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7310         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
7312 1998-10-30  Dave Love  <fx@gnu.org>
7314         * vc.el (vc-backend-merge-news): Check for "P" output.
7316         * help.el (describe-variable): Hyperlink the definition.
7318 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
7320         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
7321         (sh-set-shell): Likewise.
7323         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
7325         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
7326         (edebug-on-error): Fix customize type to match that of
7327         debug-on-error.
7329         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
7331         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
7332         report-emacs-bug-address instead of undefined bug-gnu-emacs.
7334         * international/mule-cmds.el (select-message-coding-system): Doc
7335         fix.
7337         * international/mule-diag.el (describe-coding-system): Describe
7338         all flags.
7340         * mail/sendmail.el (sendmail-coding-system,
7341         default-sendmail-coding-system): Doc fix.
7343         * simple.el (shell-command-on-region): Doc fix.
7345         * loadup.el: Write fns-*.el in current directory instead of
7346         data-directory since no installation directory exists yet.  Mark
7347         buffer unmodified afterwards.
7349         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
7350         instead of data-directory since it is architecture dependent.
7351         (load-history-loaded): Update doc string.
7353 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
7355         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
7356         path as a default directory when canonicalizing names.
7358         * w32-fns.el: Remove a dangling reference to a directory on the
7359         build machine.
7361 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
7363         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
7364         namespace related keywords such as `class', `body', `private',
7365         `variable', `namespace eval', etc.
7366         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
7367         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
7368         imenu and font-lock so that searches for \sw would find words
7369         containing colons.
7371         * progmodes/etags.el (initialize-new-tags-table):
7372         Do not alter find-tag-marker-ring and tags-location-ring.
7374 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
7376         * term/w32-win.el: Require fontset.
7377         (w32-init-fontsets): New function (code from x-win.el).
7379 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7381         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
7382         calendar-and-diary-frame-parameters):  Add title parameter.
7384 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
7386         * completion.el (dynamic-completion-mode): New function to enable
7387         the mode.  (Just loading the file now does not change anything.)
7389 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7391         * ps-print.el: User option for multibyte buffer handling and doc fix.
7392         (ps-multibyte-buffer): New user option.
7393         (ps-setup): Print new user option.
7394         (ps-print-quote): New fun.
7395         (ps-color-p, ps-mule-font-info-database-latin): New var.
7396         (ps-default-color, ps-mule-font-info-database)
7397         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
7398         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
7399         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
7400         Little code improvement.
7401         (ps-mule-initialize): Initialize ps-mule-font-info-database.
7402         (ps-print-prologue-header, ps-font-family, ps-font-size)
7403         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
7404         (ps-build-face-reference, ps-mule-font-info-database-bdf)
7405         (ps-mule-external-libraries, ps-mule-init-external-library)
7406         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
7407         Doc fix.
7408         (ps-print-version): New version number (4.1.1) and doc fix.
7409         (ps-print-prologue-header): New user option.
7410         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
7411         Conditional compilation for GNU Emacs and emacsens.
7412         (ps-generate-postscript-with-faces): Skip invisible text better.
7413         (ps-setup): Print new user option.
7414         (ps-print-preprint): Check if input file name exists and is unwritable.
7415         (ps-begin-file): Adjust PostScript prologue header for duplex printers
7416         and insert user PostScript prologue header comments.
7417         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
7418         New funs.
7419         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
7420         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
7421         PostScript programming normalization.
7422         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
7423         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
7424         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
7425         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
7426         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
7427         Programming style normalization.
7429 1998-10-26  Kenichi Handa <handa@etl.go.jp>
7431         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
7432         version, check the value of mule-version.
7434         * international/mule-util.el (compose-region): Insert then delete
7435         to preserve markers.
7436         (decompose-region): Use search-forward for efficiency.
7438         * language/chinese.el (pre-write-encode-hz): Cancel previous
7439         change, use generate-new-buffer instead of get-buffer-create.
7440         * language/devan-util.el
7441         (in-is13194-devanagari-pre-write-conversion): Likewise.
7442         * language/thai-util.el (thai-pre-write-conversion): Likewise.
7443         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
7444         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
7446 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
7448         * mail/rmailsum.el (rmail-message-subject-p):
7449         Handle message whose header has not been reformatted.
7451         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
7453 1998-10-25  Jason Rumney  <jasonr@altavista.net>
7455         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
7456         New variables.
7457         (mouse-set-font): Use font menus instead of dialog according to
7458         w32-use-w32-font-dialog.
7460 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7462         * calendar/calendar.el (calendar-day-name-array): Add doc string
7463         correctly!
7464         (calendar-month-name-array): Add doc string correctly!
7466 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
7468         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
7470 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
7472         * lisp/info.el (Info-next-menu-item): Stay on top of node.
7474         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
7476         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
7478         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
7480 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
7482         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
7484 1998-10-21  Karl Heuer  <kwzh@gnu.org>
7486         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
7487         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
7488         (profile-filter, profile-reset-timer): Functions deleted.
7489         (profile-check-zero-init-times, profile-get-time): Likewise.
7490         (profile-find-function, profile-quit): Likewise.
7491         (profile-distinct, profile-call-stack, profile-last-time): New vars.
7492         (profile-time-list, profile-init-list): Doc fix.
7493         (profile-functions): Simplify.
7494         (profile-print): Use float.  Make output include space separators.
7495         (profile-add-time): New helper function.
7496         (profile-function-prolog): Renamed from profile-start-function.
7497         Handle profile-distinct.
7498         (profile-function-epilog): Renamed from profile-update-function.
7499         Handle profile-distinct.
7500         (profile-a-function): If the function to be profiled is an
7501         autoload form, load it.  If it's lazy-loaded, fetch it.
7502         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
7503         (profile-restore-fun): Arg FUN is now a function symbol, as was
7504         documented, rather than a one-element list.
7505         (profile-finish): Call profile-restore-fun properly.
7507 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
7509         * international/characters.el: Setup charset property
7510         nospace-between-words.
7512         * international/mule-cmds.el (get-charset-property): If CHARSET is
7513         composition, return nil.
7514         (put-charset-property): If CHARSET is composition, do nothing.
7516         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
7517         * language/devan-util.el
7518         (in-is13194-devanagari-pre-write-conversion): Likewise.
7519         * language/thai-util.el (thai-pre-write-conversion): Likewise.
7520         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
7521         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
7523         * textmodes/fill.el (sentence-end-without-period): New variable.
7524         (canonically-space-region): Pay attention to
7525         sentence-end-without-period.
7526         (fill-find-break-point): The first argument CHARSET deleted.
7527         Caller changed.
7528         (fill-region-as-paragraph): Pay attention to charset property
7529         nospace-between-words and text property nospace-between-words.
7531 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
7533         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
7534         an unrecognized shell.
7536 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
7538         * desktop.el (desktop-save): Include minor modes symbolically.
7539         (desktop-create-buffer): Turn on all minor modes in `mim'.
7541 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
7543         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
7544         (sh-font-lock-keywords): Handle rpm and rpm2.
7545         (sh-ancestor-alist): Handle rpm.
7547         * files.el (auto-mode-alist): Recognize .rpm files.
7548         Also .spec and .mspec files.
7550 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
7552         * faces.el (frame-set-background-mode): Enable the function for
7553         MSDOS frames.
7555 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7557         * calendar/calendar.el (calendar-day-name-array): Add doc string.
7558         (calendar-month-name-array): Add doc string.
7560 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
7562         * simple.el (kill-ring-max): Increased to 60.
7564 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
7566         * international/characters.el: Setup auto-fill-chars.
7568         * international/kinsoku.el (kinsoku): Check the variable
7569         enable-kinsoku.
7571         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
7572         Don't call kinsoku directly, intead call fill-find-break-point.
7574         * textmodes/fill.el: Setup `fill-find-break-point-function'
7575         property to character sets which require `kinsoku' processing for
7576         filling.
7577         (fill-find-break-point): New function.
7578         (fill-region-as-paragraph): Don't check kinsoku-enable here.
7579         Don't call kinsoku directly, intead call fill-find-break-point.
7581 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
7583         * faces.el (modify-face-read-string): Return (nil) for "none".
7584         (modify-face): Don't get error if (nil) is the argument.
7585         (face-try-color-list): Don't check whether nil is a valid color.
7587 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
7589         * emacs-lisp/bytecomp.el (byte-recompile-directory):
7590         Print message about each directory, even in batch mode.
7592         * gnus/nntp.el: Require `cl' before using nnoo-declare.
7594         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
7595         (ps-mule-string-char): No need to use sref.
7596         (ps-mule-next-index): No need to use sref.
7598         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
7600         * files.el (revert-buffer-internal-hook): Add defvar.
7602         * arc-mode.el (archive-mode): Locally set file-precious-flag.
7604         * tar-mode.el (tar-mode): Locally set file-precious-flag.
7606 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
7608         * international/mule-cmds.el (default-input-method): Fix custom type.
7610         * net-utils.el (whois-server-list): Fix customization type.
7612         * shell.el (shell-input-autoexpand): Fix customization group.
7614 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
7616         * repeat.el (repeat): Handle keyboard macros properly.
7617         Handle new prefix arg after self-insert command.
7619         * repeat.el: Don't include cl even at compile time.
7620         (repeat): Avoid using `loop'.
7622         * simple.el (shell-command-on-region): Doc fix.
7623         (next-history-element): Special error message if no default.
7625 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
7627         * ps-print.el (ps-print-buffer): Doc fix.
7628         (ps-despool): Likewise.
7630         * arc-mode.el (arc-mode): Provide arc-mode.
7632 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
7634         * ps-print.el (ps-print-buffer): Doc fix.
7636 1998-10-14  Dave Love  <fx@gnu.org>
7638         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
7639         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
7640         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
7642         * progmodes/fortran.el (fortran-mode-map): Change "Join
7643         Continuation Line" to "Join Line".
7644         (fortran-font-lock-keywords-1): Add "cycle", "exit".
7646 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
7648         * progmodes/fortran.el (fortran-join-line): Use
7649         `delete-indentation' instead of issuing an error message if not on
7650         a continuation line.  Provide for joining several lines using
7651         prefix arg.
7653 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
7655         * term/pc-win.el (msdos-color-values): New variable.
7656         (x-color-values): New function, emulates its namesake from
7657         src/xfns.c.
7658         (msdos-bg-mode): Add all dark colors to those which return
7659         "dark".
7661 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
7663         * replace.el (keep-lines, flush-lines, how-many):
7664         Don't ignore case if arg has upper case letters.
7666 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
7668         * progmodes/vhdl-mode.el
7669         (vhdl-add-index-menu): reverse order in imenu-generic-expression.
7670         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
7671         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
7672         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
7673         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
7674         (vhdl-when): Fix indentation problem.
7675         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
7676         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
7677         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
7679 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
7681         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
7682         (ls-lisp-insert-directory): Renamed from insert-directory.
7683         (insert-directory): New function.
7685 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
7687         * simple.el (completion-fixup-function): Variable deleted.
7688         (completion-setup-function): Delete code for completion-fixup-function.
7689         * emacs-lisp/lisp.el (lisp-complete-symbol):
7690         Don't bind completion-fixup-function.
7692         * files.el (find-file-wildcards): New option.
7693         (find-file-noselect): Handle wild cards, if enabled.
7694         (file-expand-wildcards): New function.
7696         * simple.el (set-fill-column): Doc fix.
7698 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7700         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
7702 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
7704         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
7705         Move declaration before first use.
7706         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
7707         hif-math, hif-factor): Rename token to hif-token and token-list to
7708         hif-token-list.
7709         (hif-token, hif-token-list): Declare them.
7710         (hif-find-ifdef-block): Return cons of top and bottom point
7711         instead of setting dynamically bound variables.
7712         (hide-ifdef-block, show-ifdef-block): Use return value of
7713         hif-find-ifdef-block.
7715 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
7717         * subr.el (read-passwd): Use clear-this-command-keys.
7719         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
7721         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
7722         and ...-for-write.
7724 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
7726         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
7727         responses to GROUP command, since this may be called from a timer
7728         with quit inhibited.
7730 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
7732         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
7733         set unconditional-jump to nil.
7734         (ccl-compile-read-multibyte-character): Return nil.
7735         (ccl-compile-write-multibyte-character): Likewise.
7736         (ccl-compile-translate-character): Likewise
7737         (ccl-compile-map-multiple): Likewise.
7738         (ccl-compile-map-single): Likewise.
7740         * international/kinsoku.el: Add coding tag.
7741         (kinsoku-bol): Remove superfluous TAB in a string.
7743         * international/mule-cmds.el (find-coding-systems-for-charsets):
7744         Delete `composition' (if any) from CHARSETS.
7746 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
7748         * international/mule-cmds.el (setup-specified-language-environment):
7749         Add apropos-inhibit property.
7750         (describe-specified-language-support): Likewise.
7752 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
7754         * international/mule.el (make-coding-system): Create -with-esc
7755         variant coding system.
7757 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
7759         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
7760         (next-file): Optionally offer to revert a file's buffer,
7761         if it has an existing buffer but the file has changed.
7763         * info.el (Info-insert-dir): Detect and report problems
7764         in input files, such as "No Top node".  Return with point
7765         at the beginning of the text.
7766         (Info-find-node): Reinsert the code to handle files
7767         with no tags table; it was deleted by mistake.
7769 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
7771         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
7772         texinfo-find-higher-level-node repeatedly find the same node.
7773         (texinfo-find-higher-level-node): Doc fix.
7775 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
7777         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
7778         (smtpmail-address-buffer): Add defvar.
7779         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
7781         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
7783         * ffap.el (ffap-machine-p-local): Fix editing error.
7785 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
7787         * faces.el (frame-set-background-mode):
7788         Don't do anythung for text-only or MSDOS frame.
7790 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
7792         * international/quail.el (quail-defrule): New optional arg APPEND.
7793         (quail-defrule-internal): Fix bug of handling the argument APPEND.
7795 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
7797         * gnus/pop3.el (pop3-open-server):
7798         Set process-coding-system-alist around open-network-stream.
7800 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
7802         * files.el (save-buffer): Doc fix.
7804 1998-10-07  Karl Heuer  <kwzh@gnu.org>
7806         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
7807         return DEF unchanged, not nil.  Simplify.
7809 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
7811         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
7813 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
7815         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
7817         * net-utils.el (ftp, nslookup): Require comint.
7818         (network-service-connection): Likewise.
7819         (whois-server-name): Defaults to whois.arin.net
7820         (whois-server-list, whois-server-tld, whois-guess-server): New var.
7821         (whois): Tries to guess the appropriate top-level domain server.
7822         (whois-get-tld): New function.
7824         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
7825         (dirtrack-debug-toggle): Added this function.
7827 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7829         * files.el (find-file-noselect): Switch to the correct buffer
7830         before checking find-file-literally, and allow non-nil non-t
7831         rawfile params.
7833 1998-10-06  Karl Heuer  <kwzh@gnu.org>
7835         * midnight.el (clean-buffer-list): Add autoload cookie.
7837         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
7838         no-autosave.
7839         * tar-mode.el (tar-mode-revert): Likewise.
7840         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
7841         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
7842         * gnus/message.el (message-auto-save-directory): Renamed from
7843         message-autosave-directory.  All references changed.
7845 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
7847         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
7848         string.  Expose mime stuff while searching.
7850 1998-10-06  Richard Stallman  <rms@gnu.org>
7852         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
7854         * replace.el (perform-replace): Position point properly
7855         before and after the recursive edit of C-r.
7857         * progmodes/etags.el (tags-reset-tags-tables): Properly
7858         find the markers in the old rings that are being discarded.
7860 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7862         * apropos.el (apropos-print): control invalid characters.
7864         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
7865         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
7866         confusing customize.
7868 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
7870         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
7871         built-in commands.  Add more built-in commands and fix face names.
7873 1998-10-05  Simon Marshall  <simon@gnu.org>
7875         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
7877 1998-10-04  Eric Ludlam  <zappo@gnu.org>
7879         * speedbar.el (speedbar-initial-expansion-list-name): Remove
7880         customization since it is not useful in this case.
7881         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
7882         sure it gets evalled to a number.  Also verify that set-frame-name
7883         fn exists before calling it.
7885         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7886         Protect a `forward-sexp' call which could fail, and improved regex
7887         for ie, and eg abbreviations.
7889 1998-10-02  Noah Friedman  <friedman@splode.com>
7891         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
7892         send-string.
7893         (rlogin-send-Ctrl-D): Here also.
7894         (rlogin-send-Ctrl-Z): Here also.
7895         (rlogin-send-Ctrl-backslash): Here also.
7897 1998-10-02  Dave Love  <fx@gnu.org>
7899         * outline.el (hide-region-body): Bind
7900         outline-view-change-hook to nil while making repeated calls to
7901         outline-flag-region.  Run it once at the end.
7902         (hide-other, hide-sublevels, show-children): Likewise.
7904         * info-look.el: Remove duplicate scheme-mode entry.
7905         (info-lookup-make-completions): When looking for entries, check
7906         that `item' isn't null or "Menu".
7908 1998-10-01  Karl Heuer  <kwzh@gnu.org>
7910         * net-utils.el: Don't require ffap.
7911         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
7912         (ping, nslookup-host, finger, network-connection-to-service): Use them.
7914 1998-09-30  Richard Stallman  <rms@gnu.org>
7916         * ispell.el (check-ispell-version): No need to bind default-major-mode.
7918         * imenu.el (imenu--generic-function): Sort each submenu by position.
7919         (imenu--sort-by-position): New function.
7921         * cus-edit.el (Custom-mode-menu): Fix info node name.
7922         (customize group): Fix info node name.
7924         * mail/mailalias.el (build-mail-aliases): Don't allow
7925         a newline in the alias name.  Don't define an alias
7926         if the definition would be empty.
7928         * which-func.el (which-func-mode-global): Make :set function
7929         more reliable.
7931         * custom.el (custom-set-variables): Load the requests first,
7932         then check the symbol's `set' function.
7934         * ffap.el: Doc fixes.
7936 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7938         * gnus.el: (gnus-valid-select-methods): Fix type.
7939         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
7940         * gnus-score.el (gnus-orphan-score): Fix type.
7941         (gnus-score-default-header, gnus-score-default-type): Fix type.
7942         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
7943         (gnus-saved-headers): Fix type.
7945         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
7946         Avoid nil value of `two-lines-citation-part'.
7948 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
7950         * which-func.el (which-function): Handle case when
7951         (car imenu--index-alist) is nil.
7953 1998-09-29  Dave Love  <fx@gnu.org>
7955         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
7956         bzip2 args.
7958 1998-09-29  Simon Marshall  <simon@gnu.org>
7960         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
7961         comint-exec-hook.
7963 1998-09-29  Stephen Eglen  <stephen@gnu.org>
7965         * info-look.el: Add support for Octave.
7967 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
7969         * textmodes/reftex.el (reftex-finding-files): New customize group.
7970         (reftex-texpath-environment-variables,
7971         reftex-use-external-file-finders, reftex-external-file-finders,
7972         reftex-search-unrecursed-path-first): New options.
7973         (reftex-process-string, reftex-find-file-externally): New
7974         functions.
7975         (reftex-access-search-path): Execute shell commands to find the
7976         search path.
7977         (reftex-toggle-auto-view-crossref): When turning on, make sure
7978         `reftex-auto-view-crossref' becomes non-nil.
7979         (reftex-abbrev-regexp): Constant removed.
7980         (reftex-convert-string): Abbrev regexp calculated locally.
7982 1998-09-28  Dave Love  <fx@gnu.org>
7984         * progmodes/fortran.el: Don't call regexp-opt when deriving
7985         font-lock patterns with keywords that aren't all literal.
7987 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
7989         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
7990         the form `octave.bin:1>' which come from using precopiled binary
7991         versions.
7993 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
7995         * help.el (help-for-help): Use %THIS-KEY%.
7996         (help-quit): Add doc.
7998         * help-macro.el (make-help-screen): Keep HELP-TEXT
7999         in a separate function definition, not in the help command FNAME.
8000         Replace %THIS-KEY% with the key sequence that ran FNAME.
8002 1998-09-25  Richard Stallman  <rms@gnu.org>
8004         * textmodes/texinfo.el (texinfo-show-structure):
8005         Bind inhibit-read-only.
8007         * isearch.el (isearch-search-and-update): Properly
8008         handle upper case letters in the reverse-search special case.
8010 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8012         * gnus.el: Extend the list of autoloaded functions.
8014         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
8015         buffer before creating help group. (from Gnus v5.6.43, fix by
8016         1998-08-20 Per Starback <starback@update.uu.se>)
8018         * gnus-util.el (gnus-output-to-rmail): Adjust to
8019         `rmail-output-to-rmail-file'.
8021 1998-09-25  Karl Heuer  <kwzh@gnu.org>
8023         * hexl.el (hexl-mode-map): More of previous change.
8025         * textmodes/tex-mode.el (tex-run-command): Doc fix.
8026         (tex-start-tex): Don't use tex-start-options-string in star case.
8027         Quote file name in star case as well as in non-star.
8028         Add blank and quoting of option string here.
8029         (tex-start-options-string): Not here.
8031 1998-09-23  Karl Heuer  <kwzh@gnu.org>
8033         * term.el (term-delimiter-argument-list): Doc fix.
8034         (term-emulate-terminal): Escape literal semicolon.
8035         * progmodes/asm-mode.el (asm-mode): Doc fix.
8036         (asm-comment-char): Escape literal semicolon.
8037         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
8039 1998-09-23  Richard Stallman  <rms@gnu.org>
8041         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
8042         only those that normally modify the buffer.
8044         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
8045         over again.
8047 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
8049         * ispell.el (check-ispell-version): Ensure same buffer is current
8050         when let-binding of case-fold-search ends.
8052 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8054         * ps-print.el: Skip invisible overlay.
8055         Test for set-buffer-multibyte rather than using mule-version.
8056         (ps-print-version): New version number (4.1) and doc fix.
8057         (ps-generate-postscript-with-faces): Skip invisible overlay.
8059 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
8061         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
8063 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
8065         * international/quail.el (quail-update-guidance): Check for the
8066         return value of (quail-guidance) fixed.
8067         (quail-update-translation): Bind quail-current-str locally when it
8068         calls quail-update-guidance.
8069         (quail-update-translation): If input-method-exit-on-first-char is
8070         non-nil, terminate translation only when the current input method
8071         is simple.
8073 1998-09-22  Paul Eggert  <eggert@twinsun.com>
8075         * startup.el (locale-translation-file-name): Prefer X-related names
8076         to the name used by GNU/Linux sans X.  Set to nil if no file found.
8077         (command-line): Use locale-translation-file-name if it is not nil,
8078         instead of testing for its existence again.
8079         regexp-quote the ctype before using it in a regexp.
8080         Allow a colon to appear after the ctype in the aliases file,
8081         as is done in X11R6.4.
8083 1998-09-21  Richard Stallman  <rms@gnu.org>
8085         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
8087         * calendar/appt.el (appt-interval): Variable deleted.
8088         (appt-check): For minutes in between appt-display-interval times,
8089         do check, but don't display anything except an updated mode line.
8090         Count against appt-display-interval based on minutes since
8091         first display of this appointment, not based on time of day.
8092         If appt-display-mode-line, force mode line redisplay
8093         whenever appt-mode-string has changed.
8094         (appt-add, appt-delete): Add autoload cookies.
8095         (appt-check): Catch errors from calling `diary'.
8096         (appt-max-time): Renamed from max-time.
8097         (appt-now-displayed, appt-display-count): New variables.
8098         (appt-timer): Don't create one if we already have one.
8100         * textmodes/tex-mode.el (tex-compilation-parse-errors):
8101         More general code to use the source buffer instead of the zap file.
8103         * hilit-chg.el (highlight-compare-with-file): Renamed from
8104         compare-with-file.
8106         * loadhist.el (load-history-loaded): New variable.
8107         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
8109         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
8111         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8112         Fix error messages.
8114 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
8116         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
8117         Emacs frame.
8119 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8121         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
8122         `undecided' and `undecided-unix'.
8124 1998-09-21  Dave Love  <fx@gnu.org>
8126         * help.el (help-make-xrefs): Fix typo affecting Info references.
8128         * subr.el (remove-hook): Check list values to avoid errors.
8130 1998-09-18  Noah Friedman  <friedman@splode.com>
8132         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
8133         store string in eldoc-last-message without consing a new string.
8134         Rearrange logic from nested if's into cond's.
8135         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
8136         Do not print message; just return string.
8137         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
8138         Do not print message; just return string.
8139         Cache that string in eldoc-last-data.
8140         (eldoc-last-data): Make into a vector.
8141         (eldoc-get-fnsym-args-string): Use new data form of structure.
8142         (eldoc-get-var-docstring): Here also.
8143         (eldoc-last-data-store): New function.
8144         (eldoc-get-fnsym-args-string): Use it.
8145         (eldoc-get-var-docstring): Here also.
8146         (eldoc-docstring-first-line): Minimize interim string consing.
8147         Call substitute-command-keys on the result.
8148         (eldoc-print-var-docstrings, eldoc-print-docstring,
8149         eldoc-docstring-message): Functions removed.
8150         (eldoc-docstring-format-sym-doc): New function, functionality
8151         ripped out of eldoc-docstring-message.
8152         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
8154 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
8156         * international/mule.el (make-coding-system): Doc-string modified.
8158 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
8160         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
8162         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
8163         customize type.
8165         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
8166         type.
8168         * progmodes/compile.el (compilation-error-screen-columns): New
8169         variable.
8170         (compilation-next-error-locus): Use it to decide whether to use
8171         forward-char or move-to-column.
8173         * mail/rmail.el (rmail-movemail-program): Fix customize type.
8175         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
8176         feedmail-fiddle-plex-user-list,
8177         feedmail-spray-address-fiddle-plex-list,
8178         feedmail-prompt-before-queue-user-alist,
8179         feedmail-prompt-before-queue-help-supplement,
8180         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
8181         feedmail-queue-alternative-mail-header-separator): Fix customize
8182         type.
8184         * startup.el (site-run-file): Fix customize type.
8186         * speedbar.el (speedbar-initial-expansion-list-name): Fix
8187         customize type.
8189         * shell.el (shell-input-autoexpand): Fix customize type.
8191         * ps-print.el (ps-font-info-database): Add missing dots in value.
8192         Improve layout of customize type.
8194         * net-utils.el (traceroute-program-options, ping-program-options,
8195         ipconfig-program-options, netstat-program-options,
8196         arp-program-options, route-program-options,
8197         nslookup-program-options, ftp-program-options): Fix customize
8198         type.
8200         * midnight.el (clean-buffer-list-kill-regexps,
8201         clean-buffer-list-kill-buffer-names,
8202         clean-buffer-list-kill-never-buffer-names,
8203         clean-buffer-list-kill-never-regexps): Fix customize type.
8205         * man.el (Man-init-defvars): Avoid trailing nil on
8206         Man-filter-list.
8208         * lpr.el (printer-name): Fix customize type.
8210 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
8212         * international/mule-cmds.el (reset-language-environment): Call
8213         update-coding-systems-internal.
8215         * international/mule-conf.el: Call update-coding-systems-internal
8216         at the tail.
8218 1998-09-14  Dave Love  <fx@gnu.org>
8220         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
8221         use the menu-enable properties, pending doing it correctly and
8222         acceptably fast.
8224         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
8226 1998-09-13  Dave Love  <d.love@dl.ac.uk>
8228         * progmodes/hideshow.el (hs-grok-mode-type): Check
8229         comment-{start,end} non-nil as well as bound.  Report an error if
8230         we can't grok the mode.
8232 1998-09-13  Richard Stallman  <rms@gnu.org>
8234         * simple.el (blink-matching-open): Don't log paren matching
8235         messages in *Messages*.
8237 1998-09-12  Richard Stallman  <rms@gnu.org>
8239         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
8240         Set point-before-scroll at end even if there was an error.
8242         * ange-ftp.el (ange-ftp-insert-file-contents):
8243         Use binary mode for dumb-unix hosts as for unix hosts.
8244         (ange-ftp-copy-file-internal): Likewise.
8246         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
8248         * emacs-lisp/pp.el: Doc fixes.
8250         * wid-edit.el (widget-menu-max-shortcuts): New variable.
8251         (widget-choose): Don't use single-char shortcuts if # items
8252         exceeds that many.  Use minibuffer instead.
8254 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8256         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
8258 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
8260         * speedbar.el (speedbar-frame-mode): Do not set frame position if
8261         in terminal mode.
8263 1998-09-10  Noah Friedman  <friedman@splode.com>
8265         * rsz-mini.el (resize-minibuffer-mode): remove :version field from
8266         defcustom declaration.  It's wreaking too much havoc with XEmacs
8267         and older versions of Emacs, which share this code.
8269         * type-break.el (type-break-mode): Here also.
8271         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
8272         `t' to add-hook also to modify the new local value.
8274 1998-09-10  Dave Love  <fx@gnu.org>
8276         * vc.el (vc-insert-headers): Doc fix.
8278 1998-09-10  Richard Stallman  <rms@gnu.org>
8280         * textmodes/flyspell.el (flyspell-mode-on): Make the
8281         ispell-... variables permanent locals.
8282         (flyspell-mode-off): Add autoload cookie.
8284         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
8285         do use binary mode, just as for `unix'.
8286         (ange-ftp-host-type): If HOST is nil, return `unix'.
8288         * dired.el (dired-mark-files-containing-regexp):
8289         Don't scan directories.  Ignore non-readable files.
8291         * progmodes/compile.el (compilation-error-regexp-alist):
8292         Fix previous change: allow . and _ in command name.
8294         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
8296         * uncompress.el (uncompress-while-visiting):
8297         Use just the car of what find-operation-coding-system returns.
8299         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
8301         * shell.el (shell-file-name-quote-list): Add # to the value.
8303 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
8305         * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook
8306         to make killing of ispell process work even if
8307         kill-all-local-variables has been run.
8309 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8311         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
8312         loop when sexp entry ends at end of file with no newline.
8314 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8316         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
8317         (Custom-reset-standard): Fix menu inconsistency.
8319         * mail/feedmail.el (feedmail-from-line): Allow t.
8320         (feedmail-message-id-suffix): Allow nil.
8322         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
8323         Simplify.  Make prefix arg work right.
8325 1998-09-09  Dave Love  <fx@gnu.org>
8327         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
8329         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
8331 1998-09-08  Dave Love  <fx@gnu.org>
8333         * add-log.el (change-log-font-lock-keywords): Do parenthesized
8334         stuff only after file names or at start of line.  Allow parens
8335         around e-mail, as well as angles.
8337         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
8338         ignore-errors too, eval'd when compile.  Require w3 stuff at load
8339         time for nicer failure if it's not available.
8341 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
8343         * comint.el (comint-arguments): Ignore backslashes when using
8344         w32 shells that expect backslashes as the directory separator.
8346 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
8348         * international/fontset.el (resolved-ascii-font): New variable.
8349         (x-complement-fontset-spec): By side effect, set
8350         `resolved-ascii-font' to the resolved name of ASCII font."
8351         (create-fontset-from-fontset-spec): Don't get a value for
8352         resolved-ascii-font from the list full-fontlist.  It is set by
8353         x-complement-fontset-spec now.
8355         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
8356         version, check the value of mule-version.
8358 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
8360         * textmodes/reftex.el (reftex-view-crossref): Split up into
8361         several functions.  No longer moves to find a macro.
8362         (reftex-view-cr-cite, reftex-view-cr-ref,
8363         reftex-end-of-bib-entry): New functions.
8364         (reftex-auto-view-crossref): New value `window' allowed.
8365         (reftex-view-crossref-when-idle): Process new `window' option in
8366         (reftex-translate-to-ascii-function): New default.
8367         (reftex-label-illegal-re): Default changed, removed Latin1.
8368         (reftex-latin1-to-ascii): New function.
8369         (reftex-what-environment): Check for section regexp before use.
8370         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
8371         absolute path names.
8372         (reftex-TeX-master-file): Changed sequence of file checks.
8373         (reftex-do-citation): bibview cache only with RefTeX mode on.
8375 1998-09-06  Richard Stallman  <rms@gnu.org>
8377         * progmodes/compile.el (compilation-error-regexp-alist):
8378         In first pattern (GNU utilities and other things),
8379         allow a space after the optional program name at the beginning.
8381         * mail/mail-hist.el (mail-hist-current-header-contents):
8382         Fix previous change: use mail-header-end.
8384 1998-09-06  Bill Richter  <richter@math.nwu.edu>
8386         * international/ccl.el: Doc fixes.
8387         * international/encoded-kb.el: Doc fixes.
8388         * international/fontset.el: Doc fixes.
8389         * international/kinsoku.el: Doc fixes.
8390         * international/kkc.el: Doc fixes.
8391         * international/mule-cmds.el: Doc fixes.
8392         * international/mule-conf.el: Doc fixes.
8393         * international/mule-util.el: Doc fixes.
8394         * international/mule.el: Doc fixes.
8396 1998-09-05  Eric Ludlam  <zappo@gnu.org>
8398         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
8399         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
8400         (checkdoc-this-string-valid-engine): Permit ? as terminating
8401         punctuation for first line sentence breaking.
8402         (checkdoc-this-string-valid): When converting a comment into a doc
8403         string, make sure " chars are \".
8404         (checkdoc-sentencespace-region-engine): Only do double space check
8405         if based on the variable `sentence-end-double-space'
8406         (checkdoc-this-string-valid-engine): ? ends valid sentence.
8407         (checkdoc-proper-noun-region-engine): Exclude items in URLs
8409 1998-09-04  Richard Stallman  <rms@gnu.org>
8411         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8412         Recognize define-skeleton as a function definer.
8414         * cus-edit.el (customize-option): Refuse to customize
8415         a variable that has no defcustom.  But if variable is autoloaded,
8416         first try to load the library that defines it.
8418         * international/iso-insert.el: Use `string' before calling `insert'
8419         so that in multibyte buffers we insert multibyte chars.
8421         * dired.el (dired-mark-files-containing-regexp):
8422         Don't use find-file; instead, insert the file in a temp buffer.
8424         * textmodes/tex-mode.el (tex-start-options-string): New option.
8425         (tex-start-tex): Use that variable.
8427         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
8428         value in the `repeat' alternative a list.
8430         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
8431         the inserted newline, verify that one was really inserted.
8433         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
8434         remains on or remains off.
8435         (flyspell-multi-language-p): Default changed to nil.
8437         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
8438         In "found in comment" case, don't beginning-of-line after forward-line.
8440         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8441         If the function definition is not a lambda, return original FORM
8442         with no error.
8444 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
8446         * net-utils.el (netstat-program-options): Changed from nil to "-a"
8447         so that by default netstat shows all network connections.
8449 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
8451         * international/quail.el: Doc fixes.
8453         * info.el (info): Don't add parens if FILE already has them.
8455 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
8457         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
8458         on extension lines.
8460 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
8462         * w32-fns.el (w32-shell-dos-semantics): New function.
8464 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
8466         * international/quail.el (quail-choose-completion-string): Store
8467         completion `choice' in `quail-current-str'; don't insert it.
8469 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
8471         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
8472         argument to ps-mule-generate-bitmap-font.
8474         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
8475         entry and change Latin-1 entry in the default value.
8476         (ps-mule-font-info-database-ps-bdf): New variable.
8477         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
8478         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
8479         registerd in FONT-SPEC.
8480         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
8481         charcter width of bitmap fonts.
8482         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
8483         procedure NF.
8484         (ps-begin-file): Output PostScript code for setting
8485         SpaceWidthRatio.
8486         (ps-plot-region): Use line-beginning-position to get a position of
8487         the beginning of the current line.
8489         * international/mule-cmds.el (register-input-method): Doc-string
8490         modified.
8492 1998-09-01  Dave Love  <fx@gnu.org>
8494         * international/mule-cmds.el (current-language-environment): Fix
8495         setter function.
8497 1998-09-01  Simon Marshall  <simon@gnu.org>
8499         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
8500         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
8501         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
8502         names with font-lock-type-face.  Fontify type specs, etc., with
8503         font-lock-keyword-face.
8505 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
8507         * international/fontset.el (x-complement-fontset-spec): If ASCII
8508         font is specified in FONTLIST, don't substitute it for the
8509         resolved name.
8511 1998-08-31  Paul Eggert  <eggert@twinsun.com>
8513         * international/mule.el (charset-description): Doc fix.
8515         * language/chinese.el, language/cyrillic.el, language/czech.el,
8516         language/devanagari.el, language/ethiopic.el,
8517         language/european.el, language/hebrew.el, language/indian.el,
8518         language/japanese.el, language/korean.el, language/lao.el,
8519         language/slovak.el, language/thai.el, language/tibetan.el,
8520         language/vietnamese.el:
8521         Add coding: local variable, to avoid bootstrapping problem
8522         if you need to recompile all the Lisp files using interpreted code.
8524 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8526         * cal-china.el (chinese-year-cache): Change range of years from
8527         1989-2000 to 1990-2010.
8529 1998-08-29  Dave Love  <d.love@dl.ac.uk>
8531         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
8532         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
8534 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8536         * ps-print.el (ps-print-control-characters): Doc-string modified.
8537         (ps-output-string-prim): Comment format changed.
8538         (ps-do-despool): Indentation of source code changed.
8540 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
8542         * subr.el (sref): Make it an alias of aref.  Make the
8543         byte-compiler warn that it is obsolete.
8544         (char-bytes): Make the byte-compiler warn that it is obsolete.
8546         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
8547         Calculate the total bytes using position-bytes instead of
8548         char-bytes.
8550 1998-08-27  Karl Heuer  <kwzh@gnu.org>
8552         * snmp-mode.el: New file.
8553         * files.el (auto-mode-alist): Add snmp-mode patterns.
8555 1998-08-27  Karl Eichwalder  <ke@suse.de>
8557         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
8559 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8561         * calendar/diary-lib.el (diary-block): Doc fix..
8562         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
8564 1998-08-27  Richard Stallman  <rms@gnu.org>
8566         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
8567         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
8568         Clear appt-mode-string if we don't put something in it.
8570 1998-08-27  Dave Love  <fx@gnu.org>
8572         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
8573         dired-local-variables-file for dired-x.
8575         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
8576         for compressed library files too.
8578 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
8580         * language/european.el ("Latin-1"): Modify `documentation' key value.
8581         ("Latin-2"): Likewise.
8583 1998-08-26  Karl Heuer  <kwzh@gnu.org>
8585         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
8587 1998-08-26  Albert L. Ting  <alt@artisan.com>
8589         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
8590         (mail-hist-current-header-contents): Use mail-text-start.
8592 1998-08-26  Richard Stallman  <rms@gnu.org>
8594         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
8595         (customize-changed-options-previous-release): New variable.
8596         (customize-changed-options): Use that variable as default arg.
8598 1998-08-26  Karl Eichwalder  <ke@suse.de>
8600         * midnight.el: Require `timer' not only when compiling.
8602 1998-08-26  Per Starback  <starback@update.uu.se>
8604         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
8605         buffer before creating help group.
8607 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8609         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
8610         coding-system-for-write before saving.
8612 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
8614         * isearch.el (isearch-forward): Doc fix.
8616 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
8618         * emacs-lisp/find-func.el: Fix :version tags to have a string
8619         value, not a float.
8621         * cus-dep.el: Fix typo in output.
8623 1998-08-25  Dave Love  <fx@gnu.org>
8625         * repeat.el (repeat): Doc fix.
8626         [From rms:]
8627         (repeat-previous-repeated-command): New variable.
8628         (repeat): Check for real-last-command being null or repeat.  Set
8629         repeat-previous-repeated-command.
8631         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
8633 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
8635         * gnus/message.el (message-send-mail-with-sendmail): Bind
8636         coding-system-for-write by the return value of
8637         select-message-coding-system.
8638         (message-send-mail-with-qmail): Likewise.
8640 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
8642         * emacs-lisp/autoload.el: Fix doc-string-elt property on
8643         define-derived-mode.
8645         * files.el (file-name-invalid-regexp):
8646         Fix regex for ms-dos without long file names.
8648 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8650         * ps-print.el: Multi-byte buffer handling.
8651         (ps-print-version): New version number (4.0) and doc fix.
8652         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
8653         compilation for GNU Emacs and emacsens.
8654         (ps-generate-postscript-with-faces): Force invisible text to be
8655         visible.
8656         (dos-ps-printer): New var to avoid compilation gripes.
8658 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8660         * ps-print.el (ps-mule-plot-string): Pay attention to the case
8661         that no more characters can't be printed in the current line.
8663 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8665         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
8666         greater than TO.
8668 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8670         * ps-print.el: Add codes to make ps-print.el work also on Emacs
8671         20.2 and the earlier version.
8672         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
8673         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
8674         (ps-mule-find-wrappoint): Likewise.
8675         (ps-mule-generate-font): Change `X' to `x' in format
8676         control-string.
8677         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
8678         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
8679         `restore' form procedures `BC' and `EC'.
8681 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8683         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
8684         is an executable procedure.  Make LineThickness, Xshadow, and
8685         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
8686         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
8687         ps-mule-font-info-database-bdf): New vars.
8688         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
8689         (ccl-encode-ethio-unicode): New CCL program.
8690         (ps-mule-encode-ethiopic): New fun.
8691         (ps-mule-current-charset): New var.
8692         (ps-mule-get-font-spec, ps-mule-font-spec-src,
8693         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
8694         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
8695         (ps-mule-external-libraries): New var.
8696         (ps-mule-init-external-library): New fun.
8697         (ps-mule-font-cache): New var.
8698         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
8699         (ps-last-font): New var.
8700         (ps-mule-prepare-font): New fun.
8701         (ps-mule-charset-list): New var.
8702         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
8703         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
8704         ps-mule-plot-string): New funs.
8705         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
8706         New vars.
8707         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
8708         ps-mule-prepare-cmpchar-font): New funs.
8709         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
8710         vars.
8711         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
8712         ps-mule-generate-bitmap-glyph): New funs.
8713         (ps-mule-initialize, ps-mule-begin): New funs.
8714         (ps-output-string-prim): Insert string as unibyte.
8715         (ps-output-prologue): New fun.
8716         (ps-flush-output): Handle the case of 'prologue.
8717         (ps-begin-file): Call ps-mule-initialize.
8718         (ps-begin-job): Set ps-control-or-escape-regexp differently if
8719         printing multibyte characters.
8720         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
8721         (ps-basic-plot-string): Handle the case of printing ASCII
8722         characters by external libraries (e.g. BDF).
8723         (ps-set-font): Set ps-last-font.
8724         (ps-plot-region): Handle multibyte characters, use
8725         ps-mule-plot-string for them.
8726         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
8728         * bdf.el: New file.
8730 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
8732         * international/mule-cmds.el (select-message-coding-system): New
8733         function.
8734         (set-language-environment-coding-systems): Set
8735         default-sendmail-coding-system.
8737         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
8738         (default-sendmail-coding-system): New variable.
8739         (sendmail-send-it): Encode the message by a coding system
8740         select-message-coding-system returns.
8742 1998-08-23  Eric Ludlam  <zappo@gnu.org>
8744         * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'.
8745         (speedbar-mode): Set buffer to read only.
8746         (speedbar-temp-buffer-show-function): For emacs don't call hook
8747         with arguments.
8748         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
8750 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
8752         * speedbar.el (speedbar-key-map): Fix typo.
8754 See ChangeLog.7 for earlier changes.