(setwins): generalized a little.
[emacs.git] / lisp / ChangeLog
blob4422554df40297570f52a11f17083b366bc87c82
1 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
3         * Makefile (setwins): abstract out the command to find subdirectories
4         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5         (custom-deps, finder-data, autoloads, update-subdirs, updates): use it.
7         * diff-mode.el: new file.  A mode for viewing/editing context diffs.
9 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
11         * Makefile (bootstrap-compile): New target.  Compile Lisp
12         files with ../src/temacs.
14 1999-10-08  Simon Marshall  <simon@gnu.org>
16         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
17         (regexp-opt-group): Use it to get common suffixes in STRINGS.
18         If STRINGS is nil, return "" rather than nil.
19         
20 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
22         * Makefile (compile): Compile files one by one.  Set load-path to
23         current directory and subdirectories when compiling.
24         
25 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
27         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
28         (emacs): Use it everywhere instead of EMACS.
29         (compile): New target.  Compile all Lisp files from scratch.
30         (recompile): New target.  Recompile lisp directory.
31         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
32         an Emacs executable not built in the current directory tree.
34 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
36         * filecache.el (file-cache-completion-ignore-case): New variable,
37         defaulting to the value of completion-ignore-case.
38         (file-cache-minibuffer-complete): Use it.
39         (file-cache-files-matching, file-cache-files-matching-internal):
40         New functions.
42 1999-10-07  Emmanuel Briot  <briot@gnat.com>
44         * ada-xref.el: New file
46         * ada-prj.el: New file
48         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
50         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
51         subprogram being created.
53         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
54         ada-indent-newline-indent): Rewritten to support the new indentation
55         scheme
57         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
58         New functions
60         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
61         justification parameter
63         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
64         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
65         external program
67         * ada-support.el: New file
69 1999-10-07  Dave Love  <fx@gnu.org>
71         * bindings.el (bound-and-true-p): New macro.
72         (make-mode-line-mouse-sensitive): Don't require easymenu.
74 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
76         * custom.el (defface): Extend documentation for new values of
77         `type'.
79         * faces.el (face-spec-set-match-display): Recognize `type' of
80         `motif', `lucid', `x-toolkit'.
81         (menu): New face.
83 1999-10-05  Dave Love  <fx@gnu.org>
85         * files.el: Recognize temporary crontab files.
87         * info.el: Require jka-compr when compiling.
88         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
90 1999-10-04  Dave Love  <fx@gnu.org>
92         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
93         scroll-up-aggressively, scroll-down-aggressively.
95         * time.el (display-time-mode): Add autoload cookie.
96         
97         * rect.el (delete-extract-rectangle): Doc fix from verna.
99         * help-macro.el (three-step-help): Customize.
101 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
103         * hexl.el (hexlify-buffer): Move point in proper range
104         if it is too large.
105         (hexl-after-revert-hook): Update hexl-max-address.
106         (hexl-address-to-marker): Doc fix.
108 1999-10-03  Dave Love  <fx@gnu.org>
110         * image.el (defimage): Remove redundant code.  Substitute file in
111         image plist.
113 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
115         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
116         when doing with-temp-file.
118 1999-10-01  Dave Love  <fx@gnu.org>
120         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
122         * help.el: Require view when compiling.
123         (view-emacs-FAQ): Use Info version.
125 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
127         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
128         (normat->normal).  Use correct font names for Korean
129         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
131 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
133         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
134         code not used by KOI8 to the same 8-bit code instead of mapping to
135         SPC.
136         (cyrillic-alternativnyj-decode-table): Likewise.
138 1999-09-29  Alex Schroeder  <alex@gnu.org>
140         * sql.el (sql-imenu-generic-expression): new, used to set
141         imenu-generic-expression.
142         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
143         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
144         imenu-case-fold-search, and imenu-syntax-alist.
145         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
146         setting font-lock-defaults' SYNTAX-ALIST.
148 1999-09-28  Dave Love  <fx@gnu.org>
150         * cus-edit.el (custom-comment): Change widget definition.
151         (custom-comment-create, custom-comment-show)
152         (custom-comment-invisible-p): Don't use :comment-overlay.
153         (custom-comment-hide): New function.
154         (custom-variable-set, custom-variable-save)
155         (custom-variable-reset-standard, custom-face-set)
156         (custom-face-save): Use it.
158 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
160         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
162 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
164         * faces.el (region): Doc fix.
166 1999-09-27  Dave Love  <fx@gnu.org>
168         * isearch.el (isearch): Add :links in defgroup.
169         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
170         (isearch-switch-frame-handler): Comment out (unused).
171         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
172         (isearch-ring-retreat-edit): Doc fix.
173         (isearch-mouse-yank): New command.
174         (isearch-last-command-char): Removed.  Callers changed to use
175         last-command-char.
176         (isearch-char-to-string): Removed.  Callers changed to use
177         char-to-string.
179 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
181         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
182         option for Russian.
184 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
186         * faces.el (face-differs-from-default-p): Compare face 
187         attributes individually.
189         * image.el (put-image, insert-image): Add string argument.
191 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
193         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
194         LANG=de_DE.iso88591 on HPUX 11.0.
196         * dired.el (dired-move-to-filename-regexp): Make it work
197         for LANG=de_DE.iso88591 on HPUX 11.0.
199 1999-09-24  Carsten Dominik  <cd@gnu.org>
201         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
202         multiple thebibliography environments. 
204         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
205         with recentering window.
206         (reftex-extract-bib-entries-from-thebibliography,
207         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
208         with multiple thebibliography environments.
210         * textmodes/reftex-vars.el
211         (reftex-section-levels): Function allowed as cdr.
212         (reftex-max-section-depth) New option.
214         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
215         with multiple thebibliography environments.
217 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
219         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
220         instead of point-min in call to delete-region.
222 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
224         * vc.el (vc-backend-checkout): Use with-temp-file when checking
225         out into arbitrary file names.
227 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
229         * language/european.el ("Turkish"): New language environment.
231 1999-09-19  Dave Love  <fx@gnu.org>
233         * delim-col.el: New file.
235 1999-09-17  Richard Stallman  <rms@gnu.org>
237         * files.el (after-find-file): When visiting a backup file,
238         make it read-only.
240         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
241         (apropos-keybinding-face, apropos-label-face): Likewise.
242         (apropos-property-face, apropos-match-face): Likewise.
243         (apropos-label-properties): New variable.
244         (apropos-print-doc): Use apropos-label-properties.
245         (apropos-print): Set apropos-label-properties.
247 1999-09-15  Richard Stallman  <rms@gnu.org>
249         * winner.el: Use aref instead of sref.
251         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
253 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
255         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
257 1999-09-14  Richard Stallman  <rms@gnu.org>
259         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
260         cookie, even if followed by a letter.
262 1999-09-14  Stephen Eglen  <stephen@gnu.org>
264         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
265         --no-line-editing are passed to Octave by including them here
266         rather than storing them in inferior-octave-startup-args.
268 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
270         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
271         command, option, env and sc.
273         * subr.el (shell-quote-argument): Quote argument with double
274         quotes for ms-dos.
276 1999-09-14  Richard Stallman  <rms@gnu.org>
278         * simple.el (eval-expression-print-level): New variable.
279         (eval-expression-print-length): New variable.
280         (eval-expression-debug-on-error): New variable.
281         (eval-expression): Bind print-level, print-length and
282         debug-on-error from those vars.
284         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
285         Bind print-level, print-length and debug-on-error.
287 1999-09-14  Inge Frick  <inge@nada.kth.se>
289         * dired.el (dired-recursive-deletes): New custom variable.
290         (dired-re-no-dot): New variable.
291         (dired-delete-file): New function deletes files and directories
292         recursively.
293         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
295         * dired-aux.el (dired-recursive-copies): New custom variable.
296         (dired-handle-overwrite): Broke a long line.
297         (dired-copy-file): Call `dired-copy-file-recursive' instead of
298         `copy-file'.
299         (dired-copy-file-recursive): New function.  Copy directories
300         recursively.
301         (dired-do-create-files): Added support for generalized directory
302         target.  How-to function may now return a function.  New fluid
303         variable `dired-one-file'.
304         (dired-copy-how-to-fn): New variable.
305         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
306         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
307         (dired-do-copy-regexp): No recursive copies.
309 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
311         * whitespace.el (whitespace-version): Update version to 2.4
313         * whitespace.el: Add customization variables to conditionally test
314         any of the five whitespaces, per request from Rune Kleveland
315         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
317         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
319         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
320         list of modes to be checked for bogus whitespaces.
322         * whitespace.el (whitespace-rescan-timer-time): Update
323         documentation.
325         * whitespace.el (whitespace-display-unchecked-whitespaces):
326         new function to update modeline with untested whitespaces.
328         * whitespace.el (whitespace-buffer): Test only whitespaces whose
329         checking is turned on, and update modeline using the newly created
330         `whitespace-display-unchecked-whitespaces'.
332         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
333         whose checking is turned on, and update modeline using the newly
334         created `whitespace-display-unchecked-whitespaces'.
336         * whitespace.el (whitespace-describe): Update documentation.
338         * whitespace.el (whitespace-tickle-timer): Test if
339         `whitespace-rescan-timer-time' is non-zero before tickling timer.
341 1999-09-13  Dave Love  <fx@gnu.org>
343         * hideif.el (hide-ifdef-mode): Add autoload cookie.
345         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
346         for temp buffer.
347         (checkdoc-this-string-valid): Don't assume default comment-start.
349 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
351         * rsz-mini.el: Remove code, keep the interface.
353 1999-09-13  Dave Love  <fx@gnu.org>
355         * help.el (help-highlight-p): Doc fix.
357         * faces.el (mode-line, header-line, tool-bar): Add :version.
358         (highlight, secondary-selection): Add :group.
359         (trailing-whitespace): Add :group, :version.
361         * wid-edit.el: Remove some compatibility code and checks.
362         (widget-specify-field, widget-specify-button): Don't use XEmacs
363         properties.
364         (widget-overlay-inactive): Change error message.
365         (widget-button-pressed-face): New variable.
366         (widget-button-click): Use it.
367         (widget-documentation-link-add): Specify mouse and button faces.
368         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
369         removed now the functionality is built in.
371         * cus-edit.el: Don't define-widget-keywords.
372         (multimedia): New group.
373         (custom-last): Function removed.
374         (custom-quote): Add vectorp case, comment out characterp case.
375         (custom-buffer-done-function, custom-raised-buttons): New option.
376         (Custom-buffer-done): New function.
377         (custom-buffer-create-internal): Obey custom-raised-buttons,
378         Custom-buffer-done.
379         (custom-button-face): Make it `released-button'.
380         (custom-button-pressed-face): Make it `pressed-button'
381         (custom-mode-map): Bind "q" to Custom-buffer-done.
382         (custom-mode): Deal with raised/pressed buttons.
384         Changes from Didier Verna:
385         (custom-prompt-variable): Optional third arg makes prompt for a
386         comment string.
387         (customize-set-value, customize-set-variable,
388         customize-save-variable): Optional prefix makes function handle
389         variable comments.
390         (customize-customized, customize-saved, custom-variable-state-set)
391         (custom-variable-set, custom-variable-save, custom-face-state-set)
392         (custom-variable-reset-saved, custom-variable-reset-standard)
393         (custom-face-set, custom-face-save, custom-face-reset-saved)
394         (custom-face-reset-standard, customize-save-customized): Handle
395         custom comments.
396         (custom-comment-face, custom-comment-tag-face): New face.
397         (custom-comment): New widget.
398         (custom-comment-create, custom-comment-delete)
399         (custom-comment-value-set, custom-comment-show)
400         ()custom-comment-invisible-p): New functions.
401         (custom-variable-value-create, custom-face-value-create): Create a
402         comment field widget.
403         (custom-variable-menu, custom-face-menu): New entry for custom
404         comment.
405         (custom-face-value-create): Remove compatibility code.
406         (custom-save-variables, custom-save-faces): Possibly save custom
407         comments.
409         * cus-face.el (custom-face-attributes): Simplify :underline,
410         :overline, :inverse-video cases.  Fix up :box case (probably needs
411         more work).
412         
413         Change from Didier Verna:
414         (custom-set-faces): The arguments can now have a custom comment as
415         fourth argument.
417         * custom.el: Don't define-widget-keywords.
418         Change from Didier Verna:
419         (custom-set-variables): the arguments can now have a
420         custom comment as fifth element.
422 1999-09-13  Richard Stallman  <rms@gnu.org>
424         * info.el (Info-find-node): Cope better if guesspos is too large.
426 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
428         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
429         of buffer-substring because buffer-string doesn't copy the 
430         prompt.
432         * faces.el (mode-line): Replaces `modeline'.
433         (toplevel): Make `modeline' an alias for `mode-line'.
435 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
437         * gs.el: Change `ghostscript' to `postscript' in comment.
439 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
441         * emulation/tpu-edt.el (tpu-version): New version.
442         (tpu-search-overlay, tpu-replace-overlay): New variables.
443         (tpu-search-highlight, tpu-toggle-direction): New functions.
444         (tpu-lm-replace): Set tpu-replace-overlay.
445         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
446         command hook.
447         
448 1999-09-11  Richard Stallman  <rms@gnu.org>
450         * isearch.el (isearch-mode-map): Undo previous change.
452         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
453         use all of that as the sexp.
455         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
456         and use the initial argument as file name directly.
457         Likewise if nothing matches.
459 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
461         * winner.el: Major changes.  Avoid changing point and mark.
462         Save configurations after they change, not before.
463         
464 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
466         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
467         Bind print-continuous-numbering and print-number-table.
469 1999-09-10  Dave Love  <fx@gnu.org>
471         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
473 1999-09-09  Richard Stallman  <rms@gnu.org>
475         * whitespace.el: Finish making it fit Emacs conventions.
476         Add autoloads.
478 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
480         * generic-x.el (bat-generic-mode): "::"-style comments don't
481         need to begin with "-".  Fix the font-lock definitions of ON/OFF
482         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
483         from the list of keywords.  Add DO to the list of keywords.
485 1999-09-09  Dave Love  <fx@gnu.org>
487         * byte-opt.el (byte-optimize-backward-char):
488         (byte-optimize-backward-word): New optimizations.
489         (side-effect-free-fns, side-effect-and-error-free-fns): Add
490         entries.
492 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
494         * image.el (put-image): Remove optional buffer parameter.
496         * faces.el (face-italic-p): Return t only for values `italic'
497         and `oblique'.
499         * mouse.el (mouse-drag-mode-line-1): Extension of former
500         mouse-drag-mode-line that also drags the header line.
501         (mouse-drag-mode-line): Call it.
502         (mouse-drag-header-line): New.
503         (toplevel): Bind down-mouse-1 on header lines to
504         mouse-drage-header-line.
506 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
508         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
509         (make-mode-line-mouse-sensitive): Replace `top-line' by
510         `header-line'.
512 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
514         * help.el (describe-function-1): Don't return empty string for keymaps.
516         * fill.el (fill-region-as-paragraph, canonically-space-region):
517         Respect colon-double-space at end of line.
519 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
521         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
522         (backup-buffer): Use it.
524 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
526         * generic-x.el (generic-define-unix-modes): Added new modes:
527         inetd-conf-generic-mode, etc-services-generic-mode, 
528         etc-passwd-generic-mode.  These are all defined for Unix by default.
529         (apache-generic-mode): Use an imenu-generic-expression to list
530         Configuration keywords.
531         (samba-generic-mode): Use both ; and # as comment characters.
532         (samba-generic-mode): Font-lock expressions now highlight name
533         value pairs.
534         (bat-generic-mode): Keywords are now case-insensitive through
535         font-lock-defaults setting.
536         (java-properties-generic-mode): Supports both ! and # as comment
537         characters.
538         (java-properties-generic-mode): Added an imenu-generic-expression
539         (java-properties-generic-mode): Reworked to support the various
540         different ways to separate name and value (viz, '=', ':' and 
541         whitespace).
542         (show-tabs-generic-mode): Added this new generic-mode.
544 1999-09-08  Richard Stallman  <rms@gnu.org>
546         * progmodes/inf-lisp.el: Moved from top directory.
548         * tar-mode.el (tar-header-block-tokenize):
549         Use `when' instead of `and'.  Fix some clobbered text.
551         * gud.el (gud-make-debug-menu): Make a child for the
552         local menu, for its menu bar, and the debug menu.
553         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
554         Use the history in the simple way.
556 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
558         * language/korea-util.el (default-korean-keyboard): Initialize it
559         according to the environment variable HANGUL_KEYBOARD_TYPE.
561 1999-09-07  Richard Stallman  <rms@gnu.org>
563         * subr.el (make-temp-file): New function.
565 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
567         * font-lock.el (font-lock-multiline): New text property contains
568         a boolean to indicate if the char is part of a multiline match.
569         (font-lock-default-fontify-region): Extend the region appropriately
570         for multiline keywords.
571         (font-lock-default-unfontify-region): Also remove the new
572         font-lock-multiline text property.
573         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
574         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
576 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
578         * diary-lib.el (list-diary-entries): Make sure two-digit years
579         have leading zeros.
581 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
583         * faces.el (face-set-after-frame-default): Initialize some
584         attributes of some faces from frame parameters.
586         * faces.el (scroll-bar, border, cursor, mouse): New faces.
588 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
590         * faces.el (fringe): Replaces face `margin'.
592 1999-09-07  Dave Love  <fx@gnu.org>
594         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
596 1999-09-07  Richard Stallman  <rms@gnu.org>
598         * subr.el (push): Doc fix.
600 1999-09-06  Richard Stallman  <rms@gnu.org>
602         * vc.el (vc-annotate-display): Use < 69 not < 70
603         to distinguish 20YY from 19YY. 
605         * timezone.el (timezone-parse-date): Use < 69 not < 70
606         to distinguish 20YY from 19YY.
608         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
610 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
612         * quickurl.el: (quickurl-list-focused-line): Removed.
613         (quickurl-list-insert): Now works out the focused line using
614         `count-lines' instead of using `quickurl-list-focused-line'.
616 1999-09-06  Richard Stallman  <rms@gnu.org>
618         * mail/rmail.el (rmail-retry-failure): Unconditionally move
619         to beginning of message.
621 1999-09-06  Dave Love  <fx@gnu.org>
623         * isearch.el (isearch-mode-map): Add mouse-2.
625         * rmail.el (rmail-read-password): Deleted.
626         (rmail-get-pop-password): Use read-password.
628         * quickurl.el: Don't conditionally define caddr.
629         (quickurl-url-comment): Use nth, not caddr in function and
630         defsetf.
632 1999-09-06  Richard Stallman  <rms@gnu.org>
634         * auto-show.el: Doc fixes.
636 1999-09-06  Stephen Eglen  <stephen@gnu.org>
638         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
639         --no-line-editing so that TABs in source files are not interpreted
640         as completion requests.
641         
642 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
643         
644         * hscroll.el, auto-show.el: Remove all code, keep the public
645         interface as no-ops.
647         * faces.el (face-bold-p): Don't return t if face has lighter
648         weight than normal.
650 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
652         * startup.el (command-line): Make small-temporary-file-directory
653         be nil except on ms-dos.
655         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
657         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
658         is defined.
660         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
661         letters with a colon after d or l.
663 1999-09-06  Dave Love  <fx@gnu.org>
665         * byte-opt.el (byte-boolean-vars): Removed.  (Now primitive.)
667 1999-09-05  Richard Stallman  <rms@gnu.org>
669         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
671         * textmodes/paragraphs.el (backward-kill-sentence):
672         Don't test minibuffer-prompt-end here.
673         (forward-sentence): Do handle it here.
674         (backward-kill-paragraph): Don't test it here.
675         (forward-paragraph): Handle it here.
677         * mouse.el (font-menu-add-default): Simplify code.
679 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
681         * faces.el (header-line): Renamed from `top-line'.
683 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
685         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
687 1999-09-04  Richard Stallman  <rms@gnu.org>
689         * whitespace.el: New file.
691 1999-09-04  Dave Love  <fx@gnu.org>
693         * paths.el: Make some doc strings obey the make-docfile convention.
695         * bindings.el: Likewise.
696         (debug-ignored-errors): Remove BBDB ones.
698 1999-09-03  Richard Stallman  <rms@gnu.org>
700         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
701         not from the draft to forward.
703         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
705 1999-09-03  Dave Love  <fx@gnu.org>
707         * double.el (double-mode): Customize the variable.
709 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
711         * international/characters.el: Delete duplicated code.
713 1999-09-02  Richard Stallman  <rms@gnu.org>
715         * indent.el (indent-relative): Doc fix.
717         * quickurl.el (quickurl): Doc fix.
719 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
721         * faces.el (margin): Change background to "gray" for mono (this is
722         drawn with a stipple pattern).
724 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
726         * simple.el (next-history-element): Use minibuffer-prompt-end once
727         again.  Remove test for minibuffer-prompt-in-buffer.
729 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
731         * files.el (small-temporary-file-directory): New variable.
733         * startup.el (command-line): Compute the value of
734         small-temporary-file-directory.
736         * ediff-init.el (ediff-temp-file-prefix): Use
737         small-temporary-file-directory if non-nil.
739         * vc.el (vc-update-change-log): Likewise.
741         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
743         * simple.el (shell-command, shell-command-on-region): Use
744         make-temp-name properly.  Use small-temporary-file-directory if
745         non-nil, otherwise temporary-file-directory, to generate temporary
746         files.
748         * dos-w32.el (direct-print-region-helper): Use
749         temporary-file-directory.  (From Stefan Monnier.)
751 1999-09-02  Richard Stallman  <rms@gnu.org>
753         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
754         from asm-comment-char.
755         (asm-font-lock-keywords): Recognize instruction width suffixes.
757 1999-09-01  Richard Stallman  <rms@gnu.org>
759         * play/fortune.el: New file.
761 1999-08-31  Dave Love  <fx@gnu.org>
763         * help.el (help-make-xrefs): Don't lose on non-empty blank line
764         after key table.
766         * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay
767         variables.
769         * subr.el (push): Fix typo.
771 1999-08-30  Kevin Blake  <kblake@ticnet.com>
773         * emacs-lisp/ring.el: Many doc fixes.
774         (ring-size, ring-copy): New functions.
776 1999-08-29  Richard Stallman  <rms@gnu.org>
778         * progmodes/etags.el (tags-loop-continue):
779         After tags-loop-operate returns, force skip to next file.
781         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
782         (mail-extr-first-letters, mail-extr-last-letters):
783         Use character classes [:alpha:] and [:alnum:].
785         * subr.el (push, pop): New macros.
787         * progmodes/compile.el (compilation-error-regexp-alist):
788         New item for SGI IRIX MipsPro compilers.
790         * speedbar.el (speedbar-directory-buttons): Recognize
791         device names when checking for file names.
793         * array.el (array-reconfigure-rows): Use generate-new-buffer.
795         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
796         and specially handle defvar inside their expansions.
797         (eval-defun-1): New subroutine.
799         * progmodes/compile.el (compilation-error-regexp-alist):
800         Fix the Perl -w entry to allow period after line number.
801         Don't allow newlines in file name, but allow them after line number
802         for Perl debugging traces.
804         * which-func.el (which-func-cleanup-function): New variable.
805         (which-function): Call that function.
807         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
808         to end a function name.
810         * informat.el (Info-tagify): Don't insert more than one newline
811         before the tag table.
813 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
815         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
816         than make-temp-name, use match-string-no-properties, and eliminate
817         a quadratic behavior when building bibtex-strings.
819 1999-08-29  Alex Schroeder  <alex@gnu.org>
821         * comint.el (comint-input-ring-separator): New variable.
822         (comint-read-input-ring): Doc change; use
823         comint-input-ring-separator when reading file.
824         (comint-write-input-ring): Use
825         comint-input-ring-separator when writing file.
827 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
829         * informat.el (Info-tagify): Start by widening.
830         Match node headers that don't list the file name,
831         and more kinds of page separations.
832         Strip properties during tagification.
833         Use start of node header line as tag's position.
834         Fix the "done" message.
836         (Info-validate): Save and restore match data around narrowing down.
838 1999-08-28  Richard M. Stallman  <rms@gnu.org>
840         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
841         On repeated call, override previous values put into
842         minor-mode-map-alist and minor-mode-alist.
844 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
846         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
848 1999-08-27  Andreas Schwab  <schwab@gnu.org>
850         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
851         from cvs update.
853 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
855         * calendar/calendar.el (calendar-move-hook): New hook.
857         * calendar/cal-move.el: Call the new hook in every movement function.
859         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
860         the right function name.
862 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
864         * time-stamp.el: Put quote-backquote around all symbol names
865         in doc strings, for mousing.
866         (time-stamp): support multi-line patterns.
867         (time-stamp-inserts-lines): new variable.
868         (time-stamp-count): new variable.
869         (time-stamp-string-preprocess): fixed bug where "%%a" becomes
870         "Thu" instead of "%a".
872 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
874         * simple.el (kill-word): Undo previous change.
876 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
878         * jit-lock.el (jit-lock-function): Extend the fontified range
879         to the beginning of the line containing the range start and 
880         the beginning of the line following the range end.
882 1999-08-24  Dave Love  <fx@gnu.org>
884         * timezone.el: Move provide to end.
885         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
886         <70 are 2000+.
887         (timezone-parse-time): Simplify somewhat.
889 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
891         * faces.el (margin): Renamed from bitmap-area.
893 1999-08-24  Alex Schroeder  <alex@gnu.org>
895         * sql.el: Doc changes.
896         (sql-sybase): use sql-server instead of sql-database.
898 1999-08-23  Dave Love  <fx@gnu.org>
900         * rect.el: Add/fix various doc strings.  Add `*' to all the
901         interactive specs.
903 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
905         * jit-lock.el (jit-lock-function): Use line-beginning-position.
906         Don't unwind-protect font-lock-fontify-region.
908         * paragraphs.el (backward-kill-paragraph): Don't move
909         point into mini-buffer prompt.
910         (backward-kill-sentence): Ditto.
912         * simple.el (next-history-element): Use minibuffer-prompt-end.
913         Remove test for minibuffer-prompt-in-buffer.
914         (kill-word): Don't move point into mini-buffer prompt.
916 1999-08-21  Dave Love  <fx@gnu.org>
918         * Makefile: Exclude CVS dirs like RCS.
920 1999-08-19  Dave Love  <fx@gnu.org>
922         * tooltip.el (tooltip-mode): Customize this, per convention.
923         (tooltip-active): Option deleted.
925         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
927         * hanoi.el, page-ext.el: Declare dynamic vars.
929         * term.el: Avoid ange-ftp related compilation warnings.
931 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
933         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
934         the default so that beginners can benefit from it without
935         searching in manuals.
937 1999-08-18  Ray Blaak  <blaak@gnu.org>
939         * progmodes/delphi.el: Consider assembly sections as blocks, to
940         indent them better. Make auto-indent on newline optional.
942 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
944         * bindings.el (mode-line-modified): Look up key binding for C-x
945         C-q.  If it's bound call that binding, otherwise call
946         toggle-read-only.
948 1999-08-17  Dave Love  <fx@gnu.org>
950         * info.el (info): Doc fix.
952         * finder.el (finder-known-keywords): Add `multimedia'.
954         * apropos.el: Don't capitalize custom group name.
956         * info-look.el: Remove compatibility code.
957         (info-lookup-guess-default*): DTRT for point at start of symbol.
958         (info-complete): Don't lose with point not at end of symbol.
960 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
962         * term.el (toplevel): Make face `term-default' an empty face.
963         The code relied on the fact that Emacs ignored invalid faces in
964         face text properties in 20.4.
966 1999-08-16  Richard M. Stallman  <rms@gnu.org>
968         * subr.el (point-at-eol, point-at-bol): New aliases.
970         * simple.el: Functions reordered.
972         * rect.el (delete-rectangle-line): Use line-end-position.
974 1999-08-16  Karl Heuer  <kwzh@gnu.org>
976         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
977         here from simple.el.
978         
979 1999-08-16  Dave Love  <fx@gnu.org>
981         * mouse.el: Provide `mldrag' for compatibility.
982         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
983         marked obsolete.
985         * mldrag.el: Removed since the features are in mouse.el.
987         * jka-compr.el (auto-compression-mode): New variable for
988         customization.
990         * bindings.el (mode-line-mule-info): Doc fix.
992         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
993         name comparisons.
995         * files.el (interpreter-mode-alist): Add make, guile, clisp.
996         (find-file): Doc fix.
998 1999-08-16  Carsten Dominik  <cd@gnu.org>
1000         * textmodes/reftex.el: Most of the code moved to other files.
1001         * textmodes/reftex-auc.el: New file, split out from reftex.el
1002         * textmodes/reftex-cite.el: New file, split out from reftex.el
1003         * textmodes/reftex-global.el: New file, split out from reftex.el
1004         * textmodes/reftex-index.el: New file, split out from reftex.el
1005         * textmodes/reftex-parse.el: New file, split out from reftex.el
1006         * textmodes/reftex-ref.el: New file, split out from reftex.el
1007         * textmodes/reftex-sel.el: New file, split out from reftex.el
1008         * textmodes/reftex-toc.el: New file, split out from reftex.el
1009         * textmodes/reftex-vars.el: New file, split out from reftex.el
1010         * textmodes/reftex-vcr.el: New file, split out from reftex.el
1012 1999-08-16  Carsten Dominik  <cd@gnu.org>
1014         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
1015         conflict with pop-up-frames.
1016         (reftex-special-environment-parsers): New constant.
1017         (reftex-label-alist): car of an entry can also be a function.
1018         (reftex-what-special-env): new function.
1019         (reftex-label-location): Call `reftex-what-special-env'.
1020         (reftex-compile-variables): Check for symbol in
1021         `reftex-label-alist'.
1022         (reftex-what-environment): fixed bug with stacked environments of
1023         same kind (e.g. enumerate).
1024         (reftex-process-string): Preserve default directory.
1025         (reftex-label-alist-builtin): changed prefixes of endnote and
1026         footnote.  Also the magic words.
1027         (reftex-reference): Interprete new option
1028         `reftex-fref-is-default'.
1029         (reftex-replace-prefix-escapes): Interprete new `%S' format.
1030         (reftex-toc-mouse-view-line): Command removed (had no binding).
1031         (reftex-everything-regexp): New function.
1032         (reftex-nearest-match): Made better.
1033         (reftex-toc-find-section): Use new version of
1034         `reftex-nearest-match'.
1035         (reftex-insert-docstruct): adapted to work with the index stuff.
1036         (reftex-parse-from-file): Find index entries as well.
1037         (reftex-toc-toggle-index): New function
1038         (reftex-toc-map): `i' is now used to togle the index, File
1039         boundaries has been moved to `F'.
1040         (reftex-select-label-map): Toggling display of file boundaries is
1041         now on the `F' key, for consistency with `reftex-toc-map'.
1042         (reftex-erase-all-selection-and-index-buffers): Renamed from
1043         `reftex-erase-all-selection-buffer'.  Now also kills the index
1044         buffers.
1045         (reftex-viewing-cross-references): Customization group renamed
1046         from reftex-viewing-cross-references-and-citations.
1047         (reftex-index-macro-regexp,
1048         reftex-find-index-entry-regexp-format): New variables
1049         (reftex-macros-with-index): New variable
1050         (reftex-add-index-macros): New function
1051         (reftex-renumber-simple-labels, reftex-translate): Allow for
1052         multiple labels in a single ref command.
1053         (reftex-index-support): New customization group
1054         (reftex-support-index, reftex-index-special-chars,
1055         reftex-index-macros, reftex-index-default-macro,
1056         reftex-index-default-tag, reftex-index-math-format,
1057         reftex-index-section-letters, reftex-index-include-context,
1058         reftex-index-follow-mode, reftex-index-header-face,
1059         reftex-index-section-face, reftex-index-tag-face,
1060         reftex-index-face): New options
1061         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
1062         reftex-index-tag, reftex-index-return-marker,
1063         reftex-index-restriction-indicator, reftex-index-restriction-data,
1064         reftex-index-macro-regexp, reftex-index-level-re,
1065         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
1066         reftex-everything-regexp-no-index, reftex-index-re,
1067         reftex-macros-with-index, reftex-index-macro-alist): New variables
1068         (reftex-index-help, reftex-index-macros-builtin,
1069         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
1070         reftex-query-index-macro-help): New constants
1071         (reftex-index-selection-or-word, reftex-index,
1072         reftex-default-index, reftex-update-default-index,
1073         reftex-index-complete-tag, reftex-index-select-tag,
1074         reftex-index-complete-key, reftex-index-update-taglist,
1075         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
1076         reftex-display-index, reftex-insert-index,
1077         reftex-index-insert-new-letter, reftex-get-restriction,
1078         reftex-index-pre-command-hook, reftex-index-post-command-hook,
1079         reftex-index-show-help, reftex-index-next, reftex-index-previous,
1080         reftex-index-toggle-follow, reftex-index-toggle-context,
1081         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
1082         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
1083         reftex-index-quit, reftex-index-quit-and-kill,
1084         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
1085         reftex-index-revert, reftex-index-switch-index-tag,
1086         reftex-index-restrict-to-section, reftex-index-widen,
1087         reftex-index-restriction-forward,
1088         reftex-index-restriction-backward, reftex-index-visit-location,
1089         reftex-index-analyze-entry, reftex-index-globalize,
1090         reftex-index-edit, reftex-index-toggle-range-beginning,
1091         reftex-index-toggle-range-end, reftex-index-edit-key,
1092         reftex-index-edit-attribute, reftex-index-edit-visual,
1093         reftex-index-edit-part, reftex-index-level-down,
1094         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
1095         reftex-index-change-entry, reftex-index-goto-letter,
1096         reftex-add-index-macros, reftex-ensure-index-support,
1097         reftex-index-info-safe, reftex-index-info): New functions.
1098         
1100 1999-08-15  Richard M. Stallman  <rms@gnu.org>
1102         * paren.el (show-paren-mode): Support making show-paren-mode
1103         a buffer-local variable.  Don't check for a window system.
1104         (show-paren-function): Check whether show-paren-function is
1105         enabled in current buffer; do the right thing if not.
1106         Don't check for a window system.
1107         (show-paren-mode): Make it a user variable.
1109         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
1110         Handle `enum' like `struct'.
1112         * server.el (server-process-filter): If a client visits no buffers,
1113         close it immediately before recording it.
1115         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
1116         Optimize by calling concat just once.  Handle =\n sequence.
1117         (mail-unquote-printable-region): New command.
1118         (mail-quote-printable): Make it autoload.
1120 1999-08-15  Karl Heuer  <kwzh@gnu.org>
1122         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
1124 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1126         * lisp/texinfmt.el: Handle @ifnottex.
1128 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
1130         * frame.el (blink-cursor): Don't turn on cursor blinking for
1131         ms-dos.
1133         * faces.el (face-valid-attribute-values): Look in
1134         x-bitmap-file-path only for x and w32 window systems.
1136         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
1137         Do that if width is nil as well.
1138         (x-display-mm-height, x-display-mm-width): Update values.
1139         (x-colors): Compute the list from msdos-color-values.
1140         (x-select-enable-clipboard): Doc fix.
1141         (x-frob-font-weight, x-font-family-list): New functions.
1143 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
1145         * window.el (shrink-window-if-larger-than-buffer): Don't try to
1146         back up from beginning of buffer.
1148 1999-08-13  Karl Heuer  <kwzh@gnu.org>
1150         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
1152 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
1154         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
1155         doomsday clock, speed control is added and changes are made to
1156         allow large numbers of rings: rings now show the whole ring
1157         number, not just the last digit; consecutive rings are allowed to
1158         be the same size when necessary to fit all the rings in the
1159         window; and poles can be oriented horizontally.  Face support is
1160         thrown in gratuitously.
1161         (hanoi): Changed default number of rings back to 3.
1162         (hanoi-unix, hanoi-unix-64): New commands
1163         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
1164         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
1165         hanoi-odd-ring-face): New variables.
1166         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
1167         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
1168         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
1169         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
1170         (hanoi-topos, hanoi-draw-ring): Removed.
1172 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
1174         * faces.el (face-valid-attribute-values): Return an alist for
1175         families on ttys.
1176         (face-read-integer): Handle unspecified face attributes.  Add
1177         completion for `unspecified'.
1178         (read-face-attribute): Handle unspecified font attributes.
1179         (face-valid-attribute-values): Add `unspecified' to lists so that
1180         it can be chosen via completion.
1181         (face-read-string): Don't recognize "none" as input.
1183 1999-08-10  Dave Love  <fx@gnu.org>
1185         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
1186         string.
1188         * sun-curs.el: Require sun-fns.
1190 1999-08-10  Dave Love  <fx@gnu.org>
1192         * autorevert.el (auto-revert-mode): Add autoload cookie.
1194         * hscroll.el, auto-show.el: Files deleted -- we have built-in
1195         hscroll.
1197         * simple.el (hscroll-step, hscroll-point-visible)
1198         (hscroll-window-column): Remove now we have the mentioned real
1199         horizontal autoscrolling.
1201 1999-08-10  Richard M. Stallman  <rms@gnu.org>
1203         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from 
1204         control use of -f option.
1205         (mail-specify-envelope-from): New variable.
1206         (mail-from-style): Doc fix.
1208         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
1209         (easy-menu-get-map): New arg TO-MODIFY helps choose
1210         between local and global maps.
1211         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
1212         (easy-menu-change): Doc fix.
1214         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
1215         (info-lookup-guess-default): Simplified and cleaned up.
1216         (info-lookup-guess-default*): Preserve point.
1218         * view.el (view-mode-disable): If buffer-read-only is nil,
1219         don't change it.
1221         * files.el (after-find-file): Disable View mode if buffer is no
1222         longer read-only.
1224         * view.el (view-mode-enable, view-mode-disable): 
1225         Call force-mode-line-update.
1227 1999-08-10  Karl Heuer  <kwzh@gnu.org>
1229         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
1230         * array.el, play/landmark.el, international/latin-3.el: Likewise.
1231         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
1233 1999-08-10  Alex Schroeder  <asc@bsiag.com>
1235         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
1236         to prevent m-eating-bug.
1238 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
1240         * term/pc-win.el (msdos-bg-mode): Remove.  Call
1241         frame-set-background-mode instead.  All callers changed.
1242         (msdos-face-setup): Don't force color display parameter, it is set
1243         by frame-set-background-mode.
1244         (make-msdos-frame): Call x-handle-reverse-video and
1245         face-set-after-frame-default.  Delete frame if creation failed.
1247         * faces.el (face-set-after-frame-default): Don't call
1248         make-face-x-resource-internal for the pc window-system.
1250 1999-08-10  Dave Love  <fx@melange.gnu.org>
1252         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
1253         case with no docstring specially.
1255 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
1257         * complete.el (PC-do-completion): If completing on file name,
1258         reproduce str by concatenating its directory and basename parts.
1260 1999-08-07  Dave Love  <fx@gnu.org>
1262         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
1263         unibyte to multibyte conversion of search-forward (from Handa),
1264         but avoid the replacement if the language is Latin-N.
1266 1999-08-06  Richard Stallman  <rms@gnu.org>
1268         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
1269         of eval-buffer.
1271         * international/mule.el (load-with-code-conversion):
1272         Pass t to eval-buffer for DO-ALLOW-PRINT.
1274 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
1276         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
1277         of filenames and attributes.
1278         (ls-lisp-insert-directory): Use directory-files-and-attributes
1279         for speed.
1281 1999-08-05  Dave Love  <fx@gnu.org>
1283         * auto-show.el (auto-show-mode): Fix :set.
1285         * widget.el (define-widget-keywords): Make dummy definition and
1286         comment-out its use.
1288 1999-08-04  Richard Stallman  <rms@gnu.org>
1290         * progmodes/tcl.el: Customized.
1292         * sql.el (sql-accumulate-and-indent): Instead of testing
1293         whether this is Emacs 20 before calling comint-accumulate,
1294         test whether comint-accumulate is defined.
1296 1999-08-04  Dave Love  <fx@gnu.org>
1298         * sgml-mode.el: Require outline when compiling.
1299         (sgml-mode-hook, html-mode-hook): Customize.
1300         (sgml-validate-command): Fix :version.
1301         (html-autoview-mode): Doc fix.
1303         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
1304         nothing in Latin-N environment.
1306         * info.el (Info-find-node): Call info-initialize here.
1307         (info): Not here.
1308         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
1310 1999-08-04  Richard Stallman  <rms@gnu.org>
1312         * ansi-color.el: New file.
1314 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
1316         * dired.el (dired-string-replace-match): Return `nil' when no match
1317         found with global search.
1319         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
1320         * terminal.el (te-terminfo-directory):
1321         * mail/mailpost.el (post-mail-send-it):
1322         * mail/metamail.el (metamail-region):
1323         * progmodes/ada-mode.el (ada-tmp-directory):
1324         Use temporary-file-directory.
1326         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
1327         (compilation-filter, compilation-forget-errors)
1328         (compilation-parse-errors): Use a marker instead of an integer for
1329         `compilation-parsing-end'.
1331         * progmodes/diff.el (diff-parse-differences):
1332         Use a marker instead of an integer for `compilation-parsing-end'.
1333         * textmodes/tex-mode.el (tex-compilation-parse-errors):
1334         Use a marker instead of an integer for `compilation-parsing-end'.
1336 1999-08-03  Richard Stallman  <rms@gnu.org>
1338         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
1339         (Buffer-menu-mode): Doc fix.
1340         (Buffer-menu-view): New command.
1341         (Buffer-menu-view-other-window): New command.
1343 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
1345         * replace.el (query-replace-regexp-eval)
1346         (replace-eval-replacement, replace-loop-through-replacements)
1347         (replace-match-string-symbols): New functions.
1348         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
1349         Use replace-loop-through-replacements.
1350         
1351 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
1353         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
1354         (5x5): Doc fix.
1356 1999-08-03  Dave Love  <fx@gnu.org>
1358         * fortran.el (fortran-indent-new-line): Make it an alias
1359         for reindent-then-newline-and-indent.
1361 1999-08-03  Didier Verna  <verna@inf.enst.fr>
1363         * rect.el: All functions rewritten, except when noted above
1364         their declaration.  Below is a list of interface changes.
1365         (apply-on-rectangle): New function, mostly replaces
1366         `operate-on-rectangle'.  All callers changed.
1367         (move-to-column-force): Pass new second argument to `move-to-column'.
1368         (kill-rectangle): Added optional prefix arg to fill lines.
1369         (delete-rectangle): Ditto.
1370         (delete-whitespace-rectangle): Ditto.
1371         (delete-extract-rectangle): Ditto.
1372         (open-rectangle): Ditto.
1373         (clear-rectangle): Ditto.
1374         (delete-whitespace-rectangle-line): New function.
1375         (delete-rectangle-line): Added third arg FILL.
1376         (delete-extract-rectangle-line): Ditto.
1377         (open-rectangle-line): Ditto.
1378         (clear-rectangle-line): Ditto.
1380 1999-08-03  Ray Blaak  <blaak@gnu.org>
1382         * progmodes/delphi.el: New file.
1384 1999-08-02  Richard Stallman  <rms@gnu.org>
1386         * textmodes/outline.el (outline-previous-heading): New function.
1387         (outline-up-heading-all): Use outline-previous-heading.
1388         (outline-next-heading): Delete definition inserted yesterday.
1390 1999-08-01  Richard Stallman  <rms@gnu.org>
1392         * textmodes/outline.el (outline-next-heading): New function.
1393         (outline-up-heading-all): New function.
1394         (outline-font-lock-level): Using outline-up-heading-all.
1395         Tell outline-back-to-heading to accept invisible headings.
1397         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
1399         * mail/mh-utils.el (mh-find-path-run): New variable.
1400         (mh-find-path): Test and set that.
1401         Set mail-user-agent only the first time this function is run.
1402         (mail-user-agent): Defvar deleted.
1404         * info.el (info-initialize): New function.
1405         (info): Call info-initialize.
1406         (Info-directory-list): Initialize to nil,
1407         so info-initialize will set it up for real.
1409 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1411         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
1412         does not interpret a time as the year in a day-month entry.
1414         * calendar/diary-lib.el: Change syntax table entry for colon in
1415         the diary as part of the european-date-diary-pattern fix.
1417 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
1419         * international/mule.el (set-auto-coding): Allow whitespace before
1420         and after the "variable: value" pair.
1422 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
1424         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
1425         (default-sendmail-coding-system): Doc-string fixed.
1427 1999-07-30  Dave Love  <fx@gnu.org>
1429         * subr.el (assoc-delete-all): New function, renamed from
1430         frame-delete-all.
1432         * frame.el: Change comments to doc strings and other doc fixes.
1433         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
1434         Callers changed.
1435         (set-background-color, set-foreground-color, set-cursor-color)
1436         (set-mouse-color, set-border-color): Offer completion of colours.
1437         (cursor): Add :version to defgroup.
1439         * facemenu.el (list-colors-display): Make it work on ttys.
1440         (facemenu-read-color): Likewise.
1442 1999-07-30  Richard M. Stallman  <rms@gnu.org>
1444         * frame.el (frame-notice-user-settings): If background
1445         color has been changed, update background-mode from it,
1446         then update faces.
1448 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
1450         * net-utils.el (finger): Don't do indirect fingering.
1452 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1454         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
1455         rules.  Add separator at end of holidays.
1456         (cal-tex-rules): New customizable variable.
1457         (cal-tex-latexify-list): Add optional parameter to put separator
1458         at end.
1460 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
1462         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
1463         fill prefix on each line while looping to the end of paragraph.
1464         End paragraph if it's longer than the existing fill prefix.
1466         * textmodes/fill.el (fill-context-prefix): Doc fix.
1468 1999-07-30  Dave Love  <fx@gnu.org>
1470         * font-lock.el (jit-lock): Fix :load, add :version.
1472 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
1474         * term/pc-win.el (msdos-face-setup): Register standard colors in
1475         Vface_tty_color_alist.
1476         (face-color-supported-p, face_color_gray_p): New functions.
1478         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
1479         is bound.
1481         * startup.el (command-line): Don't register default colors for
1482         MSDOS window-system.
1484 1999-07-29  Dave Love  <fx@gnu.org>
1486         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
1487         charquote.
1489         * lisp-mode.el (eval-defun): Re-written to avoid
1490         capturing variables.
1492         * picture.el (picture-beginning-of-line): Don't call
1493         hscroll-point-visible now we have real autoscrolling.
1494         (picture-end-of-line, picture-newline, picture-open-line):
1495         Likewise.
1497         * international/latin-8.el: New file.
1498         * international/latin-9.el: New file.
1500 1999-07-28  Dave Love  <fx@gnu.org>
1502         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
1504         * msb.el: Require cl only when compiling.
1505         (msb--home-dir): Deleted.
1506         (msb--format-title): Use abbreviate-file-name.
1507         (msb--choose-file-menu): Simplify string comparison.
1509 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
1511         * faces.el (toolbar): Add face definition for mono displays.
1513 1999-07-27  Richard M. Stallman  <rms@gnu.org>
1515         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
1517         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
1518         force copying of default-frame-alist.
1520 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
1522         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
1524 1999-07-26  Richard M. Stallman  <rms@gnu.org>
1526         * frame.el (set-mouse-color): If new color is nil,
1527         really respecify the current color.
1529 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
1531         * faces.el (bitmap-area): Change background of face `bitmap-area'
1532         to white for mono displays.
1534 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
1536         * international/ccl.el (ccl-embed-symbol): New function.
1537         (ccl-program-p): Deleted.  Now it's implemented in C code.
1538         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
1539         (ccl-compile-translate-character): Likewise.
1540         (ccl-compile-map-single): Likewise.
1541         (ccl-compile-multiple-map-function): Likewise.
1542         (declare-ccl-program): Doc-string modified.
1543         (check-ccl-program): Check compiled CCL code by ccl-program-p.
1545 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
1547         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
1549 1999-07-25  Markus Rost  <rost@gnu.org>
1551         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
1552         the entries to make custom-file more readable.
1554 1999-07-25  Richard M. Stallman  <rms@gnu.org>
1556         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
1558         * emacs-lisp/edebug.el: Delete compatibility code.
1559         (edebug-next-token-class): If . is followed by a digit,
1560         return `symbol' for the token class.
1562         * startup.el (command-line): If we don't find the user's init file,
1563         set user-init-file to nil.
1565 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
1567         * info-look.el (info-lookup-interactive-arguments): Add optional
1568         argument query for new choice of help mode.
1569         (info-lookup-symbol):  Use it.
1570         (info-lookup-file): Ditto.
1571         (info-lookup): Don't switch to other window, if already in Info
1572         buffer.
1574 1999-07-23  Dave Love  <fx@gnu.org>
1576         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
1577         syntax.
1578         (fortran-fontify-string, fortran-match-!-commen): Deleted.
1579         (fortran-font-lock-syntactic-keywords): New variable.
1580         (fortran-mode): Use it.
1581         (fortran-font-lock-keywords-1): Don't do comments.
1582         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
1583         match data.
1585         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
1587         * msb.el (msb-menu-bar-update-buffers): Renamed from
1588         menu-bar-update-buffers.
1589         (msb-custom-set, msb--toggle-menu-type): Call
1590         msb-menu-bar-update-buffers.
1591         (msb-mode): Revise the hook setting.
1593         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
1595 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
1597         * font-lock.el, help.el, simple.el: Re-integrate previously
1598         described changes that were lost due to errors while checking them
1599         in.
1601 1999-07-23  Kevin Blake  <kblake@ticnet.com>
1603         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
1605 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
1607         * international/encoded-kb.el
1608         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
1609         but push it to unread-command-events.
1610         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
1611         (encoded-kbd-self-insert-sjis): Likewise.
1612         (encoded-kbd-self-insert-big5): Likewise.
1614         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
1615         before left margin and fill-prefix by fill-find-break-point.
1617 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
1619         * info-look.el (info-lookup-setup-mode): Don't give up, if
1620         info-lookup-make-completions returns an error.
1621         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
1622         name latex, not latex2e.
1624 1999-07-21  Richard M. Stallman  <rms@gnu.org>
1626         * replace.el (perform-replace): Turn off case-fold-search
1627         if FROM-STRING argument has uppercase in it.
1629 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1631         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
1632         mode is on.  Don't use end of changed text.
1634 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1636         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
1637         (cl-hash-table-p): Renamed from hash-table-p.
1638         (cl-hash-table-count): Renamed from hash-table-count.
1639         (maphash): Alias to cl-maphash removed.
1640         (gethash): Likewise.
1641         (puthash): Likewise.
1642         (remhash): Likewise.
1643         (clrhash): Likewise.
1645 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1647         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
1648         third arg non-nil.  See comment there why this isn't a good idea.
1650 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1652         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
1654         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
1655         sit-for with 3rd arg non-nil to prevent redisplay.
1657 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1659         * image.el (image-type-from-file-header): If file doesn't
1660         have a directory part, add data-directory.
1662 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1664         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
1665         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
1666         motion handling when tooltip-gud-tips-p is nil.
1668 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1670         * tooltip.el (tooltip-mode): Don't use `plusp'.
1671         (tooltip-active): Use initial value of nil.
1673         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
1675 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1677         * bindings.el (make-mode-line-mouse-sensitive): Add key
1678         definitions for `top-line'.
1680 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1682         * faces.el (top-line): New face.
1684 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1686         * image.el (image-type-regexps): Add regexp for PS files.
1688 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1690         * faces.el (set-face-attribute): Fix wrong handling of frame
1691         begin equal to t.
1693 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1695         * image.el (image-type-regexps): Add PNG format.
1697 1999-07-21  Dave Love  <fx@gnu.org>
1699         * bindings.el (mode-line-modified): New variable.
1700         (mode-line-mode-menu-1): Switch to appropriate window before
1701         showing menu.
1703 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1705         * faces.el (face-underline): Removed.
1706         (face-underline-color): Ditto.
1708 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1710         * faces.el (face-x-resources): Fix typo.
1712 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1714         * faces.el: Remove handling of `:relief', extend handling of
1715         `:box'.
1716         (frame-set-background-mode): Choose new defface specs after
1717         frame parameters have changed.
1719         * cus-face.el: Ditto.
1721 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1723         * custom.el (defface): Extend documentation to include new
1724         face attributes.
1726         * cus-face.el (custom-face-attributes): Add overline,
1727         strike-through, box.
1729         * faces.el (face-valid-attribute-values): Handle overline,
1730         strike-through, box.
1731         (face-attribute-name-alist): Add pairs for new face attributes.
1732         (describe-face): Handle new face attributes.
1734 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1736         * faces.el (face-x-resources): Add overline, strike-through, box.
1738 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1740         * enriched.el (enriched-translations): Add `display' and
1741         "x-display".
1742         (enriched-handle-display-prop): New.
1743         (enriched-decode-display-prop): New.
1745         * format.el (top-level): Give `display' property
1746         `format-list-atomic-p.
1747         (format-annotate-single-property-change): Test that property.
1748         If present, treat list property values like atoms.
1750 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1752         * cus-face.el (custom-face-attributes): Use `choice' everywhere
1753         so that "*" can be entered.
1755 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1757         * cus-face.el (custom-face-attributes): Don't use `#''.
1759 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
1761         * cus-face.el (custom-face-attributes): Return underline
1762         face attribute directly from the second lambda of underline.
1764 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1766         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
1768         * frame.el (after-setting-font-hooks): New variable.
1769         (set-frame-font): Run those hooks.
1771         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
1773         * faces.el (set-face-attribute): Fix doc string.
1775 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1777         * cus-face.el (custom-face-attributes): Accept color name.
1779         * faces.el (face-underline-p): Accept unspecified underlining.
1780         (face-underline): Ditto.  Fix doc string.
1782 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
1784         * faces.el (face-underline-color): New function.
1786 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
1788         * cus-face.el (custom-face-attributes): Support underline coloring.
1789         Added slot to choose a color.
1791         * faces.el (face-underline): New function.
1792         (face-underline-p): Support underline coloring.
1793         Return nil only if the underline attribute is 'normal.
1794         (set-face-underline): New function.
1795         (face-valid-attribute-values): Support underline coloring.
1797 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1799         * image.el (insert-image): Use `display' instead of `glyph'
1800         as text property name.
1801         (put-image): Ditto.
1802         (image-type-from-file-header): Use insert-file-contents-literally.
1804 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1806         * easymenu.el (easy-menu-do-add-item): Don't use the empty
1807         string to indicate separators.
1809 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1811         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
1812         instead of message-log.
1814 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1816         * faces.el (bitmap-area): New face.
1818 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1820         * image.el (insert-image): New.
1822 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1824         * frame.el (blink-cursor): Set the symbol's value.
1825         (show-trailing-whitespace): Change group to font-lock.
1827 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1829         * jit-lock.el: New.
1830         * font-lock.el: Add jit-mode as new support mode.
1832         * font-lock.el (font-lock-fontify-keywords-region): Stop when
1833         reaching end instead of letting re-search-forward signal an error.
1834         (demand-lock-mode): New.
1835         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
1836         (font-lock-turn-off-thing-lock): Ditto.
1837         (font-lock-after-fontify-buffer): Ditto.
1838         (font-lock-after-unfontify-buffer): Ditto.
1840 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1842         * gs.el: New file.
1844         * startup.el (command-line-1): Activate tooltip mode if
1845         interactive.
1847 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1849         * faces.el (toolbar): Grey default background.
1850         (modeline): Ditto.
1852         * image.el (image-type-regexps): New.
1853         (image-type-from-file-header): New.
1854         (create-image): Call it.
1856 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1858         * image.el: New file.
1860 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1862         * bindings.el (mode-line-format): Replace `mode-name' with
1863         `(:eval mode-line-mode-name)'.
1864         (mode-line-mode-name): New.
1865         (make-mode-line-mouse-sensitive): Don't change default value
1866         of `mode-name'.
1868 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1870         * tooltip.el: New file.
1872 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1874         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
1875         instead of mouse-3 to pop up menus.
1876         (mode-line-kill-buffer): Removed.
1877         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
1878         buffer name.
1879         (mode-line-buffer-menu-1): Removed.
1881         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
1883         * bindings.el (mode-line-buffer-identification-keymap): New.
1884         (mode-line-buffer-menu-keymap): New.
1885         (mode-line-mode-menu-keymap): New.
1886         (mode-line-unbury-buffer): New.
1887         (mode-line-other-buffer): New.
1888         (mode-line-kill-buffer): New.
1889         (mode-line-buffer-menu-1): New.
1890         (mode-line-mode-menu-1): New.
1891         (make-mode-line-mouse-sensitive): New.
1893 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1895         * help.el (describe-key-briefly): Handle mode line strings
1896         with local-map properties.
1897         (describe-key): Ditto.
1898         (mode-line-key-binding): New.
1900 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1902         * scroll-bar.el (scroll-bar-timer): New.
1903         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
1905 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1907         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
1908         and `bottom'.
1910 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1912         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
1913         (global): Use different key bindings if using tookit scroll bars.
1915 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1917         * faces.el (modeline): Define mode line face with relief for
1918         class color, only.
1919         (toolbar): New face.
1921 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1923         * frame.el (frame-initialize): Set frame-creation-function to
1924         tty-create-frame-with-faces.
1926         * faces.el (frame-set-background-mode): Make it work for
1927         window-system nil.
1929         * faces.el (tty-create-frame-with-faces): New.
1930         (face-set-after-frame-default): Make it work for TTY frames.
1932 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1934         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
1935         Return a list of one font family for TTYs.  Don't return bitmap
1936         file paths for TTY frames.
1938         * faces.el: Add face specs for tty displays to basic faces.
1940         * font-lock.el (font-lock-comment-face): Add spec for color tty.
1941         (font-lock-string-face): Ditto.
1942         (font-lock-keyword-face): Ditto.
1943         (font-lock-builtin-face): Ditto.
1944         (font-lock-function-name-face): Ditto.
1945         (font-lock-variable-name-face): Ditto.
1946         (font-lock-type-face): Ditto.
1947         (font-lock-constant-face): Ditto.
1948         (font-lock-warning-face): Ditto.
1950 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1952         * startup.el (command-line): Register default tty colors.
1954         * faces.el (face-spec-set-match-display): Recognize `type tty'.
1956 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1958         * faces.el (modeline): For X frames, use a modeline with relief.
1960 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1962         * faces.el (frame-update-faces): Copied from 20.2.
1963         (frame-update-face-colors): Ditto.  Code removed that isn't
1964         applicable in the new face implementation.
1966 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1968         * frame.el (show-trailing-whitespace): New.
1970         * faces.el (trailing-whitespace): New basic face.
1972 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1974         * cus-face.el (custom-facep): Always define as alias for facep.
1976         * cus-face.el (custom-face-attributes): Use choice widgets.
1977         Remove :bold and :italic.
1979 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1981         * faces.el (face-charset-registries): Removed since fontset.el
1982         is no always loaded.
1984 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1986         * faces.el (internal-get-face): Added as obsolete function for
1987         compatibility.
1989 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1991         * frame.el (blink-cursor-end): Call show-cursor.
1992         (blink-cursor-mode): Ditto.
1994 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
1996         * faces.el (face-spec-reset-face): Reset all attributes to
1997         `unspecified'.
1998         (face-spec-set): Use it.
2000 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2002         * faces.el (read-all-face-attributes): Bug fix.
2003         (face-read-integer): Allow nil default value.
2004         (face-valid-attribute-values): Use symbol names of attribute
2005         values for completion list.
2007 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2009         * faces.el (internal-find-face): Define for compatibility with
2010         20.2.
2011         (face-id): Likewise.
2013         * faces.el (face-id): Return the ID of a realized face for ASCII.
2015         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
2016         (x-complement-fontset-spec): Use face-charset-registries.
2018         * faces.el (face-font-selection-order): Set font selection order
2019         from Lisp.
2020         (face-alternative-font-family-alist): Set alternative font
2021         families from Lisp.
2023 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2025         * faces.el (set-face-charset-registries): Set symbol value.
2027 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2029         * faces.el (face-set-after-frame-default): Call function
2030         internal-merge-in-global-face.
2032 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2034         * faces.el (face-list): Return symbols from face-global-alist.
2036         * faces.el (face-list): Return a copy of the face name list so
2037         that it cannot be modified from outside (facemenu.el uses
2038         nreverse, for example).
2040         * cus-face.el (custom-face-attributes): Add :bold and :italic
2041         for compatibility with old code.
2043         * faces.el (set-face-attributes-from-resources): Additional
2044         frame parameter.
2045         (make-face-x-resource-internal): Set attributes from resources
2046         for a given frame or all frames.
2048 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2050         * faces.el (all-faces): Removed.
2052         * custom.el (defface): Add new face attributes to function
2053         comment.
2055         * font-lock.el (font-lock-comment-face): Use new face attribute
2056         names.
2057         (font-lock-string-face): Ditto.
2058         (font-lock-keyword-face): Ditto.
2059         (font-lock-builtin-face): Ditto.
2060         (font-lock-function-name-face): Ditto.
2061         (font-lock-variable-name-face): Ditto.
2062         (font-lock-type-face): Ditto.
2063         (font-lock-reference-face): Ditto.
2064         (font-lock-warning-face): Ditto.
2065         ((boundp 'font-lock-face-attributes)): Ditto.
2067         * cus-face.el (custom-face-attributes): Use new face attributes.
2069         * faces.el (set-face-attribute-from-resource): Initialize
2070         from resources only for X and W32.
2072         * cus-face.el (custom-declare-face): Don't make frame-local
2073         faces.
2075         * faces.el (describe-face): Use princ instead of insert.
2077         * faces.el: Add XLFD manipulation functions from 20.2 again
2078         because fontset.el uses them.
2079         (face-set-after-frame-default): Add empty definition.
2081 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2083         * faces.el (make-face): Correct typo.
2084         (set-face-attribute-from-resource): Use let*.
2085         (face-underline-p): Correct typo.
2086         (face-inverse-video-p): Ditto.
2087         (set-face-stipple): Ditto.
2088         (face-read-string): Make completion-list optional parameter.
2090 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2092         * faces.el (face-charset-registries): Alist mapping charset
2093         symbols to registries and encoding.
2095 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2097         * frame.el (blink-cursor-mode): Use interactive spec "P".
2099 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2101         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
2102         mode.  The cursor of selected_window blinks if the mode is enabled.
2104 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2106         * simple.el (next-history-element): Set point to the end of the
2107         prompt if minibuffer-prompt-in-buffer.
2109 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2111         * faces.el (x-font-regexp): Add sub-expression parentheses for
2112         several font name components.
2114 1999-07-21  Gerd Moellmann  <gerd@acm.org>
2116         * faces.el (set-face-relief): Use index 12 for relief.
2117         (face-fill-in): Set relief from data.
2118         (internal-make-face): Init relief to zero.
2120         * faces.el (face-spec-set): call modify-face with additional
2121         parameters for relief and fixed-p.
2123 1999-07-21  Gerd Moellmann  <gerd@acm.org>
2125         * cus-face.el: ':fixed and ':relief added.
2127         * faces.el (describe-face): Add fixed font attribute and relief.
2128         (face-attr-match-p): Ditto.
2129         (face-attr-construct): Ditto.
2130         (face-spec-set): Ditto.
2132 1999-07-21  Gerd Moellmann  <gerd@acm.org>
2134         * faces.el (internal-make-face): Function to create a Lisp vector
2135         suitable for representing a face.
2136         (make-face): Use it instead of make-vector.
2137         (x-create-frame-with-faces): Use it instead of vector.
2138         (internal-facep): Increase vector size to 14.
2139         (internal-make-face): Ditto.
2140         (face-relief): Access relief thickness.
2141         (face-fixed-p): Access fixed font attribute.
2142         (set-face-fixed-p): Set fixed font attribute.
2143         (set-face-relief): Set relief attribute.
2144         (internal-face-interactive-int): Read int attribute of face.
2145         (modify-face): Add fixed-p and relief parameters.
2146         (copy-face): Handle fixed-p and relief.
2147         (face-equal): Compare fixed-p and relief.
2148         (face-differs-from-default-p): Ditto.
2149         (face-nontrivial-p): Add fixed-p and relief.
2151 1999-07-21  Gerd Moellmann  <gerd@acm.org>
2153         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
2154         (internal-facep): Increase vector size.
2155         (make-face): Ditto.
2156         (face-shadow-thickness): Added.
2157         (set-face-shadow-thickness): Added.
2158         (modify-face): Add optional shadow-thickness parameter.
2159         (make-face-x-resource-internal): Add shadows.
2160         (copy-face): Ditto.
2161         (face-equal): Ditto.
2162         (face-differs-from-default-p): Ditto.
2163         (face-nontrivial-p): Ditto.
2164         (face-attr-match-p): Ditto.
2165         (face-attr-construct): Ditto.
2166         (face-spec-set): Ditto.
2167         (face-fill-in): Ditto.
2169 1999-07-21  Gerd Moellmann  <gerd@acm.org>
2171         * bench.el (bench-mark-split-window): New bench mark.
2173 1999-07-21  Gerd Moellmann  <gerd@acm.org>
2175         * faces.el (set-face-font): Don't pass default font to
2176         x-resolve-font so that font will not have to be of the same
2177         size.
2179 1999-07-20  Dave Love  <fx@gnu.org>
2181         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
2182         unconditionally t.
2184 1999-07-20  Karl Heuer  <kwzh@gnu.org>
2186         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
2188 1999-07-20  Dave Love  <fx@gnu.org>
2190         * help.el (describe-variable): Fix test for customizability.
2192         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
2193         Check for readonly buffer in interactive spec.
2194         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
2195         (backward-kill-word): Add * to interactive spec.
2197         * underline.el (underline-region, ununderline-region): Add * to
2198         interactive spec.
2200         * fill.el (canonically-space-region, justify-current-line): Add *
2201         to interactive spec.
2202         (fill-region-as-paragraph, fill-paragraph, fill-region)
2203         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
2204         readonly buffer in interactive spec.
2206         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2207         (backward-kill-sentence, kill-sentence): Add * to interactive
2208         spec.
2210 1999-07-19  Richard M. Stallman  <rms@gnu.org>
2212         * dired-aux.el (dired-do-shell-command): Doc fix.
2214         * shell.el (shell-unquote-argument): New function.
2215         (shell-directory-tracker): Use shell-unquote-argument.
2216         * comint.el (comint-arguments): Handle \ followed by space or tab.
2218 1999-07-19  John Wiegley  <jwiegley@borland.com>
2220         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
2221         color codes 39 and 49, which by the way lynx uses them seem to
2222         mean "foreground reset" and "background reset".
2224 1999-07-19  Karl Heuer  <kwzh@gnu.org>
2226         * font-lock.el (c++-keywords): Add "typeid".
2228         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
2229         selects no font, treat that as zero selections, not one.
2231 1999-07-19  Dave Love  <fx@gnu.org>
2233         * info.el (Info-search): Don't lose with empty regexp.
2235         * version.el: Cater for (free) `ident' program, not `which'.
2237         * hl-line.el: New file.
2239         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
2240         for modes which don't define menus.
2242 1999-07-16  Richard M. Stallman  <rms@gnu.org>
2244         * webjump.el (webjump-sample-sites): Update some URLs.
2246 1999-07-14  Richard Stallman  <rms@gnu.org>
2248         * Version 20.4 released.
2250 1999-07-14  Andreas Schwab  <schwab@gnu.org>
2252         * compare-w.el (compare-windows): Try to find the next window in
2253         the current frame before looking at the other frames.
2255 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
2257         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
2258         Use cyrillic-jcuken as default input method.
2259         
2260 1999-07-12  Richard Stallman  <rms@gnu.org>
2262         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
2263         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
2265         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
2266         (ispell-local-dictionary-alist): Add koi8-r for character set.
2268         * textmodes/flyspell.el (flyspell-get-word):
2269         Add special handling for when ispell-otherchars is empty.
2271 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
2273         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
2274         when having nested functons.
2275         (pascal-indent-nested-functions) (pascal-indent-line)
2276         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
2277         indenting nested functions.
2279 1999-07-09  Richard Stallman  <rms@gnu.org>
2281         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
2283 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
2285         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
2286         the `end' keyword was in the very beginning of the buffer.
2288 1999-07-08  Richard Stallman  <rms@gnu.org>
2290         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
2292         * term.el (term-emulate-terminal): Avoid infinite loop
2293         in strange case where minibuffer window is selected but not active.
2295 1999-07-07  Stephen Eglen  <stephen@gnu.org>
2297         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
2298         Change regexp so that it doesn't match commands beginning with `cd'.
2300 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
2302         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
2304 1999-07-06  Richard Stallman  <rms@gnu.org>
2306         * hscroll.el (hscroll-minibuffer-hook): New function.
2307         (hscroll-global-mode): Add and remove that hook.
2308         Set hscroll-old-truncate-was-global's default value.
2310 1999-07-05  Richard Stallman  <rms@gnu.org>
2312         * files.el (revert-buffer): Don't preserve point here.
2313         (revert-buffer-insert-file-contents-function): Doc fix.
2315         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
2317         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
2318         doing a `stat' when it isn't necessary because that can cause
2319         trouble when an NFS server is down.
2321 1999-07-04  Richard Stallman  <rms@gnu.org>
2323         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
2325 1999-07-03  Richard Stallman  <rms@gnu.org>
2327         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
2328         for \200...\240 also.
2329         (isearch-printing-char): Use unibyte-char-to-multibyte.
2331 1999-07-02  Richard Stallman  <rms@gnu.org>
2333         * frame.el (minibuffer-frame-alist): Use defcustom.
2334         (pop-up-frame-alist): Likewise.
2335         (initial-frame-alist): Specify * in the doc string.
2337         * hscroll.el (hscroll-mode): Make it a permanent local.
2338         (hscroll-mode): Don't cancel the timer
2339         if HScroll mode is enabled in some other buffer.
2341         * isearch.el (isearch-done): If search ends in middle of intangible
2342         text (due to text property), move on to the limit of that text.
2344 1999-07-01  Andrew Innes  <andrewi@gnu.org>
2346         * man.el (Man-build-man-command): Use value of null-device,
2347         instead of hard-coding "/dev/null".
2349         * dos-w32.el (untranslated-canonical-name): Avoid expanding
2350         ange-ftp file names, which might force ange-ftp to prompt for a
2351         password.
2353         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
2354         to prevent references to temp files.
2356 1999-06-30  Richard Stallman  <rms@gnu.org>
2358         * progmodes/sh-script.el (sh-feature): If nothing is known
2359         about the given shell, use the values for `sh'.
2361 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2363         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
2364         to make it non-recursive.
2366         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
2368 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
2370         * auto-show.el (auto-show-mode): Fix Typo in :set.
2372 1999-06-29  Richard M. Stallman  <rms@gnu.org>
2374         * progmodes/sh-script.el (sh-mode): When setting syntax
2375         table, default to the standard one.
2377 1999-06-27  Richard M. Stallman  <rms@gnu.org>
2379         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
2381 1999-06-27  Stefan Monnier  <monnier@tequila.cs.yale.edu>
2383         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up
2384         a frame when `return' is requested (even if pop-up-frames = t)
2385         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
2386         should only be set for the bibtex buffer.
2388         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
2390         * progmodes/compile.el: Deal with compilation-error-screen-columns
2391         being buffer-local.
2393 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
2395         * comint.el (comint-password-prompt-regexp): Allow "(again)".
2397 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2399         * cal-x.el (calendar-only-one-frame-setup): New function.
2400         * calendar.el (calendar): Call it if requested.
2402 1999-06-24  Karl Heuer  <kwzh@gnu.org>
2404         * startup.el (iso-8859-n-locale-regexp): Doc fix.
2406 1999-06-22  Richard M. Stallman  <rms@gnu.org>
2408         * mail/supercite.el (sc-emacs-features): Doc fix.
2410 1999-06-22  Karl Heuer  <kwzh@gnu.org>
2412         * files.el (auto-mode-alist): Add pike-mode.
2414 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
2416         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
2417         last byte of a numeric field is a space or a NUL.  Parse it as
2418         potentially part of the number.  This is used by GNU tar
2419         1.12.64012 to handle larger values.
2421 1999-06-20  Karl Heuer  <kwzh@gnu.org>
2423         * custom.el (custom-handle-keyword): Fix error message.
2425 1999-06-18  Andrew Innes  <andrewi@gnu.org>
2427         * mail/smtpmail.el (smtpmail-send-it): Use
2428         convert-standard-filename to make file names for queued mail safe
2429         on Windows (`:' is invalid in file names on Windows).
2431 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
2433         * international/mule-cmds.el (describe-current-input-method):
2434         Current-input-method is string.
2435         (toggle-input-method): Docstring fixed.
2437         * international/mule-diag.el
2438         (describe-current-coding-system-briefly): Fix format string.
2440         * international/mule-util.el (coding-system-eol-type-mnemonic):
2441         Docstring modified.  Return a string.
2443 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
2445         * sql.el (sql-input-ring-file-name): Doc fix.
2447 1999-06-17  Richard M. Stallman  <rms@gnu.org>
2449         * calendar/cal-x.el (special-display-buffer-names):
2450         Don't put (get-file-buffer diary-file) on this list.
2452 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
2454         * play/mpuz.el (mpuz-try-proposal): Fix message call.
2455         Don't penalize player for certain impossible guesses.
2457 1999-06-16  Andrew Innes  <andrewi@gnu.org>
2459         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
2460         return the string "Unk  0  0000" so at least it appears to be a
2461         valid timestamp to `dired-move-to-filename-regexp'.
2463 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
2465         * ps-print.el (ps-control-character): Fix previous change.
2467 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
2469         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
2470         multiple output of the last message.
2472 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
2474         * term/internal.el (IT-display-table-setup): Do not remap \222 to
2475         the ASCII apostrophe, as most DOS codepages have some other glyph
2476         there.
2478 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
2480         * language/ethio-util.el (setup-ethiopic-environment-internal):
2481         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
2482         (exit-ethiopic-environment): Likewize.
2484 1999-06-12  Richard M. Stallman  <rms@gnu.org>
2486         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
2488 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
2490         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
2491         custom-initialize-default to avoid infinite loop.
2492         (crisp-mode): (defun) Call transient-mark-mode here, not when
2493         loading the file.  Run crisp-mode-hook here, and run
2494         crisp-load-hook when loading the file.
2496         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
2497         rmail-summary buffer, search for pattern in rmail-file.
2499         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
2501         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
2503         * ps-print.el (ps-printer-name): Fix custom type.
2505 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
2507         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
2508         (vhdl-port-paste-generic-map): Fix indentation bug.
2509         (vhdl-port-paste-port-map): Fix indentation bug.
2510         (vhdl-scan-file-contents): Make scanning case insensitive.
2512 1999-06-11  Richard M. Stallman  <rms@gnu.org>
2514         * files.el (write-file): When buffer is not already visiting a file,
2515         don't put buffer name in the minibuffer, just make it the default.
2516         Also handle just directory as arg usefully in that case.
2518         * simple.el (sendmail-user-agent-compose):
2519         Ignore case when inserting the rest of the "other" headers.
2521         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
2523         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
2524         (info-lookup-interactive-arguments): Never insert the default
2525         into the minibuffer automatically.
2527         * emacs-lisp/cl-extra.el (getf): Don't call get*.
2529 1999-06-09  Richard M. Stallman  <rms@gnu.org>
2531         * simple.el (shell-command): Avoid printing "mark set" message.
2533 1999-06-09  Dave Love  <fx@gnu.org>
2535         * progmodes/compile.el (compilation-error-regexp-alist): Allow
2536         digits in program name in first pattern.
2538 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2540         * vc.el (vc-dired-mode): Don't match anything before the date in
2541         dired-move-to-filename-regexp.
2543 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
2545         * international/quail.el (quail-define-rules): Fix typo in
2546         docstring.
2548 1999-06-05  Stephen Eglen  <stephen@gnu.org>
2550         * iswitchb.el (iswitchb-default-keybindings): Add
2551         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
2552         than when package is loaded.
2554 1999-06-04  Richard M. Stallman  <rms@gnu.org>
2556         * startup.el (command-line): Don't set user-init-file directly;
2557         tell `load' to set it.
2559         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
2561         * simple.el (next-history-element):
2562         Handle minibuffer-text-before-history properly when reading sexps.
2564         * disp-table.el (standard-display-european):
2565         For an interactive call by the user,
2566         don't set enable-multibyte-characters,
2567         and don't set the terminal coding system.
2569         * textmodes/refbib.el: Don't print any messages or display
2570         a buffer when loading the library.
2571         (r2b-help): Doc fix.
2572         (r2b-help-message): Update the documentation.
2573         (r2b-load-quietly): Variable deleted.
2574         (r2b-convert-buffer): Doc fix.
2576 1999-06-04  Dave Love  <fx@gnu.org>
2578         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
2580         * auto-show.el: Don't change hooks on loading.
2581         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
2582         (auto-show-mode): Add to hooks here.
2584 1999-06-04  Richard Sharman  <rsharman@pobox.com>
2586         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
2587         recursion on bogus input.
2589 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
2591         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
2592         does not select a buffer from the buffers menu, then the attached
2593         frame is not switched to anything.
2595 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
2597         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
2598         (viet-viscii-...->viet-vscii...).
2600         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
2602 1999-06-01  Dave Love  <fx@gnu.org>
2604         * progmodes/fortran.el: Add :link to defgroup.
2605         (fortran-blink-matching-if): Match ELSE statements too.
2606         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
2607         that filling is always done.
2609 1999-05-31  Richard M. Stallman  <rms@gnu.org>
2611         * simple.el (append-next-kill): Use an arg to distinguish
2612         interactive calls from Lisp calls, rather than (interactive-p).
2614         * international/iso-transl.el (iso-transl-language-alist): 
2615         Interchange n and N.
2617 1999-05-31  Dave Love  <fx@gnu.org>
2619         * msb.el Add to minor-mode-map-alist.  Remove hook installation
2620         and keymap munging on load.
2621         (msb-mode): New option.
2622         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
2623         Doc fix.
2624         (msb-mode-map): New variable.
2625         (msb-mode): New command.
2627 1999-05-31  Dave Love  <fx@gnu.org>
2629         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
2630         (ispell-complete-word-dict): Likewise.
2632 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
2634         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
2635         force the data buffer to be saved, even if the data didn't
2636         change, in case the write filter was modified.  Restore the
2637         current record after read-file-filter finishes.
2639 1999-05-29  Karl Heuer  <kwzh@gnu.org>
2641         * ispell4.el: Obsolete; file deleted.
2643         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
2645         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
2646         VALUE is a syntax table.
2648         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
2650         * simple.el (zap-to-char): Doc fix.
2652 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
2654         * isearch.el (isearch-quote-char): Don't assume character codes
2655         0200 - 0237 stand for characters in some single-byte character
2656         charset.
2658 1999-05-27  Dave Love  <fx@gnu.org>
2660         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
2662 1999-05-27  Andreas Schwab  <schwab@gnu.org>
2664         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
2665         headerline does not exist already.
2667 1999-05-26  Richard Stallman  <rms@gnu.org>
2669         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2670         Avoid nested null-loops.
2672 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
2674         * international/characters.el: Typo fixed; prefered->preferred.
2676         * international/mule-cmds.el (find-coding-systems-for-charsets):
2677         Typo fixed; prefered->preferred.
2679         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
2680         method in read-event.
2682         * international/mule.el (charset-info): Doc-string fixed.
2684 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
2686         * mail/smtpmail.el (smtpmail-send-it): Bind
2687         smtpmail-code-conv-from properly.
2688         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
2689         by smtpmail-code-conv-from.
2691 1999-05-24  Richard Stallman  <rms@gnu.org>
2693         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
2694         Binding deleted also.
2696 1999-05-24  Karl Heuer  <kwzh@gnu.org>
2698         * comint.el (comint-bol-or-process-mark): Doc fix.
2700 1999-05-23  Dave Love  <fx@gnu.org>
2702         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
2703         Enter it on minor-mode-map-alist.
2704         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
2705         Autoload.  Add custom setter.
2706         (crisp-mark-line): Doc fix.
2707         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
2708         (crisp-mode-hook): Define.
2710 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
2712         * files.el (recover-file): Recover buffer-file-coding-system.
2714 1999-05-22  Richard Stallman  <rms@gnu.org>
2716         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
2717         regexp match the date, to avoid treating date as file size.
2718         Add YYYY S option to WESTERN/
2720         * bookmark.el: Delete some XEmacs compatibility code.
2721         (bookmark-jump-noselect): Check vc-backend.
2723         * subr.el (add-to-list): Doc fix.
2725 1999-05-21  Stephen Eglen  <stephen@gnu.org>
2727         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
2729 1999-05-18  Richard Stallman  <rms@gnu.org>
2731         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
2732         non-space after the @anchor command.
2733         (texinfo-format-var): Handle other nested constructs, using
2734         texinfo-parse-expanded-arg and texinfo-discard-command, not
2735         texinfo-parse-arg-discard.
2737         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
2738         (debug): Bind and use debugger-outer-inhibit-redisplay.
2739         Bind inhibit-redisplay to nil.
2740         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
2742 1999-05-17  Dave Love  <fx@gnu.org>
2744         * help.el (describe-function-1): Extra arg, interactive-p.
2745         (describe-key, describe-function): Use it.
2747 1999-05-17  Karl Heuer  <kwzh@gnu.org>
2749         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
2751 1999-05-16  Dave Love  <fx@gnu.org>
2753         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
2754         scroll-preserve-screen-position, scroll-conservatively.
2756 1999-05-16  Dave Love  <fx@gnu.org>
2758         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
2760 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
2762         * progmodes/vhdl-mode.el: Completely revised and massively extended.
2764 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
2766         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
2767         magic number and is not associated with a file.
2769 1999-05-14  Richard M. Stallman  <rms@gnu.org>
2771         * files.el (find-file-noselect-1): Fix previous change.
2773 1999-05-14  Simon Marshall  <simon@gnu.org>
2775         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
2777 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
2779         * international/mule-diag.el (mule-diag): Change MULE to Mule in
2780         docstring.
2782         * international/mule-cmds.el: Change MULE to Mule in docstrings
2783         and menus.
2785 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
2787         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
2788         to correctly reflect the value of BaseLineOffset in
2789         RelativeCompose.  Now the value of RelativeCompose is an array of
2790         low and high positions.
2791         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
2792         RLC for the above change.
2794 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
2796         * comint.el (comint-password-prompt-regexp): Modified to match the
2797         output of ksu and ssh-add.
2799 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
2801         * language/korea-util.el (isearch-toggle-korean-input-method):
2802         Adjusted for the change of input method handling in isearch.el.
2803         (isearch-hangul-switch-symbol-ksc): Likewise.
2804         (isearch-hangul-switch-hanja): Likewise.
2806 1999-05-10  Dave Love  <fx@gnu.org>
2808         * help.el (help-make-xrefs): Fix typo.
2810 1999-05-10  Andreas Schwab  <schwab@gnu.org>
2812         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
2813         unibyte-display-via-language-environment.
2815         * help.el (help-make-xrefs): Handle more cases when looking for
2816         commands in a keymap description.
2818 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
2820         * loadup.el: For ms-dos systems, load ccl and codepage.
2822 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
2824         * ps-print.el (ps-control-character): Call
2825         ps-mule-prepare-ascii-font to setup ASCII fonts.
2827         * ps-mule.el (ps-mule-begin-job): Redo this change "if
2828         ps-multibyte-buffer is nil, use
2829         ps-mule-font-info-database-default."
2831 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
2833         * ispell.el (ispell-local-dictionary-alist): New variable for
2834         customizing local dictionaries not accessable by everyone.
2835         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
2836         (ispell-required-version): Changed format `(major minor
2837         revision)' to support general pattern matching.
2838         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
2839         skip region commented out due to incorrect skip potential in std latex.
2840         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
2841         cursor point on small words for calls from `ispell-minor-mode'.
2842         (check-ispell-version): Tests and accepts versions major.minor
2843         and above, with adjustments for interactions in 3.1.0-3.1.11.
2844         (ispell-get-line): No longer skips ispell process special characters.
2845         (ispell-comments-and-strings): Removed `when' macro call.
2846         (ispell-minor-check): Requires ispell-word to restore cursor point.
2847         (ispell-buffer-local-parsing): Supports checking comments only.
2849 1999-05-08  Karl Heuer  <kwzh@gnu.org>
2851         * comint.el (comint-password-prompt-regexp): Fix last change to be
2852         more specific.
2854 1999-05-07  Richard M. Stallman  <rms@gnu.org>
2856         * subr.el (with-temp-message): Fix the other call to message
2857         to use %s.
2859 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
2861         * gud.el (gud-format-command): "%F" means file sans extension.
2862         (jdb): use %F, not %f, for gud-break.
2864 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
2866         * comint.el (comint-password-prompt-regexp): Modified so that it
2867         matches the output of kinit.
2869 1999-05-06  Greg Stark  <gsstark@mit.edu>
2871         * timezone.el (timezone-parse-date): Recognize new format used in
2872         internet cookies.
2874 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
2876         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
2878 1999-05-04  Andrew Innes  <andrewi@gnu.org>
2880         * time.el (display-time-update): Allow for wrap-around when
2881         checking against display-time-server-down-time.
2883 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
2885         * international/mule-diag.el (describe-coding-system): Fix English
2886         message.
2888 1999-05-03  Jason Rumney <jasonr@altavista.net>
2890         * term/w32-win.el: Change the x-charset-registry property for the
2891         Japanese charsets that are supported by Japanese Windows fonts.
2893 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2895         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
2896         diary-block diary entries for which the reminders and the diary
2897         entries can overlap.
2899 1999-05-02  Jason Rumney <jasonr@altavista.net>
2901         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
2902         matches the font selected in the dialog.
2904 1999-05-02  Dave Love  <fx@gnu.org>
2906         * browse-url.el (browse-url-browser-function): Add :version.
2908         * international/mule.el (auto-coding-alist): Add .tgz.
2910 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
2912         * international/codepage.el (cp-coding-system-for-codepage-1):
2913         Make the magnification parameter for the -dos encoder be 2.
2915 1999-05-2  Andrew Innes  <andrewi@gnu.org>
2917         * term/w32-win.el (w32-drag-n-drop): Select file in window where
2918         it is dropped, rather than current window.
2920         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
2921         after switching buffer, as case-fold-search is a buffer local
2922         variable.
2924         * w32-fns.el (convert-standard-filename): Only convert directory
2925         separators to backslash if the interactive shell is one of the
2926         standard Windows shells that has DOS semantics.
2928         * ls-lisp.el (ls-lisp-format-time): Trap errors from
2929         format-time-string, and return a suitable string to indicate the
2930         timestamp was invalid.
2932         * hexl.el (hexlify-command): Apply shell-quote-argument after
2933         expanding hexl-program in case exec-directory contains a space.
2934         (dehexlify-command): Ditto.
2936         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
2937         file extension regexps which aren't necessarily binary files.
2938         (direct-print-region-helper): Use subst-char-in-string instead of
2939         binding directory-sep-char to convert filenames to DOS syntax.
2940         (direct-print-region-use-command-dot-com): New variable.
2941         (direct-print-region-helper): Use it to control whether to invoked
2942         command.com to print on Windows 9x.
2944         * browse-url.el (browse-url-browser-function): Default to
2945         browse-url-default-windows-browser on windows-nt.
2946         (browse-url-default-windows-browser): New function.
2948 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
2950         * forms.el (forms-mode): Don't call forms-first-record or
2951         forms-last-record if the data file has zero records.
2953 1999-04-29  Richard M. Stallman  <rms@gnu.org>
2955         * files.el (find-file-noselect-1): If buffer-file-name has changed
2956         after find-file-not-found-hooks runs, recompute the truename.
2957         And don't use FILENAME after that point.
2959 1999-04-27  Dave Love  <fx@gnu.org>
2961         * paren.el (show-paren-mode)
2962         * which-func.el (which-func-mode-global)
2963         * type-break.el (type-break-mode)
2964         * time.el (display-time-mode)
2965         * rsz-mini.el (resize-minibuffer-mode)
2966         * mouse-sel.el (mouse-sel-mode)
2967         * icomplete.el (icomplete-mode)
2968         * hscroll.el (hscroll-global-mode)
2969         * help.el (temp-buffer-resize-mode)
2970         * font-lock.el (global-font-lock-mode)
2971         * delsel.el (delete-selection-mode)
2972         * avoid.el (mouse-avoidance-mode)
2973         * autoinsert.el (auto-insert-mode)
2974         * winner.el (winner-mode): Doc fix.
2976 1999-04-26  Karl Heuer  <kwzh@gnu.org>
2978         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
2979         the same whitespace that was ignored in choosing the subject string.
2981 1999-04-26  Richard M. Stallman  <rms@gnu.org>
2983         * info.el (Info-find-node): Position properly after finding anchor.
2985         * cus-start.el (all): Handle unibyte-display-via-language-environment.
2987         * simple.el (indent-new-comment-line): Fix previous change.
2989         * complete.el: Delete the wildcard expansion feature
2990         since that is now standard in find-file.
2991         (PC-try-load-many-files): Function deleted.
2992         (PC-after-load-many-files): Function deleted.
2993         (PC-many-files-list): Variable deleted.
2994         (PC-disable-wildcards): Variable deleted.
2995         (partial-completion-mode): Don't enable the wildcard feature.
2997         * complete.el (PC-look-for-include-file): Don't set global variables
2998         `error', `buf' and `filename' here.
3000         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
3002 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
3004         * textmodes/outline.el (outline-regexp): Doc fix.
3006 1999-04-26  John Wiegley  <johnw@borland.com>
3008         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
3009         C++Builder 4.0 error message syntax.
3011 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
3013         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
3014         supported, use find -exec.
3016 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
3018         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
3019         coding-system-for-write, to avoid hanging when non-interactive.
3021 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3023         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
3024         start with a newline.
3026 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
3028         * international/mule-conf.el (x-ctext): New coding system.
3030 1999-04-12  Richard M. Stallman  <rms@gnu.org>
3032         * international/mule-cmds.el (input-method-function):
3033         Add permanent-local property.
3035 1999-04-12  Dave Love  <fx@gnu.org>
3037         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
3038         change to use jka-compr-byte-compiler-base-file-name.
3040         * supercite.el (sc-scan-info-alist): Revert last change.
3041         (sc-attrib-selection-list): Fix :type here instead.
3043 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
3045         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
3046         in the list of case-insensitive filesystems.
3048 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
3050         * international/fontset.el (create-fontset-from-fontset-spec):
3051         Don't register duplicated alias fontset names.
3053 1999-04-08  Richard Stallman  <rms@gnu.org>
3055         * international/mule.el (auto-coding-alist-lookup): New function.
3056         (set-auto-coding): Use auto-coding-alist-lookup.
3058         * jka-compr.el (jka-compr-insert-file-contents):
3059         Use auto-coding-alist-lookup to check for files that
3060         should not have eol conversion, in the unibyte case.
3062 1999-04-07  Dave Love  <fx@gnu.org>
3064         * help.el (describe-variable): Check custom-loads property as well
3065         as custom-type.
3067         * abbrev.el (abbrev-mode): Customizing sets the default value.
3069 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3071         * vc.el (vc-backend-revert): For CVS files that were made
3072         writeable with "cvs edit", call "cvs unedit" to undo that.
3074 1999-04-08  Dave Love  <fx@gnu.org>
3076         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
3077         more.
3078         (sc-emacs-features): Recognize Emacs 20.
3079         (sc-read-string): Use history arg.
3080         (sc-scan-info-alist): Check for rtnvalue a cons.
3082 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
3084         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
3085         coding system to encode the message by
3086         select-message-coding-system.
3088 1999-04-07  Richard Stallman  <rms@gnu.org>
3090         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
3092         * winner.el: Reorder definitions.
3094         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
3096         * mail/rmail.el (rmail-decode-babyl-format):
3097         Undo previous change.
3099 1999-04-06  Richard Stallman  <rms@gnu.org>
3101         * info.el (Info-find-node): Check for an anchor at the
3102         proper place, before reading an indirect file.
3104         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
3106         * jka-compr.el (jka-compr-insert-file-contents): 
3107         Use raw-text-unix when we want no conversion.
3109 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
3111         * timezone.el (timezone-parse-date): Corrected regexp for
3112         style (5) date format so that tenths of seconds are optional.
3114 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
3116         * term/internal.el (dos-cpNNN-setup): New function, with the guts
3117         of dos-codepage-setup.
3118         (cjk-codepages-alist): New variable, an alist of Far-Eastern
3119         codepages for which there's no need to set up cpNNN coding
3120         systems. 
3121         (dos-codepage-setup): Support Far-Eastern DOS terminals.
3123 1999-04-05  Richard Stallman  <rms@gnu.org>
3125         * mail/rmail.el (rmail-ignored-headers): Doc fix.
3127 1999-04-02  Richard Stallman  <rms@gnu.org>
3129         * progmodes/compile.el (compilation-handle-exit): Do right thing
3130         if (car status) doesn't end in a newline.
3132 1999-04-01  Dave Love  <fx@gnu.org>
3134         * progmodes/sql.el (SQL): Add defgroup :version.
3136 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3138         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
3139         buffer-file-coding-system.  If the coding system used is raw-text,
3140         etc., make the *Compiler Input* buffer unibyte.
3142         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
3144         * loadup.el: Don't write the fns-...el file if not dumping.
3146 1999-03-31  Dave Love  <fx@gnu.org>
3148         * snmp-mode.el (snmp): Fix defgroup :version.
3150         * hilit-chg.el (highlight-changes): Add defgroup :version.
3152 1999-03-31  Andreas Schwab  <schwab@gnu.org>
3154         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
3155         the gnus-save-hidden-threads macro.
3157 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
3159         * faces.el (face-set-after-frame-default): Obey the
3160         `customized-face' for new faces.
3162 1999-03-30  Dave Love  <fx@gnu.org>
3164         * international/mule-cmds.el (current-language-environment): Doc fix.
3165         * abbrev.el (abbrev-mode): Doc fix.
3166         * autoinsert.el (auto-insert-mode): Doc fix.
3167         * complete.el (partial-completion-mode): Doc fix.
3168         * avoid.el (mouse-avoidance-mode): Doc fix.
3169         * delsel.el (delete-selection-mode): Doc fix.
3170         * font-lock.el (global-font-lock-mode): Doc fix.
3171         * help.el (temp-buffer-resize-mode): Doc fix.
3172         * hscroll.el (hscroll-global-mode): Doc fix.
3173         * icomplete.el (icomplete-mode): Doc fix.
3174         * mouse-sel.el (mouse-sel-mode): Doc fix.
3175         * paren.el (show-paren-mode): Doc fix.
3176         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
3177         * time.el (display-time-mode): Doc fix.
3178         * type-break.el (type-break-mode): Doc fix.
3179         * which-func.el (which-func-mode-global): Doc fix.
3180         * winner.el (winner-mode): Doc fix.
3182 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
3184         * wid-edit.el (widget-before-change): Signal text-read-only rather
3185         than an ordinary error.
3187 1999-03-30  Richard M. Stallman  <rms@gnu.org>
3189         * repeat.el: Don't require advice.
3190         (repeat): Do function-indirection in check for kbd macro.
3191         In self-insert case, use the *last* char in INSERTION.
3193 1999-03-30  Karl Heuer  <kwzh@gnu.org>
3195         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
3197 1999-03-29  Andreas Schwab  <schwab@gnu.org>
3199         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
3200         comint-input-filter-functions.  Make variables related to shell
3201         directory tracking local.
3203 1999-03-26  Andreas Schwab  <schwab@gnu.org>
3205         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
3207         * simple.el (shell-command-on-region): Cope with exit-status being
3208         nil, which happens if call-process-region was interrupted.
3210 1999-03-26  Richard M. Stallman  <rms@gnu.org>
3212         * simple.el (indent-new-comment-line): Handle use at a point
3213         after a comment-end.  Handle multiple comments.
3215         * mail/rmail.el (rmail-decode-babyl-format):
3216         To prevent locking, bind buffer-file-name to nil.
3218 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
3220         * mail-hist.el (mail-hist-current-header-name): Don't make
3221         off-by-one-error when determining if in message body.
3223 1999-03-25  Andrew Innes  <andrewi@gnu.org>
3225         * w32-fns.el (set-default-process-coding-system): Copied from
3226         dos-w32.el, but modified to use Unix line endings for process
3227         input, and to add a suitable entry to process-coding-system-alist
3228         for DOS shells.
3230         * dos-fns.el (set-default-process-coding-system): Copied from
3231         dos-w32.el.
3233         * dos-w32.el (set-default-process-coding-system): Move function to
3234         dos-fns.el; a different version is used in w32-fns.el.
3236 1999-03-24  Dave Love  <fx@gnu.org>
3238         * info.el (Info-directory-list): Revert change to re-writing
3239         Info-default-directory-list, but put `alternative' first.
3240         (Info-insert-dir): Modify selecting the top dir file as a consequence.
3242 1999-03-23  Simon Marshall  <simon@gnu.org>
3244         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
3245         on the line by itself.
3246         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
3247         it is not in a declarative context.
3249 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
3251         * cus-edit.el (custom-variable-prompt): Allow customization of
3252         autoloaded symbols.
3254 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
3256         * simple.el (what-cursor-position): Don't cause error when point
3257         is at invalid multibyte sequence.
3259 1999-03-21  Karl Heuer  <kwzh@gnu.org>
3261         * complete.el (partial-completion-mode): Doc fix.
3263 1999-03-19  Richard M. Stallman  <rms@gnu.org>
3265         * progmodes/cplus-md.el (old-c++): Remove :group.
3267         * progmodes/c-mode.el (old-c): Remove :group.
3269 1999-03-18  Simon Marshall  <simon@gnu.org>
3271         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
3272         (java-font-lock-keywords-2): Added "strictfp" keyword.
3274 1999-03-17  Jason Rumney <jasonr@altavista.net>
3276         * w32-fns.el (set-w32-system-coding-system) New function.
3277         (w32-system-coding-system) Initialize to 'iso-latin-1.
3279 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
3281         * international/mule-cmds.el (set-language-environment): Fix
3282         previous change: don't use dos-codepage when unbound.
3284 1999-03-17  Karl Heuer  <kwzh@gnu.org>
3286         * calendar/appt.el (appt-make-list): Fix previous change.
3288 1999-03-16  Richard M. Stallman  <rms@gnu.org>
3290         * window.el (shrink-window-if-larger-than-buffer): 
3291         Don't try to redisplay with the cursor at the end
3292         on its own line--that would force a scroll and spoil things.
3294 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
3296         * international/mule-cmds.el (set-language-environment): Don't use
3297         cpNNN-nonascii-translation-table if it is unbound.
3299         * term/internal.el (dos-codepage-setup): Compute the unibyte
3300         syntax table and bind unibyte-display-via-language-environment
3301         here, rather than at top level, so that resetting to unibyte in
3302         .emacs works as expected.
3304 1999-03-15  Simon Marshall  <simon@gnu.org>
3306         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
3308 1999-03-14  Milan Zamazal <pdm@pvt.net>
3310         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
3312 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
3314         * international/mule-util.el (detect-coding-with-priority):
3315         Restore the internal database.
3317 1999-03-14  Stephen Eglen  <stephen@gnu.org>
3319         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
3320         if mail-from-style has invalid value.
3322 1999-03-12  Karl Heuer  <kwzh@gnu.org>
3324         * vc.el (vc-delete-logbuf-window): New var.
3325         (vc-finish-logentry): Use it.
3327 1999-03-12  Richard M. Stallman  <rms@gnu.org>
3329         * startup.el (command-line-1): Improve startup msg.
3331 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
3333         * speedbar.el: Added commentary about stealthy functions.
3334         (speedbar-message) new function.
3335         (speedbar-y-or-n-p): New function
3336         (speedbar-with-attached-buffer) Moved macro before reference.
3337         Now uses `save-selected-window'.
3338         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
3339         speedbar-generic-item-info, speedbar-item-info-file-helper, 
3340         speedbar-item-delete, speedbar-insert-generic-list,
3341         speedbar-timer-fn, speedbar-check-vc-this-line,
3342         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
3343         speedbar-buffers-item-info) Use speedbar-message.
3344         (speedbar-item-info) Limit `message-log-max'.
3345         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
3346         speedbar-item-delete, speedbar-item-object-delete,
3347         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
3349 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
3351         * server.el (server-start): Set coding system for the server
3352         process to raw-text.
3353         (server-process-filter): Decode file names if necessary.
3355 1999-03-12  Dave Love  <fx@gnu.org>
3357         * textmodes/fill.el (sentence-end-double-space): Doc fix.
3359         * textmodes/paragraphs.el (sentence-end): Doc fix.
3361 1999-03-11  Karl Heuer  <kwzh@gnu.org>
3363         * comint.el (comint-password-prompt-regexp): Accept "login password:"
3365 1999-03-09  Karl Heuer  <kwzh@gnu.org>
3367         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
3368         (ispell-dictionary-alist-2): Likewise.
3369         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
3370         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
3371         (ispell-dictionary-alist): Build from six pieces, not just two.
3373         * ps-bdf.el (bdf-directory-list): Doc fix.
3375         * enriched.el (enriched-mode): Make var permanent-local.
3377 1999-03-09  Dave Love  <fx@gnu.org>
3379         * textmodes/sgml-mode.el (html-mode): Use
3380         sentence-end-double-space when setting sentence-end.
3382 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
3384         * language/thai.el (tis-620): New alias coding system for thai-tis620.
3386 1999-03-08  Felix Lee  <flee@cygnus.com>
3388         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
3390         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
3392 1999-03-08  Karl Heuer  <kwzh@gnu.org>
3394         * dired-aux.el (dired-do-copy-regexp): Doc fix.
3395         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
3397         * dired.el (dired-do-copy-regexp): Doc fix.
3398         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
3400 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
3402         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
3404 1999-03-08  Jason Rumney <jasonr@altavista.net>
3406         * international/codepage.el (cp1250-decode-table)
3407         (cp1251-decode-table, cp1253-decode-table)
3408         (cp1257-decode-table): New translation tables for MS Windows codepages.
3409         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
3411 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
3413         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
3415 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
3417         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
3419         * term/internal.el (top level): Display character 255 as 8bit as well.
3421 1999-03-06  Dave Love  <fx@gnu.org>
3423         * progmodes/cc-cmds.el (c-outline-level): Bind
3424         buffer-invisibility-spec.
3426         * progmodes/c-mode.el (c-outline-level): Likewise.
3428         * progmodes/ada-mode.el (ada-outline-level): Likewise.
3430 1999-03-05  Felix Lee  <flee@cygnus.com>
3432         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
3434 1999-03-05  Richard M. Stallman  <rms@gnu.org>
3436         * bindings.el (complete-symbol): Invert meaning of prefix arg.
3438 1999-03-05  Andrew Innes  <andrewi@gnu.org>
3440         * w32-fns.el (convert-standard-filename): Convert directory
3441         separators to Windows format.
3443 1999-03-05  Andreas Schwab  <schwab@gnu.org>
3445         * international/skkdic-cnv.el: Provide skkdic-cnv.
3446         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
3447         (batch-skkdic-convert): Doc fix.
3449 1999-03-04  Dave Love  <fx@gnu.org>
3451         * custom.el (custom-set-variables): Protect against setter errors.
3453 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
3455         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
3456         the file sizes from overflowing.
3457         (ls-lisp-format): If file size is a float, use %8.0f to print it.
3458         Under -s, print the size in blocks with %4.0f, in case they have
3459         a *really* huge file.
3461 1999-03-03  Dave Love  <fx@gnu.org>
3463         * options.el (edit-options): Doc fix.
3464         (list-options): Don't lose with unbound symbols.  Maintain
3465         Edit-options-mode.
3467 1999-03-01  Dave Love  <fx@gnu.org>
3469         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
3471 1999-02-28  Richard M. Stallman  <rms@gnu.org>
3473         * ispell.el (ispell-dictionary-alist-override): New variable.
3474         (ispell-dictionary-alist): Don't setq it,
3475         if ispell-dictionary-alist-override is set.
3477         * simple.el (shell-command-default-error-buffer): Renamed from
3478         shell-command-on-region-default-error-buffer.
3479         (shell-command-on-region): Mention in echo area when there
3480         is some error output.  Mention success or failure, too.
3481         Accumulate multiple error outputs
3482         going forward, with formfeed in between.  Display the error buffer
3483         when we have put something in it.
3484         (shell-command): Add the ERROR-BUFFER argument feature.
3486 1999-02-28  Karl Heuer  <kwzh@gnu.org>
3488         * mail/mh-utils.el (mh-lib): Doc fix.
3489         (mh-lib-progs, mh-nmh-p): New vars.
3490         (mh-find-progs): Set mh-lib-progs along with other vars.
3491         (mh-path-search): New arg FUNC-P; if specified, use that instead
3492         of mh-file-command-p.
3493         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
3495         * mail/mh-comp.el (mh-repl-formfile): New var.
3496         (mh-smail-batch): Don't ignore all arguments.
3497         (mh-reply): Do the right thing when using nmh.
3499 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
3501         * international/mule-cmds.el (select-safe-coding-system): Be sure
3502         to show a buffer being decoded.
3504 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
3506         * ps-bdf.el (bdf-directory-list): Initialize it to
3507         '("/usr/local/share/emacs/fonts/bdf").
3509 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3511         * ps-print.el: PostScript programming fix.
3512         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
3513         setpagedevice operator).
3515 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3517         * ps-print.el: Doc fix, font size specifies landscape and portrait
3518         sizes.
3519         (ps-print-version): New version number (4.1.4).
3520         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
3521         Specifies landscape and portrait sizes.
3522         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
3523         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
3524         fix.
3525         (ps-get-font-size): New fun.
3526         (ps-font-size-internal, ps-header-font-size-internal)
3527         (ps-header-title-font-size-internal): New vars.
3529         * ps-mule.el: Change of ps-print font size variable name.
3530         (ps-mule-generate-font): Fun fix.
3531         (ps-mule-begin-job): Programming uniformization.
3533 1999-02-25  Dave Love  <fx@gnu.org>
3535         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
3536         (help-make-xrefs): Do Info case first.
3538         * repeat.el: Don't require advice.
3539         (repeat-last-kill-command): Variable deleted.
3541 1999-02-25  Richard Stallman  <rms@gnu.org>
3543         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
3544         case just because the current buffer is the output buffer.
3546 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
3548         * simple.el (what-cursor-position): To show the character's
3549         encoding, use encoded-string-description instead of information
3550         of chaset-origin-alist.
3552         * international/mule-cmds.el (iso-2022-control-alist): New variable.
3553         (encoded-code-description): New function.
3554         (encoded-string-description): New function.
3555         (encode-coding-char): New function.
3557 1999-02-25  Andrew Innes  <andrewi@gnu.org>
3559         * startup.el (command-line) [windows-nt]: Fix typo in regexp
3560         checking for .emacs[.el[c]].
3562 1999-02-24  Richard Stallman  <rms@gnu.org>
3564         * help.el (describe-function-1): Don't print a whole lambda-function.
3566 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
3568         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
3569         inputting ?\240.
3571 1999-02-23  Karl Heuer  <kwzh@gnu.org>
3573         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
3575         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
3576         (clean-buffer-list-kill-buffer-names): Doc fix.
3578         * gud.el (gud-jdb-massage-args): Spelling fix.
3580 1999-02-23  Richard M. Stallman  <rms@gnu.org>
3582         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
3584 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
3586         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
3587         excursion while calling set-auto-coding-function. 
3589         * play/handwrite.el (handwrite): Require ps-print, and use
3590         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
3591         if it's defined, instead of forking ps-lpr-command unconditionally.
3593 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
3595         * international/codepage.el (cp-coding-system-for-codepage-1): Put
3596         charset-origin-alist property to a coding system for the codepage.
3598         * international/mule.el: Modify comment for charset-origin-alist
3599         property of a coding system.
3601         * simple.el (what-cursor-position): charset-origin-alist property
3602         of a coding system may be a translation table or a symbol of which
3603         `translation-table' property is a translation table.
3605 1999-02-21  Richard Stallman  <rms@gnu.org>
3607         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
3608         to the "html" template.
3610 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
3612         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
3614 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
3616         * dirtrack.el (dirtrack): Check for the prompt in the input string 
3617         instead of the buffer.
3619 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
3621         * sql.el: Set version to 1.4.1.  Changed mail address to
3622         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
3623         (sql-input-ring-separator): Doc fix.
3624         (sql-mode-syntax-table): double-dash starts comments is defined as
3625         ". 56" instead of ". 12b" for XEmacs.
3626         (sql-stop, sql-interactive-mode): Doc fixes.
3627         (sql-postgres): Queries for database and server, not just one.
3628         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
3630         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
3631         changed.  This is needed for master.el to work.
3632         (sql-set-sqli-buffer): Use the new hook.
3634         * sql.el (sql-make-alternate-buffer-name): Function that sets
3635         sql-alternate-buffer-name.
3636         (sql-alternate-buffer-name): Possible name of SQLi buffers.
3637         (sql-interactive-mode): Set sql-alternate-buffer-name.
3638         (sql-rename-buffer): New command.
3639         (sql-interactive-mode-menu): Menu for SQLi buffers.
3641         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
3642         and sql-input-ring-file-name are used to temporarily set
3643         comint-input-ring-file-name and comint-input-ring-separator when
3644         reading and writing input history files.
3646         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
3647         (sql-input-ring-file-name): New variable with customization.
3648         (sql-input-ring-separator): New variable with customization.
3649         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
3650         Callers changed.
3651         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
3652         now includes the name of the current buffer.
3654         (sql-mode): Set paragraph-separate and paragraph-start so that
3655         sql-send-paragraph sends the entire SQL statements, even if it
3656         contains indented lines.
3658 1999-02-18  Dave Love  <fx@gnu.org>
3660         * format.el (format-encode-run-method, format-decode-run-method):
3661         Fix previous change.
3663 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
3665         * international/mule.el (coding-system-list): Moved here from
3666         mule-util.el to avoid autoloading mule-util by the call of
3667         select-safe-coding-system.
3669 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3671         * simple.el (turn-on-auto-fill): Mark it as an option for
3672         `text-mode-hook'.
3674 1999-02-17  Richard Stallman  <rms@gnu.org>
3676         * emacs-lisp/easymenu.el (easy-menu-get-map):
3677         Don't crash if (current-local-map) is nil.
3679 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
3681         * filecache.el (file-cache-filter-regexps): Added .class.
3683 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
3685         * international/mule-util.el (decompose-region): Use
3686         insert-buffer-substring instead of insert-buffer to avoid putting
3687         mark.
3689 1999-02-17  Andreas Schwab  <schwab@gnu.org>
3691         * calendar/cal-move.el (scroll-calendar-left): Don't set
3692         displayed-month and displayed-year here, let generate-calendar do
3693         it, after range checking.
3695 1999-02-17  Simon Marshall  <simon@gnu.org>
3697         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
3699         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
3700         correctly between an object declared via a constructor and a method.
3701         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
3702         (java-font-lock-keywords-1): Fontify package names individually.
3703         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
3704         (java-font-lock-keywords-2): Simplify type fontification.
3705         (java-font-lock-keywords-3): Likewise.
3707 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
3709         * language/japanese.el (iso-2022-jp-2): New coding system.
3710         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
3712 1999-02-16  Dave Love  <fx@gnu.org>
3714         * help.el (describe-function-1): Accept non-symbols.
3716 1999-02-16  Paul Eggert  <eggert@twinsun.com>
3718         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
3719         find the last match if there are multiple matches.
3721 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3723         * tex-mode.el (tex-run-command, latex-run-command)
3724         (slitex-run-command, tex-command): Doc changes.
3725         (tex-start-options-string): Autoload it.  Doc change.  Provide
3726         a menu for customization.  Allow nil.  Quote backslashes only once.
3727         (tex-start-tex): Handle nil value of tex-start-options-string
3728         and apply shell-quote-argument to it.
3730 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
3732         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
3733         the size in blocks, since it can be a float.
3734         (ls-lisp-format): Likewise
3736 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
3738         * language/japanese.el (japanese-shift-jis): Add
3739         charset-origin-alist property.
3741 1999-02-15  Richard Stallman  <rms@gnu.org>
3743         * progmodes/compile.el (compile-internal): Use save-selected-window.
3745         * subr.el (momentary-string-display): Bind inhibit-read-only.
3747         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
3749 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
3751         * mail/rmail.el (rmail-show-message): If an unseen message has a
3752         Summary-line in its header, get past one more line before looking
3753         for the X-Coding-System header.
3755 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
3757         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
3758         explicitly to accomodate Windows 9X lack of a useful copy program.
3760 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
3762         * wid-edit.el (widget-choice-value-create): Use `equal'
3763         instead of `eq'.
3765 1999-02-14  Richard Stallman  <rms@gnu.org>
3767         * international/iso-transl.el:
3768         (iso-transl-ae): Renamed from iso-transl-e-slash.
3769         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
3770         (iso-transl-AE): Renamed from iso-transl-E-slash.
3771         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
3772         (iso-transl-char-map): Related changes.
3774         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
3776 1999-02-13  Richard Stallman  <rms@gnu.org>
3778         * textmodes/texinfmt.el (texinfo-alias): New function.
3779         (texinfo-fold-nodename-case): Add defvar.
3780         (texinfo-format-node): Do case folding if specified.
3782         * ffap.el (ffap-file-at-point): Test local file names
3783         immediately.  Strip off line numbers.
3785 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
3787         * sql.el: Set version to 1.3.2
3788         (sql-solid-program): Added support for solid.
3789         (sql-help): Doc mentions sql-solid.
3790         (sql-solid): Entry function for Solid.
3791         (sql-buffer): Doc explains the use of the variable and how to
3792         change it.
3793         (sql-mode-menu): Included entries for sql-show-sqli-buffer and 
3794         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
3795         disabled if sql-buffer doesn't have a process; sql-send-paragraph
3796         is new.
3797         (sql-show-sqli-buffer): New function to display the value of
3798         sql-buffer.
3799         (sql-change-sqli-buffer): New function to change sql-buffer.
3800         (sql-mode): Doc explains how to change sql-buffer.
3801         (sql-send-paragraph): New function to send a paragraph.
3802         (sql-mode-map): Added keybinding for sql-send-paragraph.
3803         (sql-mysql): Doc corrected.
3804         (sql-ms): Doc corrected.
3806         * sql.el (sql-server): Doc fix.
3807         (sql-mysql): Added the use of sql-server to specify the host,
3808         sql-database now specifies database instead of host.
3809         (sql-mode-menu): Send... menu items are only active if sql-buffer
3810         is non-nil.
3811         (sql-help): Changed tag of entry functions a bit.
3813         * sql.el: Added keywords from `finder-by-keyword'.
3814         (sql-mode): Made sql-buffer a local variable, changed the
3815         documentation: removed instructions to add *.sql files to
3816         auto-mode-alist, added documentation for having mutliple SQL
3817         buffers sending their stuff to different SQLi buffers, each
3818         running a different process.
3819         (sql-postgres): Quoted *SQL* in doc string.
3820         (sql-ms): Likewise.
3821         (sql-ingres): Likewise.
3822         (sql-ingres): Quoted *SQL* in doc string, added references to
3823         sql-user and sql-password used during login.
3824         (sql-sybase): Quoted *SQL* in doc string, added comma.
3825         (sql-oracle): Likewise.
3826         (sql-interactive-mode): Added extensive documentation for having
3827         mutliple SQL buffers sending their stuff to different SQLi
3828         buffers, each running a different process.
3829         (sql-buffer): Changed doc from *SQL* to SQLi.
3830         (sql-get-login): Doc fix.
3832 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
3834         * international/mule-conf.el (undecided): Set ascii in
3835         safe-charsets property.
3837 1999-02-12  Richard Stallman  <rms@gnu.org>
3839         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
3841 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
3843         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
3844         value to ps-mule-font-info-database-latin.
3846 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
3848         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
3849         (ps-mule-font-info-database-default): New variable.
3850         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
3851         ps-mule-font-info-database-default.
3853 1999-02-12  Dave Love  <fx@gnu.org>
3855         * timezone.el (timezone-make-date-sortable)
3856         (timezone-make-date-arpa-standard): Doc fix.
3858 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
3860         * international/quail.el (quail-show-kbd-layout): Bind
3861         blink-matching-paren to nil.
3863         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
3864         for ASCII and Latin-1.
3866 1999-02-12  Andreas Schwab  <schwab@gnu.org>
3868         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
3870 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
3872         * international/mule-cmds.el (language-info-alist): Remove
3873         description about charset-origin-alist.
3875         * international/mule.el: Comment added for a new coding system
3876         property `charset-origin-alit'.
3877         (make-translation-table): This variable deleted.
3879         * language/chinese.el (chinese-big5): Add charset-origin-alist
3880         property.
3881         ("Chinese-CNS"): Remove charset-origin-alist property.
3883         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
3884         property.
3885         (cyrillic-alternativnyj): Likewise.
3886         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
3887         ("Cyrillic-ALT"): Likewise.
3889         * language/vietnamese.el (vietnamese-viqr): Add
3890         charset-origin-alist property.
3891         ("Vietnamese"): Remove charset-origin-alist property.
3893         * simple.el (what-cursor-position): Don't use the varialbe
3894         charset-origin-alist, but use charset-origin-alist property of
3895         buffer-file-coding-system to decide external character set code.
3897 1999-02-10  Richard Stallman  <rms@gnu.org>
3899         * shadowfile.el: Don't turn on the mode when the file is loaded.
3901 1999-02-09  Richard Stallman  <rms@gnu.org>
3903         * progmodes/compile.el (compile-auto-highlight): Customize.
3905         * add-log.el (add-log-file-name-function): New variable.
3906         (add-change-log-entry): Call that function, if non-nil.
3908 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
3910         * rmail.el (rmail-search): Track match with a marker, not an integer.
3912 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3914         * progmodes/compile.el (compilation-setup): Set value of
3915         compilation-directory-stack as in compilation-forget-errors.
3916         (compile-reinitialize-errors): Bind buffer-undo-list and
3917         deactivate-mark.
3918         (compilation-forget-errors): Likewise.
3920 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
3922         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
3923         def... constructs.
3925         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
3926         Remove calls to sleep-for.
3928 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
3930         * international/codepage.el (cp-coding-system-for-codepage-1): On
3931         MS-DOS, use dos-unsupported-char-glyph for characters not
3932         supported by the codepage.
3933         (cp-make-coding-systems-for-codepage): Likewise.
3935 1999-02-08  Andreas Schwab  <schwab@gnu.org>
3937         * international/mule-util.el (coding-system-list): Don't sort
3938         coding-system-list here.
3940         * international/mule.el (coding-system-lessp): Moved here from
3941         mule-util.el
3942         (add-to-coding-system-list): New function.
3943         (make-subsidiary-coding-system, make-coding-system,
3944         define-coding-system-alias): Use it instead of setting
3945         coding-system-list directly.
3947 1999-02-07  Dave Love  <fx@gnu.org>
3949         * calendar/appt.el (appt-make-list): Don't splice quotes and date
3950         onto message.
3952 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3954         * imenu.el (imenu--last-menubar-index-alist): Add doc.
3955         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
3957 1999-02-06  Richard Stallman  <rms@gnu.org>
3959         * language/european.el (setup-slovenian-environment): New function.
3960         ("Slovenian"): New language environment.
3962         * progmodes/sql.el (sql-help): Doc fix.
3963         (sql-mysql): Doc fix.
3965 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3967         * tex-mode.el: When compiling, require compare-w and skeleton
3968         to pacify the byte-compiler.  Move the def's of the tex-commands
3969         together.  Add a comment on kill-process vs. quit-process.
3971 1999-02-05  Dave Love  <fx@gnu.org>
3973         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
3974         null markers.
3975         (compile-goto-error): Likewise.
3977 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
3979         * time-stamp.el (time-stamp-format): Format doc tighter.
3980         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
3981         (time-stamp): don't re-write the time stamp if it didn't change.
3983 1999-02-05  Alex Schroeder  <asc@bsiag.com>
3985         * progmodes/sql.el: Changed version to 1.2.1.
3986         (sql-pop-to-buffer-after-send-region): Improved documentation.
3987         (sql-mysql-program): Added MySQL support.
3988         (sql-prompt-length): Made prompt-length configurable.
3989         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
3990         (sql-help): Added MySQL support, changed documentation.
3991         (sql-send-region): A message is displayed if something is sent.
3992         (sql-mode): Added buffer-local comment-start.
3993         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
3994         (sql-interactive-mode): Added buffer-local comment-start.
3995         (sql-oracle): Set sql-prompt-length.
3996         (sql-sybase): Set sql-prompt-length.
3997         (sql-mysql): Added MySQL support.
3998         (sql-ingres): Set sql-prompt-length.
3999         (sql-ms): Set sql-prompt-length.
4000         (sql-postgres): Set sql-prompt-length.
4002 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
4004         * term/internal.el (dos-codepage-setup): Set selection coding
4005         system to cpNNN-dos.
4007 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4009         * international/characters.el: Let ethiopic use iso-2022-7bit.
4011 1999-02-02  Dave Love  <fx@gnu.org>
4013         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
4014         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
4016 1999-02-02  Karl Heuer  <kwzh@gnu.org>
4018         * terminal.el (terminal-emulator): Doc fix.
4020 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
4022         * international/mule-util.el (compose-chars): Doc-string
4023         modified.  Correctly handle a composition character in ARGS.
4025 1999-02-01  Richard Stallman  <rms@gnu.org>
4027         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
4028         (makefile-menu-index-function): Function deleted.
4029         (makefile-mode): Use makefile-imenu-generic-expression.
4031 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
4033         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
4034         change, invoke from before-init-hook.
4036 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
4038         * subr.el (remove-from-invisibility-spec): Cope with the case when
4039         buffer-invisibility-spec is t.
4041 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
4043         * calendar/calendar.el (calendar-mode-map): Fix bindings for
4044         appt-add and appt-delete.
4046 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
4048         * term/pc-win.el (msdos-approximate-color): New function.
4049         (msdos-color-translate): Call it to find a DOS color that best
4050         approximates an X-style "#NNNNNN" color specification.
4052 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
4054         * international/mule-util.el (compose-chars-component): Add
4055         autoload cookie.
4057 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
4059         * international/quail.el (quail-lookup-key): If cdr of MAP is a
4060         function, replace cdr of MAP by the return value of the function
4061         unconditionally.
4063 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4065         * progmodes/compile.el (compilation-next-error-locus): Don't
4066         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
4068 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
4070         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
4071         and NLs before "charset", and allow the charset name be in double
4072         quotes.
4074 1999-01-31  Richard Stallman  <rms@gnu.org>
4076         * imenu.el (imenu-sort-function): Fix custom type.
4078 1999-01-30  Richard Stallman  <rms@gnu.org>
4080         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
4081         (speedbar-line-token): Likewise.
4083         * play/gametree.el (gametree-default-score): Use defcustom.
4084         (gametree-score-regexp, gametree-score-closer): Likewise.
4085         (gametree-score-manual-flag, gametree-score-opener): Likewise.
4087 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4089         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
4090         decoding.
4092 1999-01-29  Markus Rost  <rost@gnu.org>
4094         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
4095         tex-validate-buffer.
4096         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
4097         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
4098         now with recent occur-mode.
4099         (tex-validate-region): Really walk through all Sexps.
4100         (tex-region): Bind shell-dirtrack-verbose.
4101         (tex-file, tex-bibtex-file): Likewise.
4103 1999-01-29  Dave Love  <fx@gnu.org>
4105         * finder.el: (finder-commentary): Fix interactive spec.  Try
4106         appending .el to file name.
4107         (finder-find-library, finder-commentary): Doc fixes.
4109 1999-01-29  Andrew Innes  <andrewi@gnu.org>
4111         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
4112         where the userid contains directory separators.
4114 1999-01-29  Dave Love  <fx@gnu.org>
4116         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
4117         (lm-commentary): Doc fix.
4119 1999-01-29  Andreas Schwab  <schwab@gnu.org>
4121         * files.el (file-expand-wildcards): Never consider `.' and `..' a
4122         wildcard match.  Fix regexp that tests if dirpart contains
4123         wildcard characters.
4125 1999-01-28  Richard Stallman  <rms@gnu.org>
4127         * font-lock.el (font-lock-default-unfontify-region):
4128         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
4130 1999-01-27  Jason Rumney <jasonr@altavista.net>
4132         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
4133         from FAMILY field.
4134         (w32-create-initial-fontsets): Do not use before-init-hook.
4135         (mouse-set-font): Document.  Automatically create and use fontsets.
4137         * dos-w32.el (direct-print-region-helper): Check for printer
4138         being t as well as a string.
4140 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
4142         * mail/rmail.el (rmail-decode-mime-charset): New variable.
4143         (rmail-mime-charset-pattern): New variable.
4144         (rmail-convert-to-babyl-format): Decode by MIME-charset if
4145         rmail-decode-mime-charset is non-nil.
4147 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
4149         * international/characters.el: Set category `q' for all characters
4150         in tibetan and tibetan-1-column.
4152 1999-01-27  Andrew Innes  <andrewi@gnu.org>
4154         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
4155         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
4157 1999-01-27  Dave Love  <fx@gnu.org>
4159         * international/mule-cmds.el (current-language-environment):
4160         Provide :link, :type (choices) and appropriate :get.
4162 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
4164         * startup.el (command-line): Set default eol-mnemonic-* strings to
4165         display end-of-line format in mode line.
4167         * cus-start.el (all): Add eol-mnemonic-* variables.
4169 1999-01-26  Dave Love  <fx@gnu.org>
4171         * startup.el (command-line-1): Up-date copyright.
4173         * paths.el (Info-default-directory-list): Use configdir twice.
4175         * info.el (Info-directory-list): Don't set path-separator now
4176         we're not shipped with Texinfo.  Simplify path definition.
4177         Substitute all occurrences of instdir in Info-default-directory-list.
4179 1999-01-25  Richard Stallman  <rms@gnu.org>
4181         * startup.el (normal-top-level-add-subdirs-to-load-path):
4182         Record the inode numbers of the dirs processed, to avoid loop.
4184         * textmodes/tex-mode.el (tex-run-command): Doc fix.
4186 1999-01-25  Dave Love  <fx@gnu.org>
4188         * browse-url.el (browse-url-netscape-program): Doc addition.
4190         * help.el (help-make-xrefs): Default info references to an `(emacs)'
4191         prefix.
4193         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
4194         auto-mode-alist.
4196 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4198         * calendar/diary-lib.el (mark-diary-entries): Use
4199         assoc-ignore-case and do not capitalize when matching month and
4200         day names.
4202         * calendar/calendar.el (calendar-read-date): Ditto.
4204         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
4205         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
4207         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
4209         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
4211         * calendar/cal-islam.el (calendar-goto-islamic-date)
4212         (mark-islamic-diary-entries): Ditto.
4214         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
4216         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
4217         (calendar-read-mayan-tzolkin-date): Ditto.
4219         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
4221 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
4223         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
4225 1999-01-25  Karl Heuer  <kwzh@gnu.org>
4227         * faces.el (list-faces-display): Multiline case of previous fix.
4229 1999-01-25  Andreas Schwab  <schwab@gnu.org>
4231         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
4233 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
4235         * files.el (find-file): If find-file-noselect returns a list,
4236         do switch-to-buffer on each element.
4237         (find-file-other-window): Likewise for all but the first element.
4238         (find-file-other-frame): Same.
4239         (find-file-noselect): When we expand a wildcard, return a list
4240         of buffers.
4242 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
4244         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
4245         to set the appropriate cpNNN-dos coding system as the
4246         highest-priority coding system.
4248 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
4250         * international/fontset.el (generate-fontset-menu): Return a
4251         sorted list by plain names of fontsets.
4253         * international/mule-diag.el (list-fontsets): Sort fontsets by
4254         plain names.
4256         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
4257         FIRST is a composite character, decompose it at first.
4259 1999-01-23  Dave Love  <fx@gnu.org>
4261         * format.el: Doc fixes.
4262         (format-encode-run-method): Have things happen in the right buffer.
4263         Deal with errors from method.  Set coding-system-for-write.
4264         (format-decode-run-method): Have things happen in the right buffer.
4265         Deal with errors from method.  Set coding-system-for-read.
4266         (format-alist): Use nil instead of unmatchable regexps.
4268         * simple.el (shell-command-on-region): Return command's exit status.
4270 1999-01-23  Eric Ludlam  <zappo@gnu.org>
4272         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
4273         of the file whose info we want to display.
4274         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
4275         (speedbar-add-mode-functions-list) Improve doc.
4276         (speedbar-line-token) New function.
4277         (speedbar-dired) Fix order of directories in -shown-directories.
4278         (speedbar-line-path): Default return is default-directory
4279         (speedbar-buffers-line-path): Return is dir name only.
4280         (speedbar-mode-functions-list): New variable.
4281         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
4282         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
4283         speedbar-files-item-info speedbar-buffers-item-info): New functions.
4284         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
4285         New functions.
4286         (speedbar-line-file): Broke out part that fetches file from a line.
4287         (speedbar-line-text): New function extracted from speedbar-line-file.
4288         (speedbar-line-path): Converted into a replaceable function.
4289         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
4291 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
4293         * international/fontset.el (create-fontset-from-x-resource): Make
4294         style variants.
4296 1999-01-22  Dave Love  <fx@gnu.org>
4298         * paths.el (Info-default-directory-list): Put sysdir after start.
4300 1999-01-22  Sam Steingold  <sds@goems.com>
4302         * midnight.el (clean-buffer-list): do not kill a buffer if it has
4303         a process associated with it.
4305 1999-01-22  Jason Rumney <jasonr@altavista.net>
4307         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
4309 1999-01-22  Felix Lee  <flee@cygnus.com>
4311         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
4312         major-mode.
4313         (vc-annotate-mode): Delete variable.
4315 1999-01-22  Andrew Innes  <andrewi@gnu.org>
4317         * startup.el (command-line): [windows-nt]: Check for existence of
4318         .emacs file so as to notice .emacs.el or .emacs.elc and use them
4319         in preference to _emacs.
4321 1999-01-22  Dave Love  <fx@gnu.org>
4323         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
4325 1999-01-20  Richard Stallman  <rms@gnu.org>
4327         * files.el (find-file-noselect): Do wildcard processing only
4328         if new arg WILDCARDS is non-nil.
4329         (find-file, find-file-other-window): New arg WILDCARDS.
4330         Default it to non-nil if interactive.
4331         (find-file-other-frame): Likewise.
4332         (find-file-read-only): Likewise.
4333         (find-file-read-only-other-window): Likewise.
4334         (find-file-read-only-other-frame): Likewise.
4336         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
4337         (widget-plist-convert-option): Delete spurious comma.
4339 1999-01-19  Jason Rumney <jasonr@altavista.net>
4341         * term/w32-win.el (w32-standard-fontspec-spec): Change
4342         iso8859-5 to koi8-r.  Add iso8859-9.
4344 1999-01-19  Dave Love  <fx@gnu.org>
4346         * browse-url.el (browse-url-maybe-new-window): Delete macro and
4347         its uses.
4349         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
4350         is active.
4351         (fortran-indent-subprogram): Likewise.
4353 1999-01-19  Dave Love  <d.love@dl.ac.uk>
4355         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
4357 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
4359         * wid-edit.el (alist): Use sexp as default key-type.
4361 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4363         * textmodes/tex-mode.el (tex-define-common-keys):
4364         Remove key binding of tex-feed-input.
4365         (tex-mode-map): Bind tex-feed-input here.
4366         (tex-start-shell): Use compilation-shell-minor-mode.  Set
4367         comint-input-filter-functions before running tex-shell-hook.
4368         (tex-start-tex): Forget compilation errors.
4369         (tex-compilation-parse-errors): Rewritten to work also with
4370         compile-mouse-goto-error and compile-goto-error.  Adjusted to
4371         change in tex-region.
4372         (tex-region): For the temp file use file-name without directory.
4373         (tex-file): Expand file name of tex-print-file.
4375 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4377         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
4379 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
4381         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
4382         beginning could cause Emacs to hang.  Fixed.
4384 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
4386         * international/ccl.el (ccl-compile-translate-character): Handle
4387         the case that a tranlation table is CCL register correctly.
4389         * international/mule-cmds.el (select-safe-coding-system):
4390         Hightlight at most 256 characters.
4392 1999-01-18  Dave Love  <fx@gnu.org>
4394         * startup.el (command-line): If the init file changes operation to
4395         unibyte, make all buffers unibyte and re-set language environment.
4397         * disp-table.el (standard-display-european): Make all existing
4398         buffers unibyte.  Fix doc.
4400 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
4402         * wid-edit.el (coding-system): Define this unconditionally.
4404         * simple.el (shell-command-on-region-default-error-buffer): New var.
4405         (shell-command-on-region): Use that variable as interactive
4406         value of ERROR-BUFFER argument.
4408 1999-01-17  Sam Steingold  <sds@goems.com>
4410         * mail/rmail.el (rmail-quit): run `rmail-quit-hook'.
4412 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4414         * progmodes/compile.el (compilation-goto-locus): If already in the
4415         compilation buffer's window, keep it in that window.
4416         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
4417         (compile-goto-error): Don't play with windows.
4419         * textmodes/tex-mode.el (latex-run-command): Doc fix.
4420         (tex-command): Doc fix.
4421         (tex-compilation-parse-errors): Doc fix.
4422         (tex-generate-zap-file-name): Don't start the name with -.
4423         (tex-expand-files): Works now also with strings ending with ":".
4425 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
4427         Patch failed to install:
4428         * gametree.el: Document scoring functionality.
4429         (gametree-score-regexp): Add optional plus sign.
4430         (gametree-score-opener): Replace `:' with `=' as the former
4431         conflicts with gametree-half-ply-regexp.
4432         (gametree-transpose-following-leaves): Add.
4433         (gametree-insert-new-leaf): Make modifying commands barf in read
4434         only buffers.
4435         (gametree-break-line-here): Add a call to
4436         `gametree-transpose-following-leaves'.  This maintains the
4437         necessary invariant that on each level all leaf children precede
4438         all nonleaf children.  This has always been implied, but left to
4439         the user, and, unfortunately, undocumented.
4441 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
4443         * wid-edit.el (plist, alist): New widget types.
4445 1999-01-17  Dave Love  <fx@gnu.org>
4447         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
4448         fix scope of condition-case therein.
4450 1999-01-17  Andrew Innes  <andrewi@gnu.org>
4452         * dos-w32.el: (find-buffer-file-type-coding-system): Use
4453         default-buffer-file-coding-system when file doesn't exist (and
4454         isn't covered by a special case) instead of forcing undecided-dos
4455         against the user's wishes.
4457         * dos-w32.el (direct-print-region-helper): New function based on
4458         direct-print-region-function; sends data to specified printer port
4459         without further translation.  Recognize and handle specially the
4460         standard `print' and `nprint' programs, as well as `lpr' and
4461         similar programs.  Only write directly to the printer port if no
4462         print program is specified.  Work around a bug in Windows 9x
4463         affecting Win32 version of Emacs by invoking command.com to write
4464         to the printer port instead of writing directly.
4465         (direct-print-region-function): Use direct-print-region-helper to
4466         do most of the work.
4467         (direct-ps-print-region-function): New function; analogue of
4468         direct-print-region-function for ps-print.
4469         (ps-lpr-command): Comment out setq; leave as example usage.
4470         (ps-lpr-switches): Ditto.
4472         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
4473         and MS-Windows.
4474         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
4475         DOS and Windows platforms, to indicate direct printing.  Update
4476         the docstring accordingly.
4478         * ps-print.el: (ps-printer-name): Update docstring about usage on
4479         MS-DOS and MS-Windows.
4480         (ps-lpr-command): Update docstring as for lpr-command.
4481         (ps-print-region-function): New variable.
4482         (ps-do-despool): Use it.
4483         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
4484         DOS/Windows.
4486         * subr.el (subst-char-in-string): New function.
4488 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
4490         * international/codepage.el (cp852-decode-table): Fill a nil entry.
4492         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
4493         (bdf-find-font-info): New function, looks for the first readable
4494         file from a list of alternatives.
4495         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
4496         instead of bdf-get-font-info.
4497         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
4498         to ps-mule-generate-bitmap-glyph.
4500         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
4501         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
4502         now be a list of alternative names.
4503         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
4504         (ps-mule-prepare-font): Likewise.
4506         * international/codepage.el (cp855-decode-table,
4507         cp850-decode-table): Fill some nil entries.
4509 1999-01-16  Dave Love  <fx@gnu.org>
4511         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
4512         last change.
4514 1999-01-15  Dave Love  <fx@gnu.org>
4516         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
4517         and change regexp for command names.
4518         (help-xref-go-back, function-called-at-point, symbol-file)
4519         (where-is): Doc fixes.
4520         (help-xref-go-back): Remove interactive spec.
4521         (describe-function-1): Fix message for alias.  Buttomize alias
4522         name.
4524         * simple.el (join-line): New alias.
4526 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
4528         * forms.el: (forms--show-record): Convert integers to string
4529         expicitly since concat will no longer accept integers.
4530         (forms-print): Use local `total-nb-records' since
4531         `forms--total-records' will be inaccessible after buffer switching.
4533 1998-01-14  Felix Lee  <flee@cygnus.com>
4535         * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness.
4537 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
4539         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
4541 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
4543         * international/codepage.el (cp850-decode-table): Fix previous change.
4545 1999-01-14  Simon Marshall  <simon@gnu.org>
4547         * shell.el (shell-dirtrack-verbose): New custom variable.
4548         (shell-dirstack-message): Use it.
4550 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
4552         * international/mule-conf.el: Coding system alias `dos' for
4553         `undecided-dos', `mac' for `undecided-mac'.
4555         * international/mule-cmds.el (describe-language-environment):
4556         Don't alter input-method-alist.
4558 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
4560         * international/codepage.el (cp850-decode-table): Replace nil
4561         entries with codes of similary looking glyphs.  (Suggested by
4562         Jason Rumney <jasonr@altavista.net>.) 
4564 1999-01-13  Dave Love  <fx@gnu.org>
4566         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
4568         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
4570 1999-01-12  Karl Heuer  <kwzh@gnu.org>
4572         * files.el (auto-save-hook): Defvar this.
4574 1999-01-12  Alex Schroeder  <asc@bsiag.com>
4576         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
4577         faces, eliminating the need to load font-lock before loading sql.
4578         (sql-mode-oracle-font-lock-keywords): Likewise.
4579         (sql-mode-postgres-font-lock-keywords): Likewise.
4581 1999-01-11  Dave Love  <fx@gnu.org>
4583         * cus-start.el: Add inhibit-eol-conversion.
4585         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
4586         the values round.
4588 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
4590         * help.el (help-mode-finish): Renamed from help-mode-maybe.
4591         Don't switch to Help mode here.
4592         (temp-buffer-setup-hook): Use help-mode-finish.
4593         (help-mode-setup): New function.
4594         (temp-buffer-setup-hook): Use help-mode-setup.
4596         * progmodes/sql.el: New file.
4598         * files.el (auto-mode-alist): Add sql-mode.
4600         * faces.el (list-faces-display): Improve the formatting
4601         by computing the maximum length required for any face-name.
4603 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4605         * progmodes/compile.el (compilation-shell-minor-mode): New function.
4607 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
4609         * term.el (term_send_home): Change the string to
4610         be the same as the one emitted by xterm and consistent with the
4611         ones emitted by prior and next.
4612         (term_send_end): Likewise.
4614 1999-01-10  Dave Love  <fx@gnu.org>
4616         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
4617         bindings.
4619 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
4621         * international/codepage.el (codepage-setup): Doc fix.
4622         (cp-decoding-vector-for-codepage): Likewise.
4624 1999-01-10  Markus Rost  <rost@gnu.org>
4626         * cus-edit.el (custom-save-delete): First scan the custom-file.
4628 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
4630         * international/iso-transl.el: Define a "function name" for
4631         each translation that isn't ASCII.  Use these function names
4632         in iso-transl-char-map.
4634 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
4636         * international/mule-util.el (decompose-region): Do decomposition
4637         on temporary unibyte buffer.
4639         * international/mule.el (make-char): Doc-string modified.
4641 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
4643         * simple.el (comment-region): Delete spaces only if we
4644         deleted a comment starter.
4646 1999-01-07  Dave Love  <fx@gnu.org>
4648         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
4650         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
4651         like eval-defun does.
4653         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
4655         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
4656         constructions.  Doc fixes.
4657         (generic-create-generic-function): Use defalias, not fset.
4659         * find-func.el: More doc fixes.
4661 1999-01-06  Stephen Eglen  <stephen@gnu.org>
4663         * files.el (save-buffers-kill-emacs): Show the list of current
4664         processes before prompting to kill them and exit.
4666 1999-01-06  Dave Love  <fx@gnu.org>
4668         * emacs-lisp/find-func.el: Doc fixes.
4669         (find-function-regexp): Extend for define-generic-mode,
4670         define-derived-mode, easy-mmode-define-minor-mode.
4672 1999-01-06  Dave Love  <fx@gnu.org>
4674         * progmodes/fortran.el (fortran-window-create): Account for scroll
4675         bar width.
4677         * browse-url.el: Require (noerror) w3-auto when compiling.
4678         (browse-url-maybe-new-window): Make it a macro and revert last
4679         change to callers.
4680         (browse-url-w3): Require w3 for w3-fetch-other-window.
4682 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4684         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
4685         argument.
4687 1999-01-06  Simon Marshall  <simon@gnu.org>
4689         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
4691         * font-lock.el (font-lock-default-fontify-buffer): When using
4692         with-temp-message, use nil rather than current-message.
4694         * lazy-lock.el (lazy-lock-unstall):
4695         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
4696         rather than current-message.
4698         * fast-lock.el (fast-lock-save-cache-1):
4699         (fast-lock-cache-data): When using with-temp-message, use nil rather
4700         than current-message.
4702 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
4704         * international/codepage.el (cp-coding-system-for-codepage-1): Add
4705         the valid-codes property.
4707         * international/mule-cmds.el (prefer-coding-system): Call
4708         set-coding-priority, so that the internal array of priorities is
4709         also updated.
4711         * international/mule-util.el:
4712         (coding-system-change-eol-conversion,
4713         coding-system-change-text-conversion): Don't define here.
4715         * international/mule-cmds.el: Define them here.  Remove the
4716         autoload cookies.
4718 1999-01-06  Andreas Schwab  <schwab@gnu.org>
4720         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
4721         if it was enabled before.
4723         * view.el (View-revert-buffer-scroll-page-forward): Bind
4724         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
4726         * files.el (recover-session): Preserve point when inserting
4727         explanation.
4729 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
4731         * cus-edit.el (custom-save-delete): Don't delete whitespace
4732         and comments before the sexp that is replaced.
4734 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4736         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
4738 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4740         * vc.el (vc-dired-hook): Use the original value of
4741         dired-move-to-filename-regexp on lines that have not been
4742         reformatted yet.
4743         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the 
4744         file lines have already been reformatted.
4746 1999-01-05  Dave Love  <fx@gnu.org>
4748         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
4749         buffer-local.
4751 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
4753         * progmodes/f90.el: Change of regular expressions for type to
4754         correct highlighting and identation. Some small fixes for
4755         compatibility with XEmacs.
4757 1999-01-05  Stephen Eglen  <stephen@gnu.org>
4759         * mspools.el (mspools-vm-system-mail): Provide an alternative
4760         value based on rmail-spool-directory if $MAIL is not defined.
4762 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4764         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
4765         (reftex-section-info): Handle negative section levels.
4766         (reftex-view-crossref-extra): New option.
4767         (reftex-view-crossref): Generalized to work in more places.
4768         (reftex-find-citation-regexp-format, reftex-find-reference-format,
4769         reftex-macros-with-labels, reftex-global-search-marker): New variables.
4770         (reftex-view-cite-locations-from-bibtex): New command.
4771         (reftex-view-regexp-match, reftex-global-search,
4772         reftex-global-search-continue): New functions.
4773         (reftex-extract-bib-entries): No error for non-existing BibTeX
4774         file, just a message.
4775         (reftex-extract-bib-entries): Better error handling.
4776         (reftex-select-with-char): Use `*RefTeX Select*' for selection
4777         help and force it on current frame.
4778         (reftex-default-bibliography): New function.
4779         (reftex-access-parse-file): Check consistency after loading a
4780         parse file.  When inconsistent, enfore rescan.
4781         (reftex-check-parse-consistency): New function.
4782         (easy-menu-define): Options section drastically shortened.
4784 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
4786         * language/thai-util.el (thai-compose-string): New function.
4788 1999-01-04  Inge Frick  <inge@nada.kth.se>
4790         * easymenu.el (easy-menu-define): Doc fix.
4791         (easy-menu-create-menu): New keyword :included.
4792         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
4793         be an expression, not only a string.  Simulate style `button'.
4794         Use easy-menu-define-key-intern instead of easy-menu-define-key.
4795         (easy-menu-define-key-intern): New function.
4796         (easy-menu-add-item): Understand value returned from
4797         easy-menu-item-present-p and easy-menu-remove-item.
4798         (easy-menu-return-item): New function.
4799         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
4801 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
4803         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
4804         Use rmail-output-read-rmail-file-name to read the file name.
4805         Always call rmail-output-to-rmail-file noninteractively.
4806         When count > 1, do the loop here.
4807         Handle rmail-delete-after-output here.
4808         (rmail-summary-output): Similar changes.
4810         * mail/rmailout.el: Provide `rmailout'.
4811         (rmail-output-read-rmail-file-name): New function.
4812         (rmail-output-to-rmail-file): Use that.
4813         (rmail-output-read-file-name): New function.
4814         (rmail-output): Use that.
4816         * files.el (find-file-noselect): Let /: suppress wildcard matching.
4817         Error if wildcard matches no files.
4819 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
4821         * menu-bar.el (clipboard-yank): Doc fix.
4823         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
4825 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
4827         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
4829 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
4831         * rmail.el (rmail-encode-string): Make sure mask value is
4832         positive; (emacs-pid) returns a negative number on Windows 9x
4833         which causes odd behaviour.
4835 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
4837         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
4838         and about w32-* variables unless on Windows/NT.
4840 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
4842         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
4843         if buffer is modified; ask about all modified buffers.
4845 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
4847         * simple.el (what-cursor-position): Fix previous change.
4849 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
4851         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
4852         from paragraph-start.
4854 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
4856         * international/mule-cmds.el (prefer-coding-system): If the
4857         argument requires specific EOL conversion type, make the default
4858         coding systems use that.
4860 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
4862         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): 
4863         Use shell-command-on-region.
4864         (m4-start-m4, m4-end-m4): Functions deleted.
4866 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
4868         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
4870 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4872         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
4873         to compose-mail in the correct places and as a list.
4875 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
4877         * page-ext.el: Added mouse-selection feature for pages directory buffer.
4878         (pages-directory-map): Bind mouse-2
4879         (pages-copy-header-and-position): Put text property.
4880         (pages-directory-goto-with-mouse): New function.
4882 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
4884         * international/codepage.el (cp-make-coding-systems-for-codepage):
4885         Doc fix.
4886         (cp-coding-system-for-codepage-1): Likewise.
4888 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
4890         * language/thai-util.el (thai-post-read-conversion): Handle Thai
4891         composition sequence correctly here instead of calling
4892         thai-compose-region.
4894         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
4895         newline in multibyte buffer, if previous or next character is a
4896         composite char, check the first component of the composite char.
4898 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
4900         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
4901         and track-mouse.
4903 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4905         * mail/sendmail.el (mail-yank-original): Remove text properties
4906         after insertion.
4907         (mail-yank-region): Barf if no mark is set in the message
4908         being replied to.
4910         * help.el (function-called-at-point): First look for function at point.
4912 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
4914         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
4916 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
4918         * simple.el (what-cursor-position): Print character encoding also.
4920 1998-12-26  Dave Love  <fx@gnu.org>
4922         * textmodes/flyspell.el: If local-maps work, don't put
4923         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
4924         in flyspell-mouse-map (only).
4925         (flyspell-use-local-map): New variable.
4926         Use a different mouse-2 binding in that case,
4927         and don't add to minor-mode-map-alist.
4928         (make-flyspell-overlay, flyspell-correct-word):
4929         Test flyspell-use-local-map.
4931 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
4933         * files.el (file-expand-wildcards): Handle wildcards in directory name.
4934         Be careful about whether to return a relative file name,
4935         and if so, relative to what directory.
4937 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
4939         * emacs-lisp/easymenu.el (easy-menu-get-map): 
4940         Change global map only if this menu exists in the global map already,
4941         and not in the local map.
4942         (easy-menu-do-add-item): Fix error message.
4944         * foldout.el (foldout-inhibit-key-bindings):
4945         Avoid concatenating onto outline-minor-mode-prefix.
4946         Make a new keymap for that prefix, if it does not already have one.
4948 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
4950         * cperl-mode.el:
4951         Can use linear algorithm for indentation if Emacs supports it.
4952         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
4953         (cperl-after-block-p):  Likewise.
4954         (cperl-after-block-and-statement-beg): Likewise.
4955         (cperl-after-block-p):  After END/BEGIN we are a block.
4956         (cperl-after-expr-p):   Skip labels when checking
4957         (cperl-indent-region):  Make a marker for END - text added/removed.
4958         Disable hooks during the call (how to call them later?).
4959         Now indents 820-line-long function in 6.5 sec (including
4960         syntaxification) the first time (when buffer has few
4961         properties), 7.1 sec the second time.
4962         (cperl-indent-region):  Do not indent whitespace lines
4963         (cperl-style-alist)
4964                 Include `cperl-merge-trailing-else' where the value is clear.
4965         (cperl-styles-entries): Likewise.
4966         (cperl-problems):       Improvements to docs.
4967         (cperl-tips):           Likewise.
4968         (cperl-non-problems):   Likewise.
4969         (cperl-mode):           Make lazy syntaxification possible.
4970         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
4971         `font-lock-unfontify-region-function' was set to a wrong function.
4973         (cperl-find-pods-heres): Safe a position in buffer where it is safe to 
4974         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
4975         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
4976         but 1<<6 was considered as HERE-doc.
4977         <file/glob> made into a string.
4978         Postpone addition of faces after syntactic step.
4979         Recognition of <FH> was wrong.
4980         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
4981         Knows that split// is null-RE.
4982         Highlights separators in 3-parts expressions as labels.
4983         <> was considered as a glob.
4984         Would err if the last line is `=head1'.
4985         $a-1 ? foo : bar; was a considered a regexp.
4986         `<< (' was considered a start of HERE-doc.
4987         mark qq[]-etc sections as syntax-type=string
4988         Was not processing sub protos after a comment ine.
4989         Was treating $a++ <= 5 as a glob.
4990         Tolerate unfinished REx at end-of-buffer.
4991         `unwind-protect' was left commented.
4992         / and ? after : start a REx.
4994         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
4995         Better default, customizes to `message' too, off in text-mode.
4997         (cperl-array-face): Renamed from `font-lock-emphasized-face',
4998         `defface'd.
4999         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
5000         `defface'd.
5001         (cperl-emacs-can-parse):        New state variable.
5002         (cperl-indent-line):    Corrected to use global state.
5003         (cperl-calculate-indent):       Likewise.
5004         (cperl-fix-line-spacing):       Likewise (not used yet).
5005         (cperl-calculate-indent):       Did not consider `,' as
5006         continuation mark for statements.
5007         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
5008         Remove another parse-data optimization at toplevel: would
5009         indent correctly.
5010         Correct for labels when calculating indentation of continuations.
5011         Docstring updated.
5012         (cperl-choose-color):   Converted to a function (to be
5013         compilable in text-mode).
5014         (cperl-dark-background):        Disable without window-system.
5015         Do `defface' only if window-system.
5016         (cperl-fix-line-spacing):       sped up to bail out early.
5017         (x-color-defined-p): was not compiling on XEmacs
5018         Was defmacro'ed with a tick.  Remove another def.
5019         (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones
5020         (cperl-unwind-to-safe): New function.
5021         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
5022         (cperl-fontify-syntaxically): Unwinds start and end to go out of 
5023                                      long strings (not very successful).
5024         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
5025         Highlight the starting // in s//foo/ as function-name.
5026         Emit a meaningful error instead of a cryptic one for an
5027         uncomplete REx near end-of-buffer.
5029         (cperl-electric-keyword):       `qr' recognized.
5030         (cperl-electric-else):          Likewise
5031         (cperl-to-comment-or-eol):      Likewise
5032         (cperl-make-regexp-x):  Likewise
5033         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
5034         Corrected to use new macros;
5035         `if' for copying `reference-face' to `constant-face' was backward.
5036         remove init `font-lock-other-emphasized-face',
5037         `font-lock-emphasized-face', `font-lock-keyword-face'.
5038         Interpolate `cperl-invalid-face'.
5039         (cperl-make-regexp-x):  Misprint in a message.
5040         (cperl-syntaxify-unwind): New configuration variable
5041         (cperl-fontify-m-as-s): New configuration variable
5042         (cperl-electric-pod):   check for after-expr was performed
5043         inside of POD too.
5044         (cperl-backward-to-noncomment): better treatment of PODs and HEREs.
5045         (cperl-clobber-mode-lists): New configuration variable.
5046         (cperl-not-bad-style-regexp):   Updated.
5047         Init:                   `cperl-is-face' was busted.
5048         (cperl-make-face):      New macros.
5049         (cperl-force-face):     New macros.
5050         (font-lock-other-type-face): Done via `defface' too.
5051         (cperl-nonoverridable-face):    New face.  Renamed from
5052         `font-lock-other-type-face'.
5053         (cperl-init-faces-weak):        use `cperl-force-face'.
5054         (cperl-comment-indent): Commenting __END__ was not working.
5055         (cperl-indent-for-comment):     Likewise.
5056         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
5057         When removing old TAGS info was not relativizing filename.
5058         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
5059         Another try to work around XEmacs problems.  Better progress messages.
5060         (toplevel):             require custom unprotected => failure on 19.28.
5061         (cperl-xemacs-p):       defined when compile too
5062         (cperl-find-tags):      Was writing line/pos in a wrong order, 
5063         pos off by 1 and not at beg-of-line.
5064         (cperl-etags-snarf-tag): New macro
5065         (cperl-etags-goto-tag-location): New macro
5066         (cperl-version):        New variable.  New menu entry
5067         random docstrings:      References to "future" 20.3 removed.
5068         Menu was described as `CPerl' instead of `Perl'
5069         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
5070         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
5071         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
5072         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
5073         `font-lock-reference-face', `font-lock-keyword-face'.
5074         Use `eval-after-load'.
5075         Remove not-CPerl-related faces.
5076         (cperl-tips-faces):     New variable and an entry into Mini-docs.
5077         (cperl-indent-exp):     Was not processing else-blocks.
5078         (cperl-get-state):      NOP line removed.
5079         (cperl-ps-print):       New function and menu entry.
5080         (cperl-ps-print-face-properties):       New configuration variable.
5081         (cperl-invalid-face):   New configuration variable.
5082         (perl-font-lock-keywords):      Highlight trailing whitespace
5083         (cperl-contract-levels):        Documentation corrected.
5084         (cperl-contract-level):         Likewise.
5085         (cperl-ps-extend-face-list):    New macro.
5086         (cperl-invalid-face):   Change to ''underline.
5088 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
5090         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
5091         for read-file-name. 
5092         (rmail-output-to-rmail-file): Likewise.
5094 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
5096         * emacs-lisp/easymenu.el (easy-menu-get-map):
5097         If MENU is nil, use global menu-bar map.
5098         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
5099         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
5101 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5103         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
5105 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5107         * ps-print.el (ps-print-version): New version number (4.1.3).
5109 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
5111         * international/mule-cmds.el: Use make-sparse-keymap instead of
5112         define-prefix-key when defining MULE menu items.
5114         * info.el (Info-node-at-bob-matching): New function.
5115         (Info-find-node, Info-build-node-completions): Call it.
5117 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
5119         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
5120         when this is an autoloaded keymap.
5122 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
5124         * international/codepage.el (cp-coding-system-for-codepage-1):
5125         Create separate encoders and decoders, for DOS and Unix.  Make the
5126         usual family of 3 coding systems, so that automatic detection of
5127         EOL type works.
5128         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
5129         Unix-specific symbols here, and don't call
5130         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
5131         Handa <handa@etl.go.jp>.)
5133         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
5135         * term/internal.el (IT-character-translations): New variable, an
5136         alist used to display characters for which there's no glyphs in
5137         the current codepage.
5138         (IT-display-table-setup): New function, sets up the DOS terminal
5139         for a given codepage.
5140         (dos-codepage-setup): New function, sets up the MULE environment
5141         for the current value of dos-codepage.
5142         (top-level if): In the multibyte mode, turn on
5143         unibyte-display-via-language-environment.  In the unibyte mode,
5144         set up the special syntax tables to map lower- to upper case and
5145         back.
5147 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
5149         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
5150         (speedbar-frame-plist) Remove useless comments.
5151         (speedbar-frame-mode) Do not specify height if it is in the param list.
5152         Use default y position w/out changing it.
5153         If default x position is a list, keep, calculate the non-list X
5154         value when devining an initial position.
5155         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
5156         (speedbar-tag-group-name-minimum-length): New variable.
5157         (speedbar-frame-parameter): New compatibility function.
5158         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
5159         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
5160         groups to keep things in the right order, and to help with some
5161         naming conventions.
5162         (speedbar-create-tag-hierarchy): Enable buffer local version of
5163         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
5164         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
5165         the case, derive it from the cursor location in speedbar.
5167 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
5169         * international/mule-cmds.el (set-language-environment): On MS-DOS
5170         terminals, install DOS-specific nonascii-translation-table if the
5171         language info doesn't specify one.  Pass the default eol-type to
5172         set-language-environment-coding-systems.
5173         (set-default-coding-systems): Copy the eol-type property for the
5174         new default values of {buffer-file,process}-coding-system from the
5175         old defaults.
5176         (set-language-environment-coding-systems): Accept an optional
5177         argument EOL-TYPE, and set the eol-type property of the default
5178         coding systems accordingly.
5179         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
5180         (set-keyboard-coding-system): Likewise.
5181         (set-default-coding-systems): Don't set
5182         default-terminal-coding-system on MS-DOS to anything but nil.
5183         (prefer-coding-system): Describe in the doc string that
5184         default-terminal-coding-system is not changed on MS-DOS.
5185         (set-language-environment): For MS-DOS, set standard syntax table
5186         and display table for all characters with code above 127.
5187         (standard-display-european-internal): For MS-DOS, pass all
5188         characters with code above 127 directly to the terminal, and don't
5189         remap characters 160 and 146 in the unibyte case.
5191         * international/codepage.el: New file.
5193 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5195         * diary-lib.el (diary-float): Fix end-of-year error and typos in
5196         comments.
5198 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
5200         * map-ynp.el (map-y-or-n-p): Ignore input methods.
5202         * subr.el (read-passwd): Likewise.
5204 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
5206         * info.el (Info-find-node): Add 1 to the position read from the
5207         tag table.  Don't fail if the node delimiter ^_ is the first
5208         character in the file.
5209         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
5210         first character in the file.
5211         (Info-read-subfile): Likewise.
5212         (Info-select-node): Likewise.
5213         (Info-build-node-completions): Likewise.
5215 1998-12-16  Richard Stallman  <rms@gnu.org>
5217         * term/x-win.el (x-cut-buffer-or-selection-value):
5218         If clipboard is enabled, try it before PRIMARY selection.
5220 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
5222         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
5223         insert c-cedilla and C-cedilla respectively, like in latin-1.
5225 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
5227         * language/hebrew.el: Don't use sublists in the flags argument
5228         passed to make-coding-system.
5230 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
5232         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
5233         list of character sets found by find-charset-region.
5235         * ps-mule.el: Always require ps-print.  Move some function
5236         definitions for Emacs 20.2 and the earlier to ps-print.el.
5237         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
5239         * ps-print.el: Define several functions for Emacs 20.2 and the
5240         earlier version.
5241         (ps-printer-name): Check if printer-name is bound.
5243 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5245         * ps-mule.el: Programming uniformization and little code improvement.
5246         (ps-mule-prepare-font): Programming uniformization.
5247         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
5248         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. 
5250         * ps-bdf.el: Programming uniformization and little code improvement.
5251         (bdf-search-and-read): New fun.
5252         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
5253         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
5254         (bdf-info-relative-compose, bdf-info-baseline-offset)
5255         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
5256         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
5257         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
5258         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
5259         improvement.
5261 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5263         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
5264         and mule related code extraction. Autoload ps-mule funs.
5266         * ps-mule.el: Doc fix. Require ps-print only when compiled.
5267         (ps-mule-prologue-generated): New fun.
5268         (ps-mule-plot-string): Add autoload cookie.
5269         (ps-mule-begin-job): Call ps-mule-prologue-generated.
5271 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
5273         * ps-bdf.el: Require ps-mule instead of ps-print.
5274         (bdf-directory-list): Add autoload cookie.
5276         * ps-mule.el: New file.  Mule related code extracted from
5277         ps-print.el.  Require ps-print, provide ps-mule.
5278         (ps-multibyte-buffer): Add autoload cookie.
5279         (ps-mule-prepare-ascii-font): New fun.
5280         (ps-mule-set-ascii-font): New fun.
5281         (ps-mule-skip-same-charset): Fun deleted.
5282         (ps-mule-plot-string): Set ps-mule-current-charset.
5283         (ps-mule-initialize): Add autload cookie.  Don't set
5284         ps-mule-font-info-database here.
5285         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
5286         ps-mule-font-info-database and ps-control-or-escape-regexp.
5287         (ps-mule-begin-page): New fun.
5289         * ps-print.el: Mule related code moved to ps-mule.el.
5290         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
5291         check ps-mule-charset-list.
5292         (ps-begin-page): Don't set ps-mule-current-charset, instead call
5293         ps-mule-begin-page.
5294         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
5295         (ps-plot-region): Don't set ps-mule-current-charset, instead call
5296         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
5297         instead skip same charsets by itself.
5298         (ps-generate): Call ps-mule-initialize of needs-begin-file is
5299         non-nil.  Call ps-mule-begin-job.
5301 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
5303         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
5304         instead of bdf.
5306         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
5307         (ps-mule-external-libraries): New element FEATURE.
5308         (ps-mule-init-external-library): Ajusted for the above change.
5309         (ps-mule-generate-font): Likewise.
5310         (ps-mule-generate-glyphs): Likewise.
5311         (ps-mule-prepare-font): Likewise.
5312         (ps-mule-initialize): Likewise.
5313         (ps-begin-file): Superfluous tailing parenthesis deleted.
5315 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
5317         * international/fontset.el (x-decompose-font-name): If PATTERN
5318         doesn't have any wild cards, return a vector made from a name that
5319         is found by x-resolve-font-name found.  Comments added.
5321         * international/mule-cmds.el (find-coding-systems-for-charsets):
5322         Handle the case of unknown charset.
5323         (find-multibyte-characters): If invalid multibyte characters are
5324         found, return the corresponding strings instead of character
5325         codes.
5326         (find-multibyte-characters): Adjusted for the above change.
5327         (select-safe-coding-system): For a unibyte buffer, always returns
5328         DEFAULT-CODING-SYSTEM.
5329         (get-charset-property): Fix previous change.  Make it a function.
5330         (put-charset-property): Make it a function.
5332         * international/mule.el (make-coding-system): Set mime-charset
5333         property of *-with-esc coding system to nil.
5335         * international/quail.el (quail-point-in-conversion-region): New
5336         function.
5337         (quail-conversion-backward-delete-char): When a key sequence is
5338         being translated, call quail-delete-last-char.
5340         * language/devan-util.el
5341         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
5342         handle devanagari-decomposition-rules.
5344 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
5346         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
5347         tex-start-options-string to empty string.
5348         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
5350 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
5352         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
5353         5xx responses are already handled properly).
5355 1998-12-13  Richard Stallman  <rms@gnu.org>
5357         * progmodes/compile.el (compilation-error-regexp-alist): Insist
5358         on a non-digit in the file name.
5360         * simple.el (comment-region): Handle comment-padding
5361         separately for insertion and for deletion, in the right way for each.
5363 1998-12-13  Felix Lee  <flee@cygnus.com>
5365         * progmodes/compile.el (compilation-error-regexp-alist): Fix
5366         regexp to match "ChangeLog:1:1998-12-09 ..."
5368 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
5370         * cus-start.el (dos-unsupported-char-glyph): Add.
5372 1998-12-11  Dave Love  <fx@gnu.org>
5374         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
5375         forward-sexp in condition-case.
5377         * emacs-lisp/find-func.el (find-function-search-for-symbol):
5378         Remove unnecessary test on `library' for explicit file name.
5379         Widen scope of save-match-data.
5381 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
5383         * international/mule.el (load-with-code-conversion): If the loaded
5384         file was inserted  with no-conversion or raw-text coding system,
5385         make the buffer unibyte.
5387 1998-12-09  Richard Stallman  <rms@gnu.org>
5389         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5390         Get rid of nested loops.
5392         * mouse.el (mouse-drag-vertical-line):
5393         If WHICH-SIDE is not `right', then scroll bars are on the left.
5395         * loadhist.el (load-history-loaded): defvar moved to help.el.
5397         * help.el (symbol-file-load-history-loaded): Variable renamed,
5398         and defvar moved from loadhist.el.
5399         (symbol-file): Renamed from describe-function-find-file.
5400         Load fns-VERSION.el here.
5401         (describe-variable, describe-function-1): Use symbol-file.
5403         * textmodes/tex-mode.el (tex-generate-zap-file-name):
5404         Don't start the name with #.
5406         * ispell.el: Take out the eval-when's.
5408 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
5410         * dirtrack.el (dirtrack-directory-change-hook): New hook.
5411         (dirtrack): Run it.  Make debug message more verbose.
5413 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
5415         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
5416         name of the abbrev table, and provide support for XEmacs.
5417         (octave-xemacs-p): New variable.
5419 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
5421         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
5422         exit, when mail-interactive is nil.
5424 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
5426         * files.el (after-find-file): Message fix.
5428 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
5430         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
5432 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
5434         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
5435         filenames using backslashes.
5437 1998-12-09  Dave Love  <fx@gnu.org>
5439         * browse-url.el (browse-url-mail): Call compose-mail-other-window
5440         with correct number of args.
5441         (browse-url-maybe-new-window): New arg.  Callers changed.
5443         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
5444         comment.
5446 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
5448         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
5450 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
5452         * vc.el (vc-rcs-release): Fix Type.
5453         (vc-sccs-release): Fix Type.
5454         (vc-cvs-release): Fix Type.
5456         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
5457         arg work right.
5459         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
5460         output of last undeleted message.
5462 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
5464         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
5465         (buffer-undo-list) [windows-nt]: Use different relative path.
5467 1998-12-07  Simon Marshall  <simon@gnu.org>
5469         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
5471 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
5473         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
5475         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
5477 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
5479         * info.el (Info-menu): Don't return error if point is between menu
5480         header and first menu item.
5482 1998-12-04  Dave Love  <fx@gnu.org>
5484         * help.el (describe-function-1): Fix description for alias.
5486 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
5488         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
5489         specifications from summary line.
5491         * rect.el (delete-whitespace-rectangle): Mark for autoload.
5492         (close-rectangle): Define alias only once in loaddefs.el.
5494 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
5496         * term/internal.el: Remove code which sets up a special syntax
5497         table for non-ASCII characters.
5499 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
5501         * dos-w32.el (direct-print-region-function): Try to ensure that
5502         printer-name is expanded to a file name on a local drive;
5503         sometimes printing a file loaded from a network volume fails.
5504         (direct-print-region-function): Add a function to
5505         write-region-annotate-functions to append a formfeed character to
5506         the region being printed, if the region doesn't end with a
5507         formfeed already.  This avoids creating a second print job
5508         containing a blank page when print spooling is enabled on Windows.
5510 1998-12-02  Dave Love  <fx@gnu.org>
5512         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
5513         `Info-goto-node'.
5515 1998-12-02  Richard Stallman  <rms@gnu.org>
5517         * help.el (temp-buffer-resize-mode): Doc fix.
5519         * cus-edit.el (custom-save-delete): Save point before
5520         reading a sexp, rather than backing up.
5522         * international/iso-transl.el: Fix previous change.
5524 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5526         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
5527         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
5528         Added defvars to suppress compilation warnings.
5530 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
5532         * ispell.el: Improved and fixed customize for variables:
5533         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
5534         ispell-dictionary-alist, ispell-skip-sgml.
5535         Improved and fixed comments in variables and messages for
5536         functions: ispell-help-in-bufferp, ispell-local-dictionary,
5537         ispell-menu-map, ispell-checking-message, ispell-parser,
5538         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
5539         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
5540         ispell-comments-and-strings, ispell-continue, ispell-complete-word, 
5541         ispell-message-text-end, ispell-add-per-file-word-list.
5542         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
5543         system is now required for all languages.  Casechars improved for
5544         castellano, castellano8, and norsk dictionaries.  Dictionary
5545         norsk7-tex added.  Dictionary polish added.
5546         (ispell-dictionary-alist): Redefined at load-time to support
5547         dictionary changes.
5548         (ispell-menu-map): Redefined at load-time to support menu changes.
5549         (ispell-check-version): New alias for `check-ispell-version'.
5550         (ispell-parse-output): Fixed matching for ispell error messages.
5551         Correctly returns spelling suggestions in order generated by ispell
5552         process.
5553         (check-ispell-version): Ensure `case-fold-search' doesn't get
5554         redefined.
5555         (ispell-complete-word): Ensure `case-fold-search' doesn't get
5556         redefined.  Fix bug that didn't respect case of word being completed.
5557         (ispell-init-process): Set process coding system to be compatible
5558         with emacs processes and the ispell process.
5559         (ispell-kill-ispell): Ensures ispell process has terminated before
5560         starting new process.  This can otherwise confuse process filters
5561         and hang the ispell process.
5562         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
5563         skipping support for sgml.
5564         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
5565         which could cause `ispell-complete-word' to hang.
5566         (ispell-message): Improved message reference matching.  Ensure
5567         `case-fold-search' doesn't get redefined.
5568         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
5569         get redefined.  Fixed bug in returning to nroff mode from tex mode.
5570         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
5571         get redefined.
5573 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
5575         * textmodes/flyspell.el (flyspell-check-word-p):
5576         Don't delay inside a kbd macro.
5578         * subr.el (make-local-hook): Return the hook variable.
5580 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
5582         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
5583         Use a timer instead of post-command-hook.
5584         (hscroll-timer): New variable.
5586 1998-11-30  Dave Love  <fx@gnu.org>
5588         * help.el (help-xref-button): Do nothing if text already has the
5589         help-xref property.
5590         (describe-variable): Revert previous change to hyperlink to source.
5592 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
5594         * bindings.el (features): Add `base64' to this list.
5596         * loadhist.el (symbol-file): Doc fix.
5598         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
5600         * files.el (hack-one-local-variable): Cope with non-file buffers.
5602 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
5604         * help.el (describe-mode): Put major mode first.
5606         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
5607         to support special-display and same-window features.
5609 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
5611         * simple.el (transpose-subr, transpose-subr-1): Rename variables
5612         bound in one function and used in the other.
5613         (transpose-subr-start1, transpose-subr-start2): Add defvars.
5614         (transpose-subr-end1, transpose-subr-end2): Add defvars.
5616 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
5618         * autoinsert.el (auto-insert-alist): Use user-mail-address.
5620 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
5622         * international/ccl.el (ccl-dump-translate-character-const-tbl):
5623         Give format correct control string.
5625         * international/mule.el (define-translation-table): Fix bug of
5626         setting incorrect translation-table-id.  If the first element of
5627         ARGS is a translation table, just register it.
5629         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
5630         property.
5632 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
5634         * thingatpt.el (thing-at-point-url-at-point): Don't use current
5635         syntax table to determine what is whitespace.
5637 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
5639         * frame.el (frame-parameter): Doc fix.
5641         * textmodes/tex-mode.el (tex-feed-input): New function.
5642         (tex-define-common-keys): Add binding for C-c C-m.
5644 1998-11-23  Dave Love  <fx@gnu.org>
5646         * progmodes/fortran.el: Various minor doc fixes.
5647         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
5648         (fortran-with-subprogram-narrowing): New macro.
5649         (fortran-check-for-matching-do): Use it.
5650         (fortran-end-do): Use fortran-check-end-prog-re.
5651         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
5652         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
5654 1998-11-23  Simon Marshall  <simon@gnu.org>
5656         * font-lock.el (font-lock-defaults): Doc fix.
5657         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
5658         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
5660         * lazy-lock.el (lazy-lock-unstall):
5661         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
5663         * fast-lock.el (fast-lock-save-cache-1):
5664         (fast-lock-cache-data): Rewritten to use with-temp-message.
5666 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
5668         * mail/rmail.el (rmail-set-message-counters-counter): Detect
5669         messages that have been added with DOS line endings and convert
5670         the line endings for such messages.
5672 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
5674         * help.el: Add resizing of temporary buffers.
5675         (temp-buffer-resize-mode): New command and variable.
5676         (temp-buffer-max-height): New variable.
5677         (resize-temp-buffer-window): New function.
5679         * window.el (window-buffer-height): New function, split from
5680         shrink-window-if-larger-than-buffer.
5681         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
5683 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
5685         * frame.el (initial-frame-alist): Add defcustom.
5687         * shell.el (shell-prompt-pattern): Add defcustom.
5689 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5691         * message.el (message-ignored-supersedes-headers): Remove
5692         NNTP-Posting-Date. 
5694 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
5696         * help.el (describe-mode): Don't avoid loop indirecting thru
5697         value of INDICATOR.
5699 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
5701         * help.el (describe-variable): Allow any variable with a defcustom,
5702         even if it is not a user variable.
5704         * mail/rmail.el (mail-unsent-separator): Additional alternative.
5706 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
5708         * gnus/nntp.el (nntp-request-group): Allow for failures when
5709         requesting a new group.
5711 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
5713         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
5715 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5717         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
5719 1998-11-19  Simon Marshall  <simon@gnu.org>
5721         * subr.el (with-temp-message): New macro.
5723         * emacs-lisp/lisp-mode.el (with-temp-message):
5724         Add lisp-indent-function property.
5726 1998-11-18  Dave Love  <fx@gnu.org>
5728         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
5730 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
5732         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
5733         This is not obsolete.
5735 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
5737         * textmodes/picture.el: Make a new map by make-keymap.
5738         (picture-desired-column): New variable.
5739         (picture-update-desired-column): New function.
5740         (picture-beginning-of-line): Set picture-desired-column to 0.
5741         (picture-end-of-line): Set picture-desired-column to the current
5742         column.
5743         (picture-forward-column): Pay attention to multi-column character.
5744         (picture-backward-column): Likewise.
5745         (picture-move-down): Likewise.
5746         (picture-move-up): Likewise.
5747         (picture-movement-nw): With prefix arg, move twice columns.
5748         (picture-movement-ne): Likewise.
5749         (picture-movement-sw): Likewise.
5750         (picture-movement-se): Likewise.
5751         (picture-set-motion): Handle two-column movements.
5752         (picture-move): Call picture-move-down or picture-forward-column
5753         only when necessary.
5754         (picture-insert): Pay attention to picture-desired-column.
5755         (picture-self-insert): Likewise.
5756         (picture-clear-column): Pay attention to multi-column character.
5757         (picture-mode): Modify doc-string for two-column movement.
5759         * rect.el (move-to-column-force): New function.
5760         (operate-on-rectangle): If coerce-tabs is non-nil, call
5761         move-to-column-force instead of move-to-column.
5762         (insert-rectangle): Call move-to-column-force instead of
5763         move-to-column.
5764         (open-rectangle-line): If begextra is not zero, call
5765         move-to-column-force.
5768 1998-11-16  Dave Love  <fx@gnu.org>
5770         * textmodes/sgml-mode.el Require skeleton when compiling.
5771         (sgml-font-lock-keywords-1): Accept single-letter tags.
5772         (v2): Defvar free variable.
5774 1998-11-16  Sam Steingold  <sds@goems.com>
5776         * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL
5777         macro, not ELisp one.
5779 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
5781         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
5782         characters to symbol.
5784         * language/japan-util.el (japanese-zenkaku-region): New optional
5785         arg KATAKANA-ONLY.
5787 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
5789         * international/mule.el
5790         (after-insert-file-set-buffer-file-coding-system): If the buffer
5791         is changed to unibyte, return inserted bytes.
5793         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
5794         and link names if necessary.
5795         (tar-header-block-summarize): Handle the case that file or link
5796         names are multibyte.
5797         (tar-summarize-buffer): At first set the current buffer unibyte,
5798         then if there are multibyte file names, change it to multibyte.
5799         (tar-mode): Get char position from tar-header-offset.
5800         (tar-extract): Avoid multibyte<->unibyte conversion in
5801         insert-buffer-subsring by setting both buffers unibyte
5802         temporarily.
5803         (tar-copy): Set the buffer unibyte while doing a work.  Write
5804         without code conversion.
5805         (tar-expunge): Set the buffer unibyte while doing a work.
5806         (tar-alter-one-field): Likewise.
5807         (tar-clear-modification-flags): Compare byte position with
5808         tar-header-offset.
5809         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
5810         insert-buffer-subsring by setting both buffers unibyte
5811         temporarily.  Pay attention to multibyteness while updating the
5812         descriptor-line.
5813         (tar-mode-write-file): Write without code conversion.
5815 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5817         * nngateway.el: Require cl.
5819 1998-11-15  Dave Love  <fx@gnu.org>
5821         * progmodes/fortran.el: Fix previous change:
5822         (fortran-end-prog-re1): Changed.
5823         (fortran-check-end-prog-re): New function.
5824         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
5826 1998-11-13  Tom Breton  <tob@world.std.com>
5828         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
5829         GNU Emacs.
5831 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
5833         * textmodes/reftex.el: (reftex-finding-files): Group documentation
5834         fixed.
5835         (reftex-toc-toggle-file-boundary,
5836         reftex-toc-toggle-labels,
5837         reftex-toc-toggle-context,reftex-find-start-point): New functions.
5838         (reftex-toc-include-labels, reftex-toc-include-context,
5839         reftex-toc-include-file-boundaries,
5840         reftex-toc-keep-other-windows): New options.
5841         (reftex-use-text-after-label-as-context): Option removed.
5842         (reftex-extract-bib-entries): Protect use in non-latex
5843         buffers.
5844         (reftex-toc-visit-location): Renamed from
5845         `reftex-toc-visit-line'.
5846         (reftex-latin1-to-ascii): Works now with and without Mule.
5847         (reftex-truncate): Removed special stuff for Emacs 20.2.
5848         (reftex-get-offset): Made more general.
5849         (reftex-show-label-location): Renamed from
5850         `reftex-select-label-callback'.
5851         (reftex-pop-to-label): Function removed (using
5852         `reftex-show-label-location' instead.
5853         (reftex-insert-docstruct): Renamed from
5854         `reftex-make-and-insert-label-list'.  Function args changed.
5855         (reftex-toc): Now uses `reftex-insert-docstruct' and
5856         `reftex-find-start-point'.
5857         (reftex-select-item): Use `reftex-find-start-point'.
5858         (reftex-toc-visit-line): Can display labels and file
5859         boundaries.
5860         (reftex-TeX-master-file): `(TeX-master-file)' protected.
5862 1998-11-12  Sam Steingold  <sds@goems.com>
5864         * browse-url.el (browse-url): Handle the case when
5865         `browse-url-browser-function' is a lambda list.
5867 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
5869         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
5870         version string.
5871         * loadhist.el (symbol-file): Likewise
5873 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
5875         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
5877 1998-11-11  Sam Steingold  <sds@goems.com>
5879         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
5880         `run-lisp' instead of signalling an error.
5882 1998-11-11  Karl Heuer  <kwzh@gnu.org>
5884         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
5886 1998-11-11  Richard Stallman  <rms@gnu.org>
5888         * vc-hooks.el (vc-toggle-read-only): Doc fix.
5890 1998-11-11  Per Starback  <starback@update.uu.se>
5892         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
5893         renamed svenska8 to svenska, and fixed and extended CASECHARS
5894         for it.
5896 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
5898         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
5899         handling if setpagedevice is not available.
5900         (ps-begin-file): Fix typo.
5902 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
5904         * international/mule-util.el (compose-chars-component): Signal
5905         error if CH is a rule-based composition character.
5906         (compose-chars): Signal error if an already compsed character is
5907         going to be composed by rule-base.
5909         * term/x-win.el: If a resolved ASCII font name doesn't conform to
5910         full XLFD, don't try to get information of WEIGHT and SLANT from
5911         that font name.
5913 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
5915         * dos-w32.el (set-default-process-coding-system): Use function on
5916         before-init-hook to set default-process-coding-system based on
5917         enable-multibyte-characters.
5919         * term/w32-win.el ([language-change]): For now ignore
5920         keyboard language-change events.
5922 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
5924         * ediff-util.el (ediff-make-temp-file): Run the prefix through
5925         convert-standard-file-name, but leave the results of
5926         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
5927         characters if the original name already exists, or has a special
5928         handler.
5930 1998-11-10  Karl Heuer  <kwzh@gnu.org>
5932         * international/iso-insert.el: Delete autoload cookies.
5934         * international/iso-transl.el: Add autoload cookies.
5936 1998-11-10  Richard Stallman  <rms@gnu.org>
5938         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
5939         (ispell-process-line): Don't treat multibyte
5941 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
5943         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
5944         setpagedevice to specify the page size if setpagedevice is
5945         available.  This is necessary to select the correct paper tray on
5946         Level 2 printers with multiple paper sizes available.
5948         (ps-begin-file): Cope with font names that contain spaces, and
5949         call BeginDoc in a BeginSetup/EndSetup block.
5951 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
5953         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
5954         convert-standard-filename.
5956         * loadhist.el (symbol-file): Run fns-VERSION.el through
5957         convert-standard-filename.
5959 1998-11-06  Richard Stallman  <rms@gnu.org>
5961         * textmodes/texinfmt.el (texinfo-format-scan): 
5962         Detect the case of two @-commands in a row; process just the first.
5963         (texinfo-append-refill): If line has a @c, insert the @refill
5964         before it.
5965         (texinfo-format-refill): Return with point where the @refill was.
5967         * files.el (hack-local-variables): Test local-enable-local-variables.
5968         (hack-local-variables-prop-line): Likewise.
5969         (set-auto-mode): Don't test local-enable-local-variables here.
5970         (enable-local-variables): Doc fix.
5971         (local-enable-local-variables): Doc fix.
5972         (normal-mode): Doc fix.
5974 1998-11-06  Karl Heuer  <kwzh@gnu.org>
5976         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
5978 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
5980         * simple.el (line-number-mode): Doc fix.
5982 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
5984         * international/fontset.el (create-fontset-from-fontset-spec):
5985         Give correct arg to `error'.
5987 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
5989         * textmodes/sgml-mode.el (html-mode): Doc fix.
5990         (sgml-name-8bit-mode): Fix missing format character in message string.
5992 1998-11-05  Karl Heuer  <kwzh@gnu.org>
5994         * mail/sendmail.el (sendmail-send-it): Check for failure.
5996 1998-11-05  Richard Stallman  <rms@gnu.org>
5998         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
6000         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
6001         (close-rectangle): Define as alias.
6003 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
6005         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
6007 1998-11-05  Dave Love  <fx@gnu.org>
6009         * help.el (describe-variable): Don't quote link to source.
6011 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
6013         * gud.el (gud-common-init): Use pop-to-buffer.
6014         (same-window-regexps): Add an element that matches all gud buffers.
6016 1998-11-04  Jason Rumney  <jasonr@altavista.net>
6018         * term/w32-win.el (x-get-selection-value): Alias to
6019         x-cut-buffer-or-selection-value.
6020         (w32-standard-fontset-spec): New variable.
6021         (w32-create-initial-fontsets, mouse-set-font): Check whether
6022         new-fontset is available.
6023         (w32-use-w32-font-dialog): Enable use of set-variable.
6025 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6027         * vc.el (with-vc-file, edit-vc-file): New macros.
6029 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
6031         * international/quail.el (quail-show-guidance-buf): Call
6032         set-minibuffer-window to set minibuffer window of the current
6033         frame correctly.
6035 1998-11-03  Theodore Jump <tjump@tertius.com>
6037         * term/w32-win.el: Require fontset.
6039 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
6041         * faces.el (set-face-font): Call resolve-fontset-name on w32.
6042         (set-face-font-auto): Ditto.
6044 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
6046         * mouse.el (mouse-drag-region): Fix typo.
6048 1998-11-02  Dave Love  <fx@gnu.org>
6050         * progmodes/fortran.el Fix for fontification of strings lost somehow:
6051         (fortran-fontify-string): New function.
6052         (fortran-font-lock-keywords-1): Use it.
6054 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
6056         * comint.el (comint-file-name-quote-list): Doc fix.
6058 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
6060         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
6061         build directory, not source directory.
6063         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
6064         if we did not get one for the final move.
6066 1998-11-01  Dave Love  <fx@gnu.org>
6068         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
6069         Don't funcall browse-url-browser-function.
6071         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
6072         Don't funcall browse-url-browser-function.
6074         * fortran.el (fortran-end-prog-re1): Fix the regexp.
6076 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
6078         * files.el (revert-buffer): Doc fix.
6080 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
6082         * textmodes/tex-mode.el (tex-start-options-string):
6083         Quote the backslashes with more backslashes.
6085 1998-10-31  Dave Love  <fx@gnu.org>
6087         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
6088         (webjump): Don't funcall browse-url-browser-function.
6090 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
6092         * international/quail.el (quail-start-translation): Handle
6093         switching of the frame in read-key-sequence.
6094         (quail-start-conversion): Likewise.
6095         (quail-show-guidance-buf): Detach quail-guidance-buf from any
6096         windows before setting an appropriate window for it.
6097         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
6098         quail-guidance-win to nil.
6099         (quail-update-guidance): If quail-guidance-buf is not in the
6100         selected frame, call quail-show-guidance-buf again.
6102 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
6104         * progmodes/pascal.el (pascal-mode):
6105         `blink-matching-paren-dont-ignore-comments' set to t.
6107 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6109         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
6111 1998-10-30  Dave Love  <fx@gnu.org>
6113         * vc.el (vc-backend-merge-news): Check for "P" output.
6115         * help.el (describe-variable): Hyperlink the definition.
6117 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
6119         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
6120         (sh-set-shell): Likewise.
6122         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
6124         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
6125         (edebug-on-error): Fix customize type to match that of
6126         debug-on-error.
6128         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
6130         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
6131         report-emacs-bug-address instead of undefined bug-gnu-emacs.
6133         * international/mule-cmds.el (select-message-coding-system): Doc
6134         fix.
6136         * international/mule-diag.el (describe-coding-system): Describe
6137         all flags.
6139         * mail/sendmail.el (sendmail-coding-system,
6140         default-sendmail-coding-system): Doc fix.
6142         * simple.el (shell-command-on-region): Doc fix.
6144         * loadup.el: Write fns-*.el in current directory instead of
6145         data-directory since no installation directory exists yet.  Mark
6146         buffer unmodified afterwards.
6148         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
6149         instead of data-directory since it is architecture dependent.
6150         (load-history-loaded): Update doc string.
6152 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
6154         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
6155         path as a default directory when canonicalizing names.
6157         * w32-fns.el: Remove a dangling reference to a directory on the
6158         build machine.
6160 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
6162         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
6163         namespace related keywords such as `class', `body', `private',
6164         `variable', `namespace eval', etc.
6165         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
6166         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
6167         imenu and font-lock so that searches for \sw would find words
6168         containing colons.
6170         * progmodes/etags.el (initialize-new-tags-table):
6171         Do not alter find-tag-marker-ring and tags-location-ring.
6173 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
6175         * term/w32-win.el: Require fontset.
6176         (w32-init-fontsets): New function (code from x-win.el).
6178 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6180         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
6181         calendar-and-diary-frame-parameters):  Add title parameter.
6183 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
6185         * completion.el (dynamic-completion-mode): New function to enable
6186         the mode.  (Just loading the file now does not change anything.)
6188 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6190         * ps-print.el: User option for multibyte buffer handling and doc fix.
6191         (ps-multibyte-buffer): New user option.
6192         (ps-setup): Print new user option.
6193         (ps-print-quote): New fun.
6194         (ps-color-p, ps-mule-font-info-database-latin): New var.
6195         (ps-default-color, ps-mule-font-info-database)
6196         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
6197         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
6198         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
6199         Little code improvement.
6200         (ps-mule-initialize): Initialize ps-mule-font-info-database.
6201         (ps-print-prologue-header, ps-font-family, ps-font-size)
6202         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
6203         (ps-build-face-reference, ps-mule-font-info-database-bdf)
6204         (ps-mule-external-libraries, ps-mule-init-external-library)
6205         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
6206         Doc fix.
6207         (ps-print-version): New version number (4.1.1) and doc fix.
6208         (ps-print-prologue-header): New user option.
6209         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
6210         Conditional compilation for GNU Emacs and emacsens.
6211         (ps-generate-postscript-with-faces): Skip invisible text better.
6212         (ps-setup): Print new user option.
6213         (ps-print-preprint): Check if input file name exists and is unwritable.
6214         (ps-begin-file): Adjust PostScript prologue header for duplex printers
6215         and insert user PostScript prologue header comments.
6216         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
6217         New funs.
6218         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
6219         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
6220         PostScript programming normalization.
6221         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
6222         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
6223         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
6224         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
6225         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
6226         Programming style normalization.
6228 1998-10-26  Kenichi Handa <handa@etl.go.jp>
6230         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
6231         version, check the value of mule-version.
6233         * international/mule-util.el (compose-region): Insert then delete
6234         to preserve markers.
6235         (decompose-region): Use search-forward for efficiency.
6237         * language/chinese.el (pre-write-encode-hz): Cancel previous
6238         change, use generate-new-buffer instead of get-buffer-create.
6239         * language/devan-util.el
6240         (in-is13194-devanagari-pre-write-conversion): Likewise.
6241         * language/thai-util.el (thai-pre-write-conversion): Likewise.
6242         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
6243         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
6245 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
6247         * mail/rmailsum.el (rmail-message-subject-p):
6248         Handle message whose header has not been reformatted.
6250         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
6252 1998-10-25  Jason Rumney  <jasonr@altavista.net>
6254         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
6255         New variables.
6256         (mouse-set-font): Use font menus instead of dialog according to
6257         w32-use-w32-font-dialog.
6259 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6261         * calendar/calendar.el (calendar-day-name-array): Add doc string
6262         correctly! 
6263         (calendar-month-name-array): Add doc string correctly!
6265 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
6267         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
6269 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
6271         * lisp/info.el (Info-next-menu-item): Stay on top of node.
6273         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
6275         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
6277         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
6279 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
6281         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
6283 1998-10-21  Karl Heuer  <kwzh@gnu.org>
6285         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
6286         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
6287         (profile-filter, profile-reset-timer): Functions deleted.
6288         (profile-check-zero-init-times, profile-get-time): Likewise.
6289         (profile-find-function, profile-quit): Likewise.
6290         (profile-distinct, profile-call-stack, profile-last-time): New vars.
6291         (profile-time-list, profile-init-list): Doc fix.
6292         (profile-functions): Simplify.
6293         (profile-print): Use float.  Make output include space separators.
6294         (profile-add-time): New helper function.
6295         (profile-function-prolog): Renamed from profile-start-function.
6296         Handle profile-distinct.
6297         (profile-function-epilog): Renamed from profile-update-function.
6298         Handle profile-distinct.
6299         (profile-a-function): If the function to be profiled is an
6300         autoload form, load it.  If it's lazy-loaded, fetch it.
6301         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
6302         (profile-restore-fun): Arg FUN is now a function symbol, as was
6303         documented, rather than a one-element list.
6304         (profile-finish): Call profile-restore-fun properly.
6306 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
6308         * international/characters.el: Setup charset property
6309         nospace-between-words.
6311         * international/mule-cmds.el (get-charset-property): If CHARSET is
6312         composition, return nil.
6313         (put-charset-property): If CHARSET is composition, do nothing.
6315         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
6316         * language/devan-util.el
6317         (in-is13194-devanagari-pre-write-conversion): Likewise.
6318         * language/thai-util.el (thai-pre-write-conversion): Likewise.
6319         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
6320         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
6322         * textmodes/fill.el (sentence-end-without-period): New variable.
6323         (canonically-space-region): Pay attention to
6324         sentence-end-without-period.
6325         (fill-find-break-point): The first argument CHARSET deleted.
6326         Caller changed.
6327         (fill-region-as-paragraph): Pay attention to charset property
6328         nospace-between-words and text property nospace-between-words.
6330 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
6332         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
6333         an unrecognized shell.
6335 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
6337         * desktop.el (desktop-save): Include minor modes symbolically.
6338         (desktop-create-buffer): Turn on all minor modes in `mim'.
6340 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
6342         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
6343         (sh-font-lock-keywords): Handle rpm and rpm2.
6344         (sh-ancestor-alist): Handle rpm.
6346         * files.el (auto-mode-alist): Recognize .rpm files.
6347         Also .spec and .mspec files.
6349 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
6351         * faces.el (frame-set-background-mode): Enable the function for
6352         MSDOS frames.
6354 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6356         * calendar/calendar.el (calendar-day-name-array): Add doc string.
6357         (calendar-month-name-array): Add doc string.
6359 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
6361         * simple.el (kill-ring-max): Increased to 60.
6363 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
6365         * international/characters.el: Setup auto-fill-chars.
6367         * international/kinsoku.el (kinsoku): Check the variable
6368         enable-kinsoku.
6370         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
6371         Don't call kinsoku directly, intead call fill-find-break-point.
6373         * textmodes/fill.el: Setup `fill-find-break-point-function'
6374         property to character sets which require `kinsoku' processing for
6375         filling.
6376         (fill-find-break-point): New function.
6377         (fill-region-as-paragraph): Don't check kinsoku-enable here.
6378         Don't call kinsoku directly, intead call fill-find-break-point.
6380 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
6382         * faces.el (modify-face-read-string): Return (nil) for "none".
6383         (modify-face): Don't get error if (nil) is the argument.
6384         (face-try-color-list): Don't check whether nil is a valid color.
6386 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
6388         * emacs-lisp/bytecomp.el (byte-recompile-directory):
6389         Print message about each directory, even in batch mode.
6391         * gnus/nntp.el: Require `cl' before using nnoo-declare.
6393         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
6394         (ps-mule-string-char): No need to use sref.
6395         (ps-mule-next-index): No need to use sref.
6397         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
6399         * files.el (revert-buffer-internal-hook): Add defvar.
6401         * arc-mode.el (archive-mode): Locally set file-precious-flag.
6403         * tar-mode.el (tar-mode): Locally set file-precious-flag.
6405 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
6407         * international/mule-cmds.el (default-input-method): Fix custom type.
6409         * net-utils.el (whois-server-list): Fix customization type.
6411         * shell.el (shell-input-autoexpand): Fix customization group.
6413 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
6415         * repeat.el (repeat): Handle keyboard macros properly.
6416         Handle new prefix arg after self-insert command.
6418         * repeat.el: Don't include cl even at compile time.
6419         (repeat): Avoid using `loop'.
6421         * simple.el (shell-command-on-region): Doc fix.
6422         (next-history-element): Special error message if no default.
6424 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
6426         * ps-print.el (ps-print-buffer): Doc fix.
6427         (ps-despool): Likewise.
6429         * arc-mode.el (arc-mode): Provide arc-mode.
6431 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
6433         * ps-print.el (ps-print-buffer): Doc fix. 
6435 1998-10-14  Dave Love  <fx@gnu.org>
6437         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
6438         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
6439         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
6441         * progmodes/fortran.el (fortran-mode-map): Change "Join
6442         Continuation Line" to "Join Line".
6443         (fortran-font-lock-keywords-1): Add "cycle", "exit".
6445 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
6447         * progmodes/fortran.el (fortran-join-line): Use
6448         `delete-indentation' instead of issuing an error message if not on
6449         a continuation line.  Provide for joining several lines using
6450         prefix arg.
6452 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
6454         * term/pc-win.el (msdos-color-values): New variable.
6455         (x-color-values): New function, emulates its namesake from
6456         src/xfns.c.
6457         (msdos-bg-mode): Add all dark colors to those which return
6458         "dark".
6460 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
6462         * replace.el (keep-lines, flush-lines, how-many): 
6463         Don't ignore case if arg has upper case letters.
6465 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
6467         * progmodes/vhdl-mode.el
6468         (vhdl-add-index-menu): reverse order in imenu-generic-expression.
6469         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
6470         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
6471         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
6472         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
6473         (vhdl-when): Fix indentation problem.
6474         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
6475         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
6476         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
6478 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
6480         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
6481         (ls-lisp-insert-directory): Renamed from insert-directory.
6482         (insert-directory): New function.
6484 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
6486         * simple.el (completion-fixup-function): Variable deleted.
6487         (completion-setup-function): Delete code for completion-fixup-function.
6488         * emacs-lisp/lisp.el (lisp-complete-symbol):
6489         Don't bind completion-fixup-function.
6491         * files.el (find-file-wildcards): New option.
6492         (find-file-noselect): Handle wild cards, if enabled.
6493         (file-expand-wildcards): New function.
6495         * simple.el (set-fill-column): Doc fix.
6497 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6499         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
6501 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
6503         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
6504         Move declaration before first use.
6505         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
6506         hif-math, hif-factor): Rename token to hif-token and token-list to
6507         hif-token-list.
6508         (hif-token, hif-token-list): Declare them.
6509         (hif-find-ifdef-block): Return cons of top and bottom point
6510         instead of setting dynamically bound variables.
6511         (hide-ifdef-block, show-ifdef-block): Use return value of
6512         hif-find-ifdef-block.
6514 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
6516         * subr.el (read-passwd): Use clear-this-command-keys.
6518         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
6520         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
6521         and ...-for-write.
6523 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
6525         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
6526         responses to GROUP command, since this may be called from a timer
6527         with quit inhibited.
6529 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
6531         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
6532         set unconditional-jump to nil.
6533         (ccl-compile-read-multibyte-character): Return nil.
6534         (ccl-compile-write-multibyte-character): Likewise.
6535         (ccl-compile-translate-character): Likewise
6536         (ccl-compile-map-multiple): Likewise.
6537         (ccl-compile-map-single): Likewise.
6539         * international/kinsoku.el: Add coding tag.
6540         (kinsoku-bol): Remove superfluous TAB in a string.
6542         * international/mule-cmds.el (find-coding-systems-for-charsets):
6543         Delete `composition' (if any) from CHARSETS.
6545 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
6547         * international/mule-cmds.el (setup-specified-language-environment):
6548         Add apropos-inhibit property.
6549         (describe-specified-language-support): Likewise.
6551 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
6553         * international/mule.el (make-coding-system): Create -with-esc
6554         variant coding system.
6556 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
6558         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
6559         (next-file): Optionally offer to revert a file's buffer,
6560         if it has an existing buffer but the file has changed.
6562         * info.el (Info-insert-dir): Detect and report problems
6563         in input files, such as "No Top node".  Return with point
6564         at the beginning of the text.
6565         (Info-find-node): Reinsert the code to handle files
6566         with no tags table; it was deleted by mistake.
6568 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
6570         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
6571         texinfo-find-higher-level-node repeatedly find the same node.
6572         (texinfo-find-higher-level-node): Doc fix.
6574 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
6576         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
6577         (smtpmail-address-buffer): Add defvar.
6578         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
6580         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
6582         * ffap.el (ffap-machine-p-local): Fix editing error.
6584 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
6586         * faces.el (frame-set-background-mode):
6587         Don't do anythung for text-only or MSDOS frame.
6589 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
6591         * international/quail.el (quail-defrule): New optional arg APPEND.
6592         (quail-defrule-internal): Fix bug of handling the argument APPEND.
6594 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
6596         * gnus/pop3.el (pop3-open-server): 
6597         Set process-coding-system-alist around open-network-stream.
6599 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
6601         * files.el (save-buffer): Doc fix.
6603 1998-10-07  Karl Heuer  <kwzh@gnu.org>
6605         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
6606         return DEF unchanged, not nil.  Simplify.
6608 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
6610         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
6612 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
6614         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
6616         * net-utils.el (ftp, nslookup): Require comint.
6617         (network-service-connection): Likewise.
6618         (whois-server-name): Defaults to whois.arin.net
6619         (whois-server-list, whois-server-tld, whois-guess-server): New var.
6620         (whois): Tries to guess the appropriate top-level domain server.
6621         (whois-get-tld): New function.
6623         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
6624         (dirtrack-debug-toggle): Added this function.
6626 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6628         * files.el (find-file-noselect): Switch to the correct buffer
6629         before checking find-file-literally, and allow non-nil non-t
6630         rawfile params.
6632 1998-10-06  Karl Heuer  <kwzh@gnu.org>
6634         * midnight.el (clean-buffer-list): Add autoload cookie.
6636         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
6637         no-autosave.
6638         * tar-mode.el (tar-mode-revert): Likewise.
6639         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
6640         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
6641         * gnus/message.el (message-auto-save-directory): Renamed from
6642         message-autosave-directory.  All references changed.
6644 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
6646         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
6647         string.  Expose mime stuff while searching.
6649 1998-10-06  Richard Stallman  <rms@gnu.org>
6651         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
6653         * replace.el (perform-replace): Position point properly
6654         before and after the recursive edit of C-r.
6656         * progmodes/etags.el (tags-reset-tags-tables): Properly
6657         find the markers in the old rings that are being discarded.
6659 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6661         * apropos.el (apropos-print): control invalid characters.
6663         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
6664         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
6665         confusing customize.
6667 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
6669         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
6670         built-in commands.  Add more built-in commands and fix face names.
6672 1998-10-05  Simon Marshall  <simon@gnu.org>
6674         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
6676 1998-10-04  Eric Ludlam  <zappo@gnu.org>
6678         * speedbar.el (speedbar-initial-expansion-list-name): Remove
6679         customization since it is not useful in this case.
6680         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
6681         sure it gets evalled to a number.  Also verify that set-frame-name
6682         fn exists before calling it.
6684         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
6685         Protect a `forward-sexp' call which could fail, and improved regex
6686         for ie, and eg abbreviations.
6688 1998-10-02  Noah Friedman  <friedman@splode.com>
6690         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
6691         send-string.
6692         (rlogin-send-Ctrl-D): Here also.
6693         (rlogin-send-Ctrl-Z): Here also.
6694         (rlogin-send-Ctrl-backslash): Here also.
6696 1998-10-02  Dave Love  <fx@gnu.org>
6698         * outline.el (hide-region-body): Bind
6699         outline-view-change-hook to nil while making repeated calls to
6700         outline-flag-region.  Run it once at the end.
6701         (hide-other, hide-sublevels, show-children): Likewise.
6703         * info-look.el: Remove duplicate scheme-mode entry.
6704         (info-lookup-make-completions): When looking for entries, check
6705         that `item' isn't null or "Menu".
6707 1998-10-01  Karl Heuer  <kwzh@gnu.org>
6709         * net-utils.el: Don't require ffap.
6710         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
6711         (ping, nslookup-host, finger, network-connection-to-service): Use them.
6713 1998-09-30  Richard Stallman  <rms@gnu.org>
6715         * ispell.el (check-ispell-version): No need to bind default-major-mode.
6717         * imenu.el (imenu--generic-function): Sort each submenu by position.
6718         (imenu--sort-by-position): New function.
6720         * cus-edit.el (Custom-mode-menu): Fix info node name.
6721         (customize group): Fix info node name.
6723         * mail/mailalias.el (build-mail-aliases): Don't allow
6724         a newline in the alias name.  Don't define an alias
6725         if the definition would be empty.
6727         * which-func.el (which-func-mode-global): Make :set function
6728         more reliable.
6730         * custom.el (custom-set-variables): Load the requests first,
6731         then check the symbol's `set' function.
6733         * ffap.el: Doc fixes.
6735 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6737         * gnus.el: (gnus-valid-select-methods): Fix type.
6738         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
6739         * gnus-score.el (gnus-orphan-score): Fix type.
6740         (gnus-score-default-header, gnus-score-default-type): Fix type.
6741         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
6742         (gnus-saved-headers): Fix type.
6744         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
6745         Avoid nil value of `two-lines-citation-part'.
6747 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
6749         * which-func.el (which-function): Handle case when
6750         (car imenu--index-alist) is nil.
6752 1998-09-29  Dave Love  <fx@gnu.org>
6754         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
6755         bzip2 args.
6757 1998-09-29  Simon Marshall  <simon@gnu.org>
6759         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
6760         comint-exec-hook.
6762 1998-09-29  Stephen Eglen  <stephen@gnu.org>
6764         * info-look.el: Add support for Octave.
6766 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
6768         * textmodes/reftex.el (reftex-finding-files): New customize group.
6769         (reftex-texpath-environment-variables,
6770         reftex-use-external-file-finders, reftex-external-file-finders,
6771         reftex-search-unrecursed-path-first): New options.
6772         (reftex-process-string, reftex-find-file-externally): New
6773         functions.
6774         (reftex-access-search-path): Execute shell commands to find the
6775         search path.
6776         (reftex-toggle-auto-view-crossref): When turning on, make sure
6777         `reftex-auto-view-crossref' becomes non-nil.
6778         (reftex-abbrev-regexp): Constant removed.
6779         (reftex-convert-string): Abbrev regexp calculated locally.
6781 1998-09-28  Dave Love  <fx@gnu.org>
6783         * progmodes/fortran.el: Don't call regexp-opt when deriving
6784         font-lock patterns with keywords that aren't all literal.
6786 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
6788         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
6789         the form `octave.bin:1>' which come from using precopiled binary
6790         versions.
6792 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
6794         * help.el (help-for-help): Use %THIS-KEY%.
6795         (help-quit): Add doc.
6797         * help-macro.el (make-help-screen): Keep HELP-TEXT
6798         in a separate function definition, not in the help command FNAME.
6799         Replace %THIS-KEY% with the key sequence that ran FNAME.
6801 1998-09-25  Richard Stallman  <rms@gnu.org>
6803         * textmodes/texinfo.el (texinfo-show-structure):
6804         Bind inhibit-read-only.
6806         * isearch.el (isearch-search-and-update): Properly
6807         handle upper case letters in the reverse-search special case.
6809 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6811         * gnus.el: Extend the list of autoloaded functions.
6813         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
6814         buffer before creating help group. (from Gnus v5.6.43, fix by
6815         1998-08-20 Per Starback <starback@update.uu.se>)
6817         * gnus-util.el (gnus-output-to-rmail): Adjust to
6818         `rmail-output-to-rmail-file'.
6820 1998-09-25  Karl Heuer  <kwzh@gnu.org>
6822         * hexl.el (hexl-mode-map): More of previous change.
6824         * textmodes/tex-mode.el (tex-run-command): Doc fix.
6825         (tex-start-tex): Don't use tex-start-options-string in star case.
6826         Quote file name in star case as well as in non-star.
6827         Add blank and quoting of option string here.
6828         (tex-start-options-string): Not here.
6830 1998-09-23  Karl Heuer  <kwzh@gnu.org>
6832         * term.el (term-delimiter-argument-list): Doc fix.
6833         (term-emulate-terminal): Escape literal semicolon.
6834         * progmodes/asm-mode.el (asm-mode): Doc fix.
6835         (asm-comment-char): Escape literal semicolon.
6836         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
6838 1998-09-23  Richard Stallman  <rms@gnu.org>
6840         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
6841         only those that normally modify the buffer.
6843         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
6844         over again.
6846 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
6848         * ispell.el (check-ispell-version): Ensure same buffer is current
6849         when let-binding of case-fold-search ends.
6851 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6853         * ps-print.el: Skip invisible overlay.
6854         Test for set-buffer-multibyte rather than using mule-version.
6855         (ps-print-version): New version number (4.1) and doc fix.
6856         (ps-generate-postscript-with-faces): Skip invisible overlay.
6858 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
6860         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
6862 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
6864         * international/quail.el (quail-update-guidance): Check for the
6865         return value of (quail-guidance) fixed.
6866         (quail-update-translation): Bind quail-current-str locally when it
6867         calls quail-update-guidance.
6868         (quail-update-translation): If input-method-exit-on-first-char is
6869         non-nil, terminate translation only when the current input method
6870         is simple.
6872 1998-09-22  Paul Eggert  <eggert@twinsun.com>
6874         * startup.el (locale-translation-file-name): Prefer X-related names
6875         to the name used by GNU/Linux sans X.  Set to nil if no file found.
6876         (command-line): Use locale-translation-file-name if it is not nil,
6877         instead of testing for its existence again.
6878         regexp-quote the ctype before using it in a regexp.
6879         Allow a colon to appear after the ctype in the aliases file,
6880         as is done in X11R6.4.
6882 1998-09-21  Richard Stallman  <rms@gnu.org>
6884         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
6886         * calendar/appt.el (appt-interval): Variable deleted.
6887         (appt-check): For minutes in between appt-display-interval times,
6888         do check, but don't display anything except an updated mode line.
6889         Count against appt-display-interval based on minutes since
6890         first display of this appointment, not based on time of day.
6891         If appt-display-mode-line, force mode line redisplay
6892         whenever appt-mode-string has changed.
6893         (appt-add, appt-delete): Add autoload cookies.
6894         (appt-check): Catch errors from calling `diary'.
6895         (appt-max-time): Renamed from max-time.
6896         (appt-now-displayed, appt-display-count): New variables.
6897         (appt-timer): Don't create one if we already have one.
6899         * textmodes/tex-mode.el (tex-compilation-parse-errors):
6900         More general code to use the source buffer instead of the zap file.
6902         * hilit-chg.el (highlight-compare-with-file): Renamed from
6903         compare-with-file.
6905         * loadhist.el (load-history-loaded): New variable.
6906         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
6908         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
6910         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6911         Fix error messages.
6913 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
6915         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
6916         Emacs frame.
6918 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6920         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
6921         `undecided' and `undecided-unix'.
6923 1998-09-21  Dave Love  <fx@gnu.org>
6925         * help.el (help-make-xrefs): Fix typo affecting Info references.
6927         * subr.el (remove-hook): Check list values to avoid errors.
6929 1998-09-18  Noah Friedman  <friedman@splode.com>
6931         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
6932         store string in eldoc-last-message without consing a new string.
6933         Rearrange logic from nested if's into cond's.
6934         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
6935         Do not print message; just return string.
6936         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
6937         Do not print message; just return string.
6938         Cache that string in eldoc-last-data.
6939         (eldoc-last-data): Make into a vector.
6940         (eldoc-get-fnsym-args-string): Use new data form of structure.
6941         (eldoc-get-var-docstring): Here also.
6942         (eldoc-last-data-store): New function.
6943         (eldoc-get-fnsym-args-string): Use it.
6944         (eldoc-get-var-docstring): Here also.
6945         (eldoc-docstring-first-line): Minimize interim string consing.
6946         Call substitute-command-keys on the result.
6947         (eldoc-print-var-docstrings, eldoc-print-docstring,
6948         eldoc-docstring-message): Functions removed.
6949         (eldoc-docstring-format-sym-doc): New function, functionality
6950         ripped out of eldoc-docstring-message.
6951         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
6953 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
6955         * international/mule.el (make-coding-system): Doc-string modified.
6957 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
6959         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
6961         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
6962         customize type.
6964         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
6965         type.
6967         * progmodes/compile.el (compilation-error-screen-columns): New
6968         variable.
6969         (compilation-next-error-locus): Use it to decide whether to use
6970         forward-char or move-to-column.
6972         * mail/rmail.el (rmail-movemail-program): Fix customize type.
6974         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
6975         feedmail-fiddle-plex-user-list,
6976         feedmail-spray-address-fiddle-plex-list,
6977         feedmail-prompt-before-queue-user-alist,
6978         feedmail-prompt-before-queue-help-supplement,
6979         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
6980         feedmail-queue-alternative-mail-header-separator): Fix customize
6981         type.
6983         * startup.el (site-run-file): Fix customize type.
6985         * speedbar.el (speedbar-initial-expansion-list-name): Fix
6986         customize type.
6988         * shell.el (shell-input-autoexpand): Fix customize type.
6990         * ps-print.el (ps-font-info-database): Add missing dots in value.
6991         Improve layout of customize type.
6993         * net-utils.el (traceroute-program-options, ping-program-options,
6994         ipconfig-program-options, netstat-program-options,
6995         arp-program-options, route-program-options,
6996         nslookup-program-options, ftp-program-options): Fix customize
6997         type.
6999         * midnight.el (clean-buffer-list-kill-regexps,
7000         clean-buffer-list-kill-buffer-names,
7001         clean-buffer-list-kill-never-buffer-names,
7002         clean-buffer-list-kill-never-regexps): Fix customize type.
7004         * man.el (Man-init-defvars): Avoid trailing nil on
7005         Man-filter-list.
7007         * lpr.el (printer-name): Fix customize type.
7009 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
7011         * international/mule-cmds.el (reset-language-environment): Call
7012         update-coding-systems-internal.
7014         * international/mule-conf.el: Call update-coding-systems-internal
7015         at the tail.
7017 1998-09-14  Dave Love  <fx@gnu.org>
7019         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
7020         use the menu-enable properties, pending doing it correctly and
7021         acceptably fast.
7023         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
7025 1998-09-13  Dave Love  <d.love@dl.ac.uk>
7027         * progmodes/hideshow.el (hs-grok-mode-type): Check
7028         comment-{start,end} non-nil as well as bound.  Report an error if
7029         we can't grok the mode.
7031 1998-09-13  Richard Stallman  <rms@gnu.org>
7033         * simple.el (blink-matching-open): Don't log paren matching
7034         messages in *Messages*.
7036 1998-09-12  Richard Stallman  <rms@gnu.org>
7038         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): 
7039         Set point-before-scroll at end even if there was an error.
7041         * ange-ftp.el (ange-ftp-insert-file-contents):
7042         Use binary mode for dumb-unix hosts as for unix hosts.
7043         (ange-ftp-copy-file-internal): Likewise.
7045         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
7047         * emacs-lisp/pp.el: Doc fixes.
7049         * wid-edit.el (widget-menu-max-shortcuts): New variable.
7050         (widget-choose): Don't use single-char shortcuts if # items
7051         exceeds that many.  Use minibuffer instead.
7053 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7055         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
7057 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
7059         * speedbar.el (speedbar-frame-mode): Do not set frame position if
7060         in terminal mode.
7062 1998-09-10  Noah Friedman  <friedman@splode.com>
7064         * rsz-mini.el (resize-minibuffer-mode): remove :version field from
7065         defcustom declaration.  It's wreaking too much havoc with XEmacs
7066         and older versions of Emacs, which share this code.
7068         * type-break.el (type-break-mode): Here also.
7070         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
7071         `t' to add-hook also to modify the new local value.
7073 1998-09-10  Dave Love  <fx@gnu.org>
7075         * vc.el (vc-insert-headers): Doc fix.
7077 1998-09-10  Richard Stallman  <rms@gnu.org>
7079         * textmodes/flyspell.el (flyspell-mode-on): Make the
7080         ispell-... variables permanent locals.
7081         (flyspell-mode-off): Add autoload cookie.
7083         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
7084         do use binary mode, just as for `unix'.
7085         (ange-ftp-host-type): If HOST is nil, return `unix'.
7087         * dired.el (dired-mark-files-containing-regexp):
7088         Don't scan directories.  Ignore non-readable files.
7090         * progmodes/compile.el (compilation-error-regexp-alist):
7091         Fix previous change: allow . and _ in command name.
7093         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
7095         * uncompress.el (uncompress-while-visiting):
7096         Use just the car of what find-operation-coding-system returns.
7098         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
7100         * shell.el (shell-file-name-quote-list): Add # to the value.
7102 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
7104         * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook
7105         to make killing of ispell process work even if
7106         kill-all-local-variables has been run.
7108 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7110         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
7111         loop when sexp entry ends at end of file with no newline.
7113 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7115         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
7116         (Custom-reset-standard): Fix menu inconsistency.
7118         * mail/feedmail.el (feedmail-from-line): Allow t.
7119         (feedmail-message-id-suffix): Allow nil.
7121         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
7122         Simplify.  Make prefix arg work right.
7124 1998-09-09  Dave Love  <fx@gnu.org>
7126         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
7128         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
7130 1998-09-08  Dave Love  <fx@gnu.org>
7132         * add-log.el (change-log-font-lock-keywords): Do parenthesized
7133         stuff only after file names or at start of line.  Allow parens
7134         around e-mail, as well as angles.
7136         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
7137         ignore-errors too, eval'd when compile.  Require w3 stuff at load
7138         time for nicer failure if it's not available.
7140 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
7142         * comint.el (comint-arguments): Ignore backslashes when using
7143         w32 shells that expect backslashes as the directory separator.
7145 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
7147         * international/fontset.el (resolved-ascii-font): New variable.
7148         (x-complement-fontset-spec): By side effect, set
7149         `resolved-ascii-font' to the resolved name of ASCII font."
7150         (create-fontset-from-fontset-spec): Don't get a value for
7151         resolved-ascii-font from the list full-fontlist.  It is set by
7152         x-complement-fontset-spec now.
7154         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
7155         version, check the value of mule-version.
7157 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
7159         * textmodes/reftex.el (reftex-view-crossref): Split up into
7160         several functions.  No longer moves to find a macro.
7161         (reftex-view-cr-cite, reftex-view-cr-ref,
7162         reftex-end-of-bib-entry): New functions.
7163         (reftex-auto-view-crossref): New value `window' allowed.
7164         (reftex-view-crossref-when-idle): Process new `window' option in
7165         (reftex-translate-to-ascii-function): New default.
7166         (reftex-label-illegal-re): Default changed, removed Latin1.
7167         (reftex-latin1-to-ascii): New function.
7168         (reftex-what-environment): Check for section regexp before use.
7169         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
7170         absolute path names.
7171         (reftex-TeX-master-file): Changed sequence of file checks.
7172         (reftex-do-citation): bibview cache only with RefTeX mode on.
7174 1998-09-06  Richard Stallman  <rms@gnu.org>
7176         * progmodes/compile.el (compilation-error-regexp-alist):
7177         In first pattern (GNU utilities and other things),
7178         allow a space after the optional program name at the beginning.
7180         * mail/mail-hist.el (mail-hist-current-header-contents):
7181         Fix previous change: use mail-header-end.
7183 1998-09-06  Bill Richter  <richter@math.nwu.edu>
7185         * international/ccl.el: Doc fixes.
7186         * international/encoded-kb.el: Doc fixes.
7187         * international/fontset.el: Doc fixes.
7188         * international/kinsoku.el: Doc fixes.
7189         * international/kkc.el: Doc fixes.
7190         * international/mule-cmds.el: Doc fixes.
7191         * international/mule-conf.el: Doc fixes.
7192         * international/mule-util.el: Doc fixes.
7193         * international/mule.el: Doc fixes.
7195 1998-09-05  Eric Ludlam  <zappo@gnu.org>
7197         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
7198         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
7199         (checkdoc-this-string-valid-engine): Permit ? as terminating
7200         punctuation for first line sentence breaking.
7201         (checkdoc-this-string-valid): When converting a comment into a doc
7202         string, make sure " chars are \".
7203         (checkdoc-sentencespace-region-engine): Only do double space check
7204         if based on the variable `sentence-end-double-space'
7205         (checkdoc-this-string-valid-engine): ? ends valid sentence.
7206         (checkdoc-proper-noun-region-engine): Exclude items in URLs
7208 1998-09-04  Richard Stallman  <rms@gnu.org>
7210         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7211         Recognize define-skeleton as a function definer.
7213         * cus-edit.el (customize-option): Refuse to customize
7214         a variable that has no defcustom.  But if variable is autoloaded,
7215         first try to load the library that defines it.
7217         * international/iso-insert.el: Use `string' before calling `insert'
7218         so that in multibyte buffers we insert multibyte chars.
7220         * dired.el (dired-mark-files-containing-regexp): 
7221         Don't use find-file; instead, insert the file in a temp buffer.
7223         * textmodes/tex-mode.el (tex-start-options-string): New option.
7224         (tex-start-tex): Use that variable.
7226         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
7227         value in the `repeat' alternative a list.
7229         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
7230         the inserted newline, verify that one was really inserted.
7232         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
7233         remains on or remains off.
7234         (flyspell-multi-language-p): Default changed to nil.
7236         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
7237         In "found in comment" case, don't beginning-of-line after forward-line.
7239         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7240         If the function definition is not a lambda, return original FORM
7241         with no error.
7243 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
7245         * net-utils.el (netstat-program-options): Changed from nil to "-a"
7246         so that by default netstat shows all network connections.
7248 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
7250         * international/quail.el: Doc fixes.
7252         * info.el (info): Don't add parens if FILE already has them.
7254 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
7256         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
7257         on extension lines.
7259 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
7261         * w32-fns.el (w32-shell-dos-semantics): New function.
7263 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
7265         * international/quail.el (quail-choose-completion-string): Store
7266         completion `choice' in `quail-current-str'; don't insert it. 
7268 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
7270         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
7271         argument to ps-mule-generate-bitmap-font.
7273         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
7274         entry and change Latin-1 entry in the default value.
7275         (ps-mule-font-info-database-ps-bdf): New variable.
7276         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
7277         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
7278         registerd in FONT-SPEC.
7279         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
7280         charcter width of bitmap fonts.
7281         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
7282         procedure NF.
7283         (ps-begin-file): Output PostScript code for setting
7284         SpaceWidthRatio.
7285         (ps-plot-region): Use line-beginning-position to get a position of
7286         the beginning of the current line.
7288         * international/mule-cmds.el (register-input-method): Doc-string
7289         modified.
7291 1998-09-01  Dave Love  <fx@gnu.org>
7293         * international/mule-cmds.el (current-language-environment): Fix
7294         setter function.
7296 1998-09-01  Simon Marshall  <simon@gnu.org>
7298         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
7299         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
7300         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
7301         names with font-lock-type-face.  Fontify type specs, etc., with
7302         font-lock-keyword-face.
7304 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
7306         * international/fontset.el (x-complement-fontset-spec): If ASCII
7307         font is specified in FONTLIST, don't substitute it for the
7308         resolved name.
7310 1998-08-31  Paul Eggert  <eggert@twinsun.com>
7312         * international/mule.el (charset-description): Doc fix.
7314         * language/chinese.el, language/cyrillic.el, language/czech.el,
7315         language/devanagari.el, language/ethiopic.el,
7316         language/european.el, language/hebrew.el, language/indian.el,
7317         language/japanese.el, language/korean.el, language/lao.el,
7318         language/slovak.el, language/thai.el, language/tibetan.el,
7319         language/vietnamese.el:
7320         Add coding: local variable, to avoid bootstrapping problem
7321         if you need to recompile all the Lisp files using interpreted code.
7323 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7325         * cal-china.el (chinese-year-cache): Change range of years from
7326         1989-2000 to 1990-2010.
7328 1998-08-29  Dave Love  <d.love@dl.ac.uk>
7330         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
7331         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
7333 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7335         * ps-print.el (ps-print-control-characters): Doc-string modified.
7336         (ps-output-string-prim): Comment format changed.
7337         (ps-do-despool): Indentation of source code changed.
7339 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
7341         * subr.el (sref): Make it an alias of aref.  Make the
7342         byte-compiler warn that it is obsolete.
7343         (char-bytes): Make the byte-compiler warn that it is obsolete.
7345         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
7346         Calculate the total bytes using position-bytes instead of
7347         char-bytes.
7349 1998-08-27  Karl Heuer  <kwzh@gnu.org>
7351         * snmp-mode.el: New file.
7352         * files.el (auto-mode-alist): Add snmp-mode patterns.
7354 1998-08-27  Karl Eichwalder  <ke@suse.de>
7356         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
7358 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7360         * calendar/diary-lib.el (diary-block): Doc fix..
7361         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
7363 1998-08-27  Richard Stallman  <rms@gnu.org>
7365         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
7366         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
7367         Clear appt-mode-string if we don't put something in it.
7369 1998-08-27  Dave Love  <fx@gnu.org>
7371         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
7372         dired-local-variables-file for dired-x.
7374         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
7375         for compressed library files too.
7377 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
7379         * language/european.el ("Latin-1"): Modify `documentation' key value.
7380         ("Latin-2"): Likewise.
7382 1998-08-26  Karl Heuer  <kwzh@gnu.org>
7384         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
7386 1998-08-26  Albert L. Ting  <alt@artisan.com>
7388         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
7389         (mail-hist-current-header-contents): Use mail-text-start.
7391 1998-08-26  Richard Stallman  <rms@gnu.org>
7393         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
7394         (customize-changed-options-previous-release): New variable.
7395         (customize-changed-options): Use that variable as default arg.
7397 1998-08-26  Karl Eichwalder  <ke@suse.de>
7399         * midnight.el: Require `timer' not only when compiling.
7401 1998-08-26  Per Starback  <starback@update.uu.se>
7403         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
7404         buffer before creating help group.
7406 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7408         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
7409         coding-system-for-write before saving.
7411 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
7413         * isearch.el (isearch-forward): Doc fix.
7415 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
7417         * emacs-lisp/find-func.el: Fix :version tags to have a string
7418         value, not a float.
7420         * cus-dep.el: Fix typo in output.
7422 1998-08-25  Dave Love  <fx@gnu.org>
7424         * repeat.el (repeat): Doc fix.
7425         [From rms:]
7426         (repeat-previous-repeated-command): New variable.
7427         (repeat): Check for real-last-command being null or repeat.  Set
7428         repeat-previous-repeated-command.
7430         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
7432 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
7434         * gnus/message.el (message-send-mail-with-sendmail): Bind
7435         coding-system-for-write by the return value of
7436         select-message-coding-system.
7437         (message-send-mail-with-qmail): Likewise.
7439 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
7441         * emacs-lisp/autoload.el: Fix doc-string-elt property on
7442         define-derived-mode.
7444         * files.el (file-name-invalid-regexp):
7445         Fix regex for ms-dos without long file names.
7447 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7449         * ps-print.el: Multi-byte buffer handling.
7450         (ps-print-version): New version number (4.0) and doc fix.
7451         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
7452         compilation for GNU Emacs and emacsens.
7453         (ps-generate-postscript-with-faces): Force invisible text to be
7454         visible.
7455         (dos-ps-printer): New var to avoid compilation gripes.
7457 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
7459         * ps-print.el (ps-mule-plot-string): Pay attention to the case
7460         that no more characters can't be printed in the current line.
7462 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
7464         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
7465         greater than TO.
7467 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
7469         * ps-print.el: Add codes to make ps-print.el work also on Emacs
7470         20.2 and the earlier version.
7471         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
7472         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
7473         (ps-mule-find-wrappoint): Likewise.
7474         (ps-mule-generate-font): Change `X' to `x' in format
7475         control-string.
7476         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
7477         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
7478         `restore' form procedures `BC' and `EC'.
7480 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
7482         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
7483         is an executable procedure.  Make LineThickness, Xshadow, and
7484         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
7485         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
7486         ps-mule-font-info-database-bdf): New vars.
7487         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
7488         (ccl-encode-ethio-unicode): New CCL program.
7489         (ps-mule-encode-ethiopic): New fun.
7490         (ps-mule-current-charset): New var.
7491         (ps-mule-get-font-spec, ps-mule-font-spec-src,
7492         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
7493         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
7494         (ps-mule-external-libraries): New var.
7495         (ps-mule-init-external-library): New fun.
7496         (ps-mule-font-cache): New var.
7497         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
7498         (ps-last-font): New var.
7499         (ps-mule-prepare-font): New fun.
7500         (ps-mule-charset-list): New var.
7501         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
7502         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
7503         ps-mule-plot-string): New funs.
7504         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
7505         New vars.
7506         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
7507         ps-mule-prepare-cmpchar-font): New funs.
7508         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
7509         vars.
7510         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
7511         ps-mule-generate-bitmap-glyph): New funs.
7512         (ps-mule-initialize, ps-mule-begin): New funs.
7513         (ps-output-string-prim): Insert string as unibyte.
7514         (ps-output-prologue): New fun.
7515         (ps-flush-output): Handle the case of 'prologue.
7516         (ps-begin-file): Call ps-mule-initialize.
7517         (ps-begin-job): Set ps-control-or-escape-regexp differently if
7518         printing multibyte characters.
7519         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
7520         (ps-basic-plot-string): Handle the case of printing ASCII
7521         characters by external libraries (e.g. BDF).
7522         (ps-set-font): Set ps-last-font.
7523         (ps-plot-region): Handle multibyte characters, use
7524         ps-mule-plot-string for them.
7525         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
7527         * bdf.el: New file.
7529 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
7531         * international/mule-cmds.el (select-message-coding-system): New
7532         function.
7533         (set-language-environment-coding-systems): Set
7534         default-sendmail-coding-system.
7536         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
7537         (default-sendmail-coding-system): New variable.
7538         (sendmail-send-it): Encode the message by a coding system
7539         select-message-coding-system returns.
7541 1998-08-23  Eric Ludlam  <zappo@gnu.org>
7543         * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'.
7544         (speedbar-mode): Set buffer to read only.
7545         (speedbar-temp-buffer-show-function): For emacs don't call hook
7546         with arguments.
7547         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
7549 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
7551         * speedbar.el (speedbar-key-map): Fix typo.
7553 See ChangeLog.7 for earlier changes.