Update copyright and leading comment.
[emacs.git] / lisp / ChangeLog
blobcff998377336ae7c5cc60be0e869c8a91c38405f
1 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
3         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
4         (regexp-opt): Update comment and adapt the code the new meaning of the
5         `paren' argument of regex-opt-group for shy-groups.
6         (regexp-opt-depth): Handle shy groups as well as backslashed backslashes.
7         (regexp-opt-group): Turn the leading comment into a docstring.
8         Allow `paren' to be a string (the string to use to open a group).
9         Remove open-presuf and close-presuf.
10         Instead of checking for `all one-char' and then later on check for
11         `several one-char', handle both cases close together.
12         Also apply a more generic algorithm for suffixes (the mirror image
13         of the algorithm used for prefixes).
14         Use shy-groups.  Use nreverse rather than reverse.
15         (regexp-opt-try-suffix): Removed.
17         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
18         from comint-mode-map, so we can just inherit from it.  Also, move the
19         initialization into the `defvar' since there's no docstring anyway
20         and it's fairly short.
21         (inferior-scheme-mode): Define it as derived-mode: the code is shorter
22         and this way we inherit from comint-mode-map rather than copying it.
24         * subr.el (replace-regexps-in-string): Properly handle the case where
25         we match an empty string.
27         * comint.el (comint-exec-1): Add the current-dir to the exec-path when
28         the command has a directory component (such as "./testml").
29         Also fix a typo in the comment.
31 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
33         * Makefile (compile-files): Compile files one by one because
34         that's the only way to ensure a clean compilation environment for
35         each individual file.
37         * frame.el (other-frame): Call x-focus-frame.
39 2000-03-07  Dave Love  <fx@gnu.org>
41         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
42         :require to defcustom.
44         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
45         lists.
47         * files.el (auto-mode-alist): Add configure.in.
49         * progmodes/autoconf.el: New file.
51 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
53         * mail/mh-e.el: Change maintainer to `none'.
55         * recentf.el (recentf-keep-non-readable-files-p): Quote args
56         to remove-hook and add-hook.
58 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
60         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
61         it as the default.
62         (mail-send): Test mail-send-nonascii also for the new `mime' value.
63         (sendmail-send-it): Conditionally add MIME headers specifying the
64         used character set.
65         
66 2000-03-07  Dave Love  <fx@gnu.org>
68         * winner.el: Fix keywords, autoload cookies.  Split
69         eval-when-compile form to avoid compilation failure.
71 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
73         * international/mule.el: Modify comment about coding system
74         property `coding-category'.
75         (make-coding-system): New argument EOL-TYPE.  Pay attention to
76         coding-category property of PROPERTIES.
78         * international/mule-conf.el (coding-category-utf-8,
79         coding-category-utf-16-be, coding-category-utf-16-le): New coding
80         categories.  Include them in the argument for set-coding-priority.
82         * international/mule-cmds.el (reset-language-environment): Include
83         coding-category-utf-8, coding-category-utf-16-be, and
84         coding-category-utf-16-le in the argument for set-coding-priority.
85         (reset-language-environment): Initialize coding-category-utf-8,
86         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
88 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
90         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
91         code abstracted out of `bookmark-jump-noselect'.  Now tries info
92         extensions as well as compression extensions.
93         (bookmark-jump-noselect): Use above new func.
94         
95 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
97         * strokes.el: Change maintainer's mail address.
99 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
101         * international/mule-diag.el (list-character-sets): Make help-echo
102         string by substitute-command-keys.
103         (list-character-sets): Likewise.
104         (sort-listed-character-sets): Call help-setup-xref.
106 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
108         * time.el (display-time-mail-file): Add `none' to the list of
109         choices.
111 2000-03-01  Dave Love  <fx@gnu.org>
113         * help.el (help-xref-go-back): Don't try to set position.
115         * international/mule-diag.el (list-character-sets): Call
116         help-setup-xref.  Add help-echo to xrefs.
117         (list-character-sets-1): Add help-echo to xrefs.
119 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
121         * frame.el (blink-cursor-mode): Switch cursor on when turning
122         the mode off.
124         * add-log.el (add-log-current-defun): Add support for
125         Autoconf mode.
127         * mail/rmail.el (rmail-quit-hook): New variable.
129 2000-03-01  Dave Love  <fx@gnu.org>
131         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
133         * help.el (help-xref-button): Add help-echo arg.
134         (describe-function-1, describe-variable, help-make-xrefs): Use it.
136         * faces.el (list-faces-display): Supply help-echo with
137         help-make-xrefs.
139         * facemenu.el (list-text-properties-at): Set help-xref-stack to
140         nil.
142 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
144         * image.el (defimage): Look for image files in load-path.
146         * frame.el (busy-cursor-delay-seconds): Change type to 
147         `number'.
149 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
151         * recentf.el (recentf): Added version tag to the defgroup of
152         recentf.
154 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
156         * recentf.el (recentf-cleanup): Changed to remove excluded file
157         too.
158         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
159         action to select/unselect a file.
160         (recentf-edit-list): Code cleanup and improvement.
161         (recentf-open-more-files-action): `recentf-open-more-files' button
162         widget action to open a file.
163         (recentf-open-more-files): No more use standard completion but
164         widgets.
165         (recentf-more-collection): Deleted.
166         (recentf-more-history): Deleted.
167         (recentf-setup-more-completion): Deleted.
169 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
171         * recentf.el (recentf-mode): No more needs that Emacs is running
172         under a window-system.
174 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
176         * recentf.el (recentf-edit-list): New command to edit the recent
177         list which allow the user to remove files.
178         (recentf-edit-selected-items): New global variable, used by
179         `recentf-edit-list' to hold the list of files to be removed from
180         the recent list.
181         (recentf-make-menu-items): Updated to display a "Edit list..."
182         menu item.  Minor code cleanup.
184 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
186         * recentf.el (recentf-open-more-files): New command to open files
187         that are not displayed in the menu.
188         (recentf-more-collection): New global variable holding the set of
189         permissible completions used by `recentf-open-more-files'.
190         (recentf-more-history): New global variable holding the history list
191         used by `recentf-open-more-files' completion.
192         (recentf-setup-more-completion): New function to setup completion for
193         `recentf-open-more-files'.
194         (recentf-make-menu-items): Updated to display a "More..." menu item.
196 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
198         * recentf.el (recentf-menu-action): Doc fixed.
200 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
202         * recentf.el (recentf-menu-filter): Doc updated.
203         (recentf-update-menu-hook): Allow menu filters to force menu update.
204         (recentf-make-menu-items): New menu filter handling.
205         (recentf-make-menu-item): New helper function.
206         (recentf-menu-elements): New menu handling function.
207         (recentf-sort-ascending): Updated to new menu filter handling.
208         (recentf-sort-descending): Updated to new menu filter handling.
209         (recentf-sort-basenames-ascending): New menu filter function.
210         (recentf-sort-basenames-descending): New menu filter function.
211         (recentf-show-basenames): New menu filter function.
212         (recentf-show-basenames-ascending): New menu filter function.
213         (recentf-show-basenames-descending): New menu filter function.
215 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
217         * diary-lib.el (list-diary-entries): Don't try to go forward at
218         the end of the buffer.
220 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
222         * international/mule-diag.el (list-character-sets): Completely
223         rewritten.
224         (sort-listed-character-sets): New function.
225         (list-character-sets-1): Completely rewritten.
226         (list-character-sets-2): New function.
227         (non-iso-charset-alist): New variable.
228         (decode-codepage-char): New function.
229         (charset-history): New variable.
230         (read-charset) (list-block-of-chars)
231         (list-iso-charset-chars)
232         (list-non-iso-charset-chars)
233         (list-charset-chars): New functions.
234         (mule-diag): Call list-character-sets-2, not
235         list-character-sets-2.
236         (dump-charsets): Likewise.
238 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
240         * dired-x.el (dired-filename-at-point): Add `@' to valid
241         file name characters.
242         (dired-filename-at-point): Handle ange-ftp file names.
244         * frame.el (frame-notice-user-settings): Use assq-delete-all
245         instead of assoc-delete-all.
246         (frame-notice-user-settings): Ditto.
248         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
249         Don't copy alist.
251 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
253         * calculator.el (calculator-use-menu): New option.
254         (calculator-initial-bindings): Changed some bindings to work as
255         macros.
256         (calculator-forced-input): Removed.
257         (calculator-restart-other-mode): New variable.
258         (calculator-mode-map): Set up menu.
259         
260 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
262         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
263         tags.
264         
265 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
266         
267         * viper-cmd.el (viper-envelop-ESC-key): added the option to
268         translate all ESC key sequences.
269         (viper-goto-mark-subr): restore markers for files for which
270         they were saved.
271         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
272         * viper-util.el (viper-set-replace-overlay-glyphs,
273         viper-set-replace-overlay): always check if the replacement
274         overlay is live.
275         * viper.el (viper-vi-state-mode-list): added major modes.
276         * ediff-wind.el: minor comment changes.
277         * ediff.el: copyright notice date fix.
278         
279 2000-02-27  Jason Rumney  <jasonr@gnu.org>
281         * faces.el (face-font-family-alternatives): Add arial to helv.
282         (mode-line, header-line, tool-bar): Same default as x for w32.
283         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
284         face-font-family-alternatives from working.
285         * term/w32-win.el (mouse-set-font): Do not build fontset from
286         chosen font.
288 2000-02-25  Sam Steingold  <sds@goems.com>
290         * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
291         properly.
292         
293 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
295         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
297 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
299         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
300         writable.
302         * frame.el (busy-cursor-delay-seconds): New option.
304 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
306         * frame.el (show-cursor-in-non-selected-windows): New option.
308 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
310         * diary-lib.el (include-other-diary-files): Undo the selective
311         display in any included file and don't kill it.
313 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
315         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
316         bar.  Menu items converted to (menu-item format, help strings
317         added.
318         [downcase, upcase]: Don't enable on MS-DOS.
319         [symlink, symlinks]: Don't show if make-symbolic-link is not
320         bound.
321         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
323 2000-02-23  Dave Love  <fx@gnu.org>
325         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
326         (backward-kill-word): Revert addition of * to interactive spec --
327         it's a feature.
329         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
330         (backward-kill-sentence, kill-sentence): Likewise.
332         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
333         scratch buffer name.
334         (gud-format-command): Use int-to-string in ?l case.  Simplify
335         slightly.
337         * term/w32-win.el (internal-face-interactive): Update prompt for
338         new read-face-name.
340         * mail/footnote.el (footnote): Add :version to defgroup.
341         (footnote-section-tag-regexp): Customize.
342         (footnote-start-tag, footnote-end-tag): New option.
343         (footnote-latin-regexp): New variable.
344         (Footnote-latin): New function.
345         (footnote-style-alist): Add element for latin style.
346         (footnote-style): Moved.
347         (Footnote-goto-footnote): Use eq to test arg.
349         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
351         * emacs-lisp/byte-opt.el: Change old backquote syntax.
352         (byte-compile-trueconstp): Include keywords.
353         (byte-optimize-quote, byte-optimize-lapcode): Use
354         byte-compile-const-symbol-p.
355         (byte-optimize-char-before): New optimization.
357         * emacs-lisp/bytecomp.el: Change old backquote syntax.
358         (byte-compile-const-symbol-p): New function.
359         (byte-compile-constp, byte-compile-out-toplevel)
360         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
361         Use it.
363         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
365 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
367         * international/encoded-kb.el: Be sure to update minor-mode-alist
368         and minor-mode-map-alist.
369         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
370         codes SS2 and SS3 correctly.
371         (encoded-kbd-self-insert-ccl): New function.
372         (encoded-kbd-setup-keymap): New function.
373         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
374         by calling encoded-kbd-setup-keymap.
376         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
377         characters.
378         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
379         locally.
381 2000-02-22  Dave Love  <fx@gnu.org>
383         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
384         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
385         defvar.
386         (lisp-mode-syntax-table): Set up for #|...|# comments.
387         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
388         classes.  Match `defface'.
389         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
390         (eval-defun-1): Fix for defcustom.
391         (lisp-indent-region): Doc fix.
393         * subr.el (when, unless, split-string): Doc fix.
394         (read-passwd): Move call of clear-this-command-keys to the right
395         place.
396         (replace-regexps-in-string): New function.
398 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
400         * help.el (describe-variable): Set syntax table to
401         emacs-lisp-mode-syntax-table when moving forward over the
402         symbol's name.
404 2000-02-22  Dave Love  <fx@gnu.org>
406         * xt-mouse.el: Doc fixes.
407         (xterm-mouse-position-function): New function, replacing advice of
408         mouse-position.
409         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
411         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
413 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
415         * format.el (format-annotate-single-property-change): Handle
416         properties.with dotted-list values.
417         (format-proper-list-p): New function.
419         * enriched.el (enriched-face-ans): Handle '(foreground-color
420         . COLOR) and (background-color . COLOR).
422 2000-02-20  Dave Love  <fx@gnu.org>
424         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
425         and assignments to it.
426         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
427         current local map.
428         (make-flyspell-overlay): Use it.
429         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
431         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
432         (lm-get-header-re): Defun, not defsubst.
433         (lm-get-package-name): Defun, not defsubst.  Simplify.
434         (lm-version): Doc fix.  Simplify.
435         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
436         (lm-crack-address, lm-last-modified-date, lm-commentary)
437         (lm-verify, lm-synopsis): Simplify.
438         (lm-report-bug): Require emacsbug.  Use compose-mail.
440 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
442         * dired.el (dired-mode): Call propertized-buffer-identification
443         to set mode-line-buffer-identification to something having
444         the right text properties.
446         * bindings.el (propertized-buffer-identification): New function.
448 2000-02-20  Dave Love  <fx@gnu.org>
450         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
451         check for t-mouse too.
453         * cus-start.el: Make echo-keystrokes `number'.
455 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
457         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
458         Don't call ring-empty-p unless tags-location-ring is bound.
459         From Noah Friedman <friedman@splode.com>.
461 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
463         * progmodes/hideshow.el (hs-flag-region): No longer use
464         `intangible' overlay property.
466         (hs-toggle-hiding): New command.
467         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
469         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
470         Fix omission bug: Run `hs-minor-mode-hook' for both activation
471         and deactivation.
473 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
475         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
477 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
479         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
481         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
482         of `*' to handle `(* ... *)' comments.
484 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
486         * faces.el (list-faces-display): Use display-mouse-p instead of
487         window-system.
489         * menu-bar.el (global-map): Menu-bar items converted to the new
490         format (menu-item..., rearranged for better CUA compliance, and
491         their names changed for better clarity.  Help strings added.
493         * international/mule-cmds.el (mule-menu-keymap)
494         (describe-language-environment-map, set-coding-system-map)
495         (setup-language-environment-map): Convert to new (menu-item...
496         form, add help strings.  Change names of menu items for better
497         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
498         submenu).
500 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
502         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
503         within the code.
505 2000-02-16  Dave Love  <fx@gnu.org>
507         * faces.el: Don't require custom.  Add more specific :groups to
508         various deffaces.
509         (set-face-attribute): Purecopy args.
510         (read-face-name): Default to name at point and use it in prompt.
511         Remove colon from arg in all callers.
512         (list-faces-display): Hyperlink to face descriptions and customize
513         buffers.
515 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
517         * wid-edit.el (widget-match-inline): An atom never matches a
518         list.
520 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
522         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
523         at ':' characters by call to split-string.
525 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
527         * textmodes/bibtex.el: Added RCS version identification.
529 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
531         * textmodes/bibtex.el: Some temporary comments removed.
532         (bibtex-field-name, bibtex-entry-type): Made the relationship
533         explicit.
534         (bibtex-field-const): Allow capital letters.
535         (bibtex-start-of-string): Deleted because unused.
537         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
538         use the term 'reference' to describe a bibtex entry as a whole.
539         Further, reference keys are no longer called 'labels'.
540         (bibtex-keys): Renamed to bibtex-reference-keys.
541         (bibtex-reformat-previous-labels): Renamed to
542         bibtex-reformat-previous-reference-keys.
543         (bibtex-reference-type): Renamed to bibtex-entry-type.
544         (bibtex-reference-head): Renamed to bibtex-entry-head.
545         (bibtex-reference-maybe-empty-head): Renamed to
546         bibtex-entry-maybe-empty-head.
547         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
548         (bibtex-search-reference): Renamed to bibtex-search-entry.
549         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
550         bibtex-enclosing-entry-maybe-empty-head.
551         (bibtex-entry-field-alist, bibtex-entry-head,
552         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
553         bibtex-map-entries, bibtex-search-entry,
554         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
555         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
556         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
557         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
558         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
559         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
560         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
562 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
564         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
565         comment.
566         (bibtex-format-field-delimiters): New function, functionality
567         extracted from bibtex-format-entry.
568         (bibtex-autokey-get-yearfield-digits): New function, functionality
569         extracted from bibtex-autokey-get-yearfield.
571         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
572         entries in order to avoid stack overflow in the regexp matcher if
573         field contents become large.
574         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
575         bibtex-field-string-part-not-braced,
576         bibtex-field-string-part-no-inner-braces,
577         bibtex-field-string-part-1-inner-brace,
578         bibtex-field-string-part-2-inner-braces,
579         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
580         bibtex-field-string-quoted, bibtex-field-string,
581         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
582         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
583         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
584         as parsing is now performed by the following functions.
585         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
586         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
587         bibtex-parse-field-string, bibtex-search-forward-field-string,
588         bibtex-parse-association, bibtex-field-name-for-parsing,
589         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
590         bibtex-search-forward-field, bibtex-search-backward-field,
591         bibtex-start-of-field, bibtex-end-of-field,
592         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
593         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
594         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
595         bibtex-parse-string, bibtex-search-forward-string,
596         bibtex-search-backward-string, bibtex-start-of-string,
597         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
598         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
599         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
600         entries.  Instead of reporting the results of the parsing by
601         match-beginning or match-end, these functions return data structures
602         that hold the corresponding positions.
603         (bibtex-enclosing-field): Changed to also report field boundaries by
604         return values rather than by match-beginning or match-end.  The
605         following functions have been adapted to use the new parsing
606         functions.
607         (bibtex-skip-to-valid-entry, bibtex-search-reference,
608         bibtex-enclosing-field, bibtex-format-entry,
609         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
610         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
611         bibtex-print-help-message, bibtex-end-of-entry,
612         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
613         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
614         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
615         method for parsing.
616         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
617         bibtex-map-entries, bibtex-flash-head,
618         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
619         bibtex-autokey-change, bibtex-autokey-get-namefield,
620         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
621         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
622         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
623         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
624         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
625         order to make the new binding of case-fold-search immediately
626         visible.
628 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
630         * textmodes/bibtex.el: Copyright notice is up to date.
631         Added constant 'bibtex-maintainer-salutation.
633         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
634         than make-temp-name, use match-string-no-properties and eliminate
635         a quadratic behavior when building bibtex-strings.
637         * bibtex.el (bibtex-reference-key): Accept string entries whose
638         reference key contains upper case letters.
640 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
642         * bibtex.el (bibtex-reference-head): Allow entries to start with
643         a new line.
645 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
647         * bibtex.el: Hiding of entry bodies is not longer provided by
648         bibtex.el directly.  Instead the hideshow package can be used.
649         Added a special bibtex entry to hs-special-modes-alist.
650         (bibtex-hs-forward-sexp): Added for hideshow.el.
652 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
654         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
655         at ':' characters by call to split-string.
657 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
659         * textmodes/bibtex.el: Added RCS version identification.
661 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
663         * textmodes/bibtex.el: Some temporary comments removed.
664         (bibtex-field-name, bibtex-entry-type): Made the relationship
665         explicit.
666         (bibtex-field-const): Allow capital letters.
667         (bibtex-start-of-string): Deleted because unused.
669         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
670         use the term 'reference' to describe a bibtex entry as a whole.
671         Further, reference keys are no longer called 'labels'.
672         (bibtex-keys): Renamed to bibtex-reference-keys.
673         (bibtex-reformat-previous-labels): Renamed to
674         bibtex-reformat-previous-reference-keys.
675         (bibtex-reference-type): Renamed to bibtex-entry-type.
676         (bibtex-reference-head): Renamed to bibtex-entry-head.
677         (bibtex-reference-maybe-empty-head): Renamed to
678         bibtex-entry-maybe-empty-head.
679         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
680         (bibtex-search-reference): Renamed to bibtex-search-entry.
681         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
682         bibtex-enclosing-entry-maybe-empty-head.
683         (bibtex-entry-field-alist, bibtex-entry-head,
684         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
685         bibtex-map-entries, bibtex-search-entry,
686         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
687         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
688         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
689         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
690         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
691         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
692         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
694 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
696         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
697         comment.
698         (bibtex-format-field-delimiters): New function, functionality
699         extracted from bibtex-format-entry.
700         (bibtex-autokey-get-yearfield-digits): New function, functionality
701         extracted from bibtex-autokey-get-yearfield.
703         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
704         entries in order to avoid stack overflow in the regexp matcher if
705         field contents become large.
706         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
707         bibtex-field-string-part-not-braced,
708         bibtex-field-string-part-no-inner-braces,
709         bibtex-field-string-part-1-inner-brace,
710         bibtex-field-string-part-2-inner-braces,
711         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
712         bibtex-field-string-quoted, bibtex-field-string,
713         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
714         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
715         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
716         as parsing is now performed by the following functions.
717         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
718         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
719         bibtex-parse-field-string, bibtex-search-forward-field-string,
720         bibtex-parse-association, bibtex-field-name-for-parsing,
721         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
722         bibtex-search-forward-field, bibtex-search-backward-field,
723         bibtex-start-of-field, bibtex-end-of-field,
724         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
725         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
726         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
727         bibtex-parse-string, bibtex-search-forward-string,
728         bibtex-search-backward-string, bibtex-start-of-string,
729         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
730         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
731         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
732         entries.  Instead of reporting the results of the parsing by
733         match-beginning or match-end, these functions return data structures
734         that hold the corresponding positions.
735         (bibtex-enclosing-field): Changed to also report field boundaries by
736         return values rather than by match-beginning or match-end.  The
737         following functions have been adapted to use the new parsing
738         functions.
739         (bibtex-skip-to-valid-entry, bibtex-search-reference,
740         bibtex-enclosing-field, bibtex-format-entry,
741         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
742         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
743         bibtex-print-help-message, bibtex-end-of-entry,
744         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
745         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
746         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
747         method for parsing.
748         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
749         bibtex-map-entries, bibtex-flash-head,
750         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
751         bibtex-autokey-change, bibtex-autokey-get-namefield,
752         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
753         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
754         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
755         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
756         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
757         order to make the new binding of case-fold-search immediately
758         visible.
760 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
762         * textmodes/bibtex.el: Copyright notice is up to date.
763         Added constant 'bibtex-maintainer-salutation.
765         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
766         than make-temp-name, use match-string-no-properties and eliminate
767         a quadratic behavior when building bibtex-strings.
769         * bibtex.el (bibtex-reference-key): Accept string entries whose
770         reference key contains upper case letters.
772 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
774         * bibtex.el (bibtex-reference-head): Allow entries to start with
775         a new line.
777 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
779         * bibtex.el: Hiding of entry bodies is not longer provided by
780         bibtex.el directly.  Instead the hideshow package can be used.
781         Added a special bibtex entry to hs-special-modes-alist.
782         (bibtex-hs-forward-sexp): Added for hideshow.el.
784 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
786         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
787         proceedings entry type (for cross referencing). Thanks to Wagner
788         Toledo Correa for the suggestion.
790         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
792 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
794         * international/characters.el: Setup case table for Vietnamese.
796 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
798         * uniquify.el (toplevel): Require CL at compile time.
799         (uniquify-push): Removed.
801         * shadowfile.el (shadow-when): Removed.
803         * tempo.el (tempo-dolist, tempo-mapc): Removed.
804         (tempo-process-and-insert-string): Use dolist instead of
805         tempo-dolist.
807         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
808         regexp for paragraph-start.
810         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
811         commas as well.
813 2000-02-10  Dave Love  <fx@gnu.org>
815         * wid-edit.el: (widgets) [defgroup]: Remove url link.
816         (widget-color-choice-list, widget-color-history, widget-mouse-help):
817         Deleted.
818         (widget-specify-field, widget-specify-button): Don't use
819         widget-mouse-help as help-echo property.
820         (default): Use #'ignore for :validate and :mouse-down-action.
821         (checkbox): Add help-echo.
822         (widget-sexp-validate): Rewritten to clarify error messages.
823         (character): Use char-valid-p in :match function.
824         (widget-color-complete): Use facemenu-color-alist.
825         (widget-color-action): Use facemenu-read-color.
827         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
828         set up `caar' &c that we now have.
830 2000-02-09  Ray Blaak  <blaak@gnu.org>
832         * delphi.el: Make resourcestring a declaration region, like const
833         and var.
835 2000-02-09  Dave Love  <fx@gnu.org>
837         * bindings.el (mode-line-input-method-map): New variable.
838         (mode-line-mule-info): Use it; fix last change.
839         (mode-line-mode-menu): Move definition.
840         (mode-line-mouse-sensitive-p): Deleted.
841         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
842         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
843         level.
845         * startup.el (command-line-1): Don't call
846         make-mode-line-mouse-sensitive.
848 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
850         * mail/rmail.el (rmail-retry-failure): Use
851         rmail-beginning-of-message before rmail-toggle-header, because the
852         former toggles headers.
854 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
856         * diff-mode.el (diff-kill-junk): New interactive function.
857         (diff-reverse-direction): Use delete-and-extract-region.
858         (diff-post-command-hook): Restrict the area so that the hook also works
859         outside of any diff hunk.  This is necessary for the minor-mode.
860         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
861         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
863         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
864         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
865         so that it can be used more easily in <foo>-mode-hook.  Also make sure
866         to avoid duplicate entries.
867         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
868         (font-lock-remove-keywords): Just as was done for `add', allow it to
869         work even if font-lock-mode is nil.  Also make sure we don't modify
870         any pre-existing list by forcing a copy-sequence.  Finally rename
871         `major-mode' to `mode'.
872         (font-lock-fontify-syntactic-anchored-keywords)
873         (font-lock-fontify-anchored-keywords)
874         (font-lock-fontify-keywords-region): Use line-end-position.
875         Don't make `font-lock-multiline' local (it's now done in
876         font-lock-set-defaults).
877         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
878         move the `font-lock-fontified' creation to inside the `unless'.
880 2000-02-06  Andrew Innes  <andrewi@gnu.org>
882         * term/w32-win.el (x-handle-args): Comment out call to message,
883         which occurs before window system is initialized.
885         * makefile.nt: Add support for recompiling lisp code.
887 2000-02-04  Dave Love  <fx@gnu.org>
889         * bindings.el (mode-line-mule-info): Fix/extend last change.
891         * completion.el: Replace completion-dolist with dolist.
893         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
894         dotimes.
896 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
898         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
899         environment names before they go into the section regexp.
901         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
902         char class in regexp.
904         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
905         `case-fold-search' to nil.
907         * progmodes/idlwave.el (idlwave-template): Respect
908         `idlwave-abbrev-change-case'.
909         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
910         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
911         idlwave-while): respect `idlwave-reserved-word-upcase'.
912         (idlwave-rw-case): New function.
913         (idlwave-statement-match): Fixed problem with assignment regexp.
914         (idlwave-font-lock-keywords): Improved regexp for keyword
915         parameters.
916         (idlwave-surround): New argument LENGTH to support padding of
917         operators longer than 1 char.
919         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
920         idlwave-shell-expression-overlay.  Implemented printing of
921         expressions on higher levels of the calling stack.
922         (idlwave-shell-display-level-in-calling-stack): Restore stack
923         level.
924         (idlwave-retrieve-expression-from-level): New function.
925         (idlwave-shell-last-calling-stack): Variable removed.
926         (idlwave-shell-reset): Argument action reversed (`visible' to
927         `hidden').  Also remove stop-line overlay.
928         (idlwave-shell-calling-stack-routine): New variable.
929         (idlwave-shell-parse-stack-and-display): Messages now display
930         negative level numbers.
931         (idlwave-shell-mode): Set `modeline-format'.
932         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
933         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
934         21.
935         (idlwave-shell-print-expression-function): New option.
937         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
938         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
939         `tool-bar' instead of `toolbar'.
941 2000-02-02  Dave Love  <fx@gnu.org>
943         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
944         emacs-lisp-mode-hook.  Don't check for defalias being defined.
946         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
947         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
948         the new builtins directly.
950         * whitespace.el (whitespace): Add :version to defgroup.
952         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
953         Doc fix.
955         * thingatpt.el (sexp-at-point, symbol-at-point)
956         (number-at-point, list-at-point): Add autoload cookie.
958         * recentf.el (recentf): Add :version to defgroup.
960         * quickurl.el (quickurl): Add :version to defgroup.
962         * elide-head.el (elide-head): Use point-marker more.
964         * bs.el (bs): Add :version to defgroup.
966         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
968         * progmodes/delphi.el (delphi): Add :version to defgroup.
970 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
972         * ange-ftp.el (ange-ftp-write-region): Handle case that
973         succeeding process operation sets a different coding system.
975         * calculator.el: New file.
977 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
979         * frame.el (frames-on-display-list, framep-on-display): New
980         functions.
981         (display-mouse-p, display-popup-menus-p, display-graphic-p)
982         (display-selections-p, display-screens, display-pixel-width)
983         (display-pixel-height, display-mm-width, display-mm-height)
984         (display-backing-store, display-save-under, display-planes)
985         (display-color-cells, display-visual-class): New functions.
987         * term/tty-colors.el (tty-color-gray-shades): New function.
989         * faces.el (display-color-p): Use framep-on-display.
990         (display-grayscale-p): New function.
992 2000-01-31  Dave Love  <fx@gnu.org>
994         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
995         (create-fontset-from-x-resource): Don't concat integers.
997 2000-01-31  Inge Frick  <inge@nada.kth.se>
999         * view.el: Some changes in documentation.  Removed some trailing
1000         whitespace. Changed some parameter names to agree with
1001         documentation.
1002         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
1003         window is not deleted.  Modifies change 1998-04-26.
1005 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
1007         * windmove.el: New file.
1009         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1010         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1011         progmodes/ebnf-yac.el: Update copyright and license info.
1013         * jit-lock.el (jit-lock-function): Widen before calculating end
1014         position.
1015         (jit-lock-stealth-chunk-start): Rewritten.
1017         * info.el (Info-title-face-alist): Removed.
1018         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
1019         faces.
1020         (Info-fontify-node): Use these faces.
1022 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
1024         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
1025         (cl-macro-list1): Recognize `&allow-other-keys' instead of
1026         `&allow-other-keywords'.
1028         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
1029         the list of directories scanned heuristically.
1031         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
1032         exist.
1034 2000-01-30  Jason Rumney  <jasonr@gnu.org>
1036         * w32-fns.el: Define w32-tty-standard-colors.
1038         * startup.el (command-line): Use w32-tty-standard-colors when in
1039         w32 console mode.
1041 2000-01-30  Dave Love  <fx@gnu.org>
1043         * jka-compr.el (jka-compr-load): Fix up load-history.
1045         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
1047         * emacs-lisp/cl-macs.el: Revert previous change.
1049 2000-01-29  Dave Love  <fx@gnu.org>
1051         * facemenu.el: Purecopy various strings.
1053         * timezone.el (timezone-fix-time): Window against 69 for two-digit
1054         years.  Deal with three-digit years.
1056         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
1057         defconst, purecopy.
1058         (help-back-label): Purecopy it.
1060 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
1062         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
1063         variable. If non-nil, order the buffer list according to the
1064         currently selected frame.
1065         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
1066         non-nil, pass the selected frame to function buffer-list.
1068 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1070         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
1072 2000-01-28  Dave Love  <fx@gnu.org>
1074         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
1076         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
1077         Don't use lisp-indent-hook property.
1078         (cl-abs): Remove.
1080         * subr.el: Move out indent and edebug specs for when and unless.
1082         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
1083         when, unless.
1085         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
1086         unless, when.
1088 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
1090         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
1091         `collecting' as synonym for `collect'.
1093         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
1094         for the case it contains spaces.
1096         * simple.el (what-cursor-position): Change formatting of
1097         messages.
1099         * frame.el (delete-other-frames): New function.
1100         (toplevel): Bind it to C-x 5 1.
1102         * sort.el (sort-numeric-base): New option.
1103         (sort-numeric-fields): If number starts with `0' or `0[xX[',
1104         interpret it as octal or hexadecimal.  Use sort-numeric-base
1105         as default base.
1107         * progmodes/glasses.el: New file.
1109 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
1111         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1112         userids differently.
1114         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1115         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1116         progmodes/ebnf-yac.el: New files.
1118 2000-01-26  Dave Love  <fx@gnu.org>
1120         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1121         on a function with an empty body.  [From Eric Ludlam.]
1123 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
1125         * vc.el (vc-version-diff): Make sure file name is expanded.
1127 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
1129         * scroll-bar.el (scroll-bar-timer): Variable removed.
1130         (scroll-bar-toolkit-scroll): Don't use a timer.
1132 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
1134         * language/thai-util.el (thai-composition-function): Delete
1135         superfluous `a'.
1137 2000-01-24  Dave Love  <fx@gnu.org>
1139         * fortran.el (fortran-mode): Use beginning-of-defun-function,
1140         end-of-defun-function.
1142         * font-lock.el (turn-on-font-lock): Don't depend on window-system
1143         &c.
1145 2000-01-22  Jason Rumney  <jasonr@gnu.org>
1147         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1148         conflicts with new face support.
1150 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1152         * replace.el (query-replace): Rename last arg to DELIMITED.
1153         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1154         (query-replace-regexp): Likewise.
1156 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1158         * subr.el (with-syntax-table): Use make-symbol, not gensym.
1160         * emacs-lisp/lisp.el (beginning-of-defun-function):
1161         Variable renamed from beginning-of-defun.
1162         Do not call make-variable-buffer-local.
1163         (beginning-of-defun-raw): Use new variable name; doc fix.
1164         (beginning-of-defun): Doc fix.
1165         (end-of-defun-function): Variable renamed from end-of-defun.
1166         Do not call make-variable-buffer-local.
1167         (end-of-defun): Use new variable name; doc fix.
1169         * subr.el (dolist, dotimes): Copied from cl-macs.el
1170         and made to work.
1172         * mail/undigest.el (rmail-digest-end-regexps):
1173         Variable replaces rmail-digest-end-regexp.
1174         Allows multiple regexps for detecting the end line.
1175         (undigestify-rmail-message): Corresponding changes.
1177 2000-01-19  Dave Love  <fx@gnu.org>
1179         * files.el (user-init-file): Don't declare here -- is primitive.
1181         * startup.el (command-line): Check for compiled user-init-file and
1182         set to uncompiled version if necessary.
1184 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
1186         * mail/undigest.el (rmail-digest-end-regexp): New user option.
1187         (undigestify-rmail-message): Use it.
1189         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1191 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
1193         * tmm.el (tmm-goto-completions): Adapt to prompt being part
1194         of mini-buffer.
1196 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
1198         * emacs-lisp/copyright.el (copyright-update): Removed the
1199         requirement for a trailing space from `copyright-regexp', to
1200         support copyrights with owner specified on a separate line..
1202         * align.el: New file.
1204         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1206         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1208 2000-01-13  Dave Love  <fx@gnu.org>
1210         * ph.el: Removed.  (Obsoleted by EUDC.)
1212 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
1214         * net/eudc.el (toplevel): Remove autoloaded code installing
1215         menu with easymenu, because that causes build problems.
1217         * frame.el (frame-notice-user-settings): New variable.
1218         (frame-notice-user-settings): Don't modify frame parameters
1219         if called a second time.
1221 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1223         * frame.el (frame-notice-user-settings):
1224         Notice default-frame-parameters even for non-window frames.
1226 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
1228         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1229         for Emacs.
1230         (eudc-bob-can-display-inline-images): Extend for Emacs.
1231         (eudc-bob-toggle-inline-display): Ditto.
1232         (eudc-bob-display-jpeg): Ditto.
1234 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
1236         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1237         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1238         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
1240         * add-log.el (add-change-log-entry): Fix error trying an `(insert
1241         nil)'.
1243         * subdirs.el: Add `net' directory.
1245         * net: New directory.
1247         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
1248         eval-last-sexp.  Don't bind debug-on-error here.
1249         (eval-last-sexp): New function.  Bind debug-on-error if
1250         eval-expression-debug-on-error is non-nil.
1251         (eval-defun-2, eval-defun): Likewise.
1253         * simple.el (eval-expression): Don't bind debug-on-error if
1254         eval-expression-debug-on-error is nil.  Detect changed
1255         debug-on-error, and propagate new value to global binding, if
1256         eval-expression-debug-on-error is non-nil,
1257         (eval-expression-debug-on-error): Change doc string.
1259 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1261         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
1263         * emacs-lisp/lisp-mode.el (with-syntax-table):
1264         Set up lisp-indent-function property.
1266         * subr.el (with-syntax-table): Moved from simple.el.
1268         * simple.el (with-syntax-table): Moved to subr.el.
1270 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
1272         * tmm.el (tmm-shortcut): Delete region after prompt instead
1273         of erasing buffer.
1275         * textmodes/fill.el (fill-common-string-prefix): New function.
1276         (fill-context-prefix): Use the longest common prefix of first
1277         and second line fill prefix, if there is one.
1279 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1281         * array.el (array-mode): Don't use make-variable-buffer-local.
1282         Use make-local-variable for `truncate-lines'.
1284 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
1286         * add-log.el (add-log-current-defun): Handle user-defined
1287         add-log-current-function returning nil,
1289         * add-log.el (add-change-log-entry): Insert version number
1290         if having found a current function
1292         * add-log.el (add-log-current-defun): Call
1293         `add-log-current-defun-function'.  Try matches at level 0 and
1294         level 1.  Strip whitespace from defun found.
1296 2000-01-10  John Wiegley  <johnw@gnu.org>
1298         * allout.el (isearch-done/outline-provisions): Added `edit'
1299         argument to correspond with the current definition of
1300         `isearch-done'.
1302 2000-01-10  Dave Love  <fx@gnu.org>
1304         * elide-head.el (elide-head): Use point-marker, not point.
1306 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
1308         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
1309         before and after the year 2000.
1311         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
1312         Add ispell- prefix.
1314 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
1316         * ispell.el:  Only define dictionaries in menus when they exist.
1317         (version18p): New variable.
1318         (version20p): New variable.
1319         (xemacsp): New variable.
1320         (ispell-choices-win-default-height): Fix for XEmacs visibility.
1321         (ispell-dictionary-alist1): Added Brasileiro dictionary.
1322         (ispell-dictionary-alist6): Russian command lines no longer accept
1323         run-together words.
1324         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
1325         (ispell-dictionary-alist): Add koi8-r to customize definition.
1326         (check-ispell-version): Added documentation string.  Returns
1327         library path when called non-interactively.
1328         (ispell-menu-map-needed): Uses new variables.
1329         (ispell-library-path): New variable.
1330         (ispell-decode-string): XEmacs fix for bogus variable bindings.
1331         (ispell-word): Improved documentation string.  Test for valid
1332         character mappings.  Correctly check typed in word changes that can
1333         result in single words split into multiple words.  Returns
1334         replacement word.
1335         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
1336         replace in recursive query replace mode.  Help message for
1337         recursive edit mode.
1338         (ispell-show-choices): Protect against bad framepop bindings.
1339         (ispell-help): Fix to work with XEmacs.
1340         (ispell-highlight-spelling-error): Use new variables.
1341         (ispell-overlay-window): Fix to work with XEmacs.
1342         (ispell-parse-output): Passed and returns location information
1343         tracking spelling corrections.  Doesn't recheck same word on
1344         current line.
1345         (ispell-init-process): Protect against bogus XEmacs variable binding.
1346         Fix call to single argument in sleep-for.  Use new variables.
1347         (ispell-region): Passed and returns location information tracking
1348         spelling corrections.  Doesn't check same word on current line.
1349         Improved documentation string.  Doesn't resend a line already
1350         checked to the ispell process - fixes bug in LaTeX parsing.
1351         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
1352         (ispell-skip-region): No longer skips <TT> in SGML.
1353         (ispell-process-line): Tracks location information with spelling
1354         corrections.  Added documentation string.  Accounts for words
1355         already accepted on this line.  Don't allow query-replace on line
1356         starting with math characters.  Doesn't resend a line already sent
1357         to ispell process.  Fixes alignment error bug.
1359 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1361         * dired-x.el (dired-guess-shell-alist-default):
1362         Suggest xloadimage, which is free, not xv, which isn't.
1364         * ange-ftp.el (ange-ftp-file-name-nondirectory):
1365         Don't ever include the host name or user name in the value.
1367 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
1369         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
1370         of a real newline.
1372 2000-01-09  Stephen Eglen  <stephen@gnu.org>
1374         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
1375         for .png files.
1377 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
1379         * cus-edit.el (custom-hook-convert-widget): Fix comment.
1381 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
1383         * progmodes/cperl-mode.el: Replace ^F with ^L.
1385         * sendmail.el (toplevel): Provide `sendmail' when compiling
1386         before `require'ing rmail and mailalias to prevent infinite
1387         recursion.
1389 2000-01-08  Dave Love  <fx@gnu.org>
1391         * emacs-lisp/backquote.el: Remove inappropriate customization
1392         (allowing custom.el to use backquote).
1394 2000-01-07  Dave Love  <fx@gnu.org>
1396         * add-log.el (add-log-debugging): Deleted.
1397         (add-change-log-entry): Treat a backup FILE-NAME as its parent
1398         file.  Remove debugging code.
1399         (change-log-get-method-definition, change-log-name): Add doc.
1400         (change-log-sortable-date-at): New function.
1401         (change-log-merge): New command.
1403         * time.el (display-time-string-forms): Make the Mail string active.
1404         (display-time-update): Provide help-echo for load average.
1406         * bindings.el (make-mode-line-mouse2-map): New function.
1407         (mode-line-modified): Use it and simplify.
1408         (mode-line-mule-info): Provide help-echo info.
1409         (minor-mode-alist): Activate the strings.
1410         (make-mode-line-mouse-sensitive): Simplify for
1411         mode-line-buffer-identification.
1413 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
1415         * play/pong.el: New file.
1417 2000-01-06  Dave Love  <fx@gnu.org>
1419         * array.el: Assorted cleanups for compiler warnings, doc strings,
1420         `array-' prefix for symbols.
1422 2000-01-05  Dave Love  <fx@gnu.org>
1424         * textmodes/outline.el (outline-mode-menu-bar-map): Add
1425         outline-headers-as-kill.
1426         (outline-mode): Define imenu-generic-expression.
1427         (outline-headers-as-kill): New command.
1429         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
1430         from paragraph-start.
1431         (paragraph-indent-minor-mode): New command.
1433         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
1434         M-C-e, M-C-h, C-j, C-xnd, TAB.
1435         (fortran-mode): Set beginning-of-defun, end-of-defun.
1436         (fortran-column-ruler): Simplify.
1437         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
1438         (fortran-with-subprogram-narrowing): Likewise.
1439         (fortran-indent-subprogram): Call mark-defun.
1440         (fortran-check-for-matching-do): Change narrowing.
1442         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
1443         (cl-lucid-hash-tag): Delete.
1444         (cl-hash-table-p): Correct test for native table.
1445         (cl-hash-table-count): Use hash-table-count.
1447         * browse-url.el (browse-url): Fix case of
1448         browse-url-browser-function being an alist.
1450 2000-01-05  Carsten Dominik  <cd@gnu.org>
1452         * textmodes/reftex-vars.el (reftex-parse-file-extension)
1453         (reftex-index-phrase-file-extension): New options.
1455         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
1456         Use new option `reftex-index-phrase-file-extension'.
1458         * textmodes/reftex.el (reftex-access-parse-file): Use new option
1459         `reftex-parse-file-extension'.
1461 2000-01-05  Dave Love  <fx@gnu.org>
1463         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
1464         (beginning-of-defun-raw): Use it.
1465         (end-of-defun): New variable.
1466         (end-of-defun): Use it.
1467         (check-parens): New command.
1469 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1471         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
1472         (hs-show-block): Don't use `mapcar' when not accumulating.
1474         Fix buglet in local variables initialization.
1476 2000-01-05  Andreas Schwab  <schwab@suse.de>
1478         * hscroll.el (hscroll): Doc fix.
1480 2000-01-05  Carsten Dominik  <cd@gnu.org>
1482         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
1483         idlw-toolbar.
1485         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
1486         file idlw-rinfo.el.
1487         (idlwave-customize): load must read file idlw-shell.el.
1488         (idlwave-create-customize-menu): load must read file idlw-shell.el.
1490 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
1492         * progmodes/idlw-shell.el: Also provide idlwave-shell
1493         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
1494         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
1496         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
1497         both reftex-dcr and reftex-vcr.
1499         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
1501 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1503         * ps-print.el: PostScript code now is in separate files, doc fix.
1504         (ps-print-version): New version number (5.0.3).
1505         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
1506         local.
1507         (ps-spool-config): Initialization fix.
1508         (ps-print-prologue-1, ps-print-prologue-2)
1509         (ps-print-duplex-feature): PostScript code moved to separated file.
1510         (ps-background-image): Little code reformating.
1511         (ps-begin-file, ps-begin-job): Fix code.
1512         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
1513         (ps-prologue-file): New fun.
1515 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1517         * ps-vars.el: Eliminated.
1519         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
1520         `;;;###autoload'.
1522         * ps-print.el: ps-vars eliminated, doc fix.
1523         (ps-print-version): New version number (5.0.2).
1524         (ps-spool-config): Initialization fix.
1525         (ps-print-customize): New fun.
1527 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
1529         * autorevert.el (auto-revert-mode): Return value of
1530         auto-revert-mode.
1532 2000-01-04  Dave Love  <fx@gnu.org>
1534         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
1535         menu items.
1537 2000-01-03  Dave Love  <fx@gnu.org>
1539         * elide-head.el (elide-head) [defgroup]: Add :version.
1541         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
1542         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
1543         `cl-hash-table-p', not `hash-table-p'.
1544         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
1546 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1548         * faces.el (face-read-integer, read-face-attribute)
1549         (color-defined-p, color-values): unspecified-{f,b}g are now
1550         strings.
1552 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1554         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
1555         at comment end, and re-insert them after filling.
1557 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1559         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
1560         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
1561         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
1563 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1565         * term/x-win.el (xw-defined-colors): Call color-supported-p,
1566         the new name of face-color-supported-p.
1568         * term/w32-win.el (xw-defined-colors): Likewise.
1570 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1572         * simple.el (completion-setup-function): Count completion-size
1573         from minibuffer-prompt-end, not from point-min.
1575 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
1577         * faces.el (read-face-attribute, defined-colors, color-defined-p):
1578         Pass the frame to tty-color-* functions.
1579         (display-color-p, frame-set-background-mode): Pass the frame to
1580         tty-display-color-p.
1582         * term/tty-colors.el (tty-defined-color-alist): Renamed from
1583         tty-color-alist.
1584         (tty-color-alist, tty-modify-color-alist): New functions.
1585         (tty-color-define,  tty-color-clear, tty-color-approximate)
1586         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
1587         an optional parameter FRAME.
1589 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
1591         * image.el (create-image, defimage): Don't assume image data is a
1592         string.
1594         * image.el (defimage): Handle specifications containing :data
1595         instead of :file.
1596         (image-type-from-data): New function.
1597         (image-type-from-file-header): Use it.
1598         (create-image): Add parameter DATA-P.
1600 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1602         * echistory.el (electric-command-history): Call Command-history-setup
1603         and command-history-mode using their new conventions.
1605         * chistory.el (Command-history-setup): Don't switch buffers.  Take
1606         no args, and do not set major-mode, mode-name or the local map.
1607         (command-history-mode): New function, does some of those things
1608         Command-history-setup used to do.
1609         (list-command-history): Call command-history-mode, not
1610         Command-history-setup.
1611         (command-history): Renamed from command-history-mode.
1613 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1615         * arc-mode.el (archive-mode-map): Bind q to quit-window.
1617 1999-12-31  William M. Perry  <wmperry@aventail.com>
1619         * image.el (defimage): Images with the `:data' keyword should be
1620         considered valid as well.
1622 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1624         * dired.el (dired-get-filename): Don't call file-name-absolute-p
1625         with FILE if FILE is nil.
1627 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1629         * simple.el (choose-completion-string): In minibuffer,
1630         do not delete the prompt string.
1632 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
1634         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
1635         assigned to mode-line-mode-menu because bindings.el is dumped with
1636         Emacs, and thus the lists used for menu-item definition will be
1637         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
1638         like pure menu item definitions.
1640         * expand.el (expand-abbrev-hook): Return t if expansion was
1641         done, nil otherwise.
1643 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1645         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
1646         (tar-quit): Function deleted.
1648 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1650         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
1651         was used but not declared.
1653         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
1654         hs-find-block-beginning): Add or modify docstrings.
1656         (hs-isearch-show): Rewrite.
1658 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
1660         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
1662         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
1663         space in front of a C-style comment end.
1665 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
1667         * startup.el (command-line-1): Make mode line mouse-sensitive for
1668         the MS-DOS version as well.
1670 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
1672         * bs.el: New file.
1674 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1676         * textmodes/ispell.el (ispell-process-line):
1677         Add local var line-offset to adjust for the change
1678         in positions within the line, due to previous replacements.
1680 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1682         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1683         Doc fixes.
1685 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
1687         * add-log.el (change-log-version-number-regexp-list)
1688         (change-log-version-info-enabled): Change :version to 21.1.
1689         (toplevel): Require CL when compiling.
1691 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
1693         * add-log.el (change-log-version-number-regexp-list): Added tag
1694         :version 20.6
1695         (change-log-version-info-enabled): Added tag :version 20.6
1697 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
1699         * add-log.el: More general version number search with
1700         user-configurable regexp list.
1701         (change-log-version-number-regexp-list): New user variable.
1702         (change-log-find-version): Rewritten.  Use user-configurable
1703         version numbering regexp list
1704         change-log-version-number-regexp-list.
1705         (change-log-find-version): Renamed to
1706         change-log-version-number-search
1707         (add-log-file-name-function): New.
1708         (change-log-search-vc-number): Added END paramaeter.  Added doc
1709         string to function.
1710         (change-log-version-rcs): Renamed.  Was
1711         change-log-search-vc-number.
1713 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1715         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
1716         overlays if they interfere.
1717         (compilation-find-file): Make intangible overlays tangible.
1719         * progmodes/hideshow.el: Generally, synch w/ maintainer
1720         version 5.9.
1722         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
1724         (hs-minor-mode-hook): Don't initialize.
1726         (hs-special-modes-alist): Rewrite value and docstring.
1728         (hs-minor-mode-prefix): Delete unused var.
1730         (hs-block-start-mdata-select): New var, buffer local.
1732         (hs-headline): New var.
1734         (hs-match-data, hs-forward-sexp): New funcs.
1736         (hs-hide-comment-region): New func.
1738         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
1739         hs-safety-is-job-n, hs-hide-initial-comment-block,
1740         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
1741         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
1742         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
1743         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
1744         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
1746         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
1747         (hs-isearch-show-temporary): New funcs.
1749         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
1751         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
1753         When constructing menu, use `[(shift button2)]' notation.
1755 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1757         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
1758         (jka-compr-compression-info-list): Add new elt to each vector.
1759         (jka-compr-write-region): Don't compress the data if it is
1760         already compressed.
1762         * jka-compr.el (jka-compr-really-do-compress): New variable.
1763         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
1764         if visiting.
1765         (jka-compr-write-region): Set jka-compr-really-do-compress
1766         if visiting.  Test it when deciding to compress.
1768 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
1770         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
1771         with third argument t.
1773 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1775         * antlr-mode.el: Version 1.2 is released.
1776         (antlr): This package has a web page.
1778 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1780         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
1781         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
1782         (antlr-mode-map): New binding [C-c C-c].
1783         (antlr-mode-menu): New entries.
1785 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1787         * antlr-mode.el: Respect Emacs conventions.
1788         ((require 'cl)): Only use during compilation.
1789         (antlr-language-for-option): New function to avoid using `find'.
1790         (antlr-mode): Use it.
1791         (antlr-with-syntax-table): Define new instead using XEmacs' one.
1792         (antlr-imenu-create-index-function): Change accordingly.
1793         (antlr-inside-rule-p): Ditto.
1794         (antlr-end-of-rule): Ditto.
1795         (antlr-end-of-body): Ditto.
1796         (antlr-beginning-of-rule): Ditto.
1797         (antlr-indent-line): Ditto.
1799 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1801         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
1802         (antlr-set-tabs): Don't use hard-coded values.
1804         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
1805         won't be possible without a huge time penalty.
1806         (antlr-skip-exception-part): Be more specific.
1807         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
1808         Renamed from `antlr-skip-grammar-header'.
1809         (antlr-next-rule): Change accordingly.
1810         (antlr-end-of-body): Ditto.  Better error message.
1811         (antlr-beginning-of-body): Better error message.
1812         (antlr-imenu-create-index-function): Skip rule action prelude.
1814         * antlr-mode.el: Minor syntax highlighting changes.
1815         (antlr-font-lock-default-face): Deletia.
1816         (antlr-font-lock-tokendef-face): Changed color.
1817         (antlr-font-lock-tokenref-face): Changed color.
1818         (antlr-font-lock-literal-face): Changed color.
1819         (antlr-font-lock-additional-keywords): Minor changes.
1821 1999-12-20  Carsten Dominik  <cd@gnu.org>
1823         * progmodes/idlwave.el: New file.
1825         * progmodes/idlwave-rinfo.el: New file.
1827         * progmodes/idlwave-shell.el: New file.
1829         * progmodes/idlwave-toolbar.el: New file.
1831         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
1833 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
1835         * progmodes/cwarn.el: New file.
1837 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
1839         * bindings.el (completion-ignored-extensions): Add .pdf.
1841 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
1843         * version.el: Put the version info into binary on MS-DOS as well.
1845 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
1847         * emacs-lisp/debug.el (debugger-continue): Don't continue if
1848         debugger-may-continue is nil.
1850 1999-12-18  Dave Love  <fx@gnu.org>
1852         * emacs-lisp/cl-macs.el: Remove conditional definition of
1853         eval-when-compile.  Don't specify abs, expt, gethash,
1854         hash-table-count, hash-table-p as side-effect-free here.
1855         (cl-emacs-type): Don't declare.
1856         (cl-compile-time-init): Remove Emacs 18 compiler patch.
1857         (cl-parse-loop-clause): Remove compatibility code.
1859         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
1860         (side-effect-free-fns): Add gethash, hash-table-count.
1861         (side-effect-and-error-free-fns): Add hash-table-p.
1863         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
1864         `cl-' to autoload names for some hash functions.  Don't autoload
1865         eval-when-compile.  Don't provide mini-cl.
1866         (cl-emacs-type): Remove.
1867         (cl-map-extents): Remove compatibility code.
1869         * emacs-lisp/float.el: Bind free variables.
1871         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
1873 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
1875         * bindings.el (completion-ignored-extensions): Add .tfm.
1877 1999-12-16  Dave Love  <fx@gnu.org>
1879         * faces.el (set-face-attribute): Purecopy the attributes set.
1881         * custom.el (custom-declare-variable): Purecopy value.
1883         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
1884         (byte-extrude-byte-code-vectors): Use remprop.
1885         (byte-compile-lambda): Check that arg is a lambda.
1887 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
1889         * font-lock.el: System for adding and removing keywords.
1890         Both local (previously added keyword) and global keywords
1891         can be removed.
1892         (font-lock-remove-keywords): New user-level function.
1893         (font-lock-update-removed-keyword-alist): New internal function.
1894         (font-lock-removed-keywords-alist): New variable.
1895         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
1896         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
1897         growing datastructures.
1898         (font-lock-set-defaults): Removes keywords stored in
1899         `font-lock-removed-keywords-alist' after local keywords added.
1901 1999-12-16  Anders Lindgren  <andersl@andersl.com>
1903         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
1904         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
1906         * font-lock.el (c-keywords): Only highlight preprocessor
1907         directives when spelled correctly.
1909         * font-lock.el (font-lock-match-c++-structor-declaration,
1910         c++-keywords): Fontify constructors and destructors with function
1911         face inside C++ class declarations.
1913 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
1915         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
1916         the shell from sh-shell-file.
1918         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
1920 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
1922         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
1923         if one of the files specified cannot be accessed by
1924         file-attributes.  Do not strip any leading directories from the
1925         file names, to behave more like `ls' does.
1927         * dired.el (dired-get-filename): Handle absolute file names.
1928         (dired-readin-insert): If argument is a cons, don't print
1929         "wildcard" on the ``total'' line.
1931 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
1933         * faces.el (face-read-integer, read-face-attribute)
1934         (color-defined-p, color-values): Allow color values unspecified-fg
1935         and unspecified-bg, handle them as unspecified.
1937 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
1939         * textmodes/reftex.el: (reftex-compile-variables): respect new
1940         structure of `reftex-index-macro'
1941         (reftex-compile-variables): Use the changed structure of
1942         `reftex-label-alist'.
1944         * textmodes/reftex-vars.el (reftex-index-math-format,
1945         (reftex-toc-max-level): New option.
1946         reftex-index-phrases-search-whole-words,
1947         reftex-index-phrases-case-fold-search,
1948         reftex-index-phrases-skip-indexed-matches,
1949         reftex-index-phrases-wrap-long-lines,
1950         reftex-index-phrases-sort-prefers-entry,
1951         reftex-index-phrases-sort-in-blocks): New options.
1952         (reftex-index-macros): Option structure changed.
1953         (reftex-index-macros-builtin): Added `repeat' item to each entry.
1954         (reftex-label-alist): Additional item in each entry to specify if
1955         the environment should be listed in the TOC.
1956         (eval-when-compile (require 'cl)) added.
1958         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
1959         longer deals with "repeat".
1960         (reftex-index): "repeat property in `reftex-index-macro-alist' is
1961         now used.
1962         (reftex-index-phrases-comment-regexp,
1963         reftex-index-phrases-macrodef-regexp,
1964         reftex-index-phrases-phrase-regexp1,
1965         reftex-index-phrases-phrase-regexp2,
1966         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
1967         New constants.
1968         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
1969         reftex-index-phrases-font-lock-keywords,
1970         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
1971         reftex-index-phrases-restrict-file): New variables.
1972         (reftex-index-phrase-selection-or-word,
1973         reftex-index-visit-phrases-buffer,
1974         reftex-index-initialize-phrases-buffer,
1975         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
1976         reftex-index-next-phrase, reftex-index-this-phrase,
1977         reftex-index-all-phrases, reftex-index-region-phrases,
1978         reftex-index-phrases-parse-header,
1979         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
1980         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
1981         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
1982         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
1983         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
1984         reftex-index-make-replace-string,
1985         reftex-query-index-phrase-globally, reftex-query-index-phrase,
1986         reftex-index-phrase-match-is-indexed,
1987         reftex-index-phrases-fixup-line,
1988         reftex-index-phrases-replace-space,
1989         reftex-index-select-phrases-macro): New functions.
1990         (reftex-index-globalize, reftex-index-globally): functions removed
1991         (eval-when-compile (require 'cl)) added.
1993          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
1994          for max level.
1995          (reftex-toc-max-level-indicator): New variable.
1996          (reftex-toc-max-level): New command.
1997          (reftex-toc-map): New keybinding `t'.
1998          (reftex-toc-help): Constant updated.
1999          (eval-when-compile (require 'cl)) added.
2001          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
2002          `t' command key can change `reftex-toc-max-level'
2003          (eval-when-compile (require 'cl)) added.
2005          * textmode/reftex-sel (reftex-insert-docstruct): Respect
2006          `reftex-toc-max-level'
2007          (eval-when-compile (require 'cl)) added.
2009          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
2010          added.
2012          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
2013          added.
2015          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
2016          commands.
2017          (reftex-citation, reftex-do-citation,
2018          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
2019          preselect a citation format.
2020          (eval-when-compile (require 'cl)) added.
2022          * textmodes/reftex-parse.el (reftex-context-substring): Optional
2023          parameter to-end
2024          (reftex-section-info): Deal with environment matches.
2025          (eval-when-compile (require 'cl)) added.
2027          * reftex-global.el (eval-when-compile (require 'cl)) added.
2029 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
2031         The following changes are for the new composition mechanism.  We
2032         have deleted `composition' charset and composite characters,
2033         instead introduced a special text property `composition'.
2035         * composite.el: New file.
2037         * ps-mule.el: Define encode-composition-rule and find-composition
2038         for Emacs 20.4 and the earlier versions.
2039         (ps-mule-init-external-library): Just require a feature for
2040         external libraries.
2041         (ps-mule-prologue): Postscript code modified for new composition.
2042         (ps-mule-find-wrappoint): New arg COMPOSITION.
2043         (ps-mule-plot-string): Delete code for composite characaters.
2044         (ps-mule-plot-composition): New funcion.
2045         (ps-mule-prepare-font-for-components): New function.
2046         (ps-mule-plot-components): New function.
2047         (ps-mule-composition-prologue-generated): Renamed from
2048         ps-mule-cmpchar-prologue-generated.
2049         (ps-mule-composition-prologue): New named from
2050         ps-mule-cmpchar-prologue.  Modified for new composition.
2051         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
2052         ps-mule-prepare-cmpchar-font): Deleted.
2053         (ps-mule-string-encoding): New arg NO-SETFONT.
2054         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
2055         check Composing, not Cmpchar
2056         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
2057         to nil.
2058         (ps-mule-begin-job): Check existence of new composition.
2060         * ps-print.el (ps-plot-region): Handle new composition.
2062         * simple.el (what-cursor-position): Show "(composed)" if the
2063         character is composed.
2065         * international/characters.el: Fix cateogries of Lao symbols.
2067         * international/fontset.el (vertical-centering-font-regexp): New
2068         variable.
2070         * international/mule.el (mule-version): Updated to 5.0 (AOI).
2071         (mule-version-date): Updated to 1999.12.7.
2072         (with-category-table): New macro.
2074         * international/mule-cmds.el (encode-coding-char): Don't check
2075         composite character.
2077         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
2078         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
2079         x-ctext): Give `composition' property t.
2081         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
2082         non-nil) at the tail of ALIST.
2083         (compose-region, decompose-region, decompse-string,
2084         reference-point-alist, compose-chars): Moved to composite.el.
2085         (compose-chars-component, compose-chars-rule,
2086         decompose-composite-char): Deleted.
2088         * international/quail.el (quail-install-map): New optional arg
2089         NAME.
2090         (quail-get-translation): If DEF is a symbol but not a function,
2091         ignore it.
2092         (quail-start-translation): Put a key sequence undefined in the
2093         translation keymap in unread-command-events, not generated-events.
2094         Return parameterized event (compose-last-chars N) if the input
2095         characters should be composed.
2096         (quail-map-definition): If DEF is t, treat it as nil.
2097         (quail-delete-last-char): Delete the quail region.
2098         (quail-show-translations): Don't show list of translations if the
2099         quail package is deterministic.
2100         (quail-completion-max-depth): New variable.
2101         (quail-completion-1): Pay attention to the above variable.  Fix
2102         for the case that a translation is a function.
2103         (quail-map-from-table, quail-map-from-table-1,
2104         quail-map-from-table-2): New functions.
2105         (quail-lookup-map-and-concat): New function
2107         * language/devan-util.el: Mostly rewritten.
2109         * language/lao.el: Register lao-composition-function in
2110         composition-function-table.
2112         * language/lao-util.el: Mostly rewritten.
2114         * language/thai.el: Register thai-composition-function in
2115         composition-function-table.
2116         (thai-tis620): Delete `pre-write-conversion' property.
2118         * language/thai-util.el: (thai-category-table): Make it by
2119         make-category-table.
2120         (thai-composition-pattern): New variable.
2121         (thai-compose-region, thai-compose-string): Use
2122         with-category-table.
2123         (thai-post-read-conversion): Just call thai-compose-region.
2124         (thai-pre-write-conversion): Deleted.
2125         (thai-composition-function): New funciton.
2127         * language/tibet-util.el: Most functions rewritten.
2128         (tibetan-char-p): Renamed from tibetan-char-examin.
2129         (tibetan-composable-examin) (tibetan-complete-char-examin)
2130         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2131         (tibetan-add-components): New function.
2132         (tibetan-composition-function): New function.
2134         * language/tibetan.el: Register tibetan-composition-function in
2135         composition-function-table.
2136         (tibetan-composable-pattern): New variable.
2137         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2138         (tibetan-precomposition-rule-alist): Move punctuations to
2139         tibetan-punctuation-transcription-alist and
2140         tibetan-obsolete-glyphs.
2141         (tibetan-punctuation-transcription-alist): New variable.
2142         (tibetan-obsolete-glyphs): New variable.
2143         (tibetan-regexp): Improve the initialization code.
2145         * textmodes/fill.el (fill-find-break-point): Delete codes for
2146         composite characters.
2147         (fill-region-as-paragraph): Likewise.
2149 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
2151         * international/mule-cmds.el (default-input-method): Specify
2152         that it should be set after current-language-environment.
2154         * custom.el (custom-handle-keyword): Add :set-after.
2155         (custom-add-dependencies): New function.
2156         (custom-set-variables): Take dependencies between args into
2157         account.
2159         * battery.el (battery): Doc fix.
2161 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
2163         * progmodes/cc-make.el: Removed.
2165 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2167         * Release of cc-mode 5.26
2169 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2171         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2172         target depth.  Optionally count #else lines as clause limits,
2173         as suggested by don provan <provan@lucent.com>.  #elif
2174         handling fixed.
2176         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2177         (c-down-conditional-with-else): New commands that uses the
2178         added functionality in `c-forward-conditional'.
2180 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2182         * cc-align.el (c-lineup-comment): Preserve the alignment with
2183         a comment on the previous line instead of preserving the
2184         comment-column.
2186 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2188         * Fixes to IDL mode after input from Eric Eide
2189         <eeide@cs.utah.edu>:
2190         * cc-engine.el (c-beginning-of-statement-1): Allow
2191         `c-conditional-key' to be nil, for the benefit of IDL mode.
2192         * cc-engine.el (c-guess-basic-syntax): Ditto.
2193         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
2194         but do match CORBA 2.3 `valuetype'.
2195         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
2196         for IDL.
2197         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
2198         be nil for IDL.
2199         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2200         Like C++.
2201         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
2202         set `c-method-key' and `c-baseclass-key' to nil.
2204 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2206         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2207         with nonhanging open braces.
2209 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2211         * cc-align.el: Added docstrings to all lineup functions.
2213         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2214         keyword.
2216         * cc-align.el (c-lineup-C-comments): Handle free form text
2217         comments.  Use c-comment-prefix-regexp and comment-start-skip
2218         instead of hardcoded regexps.
2220 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2222         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2223         behavior and return value as documented.
2225 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2227         * Changes for new style variable init system:
2228         * cc-langs.el (c-common-init): Dito.
2229         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2230         now customizable.
2231         * cc-vars.el: Style variables may now take a value
2232         'set-from-style to make them take their value from the style
2233         system. This value is now the default on all these variables.
2234         * cc-vars.el (c-valid-offset): New function to verify a
2235         syntactic symbol offset setting.
2236         * cc-vars.el (c-offsets-alist): Variable moved from
2237         cc-styles.el since it's now customizable in a similar way to
2238         the other style variables.
2239         * cc-vars.el (c-old-style-variable-behavior): New variable to
2240         revert to the old style init behavior.
2242         * cc-vars.el (c-file-style, c-file-offsets): Made always
2243         buffer local.
2245         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
2246         the throws clause that might follow the function prototype in
2247         C++.
2249 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2251         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
2252         could move forward for macros that doesn't start in column 0.
2254 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2256         * cc-align.el (c-indent-multi-line-block,
2257         c-lineup-whitesmith-in-block): Two new lineup functions for
2258         use in whitesmith style.
2260         * cc-styles.el (c-style-alist): More fixes to whitesmith
2261         style.  It should now handle all different braces uniformly in
2262         both hanging and non-hanging cases.
2264 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2266         * cc-cmds.el (c-indent-exp): Use a marker to save point to
2267         make it stay in the same position relative to the surrounding
2268         text.
2270         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
2271         when adaptive-fill-mode doesn't manage to get it correct.
2273         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
2274         with dotted notation, e.g. foo.bar.Gnu.
2276         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
2277         within unwind-protect (previously only some were wrapped so it
2278         would be possible to register mode initialization when full
2279         initialization did not finish).
2281         * cc-styles.el (c-style-alist): Corrected the brace placement
2282         in the whitesmith style.  Thanks to Sean Luke
2283         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
2284         styles with consistent brace placement for all constructs.
2286 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2288         * cc-cmds.el (c-context-line-break): Continue C++ comments too
2289         when point is in the middle of them.
2291         * cc-cmds.el: Line breaking and paragraph filling code
2292         rewritten:
2293         (c-guess-fill-prefix): New function that uses various
2294         heuristics to guess the comment prefix.
2295         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
2296         It now assumes adaptive filling is active to preserve the line
2297         prefix inside comments.
2298         (c-indent-new-comment-line): Replacement for the now
2299         obsolete `c-comment-line-break-function' that uses
2300         `c-guess-fill-prefix' when appropriate.  It now observes the
2301         setting of `comment-multi-line', which has effect in C-style
2302         block comments.
2304         * cc-cmds.el (c-context-line-break): New function intended to
2305         be put on RET.  It's essentially `newline-and-indent', but
2306         continues C block comments with the appropriate line prefix.
2308         * cc-cmds.el (c-do-auto-fill): New function put on
2309         `normal-auto-fill-function' to implement the
2310         `c-ignore-auto-fill' variable.
2312         * cc-cmds.el (c-beginning-of-statement): Use
2313         `c-comment-prefix-regexp' to avoid ending up inside the
2314         comment prefix.  Better handling of comment starters and
2315         enders. Catch comments better when traversing code.  Stop at
2316         preprocessor directives.
2318         * cc-defs.el (c-forward-comment): New subst to hide platform
2319         dependent quirks in `forward-comment'.
2321         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
2322         argument.
2323         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
2324         arguments. Activate this function by default when
2325         `parse-partial-sexp' supports it (currently Emacs 20.x).
2327         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
2328         on the comment opener to make constants usable as lineup
2329         arguments.
2331         * cc-align.el (c-lineup-C-comments): Fixes to handle the
2332         changed anchor position in the `c' syntactic symbol.  Handle
2333         more than stars in the comment prefix; use the new variable
2334         `c-comment-prefix-regexp'.  Don't indent text not preceded by
2335         a comment prefix to the right of the comment opener if it's
2336         long.
2338         * cc-langs.el: Fixes to mode initialization for new line
2339         breaking and paragraph filling method.  Adaptive fill mode is
2340         now activated at startup instead of deactivated.  The
2341         variables used for adaptive filling and paragraph movement are
2342         also changed to incorporate the value of
2343         `c-comment-prefix-regexp'.  `substitute-key-definition' is
2344         used to override some functions in the global map instead of
2345         overriding their default bindings.
2347         * cc-mode.el (java-mode): Modify `paragraph-start' for the
2348         javadoc markup at mode init.
2350         * cc-mode.el (c-setup-filladapt): A new convenience function
2351         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
2352         function is intended to be used explicitly by the end user
2353         only.
2355         * cc-vars.el (c-comment-prefix-regexp): New variable used to
2356         recognize the comment fill prefix inside comments.
2357         (c-block-comment-prefix): New name for
2358         `c-comment-contiuation-stars', which is now obsolete.  It's
2359         generalized to handle any character sequence.
2360         (c-ignore-auto-fill): New variable used to selectively disable
2361         Auto Fill mode in specific contexts.
2363 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2365         * cc-cmds.el (c-comment-indent): Leave at least one space
2366         between the comment and the last nonblank character in the
2367         case where we look at the indentation of the comment on the
2368         previous line (case 4).
2370         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
2371         list of characters that may start a statement (it's a sort of
2372         prefix operator in Pike, and isn't used at all in any of the
2373         other languages).
2375 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2377         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
2378         inside continued statements as statement-cont instead of
2379         brace-list-open.  The reason is that one normally adjusts
2380         brace-list-open for brace lists as top-level constructs, and
2381         brace lists inside statements is a completely different
2382         context.  Case 10B.2 changed.  Also changed (the somewhat
2383         esoteric) case 9A to cope with this.
2385 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2387         * cc-cmds.el (c-electric-brace): Added electric handling of
2388         the open brace for brace-elseif-brace.
2390 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2392         * cc-defs.el (c-with-syntax-table): New macro to easily switch
2393         syntax tables temporarily.
2395         * cc-engine.el (c-guess-basic-syntax): Handle template and
2396         member init argument lists split over several lines.  Case 5D
2397         changed.
2399         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
2400         @throws introduced in Javadoc 1.2.
2402         * cc-menus.el (cc-imenu-java-generic-expression): Applied
2403         patch from RMS to avoid infinite backtracking.
2405 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2407         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
2408         by [ ].
2410 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2412         * cc-align.el (c-lineup-dont-change): Compensate properly for
2413         the column in langelem.
2415         * cc-engine.el (c-syntactic-information-on-region): New
2416         function to help debugging the syntactic analysis.
2418 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2420         * cc-align.el (c-lineup-template-args): Handle nested template
2421         arglists.
2423         * cc-langs.el (c++-template-syntax-table): New syntax table
2424         that makes `<' and `>' parenthesis characters, which is useful
2425         to switch to temporarily when analyzing template arglists.
2427         * cc-styles.el: Changed default alignment of labels in the
2428         java style to conform to the examples in the Java Language
2429         Specification.
2431         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
2432         by default.
2434 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2436         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
2437         immediately before the closing paren in an arglist, so don't
2438         check that in Pike mode.  Case 7A changed.
2440 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2442         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
2443         lines were ignored under certain conditions.
2445 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2447         * cc-align.el (c-lineup-template-args): New function for
2448         aligning continued template argument lists.
2450         * cc-engine.el (c-guess-basic-syntax): Fix for member init
2451         lists containing function arglists split over several lines.
2452         Case 5D.1 changed.
2454         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
2455         template-args-cont didn't get recognized when the first
2456         arglist opener line doesn't contain a template argument.  New
2457         case 5K.
2459 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2461         * cc-defs.el (c-point): Changed from subst to macro for
2462         efficiency.
2463         (c-beginning-of-defun-1, c-end-of-defun-1): New
2464         beginning-of-defun/end-of-defun wrappers separated from
2465         c-point.
2467         * cc-menus.el (imenu-generic-expression,
2468         imenu-case-fold-search, imenu-progress-message): Dummy
2469         definitions to avoid compiler warnings if imenu can't be
2470         loaded.
2471         * cc-menus.el (cc-imenu-init): New function called at mode
2472         init.
2473         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
2474         imenu initializations to cc-imenu-init.
2476 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2478         * cc-engine.el (c-guess-basic-syntax): Slightly better check
2479         for lambda-intro-cont in Pike mode.  Case 6 changed.
2481         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
2482         anything following "new Foo()" was considered an anonymous
2483         class body in Java mode.
2485 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
2487         * cc-cmds.el (c-comment-line-break-function): When breaking in
2488         a string, don't insert a new line.
2490 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
2492         * cc-engine.el (c-at-toplevel-p): New interface function which
2493         returns information useful to add-on authors.  It tells you
2494         whether you're at a toplevel statement or not.
2496 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
2498         * cc-cmds.el (c-comment-line-break-function): It is possible
2499         that forward-line does not land us at the bol, say if we're on
2500         the last line in a file.  In that case, do a
2501         back-to-indentation instead of a forward-comment -1.
2503 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2505         * cc-engine.el (c-beginning-of-statement-1): Don't catch
2506         "default:" as normal label in case 4.
2508 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2510         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
2511         recognize continued bitfield declarations.  Case 5D.1 changed.
2512         * cc-langs.el: New variable c-bitfield-key.
2513         * cc-mode.el: New variable c-bitfield-key.
2515 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2517         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
2518         anonymous array expressions (i.e. "new Foo[] {.. bracelist
2519         ..}").
2521 1999-12-12  Dave Love  <fx@gnu.org>
2523         * mail/footnote.el: Require cl when compiling.  Don't autoload
2524         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
2525         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
2526         Avoid `acons'.
2527         (footnote-mode-line-string, Footnote-add-footnote): Remove
2528         autoload cookie.
2530 1999-12-12  Richard Sharman  <rsharman@pobox.com>
2532         * sh-script.el: Fix for when font-lock mode is active.
2533         (sh-font-lock-unfontify-region-function): New function.
2535 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
2537         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
2538         if start-process is not bound, since Ispell now supports such
2539         platforms as well.
2541 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
2543         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
2544         rmail-summary-goto-msg.
2546         * files.el (after-find-file): Fix previous change.
2548 1999-12-11  Dave Love  <fx@gnu.org>
2550         * help.el (where-is): Use `commandp' as predicate for
2551         `completing-read'
2553 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2555         * cus-edit.el (custom-save-delete): Delete all occurrences,
2556         leave point where the first occurrence was.
2557         (custom-save-faces): Insert a newline at the end of the comment.
2558         Avoid a double newline there.
2559         If final closeparen is at bol, put a space before it.
2560         (custom-save-variables): Likewise.
2561         (custom-file): Doc fix.
2563 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
2565         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
2566         regexp matching image and audio files.
2568 1999-12-09  Dave Love  <fx@gnu.org>
2570         * mail/footnote.el: New file.
2572 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
2574         * files.el (after-find-file): Use auto-save-visited-file-name if
2575         set.
2577         * mail/feedmail.el (feedmail-find-eoh): Take
2578         feedmail-queue-alternative-mail-header-separator into account.
2580 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
2582         * smerge-mode.el: New file.
2584         * font-lock.el (font-lock-multiline): New variable.
2585         (font-lock-add-keywords): Rename `major-mode' into `mode'.
2586         (font-lock-remove-keywords): Added a dummy `mode' argument for
2587         potential future support.
2588         (font-lock-fontify-anchored-keywords,
2589         (font-lock-fontify-keywords-region): Only handle multiline strings
2590         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
2592 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2594         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
2596         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
2598 1999-12-07  Dave Love  <fx@gnu.org>
2600         * help.el (view-emacs-problems): New command, bound to C-h P.
2602         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
2604 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
2606         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
2607         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
2608         New code to support the minor mode version.
2609         (diff-recenter): New function.
2610         (diff-next-hunk, diff-next-file): Use it.
2611         (diff-remembered-files-alist): New var.
2612         (diff-merge-strings): New function.
2613         (diff-find-file-name): Make it smarter and use the user's input more.
2614         (diff-mode): Cosmetic changes.
2616         * files.el (save-some-buffers): Turn EXITING into the more general
2617         PRED argument to allow specifying a subset of buffers.
2619         * simple.el (kill-region): Use the new `delete-and-extract-region'
2620         rather than the undo log (which is incorrect with *-change-functions).
2622         * font-lock.el (font-lock-default-fontify-region): Fix subtle
2623         off-by-one problem that could force re-fontifying the whole buffer.
2624         (font-lock-remove-keywords): New function.
2625         (font-lock-add-keywords): Use the new function to ensure idempotence.
2627 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
2629         * viper-cmd.el (viper-minibuffer-standard-hook,
2630         viper-minibuffer-real-start): Mew functions.
2631         (viper-read-string-with-history,viper-file-add-suffix,
2632         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
2633         change in the status of the minibuffer prompt.
2635 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
2637         * comint.el (comint-redirect-results-list)
2638         (comint-redirect-results-list-from-process): Remove interactive
2639         spec.
2641 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2643         * info.el (info-node, info-menu-5, info-xref): Define colors for
2644         Info faces if the display supports them.
2646 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2648         Changes for automatic remapping of X colors on terminal frames:
2650         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
2651         term-setup-hook.  Call msdos-remember-default-colors and
2652         msdos-handle-reverse-video.
2653         (msdos-face-setup): Parts of code moved to
2654         msdos-setup-initial-frame.
2655         (msdos-handle-reverse-video): New function, modeled after
2656         x-handle-reverse-video.
2657         (make-msdos-frame): Don't use initial-frame-alist and
2658         default-frame-alist.  Call msdos-handle-reverse-video.
2659         (msdos-color-aliases): Remove.
2660         (msdos-color-translate, msdos-approximate-color): Remove.
2661         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
2662         for better approximation of X colors.
2663         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
2664         up tty-color-alist (it is now on startup.el).
2665         (x-display-color-p, x-color-defined-p, x-color-values,
2666         x-defined-colors, face-color-supported-p, face-color-gray-p):
2667         Remove.
2669         * facemenu.el (facemenu-read-color, list-colors-display): Use
2670         defined-colors for all frame types.
2671         (facemenu-color-equal): Use color-values for all frame types.
2673         * faces.el (read-face-attribute): For :foreground and :background
2674         attributes and frames on character terminals, translate the color
2675         to the closest supported one before looking it up in the list of
2676         valid values.
2677         (face-valid-attribute-values): Call defined-colors for all types
2678         of frames.
2679         (defined-colors, color-defined-p, color-values, display-color-p):
2680         New finctions.
2681         (x-defined-colors, x-color-defined-p, x-color-values,
2682         x-display-color-p): Aliases for the above.
2684         * startup.el (command-line): Register terminal colors for frame
2685         types other than x and w32, but only if the terminal supports
2686         colors.  Call tty-color-define instead of face-register-tty-color.
2688         * term/x-win.el (xw-defined-colors): Renamed from
2689         x-defined-colors.
2690         * term/w32-win.el (xw-defined-colors): Likewise.
2692         * term/tty-colors.el: New file.
2693         * loadup.el: Load term/tty-colors.
2695 1999-12-06  Dave Love  <fx@gnu.org>
2697         * ffap.el: Autoload the ffap alias directly.
2699 1999-12-06  Inge Frick  <inge@nada.kth.se>
2701         * dired-aux.el (dired-do-shell-command): Changed documentation.
2702         (dired-shell-stuff-it): A `?' in COMMAND has now the same
2703         meaning as `*'.
2705 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
2707         * simple.el (insert-buffer): Doc fix.
2709         * apropos.el (apropos-mode): Add autoload cookie.
2711 1999-12-06  Sam Steingold  <sds@goems.com>
2713         * progmodes/etags.el (etags-tags-completion-table): Modified the
2714         regexp to allow for the CL symbols starting with `+*'.
2715         (tags-completion-table): Doc fix (it's an obarray, not an alist).
2716         (tags-completion-table, tags-recognize-empty-tags-table): Remove
2717         `function' quoting lambda.
2718         (tags-with-face): New macro.
2719         (list-tags, tags-apropos): Use it.
2720         (tags-apropos-additional-actions): New user option.
2721         (etags-tags-apropos-additional): Use it.
2722         (tags-apropos): Call etags-tags-apropos-additional.
2723         (tags-apropos-verbose): New user option.
2724         (etags-tags-apropos): Use it.
2725         (visit-tags-table-buffer, next-file): Use `unless'.
2726         (recognize-empty-tags-table): Renamed to
2727         tags-recognize-empty-tags-table.
2728         (complete-tag): Call tags-complete-tag bypassing try-completion.
2730 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
2732         * international/mule.el (set-buffer-file-coding-system): Docstring
2733         modified.
2735 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2737         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
2738         using the hideshow package.
2739         (hs-special-modes-alist): Added entry for bibtex to allow the use
2740         of the hideshow package.
2741         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
2742         not longer provided by bibtex.el directly.  Instead the hideshow
2743         package should be used.
2744         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
2745         references to bibtex-hide-entry-bodies.
2747 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2749         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
2750         maintainer information closer to the beginning of the bibtex.el
2751         file.
2752         (bibtex-maintainer-salutation): New constant.
2753         (bibtex-version): New constant.
2754         (bibtex-submit-bug-report): Use bibtex-version and
2755         bibtex-maintainer-salutation.
2756         (bibtex-entry-field-alist): Made booktitle field optional for
2757         @inproceedings entries when crossreferenced.
2758         (bibtex-entry-field-alist): Added booktitle field to proceedings
2759         entry type (for cross referencing). Thanks to Wagner Toledo Correa
2760         for the suggestion.
2761         (bibtex-string-file-path): Fixed typo.
2763 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2765         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
2766         for reftex.el.
2767         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
2768         to menu.
2770 1999-12-04  Dave Love  <fx@gnu.org>
2772         * delsel.el: Revert previous change -- region is significant to
2773         skeleton.
2775 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
2777         * viper-cmd.el (viper-change-state): Use
2778         viper-ESC-moves-cursor-back to decide whether to move the cursor
2779         back.
2781 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
2783         * international/mule-util.el (truncate-string-to-width): Docsting
2784         fixed.
2786 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
2788         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
2789         use of `cond'.
2790         (lm-with-file): Move all the find-file...kill-buffer stuff into
2791         this macro.  Make it use `find-file-noselect' and make it kill
2792         the buffer only if it wasn't already displayed somewhere.
2793         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
2794         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
2795         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
2796         (lm-commentary): Fix to handle the case when the change log is
2797         at the end of the file.
2799 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
2801         * international/mule.el (charsetp): Fix typo in docstring.
2803         * international/mule-diag.el (list-coding-categories): Fix typo;
2804         automatic -> autoload.
2806 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
2808         * vc.el (vc-update-change-log): Look for rcs2log under
2809         exec-directory.
2811         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
2812         outline-regexp, add outline-level.
2813         (lisp-outline-level): New.
2815         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
2816         remove extraneous string-match.
2818         * finder.el (finder-commentary): Activate Finder mode.
2820 1999-12-01  Anders Lindgren  <andersl@andersl.com>
2822         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
2823         off when reverting buffers that contained mode specifiers.
2824         `revert-buffer' is now called with non-nil PRESERVE-MODES
2825         argument.
2827 1999-12-01  Dave Love  <fx@gnu.org>
2829         * delsel.el: Grok skeleton-pair-insert-maybe.
2831 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2833         * progmodes/cperl-mode.el (cperl-under-as-char):
2834         Use nil as default.
2836 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
2838         * speedbar.el (toplevel): Remove compatibility code for Emacs
2839         versions without custom.el.
2841 1999-11-30  Dave Love  <fx@gnu.org>
2843         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
2845         * autoinsert.el: Minor doc fixes.
2846         (auto-insert): Return nil.
2848         * faces.el (set-face-documentation): Purecopy STRING.
2850 1999-11-29  Dave Love  <fx@gnu.org>
2852         * derived.el: Doc fixes, remove old backquote syntax.
2854         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
2855         comment warning about editing.
2857         * help.el (help-mode-hook): Define.
2859 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
2861         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
2862         invalid translation of old-style backquote syntax to new syntax.
2864 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
2866         * Makefile (DONTCOMPILE): Add term/internal.el.
2868 1999-11-26  Dave Love  <fx@gnu.org>
2870         * comint.el: Fix last change.
2872         * emacs-lisp/advice.el: Fix last change.
2874 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2876         * cus-edit.el (Custom-reset-standard): Doc fix.
2877         (custom-variable-reset-standard): Doc fix.
2878         (custom-face-reset-standard): Doc fix.
2879         (custom-face-menu): "Reset to Standard" => "Erase Customization".
2880         (custom-variable-menu): Likewise.
2881         (custom-reset-menu): Likewise.
2882         (custom-buffer-create-internal): Likewise.
2884 1999-11-26  Dave Love  <fx@gnu.org>
2886         * progmodes/make-mode.el (makefile-mode-hook): Customize.
2888         * font-lock.el: Doc fixes.
2890         * menu-bar.el (menu-bar-mode): Customize.
2892         * cus-start.el: Add use-dialog-box.
2894         * add-log.el (change-log-mode-hook): Customize.
2895         (add-log-current-defun): Use
2896         fortran-{beginning,end}-of-subprogram.
2898 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2900         * emacs-lisp/advice.el: Many doc fixes.
2902         * comint.el (comint-preoutput-filter-functions): Doc fix.
2904 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2906         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2907         Improve messages for capitalization of arg names,
2908         for flag variables, for t and nil, for imperatives.
2909         Call them imperatives rather than infinitives sans "to".
2910         (checkdoc-common-verbs-wrong-voice): Add "moves".
2911         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
2913         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2914         Don't convert comments from 3-semicolon to 2-semicolon.
2915         That is a matter of style.
2916         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
2917         (checkdoc-comments): Don't bind that variable.
2919 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2921         * files.el (write-file-hooks): Doc fix.
2923 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
2925         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
2927 1999-11-25  Dave Love  <fx@gnu.org>
2929         * hippie-exp.el: Require comint when compiling.
2930         (hippie-expand): Add :links.
2931         (hippie-expand-try-functions-list): Customize.
2933 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
2935         * viper*el: Replaced old-style backquotes.
2937         * ediff*el: Replaced old-style backquotes.
2939         * ediff-merge
2940         (ediff-looks-like-combined-merge,ediff-get-combined-region):
2941         Changed to support the new format for ediff-combination-pattern.
2943         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
2944         Changed to support the new format for ediff-combination-pattern.
2946 1999-11-24  Dave Love  <fx@gnu.org>
2948         * custom.el (custom-declare-group): Purecopy DOC.
2949         (custom-handle-keyword): Purecopy VALUE.
2950         (custom-add-link): Purecopy WIDGET.
2951         (custom-add-version): Purecopy VERSION.
2952         (custom-add-load): Purecopy LOAD.
2954         * cus-face.el (custom-declare-face): Purecopy DOC.
2956         * info.el:
2957         (Info-build-node-completions, Info-search, Info-follow-reference)
2958         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
2959         (Info-find-emacs-command-nodes): Avoid properties on matched text
2960         which may appear in minibuffer.
2962 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
2964         * locate.el (locate-with-filter): Doc fix.
2966 1999-11-24  Alex Schroeder  <alex@gnu.org>
2968         * sql.el (sql-find-sqli-buffer): New function.
2969         (sql-set-sqli-buffer-generally): New function.
2970         (sql-set-sqli-buffer): Better checking of new-buffer.
2971         (sql-copy-column): Add comma after INTO clause, too.
2973 1999-11-24  Alex Schroeder  <alex@gnu.org>
2975         * sql.el (sql-imenu-generic-expression): New, used to set
2976         imenu-generic-expression.
2978         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
2979         setting font-lock-defaults' SYNTAX-ALIST.  Set
2980         imenu-generic-expression, imenu-case-fold-search, and
2981         imenu-syntax-alist.
2983         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
2984         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
2986 1999-11-23  Andrew Innes  <andrewi@gnu.org>
2988         * w32-win.el (w32-drag-n-drop): Load files in current window, if
2989         drop coords aren't over a specific window.
2991 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2993         * ps-print.el: Define mule funs without checking if mule package is
2994         loaded.
2995         (ps-print-version): New version number (5.0.1).
2996         (ps-header-dirpart): Now uses abbreviate-file-name.
2998 1999-11-23  Dave Love  <fx@gnu.org>
3000         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
3001         comment-line-start.
3002         (fortran-comment-line-start-skip): Renamed from
3003         comment-line-start-skip.
3004         (fortran-mode-map): Use renamed functions.  Add manual and custom
3005         entries to menu.
3006         (fortran-mode-hook): Customize.
3007         (fortran-comment-indent-function): Renamed from
3008         fortran-comment-hook.
3009         (delete-horizontal-regexp): Function deleted.
3010         (fortran-electric-line-number): Simplified.
3011         (fortran-beginning-of-subprogram): Renamed from
3012         beginning-of-fortran-subprogram.
3013         (fortran-end-of-subprogram): Renamed from
3014         end-of-fortran-subprogram.
3015         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
3016         (fortran-previous-statement, fortran-next-statement): Simplified.
3017         (fortran-blink-match): New function.
3018         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
3019         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
3020         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
3021         line-end-position.
3022         (fortran-fill): No longer interactive.  Simplified.
3023         (fortran-break-line): Simplified.
3024         (fortran-analyze-file-format): Use char-after, not looking-at.
3026         * emacs-lisp/find-func.el (find-function-regexp): Use
3027         `define-minor-mode' after easy-menu change.
3029 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
3031         * comint.el: Add redirection.from active comint buffers into
3032         another buffer.  Written by Peter Breton.
3034 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
3036         * emacs-lisp/autoload.el (make-autoload): Recognize the new
3037         `define-minor-mode'.
3038         (define-minor-mode): Specify `doc-string-elt'.
3040         * emacs-lisp/easy-mmode.el: Changed maintainer.
3041         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3042         Use defcustom for the hooks; Improve the auto-generated docstrings.
3043         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
3044         (define-minor-mode): Add BODY arg; Only declare the keymap if
3045         provided; Improve the auto-generated docstrings.
3047 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
3049         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
3050         that the leading `^' is at the start.  This is necessary because
3051         paragraphs.el tries to remove anchors, but can find them only if
3052         they are the first character.
3054         * progmodes/antlr-mode.el: New file.
3056         * calendar/calendar.el: Fix autoload for
3057         calendar-absolute-from-astro.  Add autoload for
3058         calendar-print-astro-day-number.
3060 1999-11-21  Anders Lindgren  <andersl@andersl.com>
3062         * follow.el: Use modern backquote syntax.  Minor comment update.
3064 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
3066         * simple.el (with-syntax-table): Don't switch buffers.
3068         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
3069         progmodes/hideif.el: Use new backquote syntax.
3071 1999-11-21  Ken Manheimer  <klm@python.org>
3073         * icomplete.el (icomplete-completions): Use an explicit variable
3074         `icomplete-prospects-length', obviating the need to use an
3075         apparently faulty throw/catch arrangement.
3077 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
3079         * term/internal.el (IT-display-table-setup): Don't overstep
3080         character code 255.
3082 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
3084         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
3085         for the charset chinese-sisheng is 7bit encoding, not 8bit.
3087 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3089         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
3090         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
3092         * files.el (auto-mode-alist): Add patterns for diff-mode.
3094         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
3095         to detect an empty prompt.
3097 1999-11-18  Dave Love  <fx@gnu.org>
3099         * simple.el (input-mode-8-bit): Fix the customization.
3101 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
3103         * international/iso-acc.el (iso-languages): Add more
3104         characters for Portuguese.
3106         * speedbar.el: Clean up comment at the start of the file.
3107         Remove RCS id.
3109         * progmodes/compile.el (compilation-parse-errors): Use
3110         compilation-buffer-p instead of testing major-mode.
3112 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
3114         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3115         (quickurl-ask): completion-ignore-case is set to the value of
3116         quickurl-completion-ignore-case for the duration of the call to
3117         completing-read.
3119 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3121         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3123 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
3125         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
3126         instead of ps-print-def.
3128         * ps-print.el: Require ps-vars instead of ps-print-def.
3130         * ps-mule.el: Require ps-vars instead of ps-print-def.
3132 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
3134         * simple.el (with-syntax-table): Save buffer explicitly instead of
3135         using save-excursion.
3137 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
3139         * mail/supercite.el: New maintainer.
3141 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
3143         * progmodes/vhdl-mode.el: Use new backquote syntax.
3145 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
3147         * simple.el (with-syntax-table): New.
3149 1999-11-15  Sam Steingold  <sds@ksp.com>
3151         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3153 1999-02-22  Sam Steingold  <sds@goems.com>
3155         * goto-addr.el (goto-address-at-mouse,
3156         goto-address-find-address-at-point): Use compose-mail.
3157         (goto-address-mail-method): Removed variable.
3158         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
3159         goto-address-send-using-mail): Removed functions.
3161 1998-11-03  Sam Steingold  <sds@goems.com>
3163         * simple.el (backward-delete-char-untabify):
3164         backward-delete-char-untabify-method can be `all' now - to delete
3165         hungrily including newlines.
3167 1999-11-15  Sam Steingold  <sds@ksp.com>
3169         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
3171 1999-11-15  Dave Love  <fx@gnu.org>
3173         * cus-edit.el (customize-face, customize-face-other-window):
3174         Require match from completing-read.
3175         (custom-buffer-done-function): Default to custom-bury-buffer, not
3176         bury-buffer.
3178 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
3180         * mail/rmail.el, iswitchb.el, hippie-exp.el,
3181         progmodes/cperl-mode.el: Use new backquote syntax.
3183 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
3185         * uniquify.el: Use new backquote syntax.
3187 1999-11-14  Markus Rost  <rost@ias.edu>
3189         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3190         as in ispell-local-dictionary-alist.
3192 1999-11-14  Alex Schroeder  <alex@gnu.org>
3194         * ansi-color.el (ansi-color-apply): Updated regexps to include
3195         highlighted face.
3197 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
3199         * forms.el (forms--make-format-elt-using-text-properties):
3200         Treat `intangible' differently.
3202         * forms.el: Use new backquote syntax.
3204 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
3206         * textmodes/scribe.el (scribe-mode): Doc-fix.
3208 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
3210         * net-utils.el (run-network-program, net-utils-run-program): Use
3211         the new backquote syntax.
3212         (smbclient-program, smbclient-program-options)
3213         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3214         variables
3215         (smbclient, smbclient-list-shares): New functions
3217 1999-11-12  Sam Steingold  <sds@ksp.com>
3219         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3220         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3221         (viper-kbd-buf-definition, viper-kbd-mode-alist)
3222         (viper-kbd-mode-pair, viper-kbd-mode-definition)
3223         (viper-kbd-global-pair, viper-kbd-global-definition):
3224         Use the new backquote syntax.
3226         * emulation/viper-cmd.el (viper-test-com-defun)
3227         (viper-prefix-arg-value, viper-prefix-arg-com):
3228         Use the new backquote syntax.
3230         * emacs-lisp/debug.el (debugger-env-macro):
3231         Use the new backquote syntax.
3233         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3234         Use the new backquote syntax.
3236         * calendar/calendar.el (calendar-remove-frame-by-deleting):
3237         New user variable.
3238         (calendar-hide-window): Use it.
3239         (increment-calendar-month, calendar-for-loop, calendar-sum):
3240         Use the new backquote syntax.
3242 1999-11-12  Andrew Innes  <andrewi@gnu.org>
3244         * select.el (x-set-selection): Call buffer-substring, not
3245         substring.  Also fix docstring
3247 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
3249         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
3250         of customizable variables to bug report message. Added
3251         system-type to package name in bug report.
3253 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
3255         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
3256         to display file names.
3258 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
3260         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
3262         * isearch.el: Add lazy-highlighting feature.
3264 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
3266         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
3267         constant.
3268         (ps-mode-submit-bug-report): New function. Entry added to menu.
3270 1999-11-10  William M. Perry  <wmperry@aventail.com>
3272         * mwheel.el: New file to support the new style wheeled mice.
3274 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
3276         * startup.el (initial-scratch-message): Add ";;" to the front of
3277         lines in the message.
3279         * files.el (file-local-copy): Remove optional BUFFER argument
3280         because that's not used by anything.
3282         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
3283         to-address.
3285 1999-11-08  Markus Rost  <rost@ias.edu>
3287         * wid-edit.el (widget-button-click): Wrap with save-excursion
3288         to restore track-mouse in the correct buffer.
3290 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
3292         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
3294 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
3296         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
3297         lpr-command to "lp" for some system-types. (copied from lpr.el
3298         Emacs version 20.2.1).
3300 1999-11-04  Markus Rost  <rost@ias.edu>
3302         * simple.el (comment-region): Strip off white space at end of
3303         comment-start.
3305 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
3307         * faces.el (secondary-selection): Fix wrong color name.
3309 1999-11-04  John Tobey  <jtobey@epsilondev.com>
3311         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
3312         the default when invoking perldb in a non-Perl buffer, and other
3313         cases involving -e or --.
3315 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
3317         * simple.el (previous-matching-history-element)
3318         (next-history-element): Use delete-field instead of erase-field.
3320         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
3321         Use delete-field instead of erase-field.
3323         * faces.el (secondary-selection): Change background to yellow.
3325         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
3326         find the start of the text.  Use field-string to read the user
3327         input.
3329 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
3331         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
3332         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
3333         for compatibility with old face implementation.
3335         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
3336         Use erase-field instead of erase-buffer.
3338         * frame.el (blink-cursor-mode, blink-cursor-end): Use
3339         internal-show-cursor with new interface.
3340         (blink-cursor-timer-function): New.
3341         (blink-cursor-start): Use blink-cursor-timer-function.
3343 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3345         * calendar.el (redraw-calendar): Move to nearest date before
3346         redrawing.
3348         * diary-lib.el (simple-diary-display): Reset modeline even if
3349         there are no diary entries since the diary buffer may be displayed.
3351 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3353         * emacs-lisp/debug.el (debug): If noninteractive, display the
3354         backtrace using `message', then exit Emacs.
3355         (debugger-batch-max-lines): New variable.
3356         (debugger-setup-buffer): New subroutine, broken out of `debug'.
3357         Change the messages put at the start, to say that the debugger
3358         was entered.
3360 1999-11-02  Sam Steingold  <sds@ksp.com>
3362         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
3364 1999-11-01  John Tobey  <jtobey@epsilondev.com>
3366         * gud.el: (gud-perldb-massage-args): Massage correctly in the
3367         presence of perl switches other than "-e".
3369 1999-11-01  Markus Rost  <rost@ias.edu>
3371         * dired-x.el (dired-smart-shell-command): Use
3372         shell-command-history as in shell-command.
3374 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3376         * userlock.el (ask-user-about-lock): Doc fix.
3378         * frame.el: Doc fixes.
3380 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
3382         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
3383         of show-cursor.
3384         (blink-cursor-start, blink-cursor-end): Ditto.
3386         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
3388 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3390         * window.el (walk-windows): If ALL-FRAMES is a frame,
3391         start on that frame.  Use save-selected-window.
3393 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
3395         * simple.el (end-of-buffer): Use window-end to find the window end
3396         instead of vertical-motion because this handles variable-height
3397         lines correctly.
3399 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
3401         * ediff.el: Version change.
3403         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
3404         make sure you are in a good frame before deleting other
3405         windows.
3406         (ediff-file-checked-in-p): Don't consider CVS
3407         files checked in.
3408         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
3409         are writing to a newly created empty file.
3411         * ediff-mult.el (ediff-show-session-group-hook): New default.
3413         * ediff-vers.el (ediff-pcl-cvs-view-revision):
3414         First cd to the file directory. reportedly works
3415         better with remote files.
3417         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
3418         Use file-name-nondirectory when passing files to CVS.
3420         * ediff-diff.el (ediff-cmp-options): New variable.
3421         (ediff-same-file-contents): Use ediff-cmp-options.
3423         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
3424         ediff-get-patch-buffer): Use current buffer if it appears to be a
3425         patch.
3427         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
3428         C-g
3430         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
3431         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
3432         (viper-save-cursor-color,viper-restore-cursor-color):
3433         Improved cursor color handling.
3434         (viper-get-saved-cursor-color-in-replace-mode,
3435         viper-get-saved-cursor-color-in-insert-mode): New functions for
3436         better cursor color handling.
3438         * viper-ex.el (ex-read,ex-edit):
3439         Fixes for correct interpretation of #,%.
3440         (viper-ex): Now works correctly when called from other functions.
3441         (viper-glob-function): New variable.
3442         (viper-ex): Save excursion before doing :global.
3444         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
3446         * viper-cmd.el (viper-post-command-sentinel,
3447         viper-insert-state-post-command-sentinel,
3448         viper-insert-state-pre-command-sentinel): Takes better care of
3449          cursor colors.
3451         * viper.el: Version change.
3453 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
3455         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
3456         that the modeline display was updated *only* when
3457         `whitespace-display-in-modeline' was set, not otherwise.
3459 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
3461         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
3462         "frac12".
3464         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
3465         ad-activate.
3467 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
3469         * whitespace.el: Test for existence of `defcustom' and `defgroup'
3470         using fboundp instead of assuming that these are not present in
3471         particular flavors of emacs.
3472         (whitespace-version): Update to 2.8
3473         (whitespace-display-in-modeline): Add custom variable to control
3474         displaying the whitespace errors on the modeline based on
3475         suggestion from <klaus.berndl@sdm.de>
3476         (whitespace-buffer): Now returns `t' if unclean and `nil' if
3477         clean, to enable using as a hook function, as suggested by Puneet
3478         Goel <puneet@computer.org>
3479         (whitespace-buffer): Fix a subtle bug that cleaned up only if
3480         quiet was not set, even with whitespace-auto-cleanup set.
3481         (whitespace-mode-line): Now uses less modeline real estate and
3482         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
3483         which is present in the file, and <y> is any type of whitespace
3484         whose check has been suppressed by setting
3485         `whitespace-check-<whitespace-type>' to nil.
3486         (whitespace-unchecked-whitespaces): New function to return the
3487         list of whitespaces for whom checks have been suppressed.
3488         (whitespace-display-unchecked-whitespaces): Renamed to
3489         `whitespace-update-modeline' to reflect its functionality.
3491 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
3493         * progmodes/compile.el (compilation-error-regexp-alist):
3494         Undo previous change.
3496 1999-10-28  Dave Love  <fx@gnu.org>
3498         * help.el (help-follow): Make arg optional again and really
3499         default to point.
3501 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
3503         * paths.el (rmail-file-name): Make it an option.
3505         * progmodes/ada-mode.el, progmodes/ada-prj.el,
3506         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
3507         comment fixes.
3509         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
3510         MIPS Pro 7.3 compiler error message syntax.
3512 1999-10-27  Dave Love  <fx@gnu.org>
3514         * progmodes/compile.el: Checkdoc-inspired fixes.
3516 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
3518         * lpr.el (print-buffer): Doc-string fix.
3520 1999-10-27  Dave Love  <fx@gnu.org>
3522         * emacs-lisp/advice.el: Doc fixes.
3523         (ad-lemacs-p): Removed.
3524         (advice): Add :link to defgroup.
3526 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
3528         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
3529         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
3531 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3533         * window.el (walk-windows): If ALL-FRAMES is a frame,
3534         start on that frame.  Use save-selected-window.
3536 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3538         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
3539         ad-activate.  All callers changed, including those in data.c.
3540         (ad-activate-internal-off): Renamed from ad-activate-off.
3541         All uses changed.
3542         (ad-activate): Renamed from ad-activate-on.  All uses changed.
3543         (ad-start-advice, ad-stop-advice, ad-recover-normality):
3544         Alter the definition of ad-activate-internal, not ad-activate.
3546 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
3548         * startup.el (command-line-1): Add support for command line
3549         arguments `file' and `execute'.  Fix handling of `visit'.
3551 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
3553         * international/mule-cmds.el (read-input-method-name): Handle the
3554         case that the arg DEFAULT is symbol.
3556         * international/mule-diag.el (mule-diag): Handle the case that
3557         default-input-method is symbol.
3559 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
3561         * textmodes/tildify.el: New file.
3563 1999-10-25  Sam Steingold  <sds@ksp.com>
3565         * Makefile (compile-files): Fixed the "tr" strings.
3566         (EMACS): Set to ../src/emacs.
3568 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
3570         * info.el (Info-build-node-completions): Add '("*") to the
3571         completion list.
3573 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3575         * frame.el (auto-raise-mode): When enabling the mode,
3576         immediately raise the selected frame.
3578         * indent.el (indent-region): Doc fix.
3580         * comint.el (comint-output-filter): Make the Comint buffer current
3581         for the comint-preoutput-filter-functions.
3583         * mail/reporter.el: Doc fix.
3585 1999-10-24  Stephen Eglen  <stephen@gnu.org>
3587         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
3588         that Octave lisp files can also run under XEmacs 20.
3589         (require 'custom) added so that files can run under Emacs 19.34.
3591         * iswitchb.el (iswitchb-default-keybindings): No need to use
3592         read-kbd-macro in keybindings.
3594 1999-10-23  Dave Love  <fx@gnu.org>
3596         * elide-head.el: New file.
3598 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
3600         * Makefile (compile-files, backup-compiled-files): New targets.
3601         (bootstrap, bootstrap-clean): Ditto.
3603 1999-10-22  Paul Eggert  <eggert@twinsun.com>
3605         * international/mule-cmds.c (locale-language-names):
3606         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
3607         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
3608         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
3609         Use Latin-8 for Welsh.
3610         Use Latin-1 for English if "en" is explicitly specified.
3611         Use Latin-1 for Scots Gaelic, Tagalog.
3612         Use Latin-1 (not Latin-4) for Greenlandic.
3613         Use Latin-1 (not Latin-2) for Albanian.
3614         (locale-preferred-coding-systems, locale-language-names):
3615         Remove generic ISO 8859 locales; locale-charset-language-names now
3616         does this.
3617         (locale-charset-language-names): New variable.
3618         (set-locale-environment): Use language name specified by
3619         locale-charset-language-names if its charsets disagree with the
3620         language name specified by locale-language-names.
3622 1999-10-22  Dave Love  <fx@gnu.org>
3624         * make-mode.el: Minor doc fixes.
3626         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
3628 1999-10-21  Dave Love  <fx@gnu.org>
3630         * loadup.el: Add latin-8, latin-9.
3632 1999-10-20  Paul Eggert  <eggert@twinsun.com>
3634         * disp-table.el (standard-display-european): Remove undocumented
3635         arg AUTO; no longer used by startup.el.  Do not attempt to treat
3636         all non-English language environments as coding system names.
3637         Instead, use the downcased language environment name as a coding
3638         system name if it is one; otherwise, use latin-1.
3640 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
3642         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
3643         that were split so that part of the comment appeared as Lisp code.
3645 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3647         * ps-bdf.el: Doc fix.
3649         * ps-print-def.el: New file: common definitions for all parts of
3650         ps-print.
3651         (ps-multibyte-buffer): Moved from ps-mule.
3653         * ps-mule.el: File dependence fix.
3654         (ps-multibyte-buffer): Moved to ps-print-def.
3656         * ps-print.el: Doc fix, better customization.
3657         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
3658         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
3659         (ps-end-file): Doc fix.
3660         (ps-setup, ps-begin-file): Fun fix.
3661         (postscript): New group.
3662         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
3663         (ps-print-prologue-1): Adjust PostScript programming.
3664         (ps-print): Adjust group hierarchy.
3665         (ps-print-n-up, ps-print-zebra, ps-print-background,
3666         ps-print-printer)
3667         (ps-print-page): New subgroups.
3668         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
3669         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
3670         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
3671         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
3672         (ps-zebra-stripe-height, ps-print-background-image)
3673         (ps-print-background-text, ps-spool-config): Adjust customization.
3674         (dos-ps-printer): Definition eliminated.
3676 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3678         * ps-mule.el: Doc fix, define functions properly if mule package is
3679         loaded or not.
3680         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
3681         mule package is loaded or not.
3683         * ps-print.el: Doc fix, n-up printing.
3684         (ps-print-version): New version number (5.0).
3685         (ps-page-dimensions-database): Added document media.
3686         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
3687         (ps-page-order, ps-printing-region-p): New vars.
3688         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
3689         funs.
3690         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
3691         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
3692         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
3693         (ps-n-up-xstart, ps-n-up-ystart): New macros.
3694         (ps-print-begin-sheet-hook): New hook.
3695         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
3696         const.
3697         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
3698         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
3699         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
3700         (ps-count-lines): Changed to defun.
3701         (ps-header-page): Changed to defsubst, fix fun.
3702         (ps-printing-region): Doc fix, adjust programming code.
3703         (ps-output-boolean, ps-background-pages, ps-background-text)
3704         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
3705         programming code.
3707 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3709         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
3710         (ps-print-version): New version number (4.2).
3711         (ps-spool-config, ps-spool-tumble): New vars.
3712         (ps-print-prologue-1): Changed to defconst, adjust PostScript
3713         programming, new PostScript procedure to handle errors.
3714         (ps-print-prologue-2): Changed to defconst.
3715         (ps-print-duplex-feature): New const: duplex and tumble setting.
3716         (ps-setup, ps-begin-file): Fix funs.
3717         (ps-boolean-capitalized): New fun.
3719 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
3721         * Makefile (dontcompilefiles): Obsoleted.
3722         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
3723         (EL): Unused.
3724         (temacs): Removed (unused).
3725         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
3726         version of the file (necessary for the update to work properly).
3727         (autoloads): Force the use of `pwd`/loaddefs.el.
3728         (updates); Redefined in terms of other targets to reduce redundancy.
3729         (.el.elc): New default rule, just in case you want it.
3730         (compile): Use a single invocation of Emacs.
3731         (bootstrap-compile); Unneeded.
3732         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
3734 1999-10-19  Dave Love  <fx@gnu.org>
3736         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
3738 1999-10-19  Sam Steingold  <sds@ksp.com>
3740         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
3741         comply with the comment.
3743 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
3745         * autorevert.el (auto-revert-mode): Make auto-revert-mode
3746         permanent-local.
3748 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
3750         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
3751         value: \"lpr\" changed to "lpr"
3752         (ps-mode-version): New constant
3753         (ps-mode-show-version): New function, added key in ps-mode-map
3754         (ps-run-messages): Removed
3755         (ps-run-font-lock-keywords-2): New defcustom variable replacing
3756         ps-run-messages. These keywords now include the value of
3757         ps-run-prompt, making its fontification customizable.
3758         (ps-run-init): Removed \\n from docstring, it is now added when
3759         the value is used
3760         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
3761         ps-run-prompt
3762         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
3763         customizable variables in doc-string (its equivalent
3764         ps-run-messages was missing in previous version of the doc-string)
3765         (ps-run-mode): Simplified assignment to font-lock-defaults, using
3766         symbols only
3768 1999-10-19  Alex Schroeder  <alex@gnu.org>
3770         * ansi-color.el: Complete rewrite.
3772 1999-10-19  Paul Eggert  <eggert@twinsun.com>
3774         Fix bootstrapping problems.
3775         Use the system locale to specify Emacs locale defaults.
3777         * international/mule-cmds.el (global-map):
3778         Do not use backquote, because that makes a bootstrapping
3779         problem if you need to recompile all Lisp files using interpreted code.
3780         * international/mule.el (charset-id, charset-bytes,
3781         charset-dimension, charset-chars, charset-width,
3782         charset-direction, charset-iso-final-char,
3783         charset-iso-graphic-plane, charset-reverse-charset,
3784         charset-short-name, charset-long-name, charset-description,
3785         charset-plist): Likewise.
3786         * subr.el (save-match-data): Likewise.
3788         * international/mule-cmds.el
3789         (set-display-table-and-terminal-coding-system): New function,
3790         containing code migrated out of set-language-environment.
3791         (set-language-environment, set-locale-environment): Use it.
3792         (locale-translation-file-name): Moved here from startup.el.
3793         (locale-language-names, locale-preferred-coding-systems):
3794         New vars.
3795         (locale-name-match, set-locale-environment): New functions.
3797         * language/japan-util.el (setup-japanese-environment-internal):
3798         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
3800         * startup.el (iso-8859-n-locale-regexp): Remove.
3801         (locale-translation-file-name): Move to mule-cmds.el.
3802         (command-line): Move locale-stuff into set-locale-environment.
3804 1999-10-18  Dave Love  <fx@gnu.org>
3806         * abbrev.el (add-abbrev, inverse-add-abbrev)
3807         (expand-region-abbrevs): Remove properties from buffer text.
3809 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
3811         * iswitchb.el (iswitchb-exhibit): Extract user-input only
3812         from the mini-buffer, without the prompt.
3814         * simple.el (minibuffer-prompt-end): Return the position
3815         after the prompt, not the position of that last character
3816         of the prompt.
3818 1999-10-17  Miles Bader  <miles@gnu.org>
3820         * simple.el: Doc fixes.
3822 1999-10-17  Miles Bader  <miles@gnu.org>
3824         * simple.el (previous-matching-history-element, next-history-element):
3825         Change to work correctly even if the point is in the prompt.
3826         (choose-completion-string): Likewise.
3827         (minibuffer-prompt-width): New function (compatibility with old subr).
3829         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
3830         When constraining the final position to the current field,
3831         don't use the ONLY-IN-LINE mode of constrain-to-field.
3833 1999-10-17  Miles Bader  <miles@gnu.org>
3835         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
3836         constrain-to-field.
3837         * textmodes/paragraphs.el (forward-sentence): Likewise.
3839 1999-10-17  Miles Bader  <miles@gnu.org>
3841         * simple.el (line-move): Use constrain-to-field to avoid
3842         moving into a prompt.
3843         (previous-complete-history-element): Clarify doc string.
3844         (next-complete-history-element): Likewise.
3845         Use field-beginning instead of point-min.
3846         (next-matching-history-element): Use field-beginning and
3847         erase-field instead of point-min and erase-buffer.
3848         * textmodes/paragraphs.el
3849         (forward-paragraph, forward-sentence): Likewise.
3850         (backward-kill-paragraph, backward-kill-sentence): Remove code to
3851         constrain the kill to an field, as the movement commands now
3852         do this.
3854 1999-10-17  Miles Bader  <miles@gnu.org>
3856         * simple.el (previous-matching-history-element): Get the
3857         minibuffer input with field-string instead of buffer-string.
3858         (choose-completion-string): Likewise.
3859         (next-history-element): Likewise.
3860         Erase the minibuffer input with erase-field, not erase-buffer.
3861         Use field-beginning to find the beginning of the input.
3862         * textmodes/paragraphs.el (backward-kill-sentence):
3863         Remove minibuffer-prompt hack.
3864         Constrain to any input field.
3866 1999-10-17  Sam Steingold  <sds@ksp.com>
3868         * bindings.el (completion-ignored-extensions): Added ".sparcf"
3869         for CMUCL on sparc and ".ufsl" for LispWorks.
3870         (bound-and-true-p): Bugfix: free variable `v'.
3872 1999-10-16  Dave Love  <d.love@dl.ac.uk>
3874         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
3875         (edebug-uninstall-read-eval-functions): Use load-read-function,
3876         avoiding elisp-eval.
3878 1999-10-16  Sam Steingold  <sds@ksp.com>
3880         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
3881         instead of `eql'.
3883 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
3885         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
3886         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
3887         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
3888         * ediff-util.el (ediff-make-temp-file):
3889         * ediff-vers.el (ediff-pcl-cvs-view-revision):
3890         * emerge.el (emerge-make-temp-file):
3891         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
3892         * vc.el (vc-update-change-log):
3893         * mail/mailpost.el (post-mail-send-it):
3894         * mail/metamail.el (metamail-region):
3895         * progmodes/cmacexp.el (c-macro-expansion):
3896         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
3898 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
3900         * smtpmail.el (smtpmail-via-smtp): Add support for
3901         automatically appending a domain to RCPT TO: addresses.
3903 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3905         * dired.el (dired-insert-directory): Insert the amount of
3906         free space after the total size.
3907         (dired-free-space-program, dired-free-space-args): New variables.
3909 1999-10-14  Karl Heuer  <kwzh@gnu.org>
3911         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
3913 1999-10-14  Dave Love  <fx@gnu.org>
3915         * international/characters.el:
3916         * international/fontset.el:
3917         * international/mule-conf.el: Add latin-iso8859-1[45].
3919         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
3920         strings.
3922         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
3923         (command-line): Detect Latin-[89] locales.
3925 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
3927         * international/mule-cmds.el (select-safe-coding-system)
3928         (leim-list-header): Avoid the use of strings that start with backslash
3929         newline since lread.c:read1 has a hack to turn those strings into
3930         integer 0 during the loadup.el process.
3932         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
3934 1999-10-13  Dave Love  <fx@gnu.org>
3936         * image.el (insert-image): Copy the image spec and add an
3937         intangible property.
3939 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
3941         * help.el (help-xref-interned): Make it also work on variable-only
3942         and function-only symbols.
3943         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
3944         (help-follow): If the point under mouse is not highlighted, try
3945         `help-xref-interned' on the pointed-to symbol anyway.
3947         * info.el (Info-on-current-buffer): New entry point.
3948         (Info-find-node): Split into two for Info-on-current-buffer to
3949         hook into it.
3950         (Info-current-file, Info-set-mode-line, Info-up):
3951         Info-current-file can now be t.
3952         (Info-clone-buffer-hook): Function for `clone-buffer'.
3953         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
3954         Make `clone-buffer' available in various ways to the user.
3956 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
3958         * simple.el (shell-command, shell-command-on-region): Use
3959         make-temp-file.
3960         (clone-buffer, clone-process, clone-buffer-hook): New functions.
3962         * subr.el (with-current-buffer): Don't use backquotes to avoid
3963         bootstrapping problems.
3965         * loadup.el (load-path): Add subdirs for bootstrapping.
3966         (docstrings): Ignore errors during bootstrapping.
3967         (args): New `bootstrap' argument (for use in place of `dump').
3969 1999-10-12  Emmanuel Briot  <briot@gnat.com>
3971         * ada-stmt.el: Doc-string fixes.
3973 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
3975         * recentf.el: New file.
3977         * ps-mode.el: New file.
3979         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
3980         case insensitive.
3982 1999-10-12  Richard Sharman  <rsharman@pobox.com>
3984         * sh-script.el: Added support for indenting existing scripts.
3985         (sh-mode-map): Added new bindings.
3986         (sh-mode): Updated mode doc-string for new commands, added
3987         make-local-variable calls, initialize mode-specific variables.
3988         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
3989         is now a different function.
3990         (sh-header-marker):  Changed docstring.
3991         (sh-set-shell): Initialize mode-specific variables.
3992         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
3993         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
3994         Changed these define-skeleton calls to work with user-specified
3995         indentation settings.
3996         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
3997         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
3998         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
3999         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
4000         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
4001         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
4002         (sh-guess-basic-offset, sh-handle-after-case-label)
4003         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
4004         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
4005         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
4006         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
4007         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
4008         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
4009         (sh-handle-this-then, sh-help-string-for-variable)
4010         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
4011         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
4012         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
4013         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
4014         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
4015         (sh-remove-our-text-properties, sh-rescan-buffer)
4016         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
4017         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
4018         (sh-scan-case, sh-search-word, sh-set-char-syntax)
4019         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4020         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4021         functions.
4022         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
4023         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
4024         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
4025         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
4026         (sh-var-list): New variables.
4028 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
4030         * quickurl.el (quickurl-list-insert): `count-lines' was returning
4031         a value one line to high if the cursor wasn't at the start of a
4032         line. A `beginning-of-line' is now performed before making the
4033         call to `count-lines'.
4035 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
4037         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
4039 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
4041         * Makefile (setwins): Abstract out the command to find subdirectories
4042         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
4043         (custom-deps, finder-data, autoloads, update-subdirs, updates)
4044         (autoloads-with-other-emacs): Use it.
4046         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
4048 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
4050         * Makefile (bootstrap-compile): New target.  Compile Lisp
4051         files with ../src/temacs.
4053 1999-10-08  Dave Love  <fx@gnu.org>
4055         * ange-ftp.el: Require dired when compiling.
4056         (ange-ftp-normal-login): Allow EFS-style port specification.
4058 1999-10-08  Simon Marshall  <simon@gnu.org>
4060         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4061         (regexp-opt-group): Use it to get common suffixes in STRINGS.
4062         If STRINGS is nil, return "" rather than nil.
4064 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
4066         * Makefile (compile): Compile files one by one.  Set load-path to
4067         current directory and subdirectories when compiling.
4069 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
4071         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
4072         (emacs): Use it everywhere instead of EMACS.
4073         (compile): New target.  Compile all Lisp files from scratch.
4074         (recompile): New target.  Recompile lisp directory.
4075         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
4076         an Emacs executable not built in the current directory tree.
4078 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
4080         * filecache.el (file-cache-completion-ignore-case): New variable,
4081         defaulting to the value of completion-ignore-case.
4082         (file-cache-minibuffer-complete): Use it.
4083         (file-cache-files-matching, file-cache-files-matching-internal):
4084         New functions.
4086 1999-10-07  Emmanuel Briot  <briot@gnat.com>
4088         * ada-xref.el: New file
4090         * ada-prj.el: New file
4092         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
4094         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
4095         subprogram being created.
4097         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
4098         ada-indent-newline-indent): Rewritten to support the new indentation
4099         scheme
4101         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
4102         New functions
4104         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
4105         justification parameter
4107         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
4108         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
4109         external program
4111 1999-10-07  Dave Love  <fx@gnu.org>
4113         * bindings.el (bound-and-true-p): New macro.
4114         (make-mode-line-mouse-sensitive): Don't require easymenu.
4116 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
4118         * custom.el (defface): Extend documentation for new values of
4119         `type'.
4121         * faces.el (face-spec-set-match-display): Recognize `type' of
4122         `motif', `lucid', `x-toolkit'.
4123         (menu): New face.
4125 1999-10-05  Dave Love  <fx@gnu.org>
4127         * files.el: Recognize temporary crontab files.
4129         * info.el: Require jka-compr when compiling.
4130         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4132 1999-10-04  Dave Love  <fx@gnu.org>
4134         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4135         scroll-up-aggressively, scroll-down-aggressively.
4137         * time.el (display-time-mode): Add autoload cookie.
4139         * rect.el (delete-extract-rectangle): Doc fix from verna.
4141         * help-macro.el (three-step-help): Customize.
4143 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4145         * hexl.el (hexlify-buffer): Move point in proper range
4146         if it is too large.
4147         (hexl-after-revert-hook): Update hexl-max-address.
4148         (hexl-address-to-marker): Doc fix.
4150 1999-10-03  Dave Love  <fx@gnu.org>
4152         * image.el (defimage): Remove redundant code.  Substitute file in
4153         image plist.
4155 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4157         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4158         when doing with-temp-file.
4160 1999-10-01  Dave Love  <fx@gnu.org>
4162         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4164         * help.el: Require view when compiling.
4165         (view-emacs-FAQ): Use Info version.
4167 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
4169         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4170         (normat->normal).  Use correct font names for Korean
4171         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4173 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
4175         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4176         code not used by KOI8 to the same 8-bit code instead of mapping to
4177         SPC.
4178         (cyrillic-alternativnyj-decode-table): Likewise.
4180 1999-09-29  Alex Schroeder  <alex@gnu.org>
4182         * sql.el (sql-imenu-generic-expression): Aew, used to set
4183         imenu-generic-expression.
4184         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4185         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
4186         imenu-case-fold-search, and imenu-syntax-alist.
4187         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4188         setting font-lock-defaults' SYNTAX-ALIST.
4190 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4192         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4193         macro, try again.
4195 1999-09-28  Dave Love  <fx@gnu.org>
4197         * cus-edit.el (custom-comment): Change widget definition.
4198         (custom-comment-create, custom-comment-show)
4199         (custom-comment-invisible-p): Don't use :comment-overlay.
4200         (custom-comment-hide): New function.
4201         (custom-variable-set, custom-variable-save)
4202         (custom-variable-reset-standard, custom-face-set)
4203         (custom-face-save): Use it.
4205 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4207         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4209 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4211         * faces.el (region): Doc fix.
4213 1999-09-27  Dave Love  <fx@gnu.org>
4215         * isearch.el (isearch): Add :links in defgroup.
4216         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4217         (isearch-switch-frame-handler): Comment out (unused).
4218         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4219         (isearch-ring-retreat-edit): Doc fix.
4220         (isearch-mouse-yank): New command.
4221         (isearch-last-command-char): Removed.  Callers changed to use
4222         last-command-char.
4223         (isearch-char-to-string): Removed.  Callers changed to use
4224         char-to-string.
4226 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
4228         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4229         option for Russian.
4231 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
4233         * faces.el (face-differs-from-default-p): Compare face
4234         attributes individually.
4236         * image.el (put-image, insert-image): Add string argument.
4238 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
4240         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4241         LANG=de_DE.iso88591 on HPUX 11.0.
4243         * dired.el (dired-move-to-filename-regexp): Make it work
4244         for LANG=de_DE.iso88591 on HPUX 11.0.
4246 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4248         * info.el (info-initialize): Don't test existence of ALTERNATIVE
4249         if we know for some other reason it should not be used.
4251         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
4252         New variable.
4253         (edebug-recursive-edit): Save current-prefix-arg there,
4254         bind it, and set it back at the end.
4255         (edebug-outside-excursion): Restore and update the outside
4256         value of current-prefix-arg.
4257         (edebug-emacs-version-specific): Delete support for Epoch.
4259 1999-09-24  Howard Melman  <howard@silverstream.com>
4261         * imenu.el (imenu-after-jump-hook): New variable.
4262         (imenu): Run menu-after-jump-hook.
4263         (imenu-name-lookup-function): New variable.
4264         * imenu.el (imenu--in-alist): Use those variables.
4266 1999-09-24  Carsten Dominik  <cd@gnu.org>
4268         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
4269         multiple thebibliography environments.
4271         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
4272         with recentering window.
4273         (reftex-extract-bib-entries-from-thebibliography,
4274         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
4275         with multiple thebibliography environments.
4277         * textmodes/reftex-vars.el
4278         (reftex-section-levels): Function allowed as cdr.
4279         (reftex-max-section-depth) New option.
4281         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
4282         with multiple thebibliography environments.
4284 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
4286         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
4287         instead of point-min in call to delete-region.
4289 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4291         * vc.el (vc-backend-checkout): Use with-temp-file when checking
4292         out into arbitrary file names.
4294 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
4296         * language/european.el ("Turkish"): New language environment.
4298 1999-09-19  Dave Love  <fx@gnu.org>
4300         * delim-col.el: New file.
4302 1999-09-17  Richard Stallman  <rms@gnu.org>
4304         * files.el (after-find-file): When visiting a backup file,
4305         make it read-only.
4307         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
4308         (apropos-keybinding-face, apropos-label-face): Likewise.
4309         (apropos-property-face, apropos-match-face): Likewise.
4310         (apropos-label-properties): New variable.
4311         (apropos-print-doc): Use apropos-label-properties.
4312         (apropos-print): Set apropos-label-properties.
4314 1999-09-15  Richard Stallman  <rms@gnu.org>
4316         * winner.el: Use aref instead of sref.
4318         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
4320 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
4322         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
4324 1999-09-14  Richard Stallman  <rms@gnu.org>
4326         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
4327         cookie, even if followed by a letter.
4329 1999-09-14  Stephen Eglen  <stephen@gnu.org>
4331         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
4332         --no-line-editing are passed to Octave by including them here
4333         rather than storing them in inferior-octave-startup-args.
4335 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
4337         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
4338         command, option, env and sc.
4340         * subr.el (shell-quote-argument): Quote argument with double
4341         quotes for ms-dos.
4343 1999-09-14  Richard Stallman  <rms@gnu.org>
4345         * simple.el (eval-expression-print-level): New variable.
4346         (eval-expression-print-length): New variable.
4347         (eval-expression-debug-on-error): New variable.
4348         (eval-expression): Bind print-level, print-length and
4349         debug-on-error from those vars.
4351         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
4352         Bind print-level, print-length and debug-on-error.
4354 1999-09-14  Inge Frick  <inge@nada.kth.se>
4356         * dired.el (dired-recursive-deletes): New custom variable.
4357         (dired-re-no-dot): New variable.
4358         (dired-delete-file): New function deletes files and directories
4359         recursively.
4360         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
4362         * dired-aux.el (dired-recursive-copies): New custom variable.
4363         (dired-handle-overwrite): Broke a long line.
4364         (dired-copy-file): Call `dired-copy-file-recursive' instead of
4365         `copy-file'.
4366         (dired-copy-file-recursive): New function.  Copy directories
4367         recursively.
4368         (dired-do-create-files): Added support for generalized directory
4369         target.  How-to function may now return a function.  New fluid
4370         variable `dired-one-file'.
4371         (dired-copy-how-to-fn): New variable.
4372         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
4373         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
4374         (dired-do-copy-regexp): No recursive copies.
4376 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
4378         * whitespace.el (whitespace-version): Update version to 2.4
4380         * whitespace.el: Add customization variables to conditionally test
4381         any of the five whitespaces, per request from Rune Kleveland
4382         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
4384         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
4386         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
4387         list of modes to be checked for bogus whitespaces.
4389         * whitespace.el (whitespace-rescan-timer-time): Update
4390         documentation.
4392         * whitespace.el (whitespace-display-unchecked-whitespaces):
4393         New function to update modeline with untested whitespaces.
4395         * whitespace.el (whitespace-buffer): Test only whitespaces whose
4396         checking is turned on, and update modeline using the newly created
4397         `whitespace-display-unchecked-whitespaces'.
4399         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
4400         whose checking is turned on, and update modeline using the newly
4401         created `whitespace-display-unchecked-whitespaces'.
4403         * whitespace.el (whitespace-describe): Update documentation.
4405         * whitespace.el (whitespace-tickle-timer): Test if
4406         `whitespace-rescan-timer-time' is non-zero before tickling timer.
4408 1999-09-13  Dave Love  <fx@gnu.org>
4410         * hideif.el (hide-ifdef-mode): Add autoload cookie.
4412         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
4413         for temp buffer.
4414         (checkdoc-this-string-valid): Don't assume default comment-start.
4416 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
4418         * rsz-mini.el: Remove code, keep the interface.
4420 1999-09-13  Dave Love  <fx@gnu.org>
4422         * help.el (help-highlight-p): Doc fix.
4424         * faces.el (mode-line, header-line, tool-bar): Add :version.
4425         (highlight, secondary-selection): Add :group.
4426         (trailing-whitespace): Add :group, :version.
4428         * wid-edit.el: Remove some compatibility code and checks.
4429         (widget-specify-field, widget-specify-button): Don't use XEmacs
4430         properties.
4431         (widget-overlay-inactive): Change error message.
4432         (widget-button-pressed-face): New variable.
4433         (widget-button-click): Use it.
4434         (widget-documentation-link-add): Specify mouse and button faces.
4435         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
4436         removed now the functionality is built in.
4438         * cus-edit.el: Don't define-widget-keywords.
4439         (multimedia): New group.
4440         (custom-last): Function removed.
4441         (custom-quote): Add vectorp case, comment out characterp case.
4442         (custom-buffer-done-function, custom-raised-buttons): New option.
4443         (Custom-buffer-done): New function.
4444         (custom-buffer-create-internal): Obey custom-raised-buttons,
4445         Custom-buffer-done.
4446         (custom-button-face): Make it `released-button'.
4447         (custom-button-pressed-face): Make it `pressed-button'
4448         (custom-mode-map): Bind "q" to Custom-buffer-done.
4449         (custom-mode): Deal with raised/pressed buttons.
4451         Changes from Didier Verna:
4452         (custom-prompt-variable): Optional third arg makes prompt for a
4453         comment string.
4454         (customize-set-value, customize-set-variable,
4455         customize-save-variable): Optional prefix makes function handle
4456         variable comments.
4457         (customize-customized, customize-saved, custom-variable-state-set)
4458         (custom-variable-set, custom-variable-save, custom-face-state-set)
4459         (custom-variable-reset-saved, custom-variable-reset-standard)
4460         (custom-face-set, custom-face-save, custom-face-reset-saved)
4461         (custom-face-reset-standard, customize-save-customized): Handle
4462         custom comments.
4463         (custom-comment-face, custom-comment-tag-face): New face.
4464         (custom-comment): New widget.
4465         (custom-comment-create, custom-comment-delete)
4466         (custom-comment-value-set, custom-comment-show)
4467         ()custom-comment-invisible-p): New functions.
4468         (custom-variable-value-create, custom-face-value-create): Create a
4469         comment field widget.
4470         (custom-variable-menu, custom-face-menu): New entry for custom
4471         comment.
4472         (custom-face-value-create): Remove compatibility code.
4473         (custom-save-variables, custom-save-faces): Possibly save custom
4474         comments.
4476         * cus-face.el (custom-face-attributes): Simplify :underline,
4477         :overline, :inverse-video cases.  Fix up :box case (probably needs
4478         more work).
4480         Change from Didier Verna:
4481         (custom-set-faces): The arguments can now have a custom comment as
4482         fourth argument.
4484         * custom.el: Don't define-widget-keywords.
4485         Change from Didier Verna:
4486         (custom-set-variables): The arguments can now have a
4487         custom comment as fifth element.
4489 1999-09-13  Richard Stallman  <rms@gnu.org>
4491         * info.el (Info-find-node): Cope better if guesspos is too large.
4493 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
4495         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
4496         of buffer-substring because buffer-string doesn't copy the
4497         prompt.
4499         * faces.el (mode-line): Replaces `modeline'.
4500         (toplevel): Make `modeline' an alias for `mode-line'.
4502 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
4504         * gs.el: Change `ghostscript' to `postscript' in comment.
4506 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
4508         * emulation/tpu-edt.el (tpu-version): New version.
4509         (tpu-search-overlay, tpu-replace-overlay): New variables.
4510         (tpu-search-highlight, tpu-toggle-direction): New functions.
4511         (tpu-lm-replace): Set tpu-replace-overlay.
4512         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
4513         command hook.
4515 1999-09-11  Richard Stallman  <rms@gnu.org>
4517         * isearch.el (isearch-mode-map): Undo previous change.
4519         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
4520         use all of that as the sexp.
4522         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
4523         and use the initial argument as file name directly.
4524         Likewise if nothing matches.
4526 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
4528         * winner.el: Major changes.  Avoid changing point and mark.
4529         Save configurations after they change, not before.
4531 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
4533         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
4534         Bind print-continuous-numbering and print-number-table.
4536 1999-09-10  Dave Love  <fx@gnu.org>
4538         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
4540 1999-09-09  Richard Stallman  <rms@gnu.org>
4542         * whitespace.el: Finish making it fit Emacs conventions.
4543         Add autoloads.
4545 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
4547         * generic-x.el (bat-generic-mode): "::"-style comments don't
4548         need to begin with "-".  Fix the font-lock definitions of ON/OFF
4549         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
4550         from the list of keywords.  Add DO to the list of keywords.
4552 1999-09-09  Dave Love  <fx@gnu.org>
4554         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
4555         (byte-optimize-backward-word): New optimizations.
4556         (side-effect-free-fns, side-effect-and-error-free-fns): Add
4557         entries.
4559 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
4561         * image.el (put-image): Remove optional buffer parameter.
4563         * faces.el (face-italic-p): Return t only for values `italic'
4564         and `oblique'.
4566         * mouse.el (mouse-drag-mode-line-1): Extension of former
4567         mouse-drag-mode-line that also drags the header line.
4568         (mouse-drag-mode-line): Call it.
4569         (mouse-drag-header-line): New.
4570         (toplevel): Bind down-mouse-1 on header lines to
4571         mouse-drage-header-line.
4573 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
4575         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
4576         (make-mode-line-mouse-sensitive): Replace `top-line' by
4577         `header-line'.
4579 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
4581         * help.el (describe-function-1): Don't return empty string for keymaps.
4583         * fill.el (fill-region-as-paragraph, canonically-space-region):
4584         Respect colon-double-space at end of line.
4586 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
4588         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
4589         (backup-buffer): Use it.
4591 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
4593         * generic-x.el (generic-define-unix-modes): Added new modes:
4594         inetd-conf-generic-mode, etc-services-generic-mode,
4595         etc-passwd-generic-mode.  These are all defined for Unix by default.
4596         (apache-generic-mode): Use an imenu-generic-expression to list
4597         Configuration keywords.
4598         (samba-generic-mode): Use both ; and # as comment characters.
4599         (samba-generic-mode): Font-lock expressions now highlight name
4600         value pairs.
4601         (bat-generic-mode): Keywords are now case-insensitive through
4602         font-lock-defaults setting.
4603         (java-properties-generic-mode): Supports both ! and # as comment
4604         characters.
4605         (java-properties-generic-mode): Added an imenu-generic-expression
4606         (java-properties-generic-mode): Reworked to support the various
4607         different ways to separate name and value (viz, '=', ':' and
4608         whitespace).
4609         (show-tabs-generic-mode): Added this new generic-mode.
4611 1999-09-08  Richard Stallman  <rms@gnu.org>
4613         * progmodes/inf-lisp.el: Moved from top directory.
4615         * tar-mode.el (tar-header-block-tokenize):
4616         Use `when' instead of `and'.  Fix some clobbered text.
4618         * gud.el (gud-make-debug-menu): Make a child for the
4619         local menu, for its menu bar, and the debug menu.
4620         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
4621         Use the history in the simple way.
4623 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
4625         * language/korea-util.el (default-korean-keyboard): Initialize it
4626         according to the environment variable HANGUL_KEYBOARD_TYPE.
4628 1999-09-07  Richard Stallman  <rms@gnu.org>
4630         * subr.el (make-temp-file): New function.
4632 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
4634         * font-lock.el (font-lock-multiline): New text property contains
4635         a boolean to indicate if the char is part of a multiline match.
4636         (font-lock-default-fontify-region): Extend the region appropriately
4637         for multiline keywords.
4638         (font-lock-default-unfontify-region): Also remove the new
4639         font-lock-multiline text property.
4640         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
4641         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
4643 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4645         * diary-lib.el (list-diary-entries): Make sure two-digit years
4646         have leading zeros.
4648 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
4650         * faces.el (face-set-after-frame-default): Initialize some
4651         attributes of some faces from frame parameters.
4653         * faces.el (scroll-bar, border, cursor, mouse): New faces.
4655 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
4657         * faces.el (fringe): Replaces face `margin'.
4659 1999-09-07  Dave Love  <fx@gnu.org>
4661         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
4663 1999-09-07  Richard Stallman  <rms@gnu.org>
4665         * subr.el (push): Doc fix.
4667 1999-09-06  Richard Stallman  <rms@gnu.org>
4669         * vc.el (vc-annotate-display): Use < 69 not < 70
4670         to distinguish 20YY from 19YY.
4672         * timezone.el (timezone-parse-date): Use < 69 not < 70
4673         to distinguish 20YY from 19YY.
4675         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
4677 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
4679         * quickurl.el: (quickurl-list-focused-line): Removed.
4680         (quickurl-list-insert): Now works out the focused line using
4681         `count-lines' instead of using `quickurl-list-focused-line'.
4683 1999-09-06  Richard Stallman  <rms@gnu.org>
4685         * mail/rmail.el (rmail-retry-failure): Unconditionally move
4686         to beginning of message.
4688 1999-09-06  Dave Love  <fx@gnu.org>
4690         * isearch.el (isearch-mode-map): Add mouse-2.
4692         * mail/rmail.el (rmail-read-password): Deleted.
4693         (rmail-get-pop-password): Use read-password.
4695         * quickurl.el: Don't conditionally define caddr.
4696         (quickurl-url-comment): Use nth, not caddr in function and
4697         defsetf.
4699 1999-09-06  Richard Stallman  <rms@gnu.org>
4701         * auto-show.el: Doc fixes.
4703 1999-09-06  Stephen Eglen  <stephen@gnu.org>
4705         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
4706         --no-line-editing so that TABs in source files are not interpreted
4707         as completion requests.
4709 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
4711         * hscroll.el, auto-show.el: Remove all code, keep the public
4712         interface as no-ops.
4714         * faces.el (face-bold-p): Don't return t if face has lighter
4715         weight than normal.
4717 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
4719         * startup.el (command-line): Make small-temporary-file-directory
4720         be nil except on ms-dos.
4722         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
4724         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
4725         is defined.
4727         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
4728         letters with a colon after d or l.
4730 1999-09-06  Dave Love  <fx@gnu.org>
4732         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
4733         primitive.)
4735 1999-09-05  Richard Stallman  <rms@gnu.org>
4737         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
4739         * textmodes/paragraphs.el (backward-kill-sentence):
4740         Don't test minibuffer-prompt-end here.
4741         (forward-sentence): Do handle it here.
4742         (backward-kill-paragraph): Don't test it here.
4743         (forward-paragraph): Handle it here.
4745         * mouse.el (font-menu-add-default): Simplify code.
4747 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
4749         * faces.el (header-line): Renamed from `top-line'.
4751 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
4753         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
4755 1999-09-04  Richard Stallman  <rms@gnu.org>
4757         * whitespace.el: New file.
4759 1999-09-04  Dave Love  <fx@gnu.org>
4761         * paths.el: Make some doc strings obey the make-docfile convention.
4763         * bindings.el: Likewise.
4764         (debug-ignored-errors): Remove BBDB ones.
4766 1999-09-03  Richard Stallman  <rms@gnu.org>
4768         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
4769         not from the draft to forward.
4771         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
4773 1999-09-03  Dave Love  <fx@gnu.org>
4775         * double.el (double-mode): Customize the variable.
4777 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
4779         * international/characters.el: Delete duplicated code.
4781 1999-09-02  Richard Stallman  <rms@gnu.org>
4783         * indent.el (indent-relative): Doc fix.
4785         * quickurl.el (quickurl): Doc fix.
4787 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
4789         * faces.el (margin): Change background to "gray" for mono (this is
4790         drawn with a stipple pattern).
4792 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
4794         * simple.el (next-history-element): Use minibuffer-prompt-end once
4795         again.  Remove test for minibuffer-prompt-in-buffer.
4797 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
4799         * files.el (small-temporary-file-directory): New variable.
4801         * startup.el (command-line): Compute the value of
4802         small-temporary-file-directory.
4804         * ediff-init.el (ediff-temp-file-prefix): Use
4805         small-temporary-file-directory if non-nil.
4807         * vc.el (vc-update-change-log): Likewise.
4809         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
4811         * simple.el (shell-command, shell-command-on-region): Use
4812         make-temp-name properly.  Use small-temporary-file-directory if
4813         non-nil, otherwise temporary-file-directory, to generate temporary
4814         files.
4816         * dos-w32.el (direct-print-region-helper): Use
4817         temporary-file-directory.  (From Stefan Monnier.)
4819 1999-09-02  Richard Stallman  <rms@gnu.org>
4821         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
4822         from asm-comment-char.
4823         (asm-font-lock-keywords): Recognize instruction width suffixes.
4825 1999-09-01  Richard Stallman  <rms@gnu.org>
4827         * play/fortune.el: New file.
4829 1999-08-31  Dave Love  <fx@gnu.org>
4831         * help.el (help-make-xrefs): Don't lose on non-empty blank line
4832         after key table.
4834         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
4835         redisplay variables.
4837         * subr.el (push): Fix typo.
4839 1999-08-30  Kevin Blake  <kblake@ticnet.com>
4841         * emacs-lisp/ring.el: Many doc fixes.
4842         (ring-size, ring-copy): New functions.
4844 1999-08-29  Richard Stallman  <rms@gnu.org>
4846         * progmodes/etags.el (tags-loop-continue):
4847         After tags-loop-operate returns, force skip to next file.
4849         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
4850         (mail-extr-first-letters, mail-extr-last-letters):
4851         Use character classes [:alpha:] and [:alnum:].
4853         * subr.el (push, pop): New macros.
4855         * progmodes/compile.el (compilation-error-regexp-alist):
4856         New item for SGI IRIX MipsPro compilers.
4858         * speedbar.el (speedbar-directory-buttons): Recognize
4859         device names when checking for file names.
4861         * array.el (array-reconfigure-rows): Use generate-new-buffer.
4863         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
4864         and specially handle defvar inside their expansions.
4865         (eval-defun-1): New subroutine.
4867         * progmodes/compile.el (compilation-error-regexp-alist):
4868         Fix the Perl -w entry to allow period after line number.
4869         Don't allow newlines in file name, but allow them after line number
4870         for Perl debugging traces.
4872         * which-func.el (which-func-cleanup-function): New variable.
4873         (which-function): Call that function.
4875         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
4876         to end a function name.
4878         * informat.el (Info-tagify): Don't insert more than one newline
4879         before the tag table.
4881 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
4883         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
4884         than make-temp-name, use match-string-no-properties, and eliminate
4885         a quadratic behavior when building bibtex-strings.
4887 1999-08-29  Alex Schroeder  <alex@gnu.org>
4889         * comint.el (comint-input-ring-separator): New variable.
4890         (comint-read-input-ring): Doc change; use
4891         comint-input-ring-separator when reading file.
4892         (comint-write-input-ring): Use
4893         comint-input-ring-separator when writing file.
4895 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
4897         * informat.el (Info-tagify): Start by widening.
4898         Match node headers that don't list the file name,
4899         and more kinds of page separations.
4900         Strip properties during tagification.
4901         Use start of node header line as tag's position.
4902         Fix the "done" message.
4904         (Info-validate): Save and restore match data around narrowing down.
4906 1999-08-28  Richard M. Stallman  <rms@gnu.org>
4908         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
4909         On repeated call, override previous values put into
4910         minor-mode-map-alist and minor-mode-alist.
4912 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
4914         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
4916 1999-08-27  Andreas Schwab  <schwab@gnu.org>
4918         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
4919         from cvs update.
4921 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4923         * calendar/calendar.el (calendar-move-hook): New hook.
4925         * calendar/cal-move.el: Call the new hook in every movement function.
4927         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
4928         the right function name.
4930 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
4932         * time-stamp.el: Put quote-backquote around all symbol names
4933         in doc strings, for mousing.
4934         (time-stamp): Support multi-line patterns.
4935         (time-stamp-inserts-lines): New variable.
4936         (time-stamp-count): New variable.
4937         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
4938         "Thu" instead of "%a".
4940 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
4942         * simple.el (kill-word): Undo previous change.
4944 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
4946         * jit-lock.el (jit-lock-function): Extend the fontified range
4947         to the beginning of the line containing the range start and
4948         the beginning of the line following the range end.
4950 1999-08-24  Dave Love  <fx@gnu.org>
4952         * timezone.el: Move provide to end.
4953         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
4954         <70 are 2000+.
4955         (timezone-parse-time): Simplify somewhat.
4957 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
4959         * faces.el (margin): Renamed from bitmap-area.
4961 1999-08-24  Alex Schroeder  <alex@gnu.org>
4963         * sql.el: Doc changes.
4964         (sql-sybase): Use sql-server instead of sql-database.
4966 1999-08-23  Dave Love  <fx@gnu.org>
4968         * rect.el: Add/fix various doc strings.  Add `*' to all the
4969         interactive specs.
4971 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
4973         * jit-lock.el (jit-lock-function): Use line-beginning-position.
4974         Don't unwind-protect font-lock-fontify-region.
4976         * paragraphs.el (backward-kill-paragraph): Don't move
4977         point into mini-buffer prompt.
4978         (backward-kill-sentence): Ditto.
4980         * simple.el (next-history-element): Use minibuffer-prompt-end.
4981         Remove test for minibuffer-prompt-in-buffer.
4982         (kill-word): Don't move point into mini-buffer prompt.
4984 1999-08-21  Dave Love  <fx@gnu.org>
4986         * Makefile: Exclude CVS dirs like RCS.
4988 1999-08-19  Dave Love  <fx@gnu.org>
4990         * tooltip.el (tooltip-mode): Customize this, per convention.
4991         (tooltip-active): Option deleted.
4993         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
4995         * hanoi.el, page-ext.el: Declare dynamic vars.
4997         * term.el: Avoid ange-ftp related compilation warnings.
4999 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
5001         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
5002         the default so that beginners can benefit from it without
5003         searching in manuals.
5005 1999-08-18  Ray Blaak  <blaak@gnu.org>
5007         * progmodes/delphi.el: Consider assembly sections as blocks, to
5008         indent them better. Make auto-indent on newline optional.
5010 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
5012         * bindings.el (mode-line-modified): Look up key binding for C-x
5013         C-q.  If it's bound call that binding, otherwise call
5014         toggle-read-only.
5016 1999-08-17  Dave Love  <fx@gnu.org>
5018         * info.el (info): Doc fix.
5020         * finder.el (finder-known-keywords): Add `multimedia'.
5022         * apropos.el: Don't capitalize custom group name.
5024         * info-look.el: Remove compatibility code.
5025         (info-lookup-guess-default*): DTRT for point at start of symbol.
5026         (info-complete): Don't lose with point not at end of symbol.
5028 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
5030         * term.el (toplevel): Make face `term-default' an empty face.
5031         The code relied on the fact that Emacs ignored invalid faces in
5032         face text properties in 20.4.
5034 1999-08-16  Richard M. Stallman  <rms@gnu.org>
5036         * subr.el (point-at-eol, point-at-bol): New aliases.
5038         * simple.el: Functions reordered.
5040         * rect.el (delete-rectangle-line): Use line-end-position.
5042 1999-08-16  Karl Heuer  <kwzh@gnu.org>
5044         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
5045         here from simple.el.
5047 1999-08-16  Dave Love  <fx@gnu.org>
5049         * mouse.el: Provide `mldrag' for compatibility.
5050         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
5051         marked obsolete.
5053         * mldrag.el: Removed since the features are in mouse.el.
5055         * jka-compr.el (auto-compression-mode): New variable for
5056         customization.
5058         * bindings.el (mode-line-mule-info): Doc fix.
5060         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
5061         name comparisons.
5063         * files.el (interpreter-mode-alist): Add make, guile, clisp.
5064         (find-file): Doc fix.
5066 1999-08-16  Carsten Dominik  <cd@gnu.org>
5068         * textmodes/reftex.el: Most of the code moved to other files.
5069         * textmodes/reftex-auc.el: New file, split out from reftex.el
5070         * textmodes/reftex-cite.el: New file, split out from reftex.el
5071         * textmodes/reftex-global.el: New file, split out from reftex.el
5072         * textmodes/reftex-index.el: New file, split out from reftex.el
5073         * textmodes/reftex-parse.el: New file, split out from reftex.el
5074         * textmodes/reftex-ref.el: New file, split out from reftex.el
5075         * textmodes/reftex-sel.el: New file, split out from reftex.el
5076         * textmodes/reftex-toc.el: New file, split out from reftex.el
5077         * textmodes/reftex-vars.el: New file, split out from reftex.el
5078         * textmodes/reftex-vcr.el: New file, split out from reftex.el
5080 1999-08-16  Carsten Dominik  <cd@gnu.org>
5082         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
5083         conflict with pop-up-frames.
5084         (reftex-special-environment-parsers): New constant.
5085         (reftex-label-alist): car of an entry can also be a function.
5086         (reftex-what-special-env): Cew function.
5087         (reftex-label-location): Call `reftex-what-special-env'.
5088         (reftex-compile-variables): Check for symbol in
5089         `reftex-label-alist'.
5090         (reftex-what-environment): Fixed bug with stacked environments of
5091         same kind (e.g. enumerate).
5092         (reftex-process-string): Preserve default directory.
5093         (reftex-label-alist-builtin): Changed prefixes of endnote and
5094         footnote.  Also the magic words.
5095         (reftex-reference): Interprete new option
5096         `reftex-fref-is-default'.
5097         (reftex-replace-prefix-escapes): Interprete new `%S' format.
5098         (reftex-toc-mouse-view-line): Command removed (had no binding).
5099         (reftex-everything-regexp): New function.
5100         (reftex-nearest-match): Made better.
5101         (reftex-toc-find-section): Use new version of
5102         `reftex-nearest-match'.
5103         (reftex-insert-docstruct): Adapted to work with the index stuff.
5104         (reftex-parse-from-file): Find index entries as well.
5105         (reftex-toc-toggle-index): New function
5106         (reftex-toc-map): `i' is now used to togle the index, File
5107         boundaries has been moved to `F'.
5108         (reftex-select-label-map): Toggling display of file boundaries is
5109         now on the `F' key, for consistency with `reftex-toc-map'.
5110         (reftex-erase-all-selection-and-index-buffers): Renamed from
5111         `reftex-erase-all-selection-buffer'.  Now also kills the index
5112         buffers.
5113         (reftex-viewing-cross-references): Customization group renamed
5114         from reftex-viewing-cross-references-and-citations.
5115         (reftex-index-macro-regexp,
5116         reftex-find-index-entry-regexp-format): New variables
5117         (reftex-macros-with-index): New variable
5118         (reftex-add-index-macros): New function
5119         (reftex-renumber-simple-labels, reftex-translate): Allow for
5120         multiple labels in a single ref command.
5121         (reftex-index-support): New customization group
5122         (reftex-support-index, reftex-index-special-chars,
5123         reftex-index-macros, reftex-index-default-macro,
5124         reftex-index-default-tag, reftex-index-math-format,
5125         reftex-index-section-letters, reftex-index-include-context,
5126         reftex-index-follow-mode, reftex-index-header-face,
5127         reftex-index-section-face, reftex-index-tag-face,
5128         reftex-index-face): New options
5129         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5130         reftex-index-tag, reftex-index-return-marker,
5131         reftex-index-restriction-indicator, reftex-index-restriction-data,
5132         reftex-index-macro-regexp, reftex-index-level-re,
5133         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5134         reftex-everything-regexp-no-index, reftex-index-re,
5135         reftex-macros-with-index, reftex-index-macro-alist): New variables
5136         (reftex-index-help, reftex-index-macros-builtin,
5137         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5138         reftex-query-index-macro-help): New constants
5139         (reftex-index-selection-or-word, reftex-index,
5140         reftex-default-index, reftex-update-default-index,
5141         reftex-index-complete-tag, reftex-index-select-tag,
5142         reftex-index-complete-key, reftex-index-update-taglist,
5143         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5144         reftex-display-index, reftex-insert-index,
5145         reftex-index-insert-new-letter, reftex-get-restriction,
5146         reftex-index-pre-command-hook, reftex-index-post-command-hook,
5147         reftex-index-show-help, reftex-index-next, reftex-index-previous,
5148         reftex-index-toggle-follow, reftex-index-toggle-context,
5149         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5150         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5151         reftex-index-quit, reftex-index-quit-and-kill,
5152         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5153         reftex-index-revert, reftex-index-switch-index-tag,
5154         reftex-index-restrict-to-section, reftex-index-widen,
5155         reftex-index-restriction-forward,
5156         reftex-index-restriction-backward, reftex-index-visit-location,
5157         reftex-index-analyze-entry, reftex-index-globalize,
5158         reftex-index-edit, reftex-index-toggle-range-beginning,
5159         reftex-index-toggle-range-end, reftex-index-edit-key,
5160         reftex-index-edit-attribute, reftex-index-edit-visual,
5161         reftex-index-edit-part, reftex-index-level-down,
5162         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5163         reftex-index-change-entry, reftex-index-goto-letter,
5164         reftex-add-index-macros, reftex-ensure-index-support,
5165         reftex-index-info-safe, reftex-index-info): New functions.
5168 1999-08-15  Richard M. Stallman  <rms@gnu.org>
5170         * paren.el (show-paren-mode): Support making show-paren-mode
5171         a buffer-local variable.  Don't check for a window system.
5172         (show-paren-function): Check whether show-paren-function is
5173         enabled in current buffer; do the right thing if not.
5174         Don't check for a window system.
5175         (show-paren-mode): Make it a user variable.
5177         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5178         Handle `enum' like `struct'.
5180         * server.el (server-process-filter): If a client visits no buffers,
5181         close it immediately before recording it.
5183         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5184         Optimize by calling concat just once.  Handle =\n sequence.
5185         (mail-unquote-printable-region): New command.
5186         (mail-quote-printable): Make it autoload.
5188 1999-08-15  Karl Heuer  <kwzh@gnu.org>
5190         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5192 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5194         * lisp/texinfmt.el: Handle @ifnottex.
5196 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
5198         * frame.el (blink-cursor): Don't turn on cursor blinking for
5199         ms-dos.
5201         * faces.el (face-valid-attribute-values): Look in
5202         x-bitmap-file-path only for x and w32 window systems.
5204         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5205         Do that if width is nil as well.
5206         (x-display-mm-height, x-display-mm-width): Update values.
5207         (x-colors): Compute the list from msdos-color-values.
5208         (x-select-enable-clipboard): Doc fix.
5209         (x-frob-font-weight, x-font-family-list): New functions.
5211 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
5213         * window.el (shrink-window-if-larger-than-buffer): Don't try to
5214         back up from beginning of buffer.
5216 1999-08-13  Karl Heuer  <kwzh@gnu.org>
5218         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5220 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
5222         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
5223         doomsday clock, speed control is added and changes are made to
5224         allow large numbers of rings: rings now show the whole ring
5225         number, not just the last digit; consecutive rings are allowed to
5226         be the same size when necessary to fit all the rings in the
5227         window; and poles can be oriented horizontally.  Face support is
5228         thrown in gratuitously.
5229         (hanoi): Changed default number of rings back to 3.
5230         (hanoi-unix, hanoi-unix-64): New commands
5231         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5232         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5233         hanoi-odd-ring-face): New variables.
5234         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5235         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5236         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5237         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5238         (hanoi-topos, hanoi-draw-ring): Removed.
5240 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
5242         * faces.el (face-valid-attribute-values): Return an alist for
5243         families on ttys.
5244         (face-read-integer): Handle unspecified face attributes.  Add
5245         completion for `unspecified'.
5246         (read-face-attribute): Handle unspecified font attributes.
5247         (face-valid-attribute-values): Add `unspecified' to lists so that
5248         it can be chosen via completion.
5249         (face-read-string): Don't recognize "none" as input.
5251 1999-08-10  Dave Love  <fx@gnu.org>
5253         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
5254         string.
5256         * sun-curs.el: Require sun-fns.
5258 1999-08-10  Dave Love  <fx@gnu.org>
5260         * autorevert.el (auto-revert-mode): Add autoload cookie.
5262         * hscroll.el, auto-show.el: Files deleted -- we have built-in
5263         hscroll.
5265         * simple.el (hscroll-step, hscroll-point-visible)
5266         (hscroll-window-column): Remove now we have the mentioned real
5267         horizontal autoscrolling.
5269 1999-08-10  Richard M. Stallman  <rms@gnu.org>
5271         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
5272         control use of -f option.
5273         (mail-specify-envelope-from): New variable.
5274         (mail-from-style): Doc fix.
5276         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
5277         (easy-menu-get-map): New arg TO-MODIFY helps choose
5278         between local and global maps.
5279         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
5280         (easy-menu-change): Doc fix.
5282         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
5283         (info-lookup-guess-default): Simplified and cleaned up.
5284         (info-lookup-guess-default*): Preserve point.
5286         * view.el (view-mode-disable): If buffer-read-only is nil,
5287         don't change it.
5289         * files.el (after-find-file): Disable View mode if buffer is no
5290         longer read-only.
5292         * view.el (view-mode-enable, view-mode-disable):
5293         Call force-mode-line-update.
5295 1999-08-10  Karl Heuer  <kwzh@gnu.org>
5297         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
5298         * array.el, play/landmark.el, international/latin-3.el: Likewise.
5299         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
5301 1999-08-10  Alex Schroeder  <asc@bsiag.com>
5303         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
5304         to prevent m-eating-bug.
5306 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
5308         * term/pc-win.el (msdos-bg-mode): Remove.  Call
5309         frame-set-background-mode instead.  All callers changed.
5310         (msdos-face-setup): Don't force color display parameter, it is set
5311         by frame-set-background-mode.
5312         (make-msdos-frame): Call x-handle-reverse-video and
5313         face-set-after-frame-default.  Delete frame if creation failed.
5315         * faces.el (face-set-after-frame-default): Don't call
5316         make-face-x-resource-internal for the pc window-system.
5318 1999-08-10  Dave Love  <fx@melange.gnu.org>
5320         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
5321         case with no docstring specially.
5323 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
5325         * complete.el (PC-do-completion): If completing on file name,
5326         reproduce str by concatenating its directory and basename parts.
5328 1999-08-07  Dave Love  <fx@gnu.org>
5330         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
5331         unibyte to multibyte conversion of search-forward (from Handa),
5332         but avoid the replacement if the language is Latin-N.
5334 1999-08-06  Richard Stallman  <rms@gnu.org>
5336         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
5337         of eval-buffer.
5339         * international/mule.el (load-with-code-conversion):
5340         Pass t to eval-buffer for DO-ALLOW-PRINT.
5342 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
5344         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
5345         of filenames and attributes.
5346         (ls-lisp-insert-directory): Use directory-files-and-attributes
5347         for speed.
5349 1999-08-05  Dave Love  <fx@gnu.org>
5351         * auto-show.el (auto-show-mode): Fix :set.
5353         * widget.el (define-widget-keywords): Make dummy definition and
5354         comment-out its use.
5356 1999-08-04  Richard Stallman  <rms@gnu.org>
5358         * progmodes/tcl.el: Customized.
5360         * sql.el (sql-accumulate-and-indent): Instead of testing
5361         whether this is Emacs 20 before calling comint-accumulate,
5362         test whether comint-accumulate is defined.
5364 1999-08-04  Dave Love  <fx@gnu.org>
5366         * sgml-mode.el: Require outline when compiling.
5367         (sgml-mode-hook, html-mode-hook): Customize.
5368         (sgml-validate-command): Fix :version.
5369         (html-autoview-mode): Doc fix.
5371         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
5372         nothing in Latin-N environment.
5374         * info.el (Info-find-node): Call info-initialize here.
5375         (info): Not here.
5376         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
5378 1999-08-04  Richard Stallman  <rms@gnu.org>
5380         * ansi-color.el: New file.
5382 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
5384         * dired.el (dired-string-replace-match): Return `nil' when no match
5385         found with global search.
5387         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
5388         * terminal.el (te-terminfo-directory):
5389         * mail/mailpost.el (post-mail-send-it):
5390         * mail/metamail.el (metamail-region):
5391         * progmodes/ada-mode.el (ada-tmp-directory):
5392         Use temporary-file-directory.
5394         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
5395         (compilation-filter, compilation-forget-errors)
5396         (compilation-parse-errors): Use a marker instead of an integer for
5397         `compilation-parsing-end'.
5399         * progmodes/diff.el (diff-parse-differences):
5400         Use a marker instead of an integer for `compilation-parsing-end'.
5401         * textmodes/tex-mode.el (tex-compilation-parse-errors):
5402         Use a marker instead of an integer for `compilation-parsing-end'.
5404 1999-08-03  Richard Stallman  <rms@gnu.org>
5406         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
5407         (Buffer-menu-mode): Doc fix.
5408         (Buffer-menu-view): New command.
5409         (Buffer-menu-view-other-window): New command.
5411 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
5413         * replace.el (query-replace-regexp-eval)
5414         (replace-eval-replacement, replace-loop-through-replacements)
5415         (replace-match-string-symbols): New functions.
5416         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
5417         Use replace-loop-through-replacements.
5419 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
5421         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
5422         (5x5): Doc fix.
5424 1999-08-03  Dave Love  <fx@gnu.org>
5426         * fortran.el (fortran-indent-new-line): Make it an alias
5427         for reindent-then-newline-and-indent.
5429 1999-08-03  Didier Verna  <verna@inf.enst.fr>
5431         * rect.el: All functions rewritten, except when noted above
5432         their declaration.  Below is a list of interface changes.
5433         (apply-on-rectangle): New function, mostly replaces
5434         `operate-on-rectangle'.  All callers changed.
5435         (move-to-column-force): Pass new second argument to `move-to-column'.
5436         (kill-rectangle): Added optional prefix arg to fill lines.
5437         (delete-rectangle): Ditto.
5438         (delete-whitespace-rectangle): Ditto.
5439         (delete-extract-rectangle): Ditto.
5440         (open-rectangle): Ditto.
5441         (clear-rectangle): Ditto.
5442         (delete-whitespace-rectangle-line): New function.
5443         (delete-rectangle-line): Added third arg FILL.
5444         (delete-extract-rectangle-line): Ditto.
5445         (open-rectangle-line): Ditto.
5446         (clear-rectangle-line): Ditto.
5448 1999-08-03  Ray Blaak  <blaak@gnu.org>
5450         * progmodes/delphi.el: New file.
5452 1999-08-02  Richard Stallman  <rms@gnu.org>
5454         * textmodes/outline.el (outline-previous-heading): New function.
5455         (outline-up-heading-all): Use outline-previous-heading.
5456         (outline-next-heading): Delete definition inserted yesterday.
5458 1999-08-01  Richard Stallman  <rms@gnu.org>
5460         * textmodes/outline.el (outline-next-heading): New function.
5461         (outline-up-heading-all): New function.
5462         (outline-font-lock-level): Using outline-up-heading-all.
5463         Tell outline-back-to-heading to accept invisible headings.
5465         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
5467         * mail/mh-utils.el (mh-find-path-run): New variable.
5468         (mh-find-path): Test and set that.
5469         Set mail-user-agent only the first time this function is run.
5470         (mail-user-agent): Defvar deleted.
5472         * info.el (info-initialize): New function.
5473         (info): Call info-initialize.
5474         (Info-directory-list): Initialize to nil,
5475         so info-initialize will set it up for real.
5477 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5479         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
5480         does not interpret a time as the year in a day-month entry.
5482         * calendar/diary-lib.el: Change syntax table entry for colon in
5483         the diary as part of the european-date-diary-pattern fix.
5485 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
5487         * international/mule.el (set-auto-coding): Allow whitespace before
5488         and after the "variable: value" pair.
5490 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
5492         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
5493         (default-sendmail-coding-system): Doc-string fixed.
5495 1999-07-30  Dave Love  <fx@gnu.org>
5497         * subr.el (assoc-delete-all): New function, renamed from
5498         frame-delete-all.
5500         * frame.el: Change comments to doc strings and other doc fixes.
5501         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
5502         Callers changed.
5503         (set-background-color, set-foreground-color, set-cursor-color)
5504         (set-mouse-color, set-border-color): Offer completion of colours.
5505         (cursor): Add :version to defgroup.
5507         * facemenu.el (list-colors-display): Make it work on ttys.
5508         (facemenu-read-color): Likewise.
5510 1999-07-30  Richard M. Stallman  <rms@gnu.org>
5512         * frame.el (frame-notice-user-settings): If background
5513         color has been changed, update background-mode from it,
5514         then update faces.
5516 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
5518         * net-utils.el (finger): Don't do indirect fingering.
5520 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5522         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
5523         rules.  Add separator at end of holidays.
5524         (cal-tex-rules): New customizable variable.
5525         (cal-tex-latexify-list): Add optional parameter to put separator
5526         at end.
5528 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
5530         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
5531         fill prefix on each line while looping to the end of paragraph.
5532         End paragraph if it's longer than the existing fill prefix.
5534         * textmodes/fill.el (fill-context-prefix): Doc fix.
5536 1999-07-30  Dave Love  <fx@gnu.org>
5538         * font-lock.el (jit-lock): Fix :load, add :version.
5540 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
5542         * term/pc-win.el (msdos-face-setup): Register standard colors in
5543         Vface_tty_color_alist.
5544         (face-color-supported-p, face_color_gray_p): New functions.
5546         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
5547         is bound.
5549         * startup.el (command-line): Don't register default colors for
5550         MSDOS window-system.
5552 1999-07-29  Dave Love  <fx@gnu.org>
5554         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
5555         charquote.
5557         * lisp-mode.el (eval-defun): Re-written to avoid
5558         capturing variables.
5560         * picture.el (picture-beginning-of-line): Don't call
5561         hscroll-point-visible now we have real autoscrolling.
5562         (picture-end-of-line, picture-newline, picture-open-line):
5563         Likewise.
5565         * international/latin-8.el: New file.
5566         * international/latin-9.el: New file.
5568 1999-07-28  Dave Love  <fx@gnu.org>
5570         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
5572         * msb.el: Require cl only when compiling.
5573         (msb--home-dir): Deleted.
5574         (msb--format-title): Use abbreviate-file-name.
5575         (msb--choose-file-menu): Simplify string comparison.
5577 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
5579         * faces.el (toolbar): Add face definition for mono displays.
5581 1999-07-27  Richard M. Stallman  <rms@gnu.org>
5583         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5585         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
5586         force copying of default-frame-alist.
5588 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
5590         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
5592 1999-07-26  Richard M. Stallman  <rms@gnu.org>
5594         * frame.el (set-mouse-color): If new color is nil,
5595         really respecify the current color.
5597 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
5599         * faces.el (bitmap-area): Change background of face `bitmap-area'
5600         to white for mono displays.
5602 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
5604         * international/ccl.el (ccl-embed-symbol): New function.
5605         (ccl-program-p): Deleted.  Now it's implemented in C code.
5606         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
5607         (ccl-compile-translate-character): Likewise.
5608         (ccl-compile-map-single): Likewise.
5609         (ccl-compile-multiple-map-function): Likewise.
5610         (declare-ccl-program): Doc-string modified.
5611         (check-ccl-program): Check compiled CCL code by ccl-program-p.
5613 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
5615         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5617 1999-07-25  Markus Rost  <rost@gnu.org>
5619         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
5620         the entries to make custom-file more readable.
5622 1999-07-25  Richard M. Stallman  <rms@gnu.org>
5624         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
5626         * emacs-lisp/edebug.el: Delete compatibility code.
5627         (edebug-next-token-class): If . is followed by a digit,
5628         return `symbol' for the token class.
5630         * startup.el (command-line): If we don't find the user's init file,
5631         set user-init-file to nil.
5633 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5635         * info-look.el (info-lookup-interactive-arguments): Add optional
5636         argument query for new choice of help mode.
5637         (info-lookup-symbol):  Use it.
5638         (info-lookup-file): Ditto.
5639         (info-lookup): Don't switch to other window, if already in Info
5640         buffer.
5642 1999-07-23  Dave Love  <fx@gnu.org>
5644         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
5645         syntax.
5646         (fortran-fontify-string, fortran-match-!-comment): Deleted.
5647         (fortran-font-lock-syntactic-keywords): New variable.
5648         (fortran-mode): Use it.
5649         (fortran-font-lock-keywords-1): Don't do comments.
5650         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
5651         match data.
5653         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
5655         * msb.el (msb-menu-bar-update-buffers): Renamed from
5656         menu-bar-update-buffers.
5657         (msb-custom-set, msb--toggle-menu-type): Call
5658         msb-menu-bar-update-buffers.
5659         (msb-mode): Revise the hook setting.
5661         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
5663 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
5665         * font-lock.el, help.el, simple.el: Re-integrate previously
5666         described changes that were lost due to errors while checking them
5667         in.
5669 1999-07-23  Kevin Blake  <kblake@ticnet.com>
5671         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
5673 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
5675         * international/encoded-kb.el
5676         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
5677         but push it to unread-command-events.
5678         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
5679         (encoded-kbd-self-insert-sjis): Likewise.
5680         (encoded-kbd-self-insert-big5): Likewise.
5682         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
5683         before left margin and fill-prefix by fill-find-break-point.
5685 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5687         * info-look.el (info-lookup-setup-mode): Don't give up, if
5688         info-lookup-make-completions returns an error.
5689         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
5690         name latex, not latex2e.
5692 1999-07-21  Richard M. Stallman  <rms@gnu.org>
5694         * replace.el (perform-replace): Turn off case-fold-search
5695         if FROM-STRING argument has uppercase in it.
5697 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5699         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
5700         mode is on.  Don't use end of changed text.
5702 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5704         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
5705         (cl-hash-table-p): Renamed from hash-table-p.
5706         (cl-hash-table-count): Renamed from hash-table-count.
5707         (maphash): Alias to cl-maphash removed.
5708         (gethash): Likewise.
5709         (puthash): Likewise.
5710         (remhash): Likewise.
5711         (clrhash): Likewise.
5713 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5715         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
5716         third arg non-nil.  See comment there why this isn't a good idea.
5718 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5720         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
5722         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
5723         sit-for with 3rd arg non-nil to prevent redisplay.
5725 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5727         * image.el (image-type-from-file-header): If file doesn't
5728         have a directory part, add data-directory.
5730 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5732         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
5733         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
5734         motion handling when tooltip-gud-tips-p is nil.
5736 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5738         * tooltip.el (tooltip-mode): Don't use `plusp'.
5739         (tooltip-active): Use initial value of nil.
5741         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
5743 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5745         * bindings.el (make-mode-line-mouse-sensitive): Add key
5746         definitions for `top-line'.
5748 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5750         * faces.el (top-line): New face.
5752 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5754         * image.el (image-type-regexps): Add regexp for PS files.
5756 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5758         * faces.el (set-face-attribute): Fix wrong handling of frame
5759         begin equal to t.
5761 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5763         * image.el (image-type-regexps): Add PNG format.
5765 1999-07-21  Dave Love  <fx@gnu.org>
5767         * bindings.el (mode-line-modified): New variable.
5768         (mode-line-mode-menu-1): Switch to appropriate window before
5769         showing menu.
5771 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5773         * faces.el (face-underline): Removed.
5774         (face-underline-color): Ditto.
5776 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5778         * faces.el (face-x-resources): Fix typo.
5780 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5782         * faces.el: Remove handling of `:relief', extend handling of
5783         `:box'.
5784         (frame-set-background-mode): Choose new defface specs after
5785         frame parameters have changed.
5787         * cus-face.el: Ditto.
5789 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5791         * custom.el (defface): Extend documentation to include new
5792         face attributes.
5794         * cus-face.el (custom-face-attributes): Add overline,
5795         strike-through, box.
5797         * faces.el (face-valid-attribute-values): Handle overline,
5798         strike-through, box.
5799         (face-attribute-name-alist): Add pairs for new face attributes.
5800         (describe-face): Handle new face attributes.
5802 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5804         * faces.el (face-x-resources): Add overline, strike-through, box.
5806 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5808         * enriched.el (enriched-translations): Add `display' and
5809         "x-display".
5810         (enriched-handle-display-prop): New.
5811         (enriched-decode-display-prop): New.
5813         * format.el (top-level): Give `display' property
5814         `format-list-atomic-p.
5815         (format-annotate-single-property-change): Test that property.
5816         If present, treat list property values like atoms.
5818 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5820         * cus-face.el (custom-face-attributes): Use `choice' everywhere
5821         so that "*" can be entered.
5823 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5825         * cus-face.el (custom-face-attributes): Don't use `#''.
5827 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
5829         * cus-face.el (custom-face-attributes): Return underline
5830         face attribute directly from the second lambda of underline.
5832 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5834         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
5836         * frame.el (after-setting-font-hooks): New variable.
5837         (set-frame-font): Run those hooks.
5839         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
5841         * faces.el (set-face-attribute): Fix doc string.
5843 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5845         * cus-face.el (custom-face-attributes): Accept color name.
5847         * faces.el (face-underline-p): Accept unspecified underlining.
5848         (face-underline): Ditto.  Fix doc string.
5850 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
5852         * faces.el (face-underline-color): New function.
5854 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
5856         * cus-face.el (custom-face-attributes): Support underline coloring.
5857         Added slot to choose a color.
5859         * faces.el (face-underline): New function.
5860         (face-underline-p): Support underline coloring.
5861         Return nil only if the underline attribute is 'normal.
5862         (set-face-underline): New function.
5863         (face-valid-attribute-values): Support underline coloring.
5865 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5867         * image.el (insert-image): Use `display' instead of `glyph'
5868         as text property name.
5869         (put-image): Ditto.
5870         (image-type-from-file-header): Use insert-file-contents-literally.
5872 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5874         * easymenu.el (easy-menu-do-add-item): Don't use the empty
5875         string to indicate separators.
5877 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5879         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
5880         instead of message-log.
5882 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5884         * faces.el (bitmap-area): New face.
5886 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5888         * image.el (insert-image): New.
5890 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5892         * frame.el (blink-cursor): Set the symbol's value.
5893         (show-trailing-whitespace): Change group to font-lock.
5895 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5897         * jit-lock.el: New.
5898         * font-lock.el: Add jit-mode as new support mode.
5900         * font-lock.el (font-lock-fontify-keywords-region): Stop when
5901         reaching end instead of letting re-search-forward signal an error.
5902         (demand-lock-mode): New.
5903         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
5904         (font-lock-turn-off-thing-lock): Ditto.
5905         (font-lock-after-fontify-buffer): Ditto.
5906         (font-lock-after-unfontify-buffer): Ditto.
5908 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5910         * gs.el: New file.
5912         * startup.el (command-line-1): Activate tooltip mode if
5913         interactive.
5915 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5917         * faces.el (toolbar): Grey default background.
5918         (modeline): Ditto.
5920         * image.el (image-type-regexps): New.
5921         (image-type-from-file-header): New.
5922         (create-image): Call it.
5924 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5926         * image.el: New file.
5928 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5930         * bindings.el (mode-line-format): Replace `mode-name' with
5931         `(:eval mode-line-mode-name)'.
5932         (mode-line-mode-name): New.
5933         (make-mode-line-mouse-sensitive): Don't change default value
5934         of `mode-name'.
5936 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5938         * tooltip.el: New file.
5940 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5942         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
5943         instead of mouse-3 to pop up menus.
5944         (mode-line-kill-buffer): Removed.
5945         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
5946         buffer name.
5947         (mode-line-buffer-menu-1): Removed.
5949         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
5951         * bindings.el (mode-line-buffer-identification-keymap): New.
5952         (mode-line-buffer-menu-keymap): New.
5953         (mode-line-mode-menu-keymap): New.
5954         (mode-line-unbury-buffer): New.
5955         (mode-line-other-buffer): New.
5956         (mode-line-kill-buffer): New.
5957         (mode-line-buffer-menu-1): New.
5958         (mode-line-mode-menu-1): New.
5959         (make-mode-line-mouse-sensitive): New.
5961 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5963         * help.el (describe-key-briefly): Handle mode line strings
5964         with local-map properties.
5965         (describe-key): Ditto.
5966         (mode-line-key-binding): New.
5968 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5970         * scroll-bar.el (scroll-bar-timer): New.
5971         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
5973 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5975         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
5976         and `bottom'.
5978 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5980         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
5981         (global): Use different key bindings if using tookit scroll bars.
5983 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5985         * faces.el (modeline): Define mode line face with relief for
5986         class color, only.
5987         (toolbar): New face.
5989 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5991         * frame.el (frame-initialize): Set frame-creation-function to
5992         tty-create-frame-with-faces.
5994         * faces.el (frame-set-background-mode): Make it work for
5995         window-system nil.
5997         * faces.el (tty-create-frame-with-faces): New.
5998         (face-set-after-frame-default): Make it work for TTY frames.
6000 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6002         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
6003         Return a list of one font family for TTYs.  Don't return bitmap
6004         file paths for TTY frames.
6006         * faces.el: Add face specs for tty displays to basic faces.
6008         * font-lock.el (font-lock-comment-face): Add spec for color tty.
6009         (font-lock-string-face): Ditto.
6010         (font-lock-keyword-face): Ditto.
6011         (font-lock-builtin-face): Ditto.
6012         (font-lock-function-name-face): Ditto.
6013         (font-lock-variable-name-face): Ditto.
6014         (font-lock-type-face): Ditto.
6015         (font-lock-constant-face): Ditto.
6016         (font-lock-warning-face): Ditto.
6018 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6020         * startup.el (command-line): Register default tty colors.
6022         * faces.el (face-spec-set-match-display): Recognize `type tty'.
6024 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6026         * faces.el (modeline): For X frames, use a modeline with relief.
6028 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6030         * faces.el (frame-update-faces): Copied from 20.2.
6031         (frame-update-face-colors): Ditto.  Code removed that isn't
6032         applicable in the new face implementation.
6034 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6036         * frame.el (show-trailing-whitespace): New.
6038         * faces.el (trailing-whitespace): New basic face.
6040 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6042         * cus-face.el (custom-facep): Always define as alias for facep.
6044         * cus-face.el (custom-face-attributes): Use choice widgets.
6045         Remove :bold and :italic.
6047 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6049         * faces.el (face-charset-registries): Removed since fontset.el
6050         is no always loaded.
6052 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6054         * faces.el (internal-get-face): Added as obsolete function for
6055         compatibility.
6057 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6059         * frame.el (blink-cursor-end): Call show-cursor.
6060         (blink-cursor-mode): Ditto.
6062 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6064         * faces.el (face-spec-reset-face): Reset all attributes to
6065         `unspecified'.
6066         (face-spec-set): Use it.
6068 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6070         * faces.el (read-all-face-attributes): Bug fix.
6071         (face-read-integer): Allow nil default value.
6072         (face-valid-attribute-values): Use symbol names of attribute
6073         values for completion list.
6075 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6077         * faces.el (internal-find-face): Define for compatibility with
6078         20.2.
6079         (face-id): Likewise.
6081         * faces.el (face-id): Return the ID of a realized face for ASCII.
6083         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
6084         (x-complement-fontset-spec): Use face-charset-registries.
6086         * faces.el (face-font-selection-order): Set font selection order
6087         from Lisp.
6088         (face-alternative-font-family-alist): Set alternative font
6089         families from Lisp.
6091 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6093         * faces.el (set-face-charset-registries): Set symbol value.
6095 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6097         * faces.el (face-set-after-frame-default): Call function
6098         internal-merge-in-global-face.
6100 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6102         * faces.el (face-list): Return symbols from face-global-alist.
6104         * faces.el (face-list): Return a copy of the face name list so
6105         that it cannot be modified from outside (facemenu.el uses
6106         nreverse, for example).
6108         * cus-face.el (custom-face-attributes): Add :bold and :italic
6109         for compatibility with old code.
6111         * faces.el (set-face-attributes-from-resources): Additional
6112         frame parameter.
6113         (make-face-x-resource-internal): Set attributes from resources
6114         for a given frame or all frames.
6116 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6118         * faces.el (all-faces): Removed.
6120         * custom.el (defface): Add new face attributes to function
6121         comment.
6123         * font-lock.el (font-lock-comment-face): Use new face attribute
6124         names.
6125         (font-lock-string-face): Ditto.
6126         (font-lock-keyword-face): Ditto.
6127         (font-lock-builtin-face): Ditto.
6128         (font-lock-function-name-face): Ditto.
6129         (font-lock-variable-name-face): Ditto.
6130         (font-lock-type-face): Ditto.
6131         (font-lock-reference-face): Ditto.
6132         (font-lock-warning-face): Ditto.
6133         ((boundp 'font-lock-face-attributes)): Ditto.
6135         * cus-face.el (custom-face-attributes): Use new face attributes.
6137         * faces.el (set-face-attribute-from-resource): Initialize
6138         from resources only for X and W32.
6140         * cus-face.el (custom-declare-face): Don't make frame-local
6141         faces.
6143         * faces.el (describe-face): Use princ instead of insert.
6145         * faces.el: Add XLFD manipulation functions from 20.2 again
6146         because fontset.el uses them.
6147         (face-set-after-frame-default): Add empty definition.
6149 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6151         * faces.el (make-face): Correct typo.
6152         (set-face-attribute-from-resource): Use let*.
6153         (face-underline-p): Correct typo.
6154         (face-inverse-video-p): Ditto.
6155         (set-face-stipple): Ditto.
6156         (face-read-string): Make completion-list optional parameter.
6158 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6160         * faces.el (face-charset-registries): Alist mapping charset
6161         symbols to registries and encoding.
6163 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6165         * frame.el (blink-cursor-mode): Use interactive spec "P".
6167 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6169         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6170         mode.  The cursor of selected_window blinks if the mode is enabled.
6172 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6174         * simple.el (next-history-element): Set point to the end of the
6175         prompt if minibuffer-prompt-in-buffer.
6177 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6179         * faces.el (x-font-regexp): Add sub-expression parentheses for
6180         several font name components.
6182 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6184         * faces.el (set-face-relief): Use index 12 for relief.
6185         (face-fill-in): Set relief from data.
6186         (internal-make-face): Init relief to zero.
6188         * faces.el (face-spec-set): Call modify-face with additional
6189         parameters for relief and fixed-p.
6191 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6193         * cus-face.el: ':fixed and ':relief added.
6195         * faces.el (describe-face): Add fixed font attribute and relief.
6196         (face-attr-match-p): Ditto.
6197         (face-attr-construct): Ditto.
6198         (face-spec-set): Ditto.
6200 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6202         * faces.el (internal-make-face): Function to create a Lisp vector
6203         suitable for representing a face.
6204         (make-face): Use it instead of make-vector.
6205         (x-create-frame-with-faces): Use it instead of vector.
6206         (internal-facep): Increase vector size to 14.
6207         (internal-make-face): Ditto.
6208         (face-relief): Access relief thickness.
6209         (face-fixed-p): Access fixed font attribute.
6210         (set-face-fixed-p): Set fixed font attribute.
6211         (set-face-relief): Set relief attribute.
6212         (internal-face-interactive-int): Read int attribute of face.
6213         (modify-face): Add fixed-p and relief parameters.
6214         (copy-face): Handle fixed-p and relief.
6215         (face-equal): Compare fixed-p and relief.
6216         (face-differs-from-default-p): Ditto.
6217         (face-nontrivial-p): Add fixed-p and relief.
6219 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6221         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6222         (internal-facep): Increase vector size.
6223         (make-face): Ditto.
6224         (face-shadow-thickness): Added.
6225         (set-face-shadow-thickness): Added.
6226         (modify-face): Add optional shadow-thickness parameter.
6227         (make-face-x-resource-internal): Add shadows.
6228         (copy-face): Ditto.
6229         (face-equal): Ditto.
6230         (face-differs-from-default-p): Ditto.
6231         (face-nontrivial-p): Ditto.
6232         (face-attr-match-p): Ditto.
6233         (face-attr-construct): Ditto.
6234         (face-spec-set): Ditto.
6235         (face-fill-in): Ditto.
6237 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6239         * bench.el (bench-mark-split-window): New bench mark.
6241 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6243         * faces.el (set-face-font): Don't pass default font to
6244         x-resolve-font so that font will not have to be of the same
6245         size.
6247 1999-07-20  Dave Love  <fx@gnu.org>
6249         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
6250         unconditionally t.
6252 1999-07-20  Karl Heuer  <kwzh@gnu.org>
6254         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
6256 1999-07-20  Dave Love  <fx@gnu.org>
6258         * help.el (describe-variable): Fix test for customizability.
6260         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
6261         Check for readonly buffer in interactive spec.
6262         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
6263         (backward-kill-word): Add * to interactive spec.
6265         * underline.el (underline-region, ununderline-region): Add * to
6266         interactive spec.
6268         * fill.el (canonically-space-region, justify-current-line): Add *
6269         to interactive spec.
6270         (fill-region-as-paragraph, fill-paragraph, fill-region)
6271         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
6272         readonly buffer in interactive spec.
6274         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
6275         (backward-kill-sentence, kill-sentence): Add * to interactive
6276         spec.
6278 1999-07-19  Richard M. Stallman  <rms@gnu.org>
6280         * dired-aux.el (dired-do-shell-command): Doc fix.
6282         * shell.el (shell-unquote-argument): New function.
6283         (shell-directory-tracker): Use shell-unquote-argument.
6284         * comint.el (comint-arguments): Handle \ followed by space or tab.
6286 1999-07-19  John Wiegley  <jwiegley@borland.com>
6288         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
6289         color codes 39 and 49, which by the way lynx uses them seem to
6290         mean "foreground reset" and "background reset".
6292 1999-07-19  Karl Heuer  <kwzh@gnu.org>
6294         * font-lock.el (c++-keywords): Add "typeid".
6296         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
6297         selects no font, treat that as zero selections, not one.
6299 1999-07-19  Dave Love  <fx@gnu.org>
6301         * info.el (Info-search): Don't lose with empty regexp.
6303         * version.el: Cater for (free) `ident' program, not `which'.
6305         * hl-line.el: New file.
6307         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
6308         for modes which don't define menus.
6310 1999-07-16  Richard M. Stallman  <rms@gnu.org>
6312         * webjump.el (webjump-sample-sites): Update some URLs.
6314 1999-07-14  Richard Stallman  <rms@gnu.org>
6316         * Version 20.4 released.
6318 1999-07-14  Andreas Schwab  <schwab@gnu.org>
6320         * compare-w.el (compare-windows): Try to find the next window in
6321         the current frame before looking at the other frames.
6323 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
6325         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
6326         Use cyrillic-jcuken as default input method.
6328 1999-07-12  Richard Stallman  <rms@gnu.org>
6330         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
6331         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
6333         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
6334         (ispell-local-dictionary-alist): Add koi8-r for character set.
6336         * textmodes/flyspell.el (flyspell-get-word):
6337         Add special handling for when ispell-otherchars is empty.
6339 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
6341         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
6342         when having nested functons.
6343         (pascal-indent-nested-functions) (pascal-indent-line)
6344         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
6345         indenting nested functions.
6347 1999-07-09  Richard Stallman  <rms@gnu.org>
6349         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
6351 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
6353         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
6354         the `end' keyword was in the very beginning of the buffer.
6356 1999-07-08  Richard Stallman  <rms@gnu.org>
6358         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
6360         * term.el (term-emulate-terminal): Avoid infinite loop
6361         in strange case where minibuffer window is selected but not active.
6363 1999-07-07  Stephen Eglen  <stephen@gnu.org>
6365         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
6366         Change regexp so that it doesn't match commands beginning with `cd'.
6368 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6370         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
6372 1999-07-06  Richard Stallman  <rms@gnu.org>
6374         * hscroll.el (hscroll-minibuffer-hook): New function.
6375         (hscroll-global-mode): Add and remove that hook.
6376         Set hscroll-old-truncate-was-global's default value.
6378 1999-07-05  Richard Stallman  <rms@gnu.org>
6380         * files.el (revert-buffer): Don't preserve point here.
6381         (revert-buffer-insert-file-contents-function): Doc fix.
6383         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
6385         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
6386         doing a `stat' when it isn't necessary because that can cause
6387         trouble when an NFS server is down.
6389 1999-07-04  Richard Stallman  <rms@gnu.org>
6391         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
6393 1999-07-03  Richard Stallman  <rms@gnu.org>
6395         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
6396         for \200...\240 also.
6397         (isearch-printing-char): Use unibyte-char-to-multibyte.
6399 1999-07-02  Richard Stallman  <rms@gnu.org>
6401         * frame.el (minibuffer-frame-alist): Use defcustom.
6402         (pop-up-frame-alist): Likewise.
6403         (initial-frame-alist): Specify * in the doc string.
6405         * hscroll.el (hscroll-mode): Make it a permanent local.
6406         (hscroll-mode): Don't cancel the timer
6407         if HScroll mode is enabled in some other buffer.
6409         * isearch.el (isearch-done): If search ends in middle of intangible
6410         text (due to text property), move on to the limit of that text.
6412 1999-07-01  Andrew Innes  <andrewi@gnu.org>
6414         * man.el (Man-build-man-command): Use value of null-device,
6415         instead of hard-coding "/dev/null".
6417         * dos-w32.el (untranslated-canonical-name): Avoid expanding
6418         ange-ftp file names, which might force ange-ftp to prompt for a
6419         password.
6421         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
6422         to prevent references to temp files.
6424 1999-06-30  Richard Stallman  <rms@gnu.org>
6426         * progmodes/sh-script.el (sh-feature): If nothing is known
6427         about the given shell, use the values for `sh'.
6429 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6431         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
6432         to make it non-recursive.
6434         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
6436 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6438         * auto-show.el (auto-show-mode): Fix Typo in :set.
6440 1999-06-29  Richard M. Stallman  <rms@gnu.org>
6442         * progmodes/sh-script.el (sh-mode): When setting syntax
6443         table, default to the standard one.
6445 1999-06-27  Richard M. Stallman  <rms@gnu.org>
6447         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
6449 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
6451         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
6452         a frame when `return' is requested (even if pop-up-frames = t)
6453         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
6454         should only be set for the bibtex buffer.
6456         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
6458         * progmodes/compile.el: Deal with compilation-error-screen-columns
6459         being buffer-local.
6461 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6463         * comint.el (comint-password-prompt-regexp): Allow "(again)".
6465 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6467         * cal-x.el (calendar-only-one-frame-setup): New function.
6468         * calendar.el (calendar): Call it if requested.
6470 1999-06-24  Karl Heuer  <kwzh@gnu.org>
6472         * startup.el (iso-8859-n-locale-regexp): Doc fix.
6474 1999-06-22  Richard M. Stallman  <rms@gnu.org>
6476         * mail/supercite.el (sc-emacs-features): Doc fix.
6478 1999-06-22  Karl Heuer  <kwzh@gnu.org>
6480         * files.el (auto-mode-alist): Add pike-mode.
6482 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
6484         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
6485         last byte of a numeric field is a space or a NUL.  Parse it as
6486         potentially part of the number.  This is used by GNU tar
6487         1.12.64012 to handle larger values.
6489 1999-06-20  Karl Heuer  <kwzh@gnu.org>
6491         * custom.el (custom-handle-keyword): Fix error message.
6493 1999-06-18  Andrew Innes  <andrewi@gnu.org>
6495         * mail/smtpmail.el (smtpmail-send-it): Use
6496         convert-standard-filename to make file names for queued mail safe
6497         on Windows (`:' is invalid in file names on Windows).
6499 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
6501         * international/mule-cmds.el (describe-current-input-method):
6502         Current-input-method is string.
6503         (toggle-input-method): Docstring fixed.
6505         * international/mule-diag.el
6506         (describe-current-coding-system-briefly): Fix format string.
6508         * international/mule-util.el (coding-system-eol-type-mnemonic):
6509         Docstring modified.  Return a string.
6511 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
6513         * sql.el (sql-input-ring-file-name): Doc fix.
6515 1999-06-17  Richard M. Stallman  <rms@gnu.org>
6517         * calendar/cal-x.el (special-display-buffer-names):
6518         Don't put (get-file-buffer diary-file) on this list.
6520 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
6522         * play/mpuz.el (mpuz-try-proposal): Fix message call.
6523         Don't penalize player for certain impossible guesses.
6525 1999-06-16  Andrew Innes  <andrewi@gnu.org>
6527         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
6528         return the string "Unk  0  0000" so at least it appears to be a
6529         valid timestamp to `dired-move-to-filename-regexp'.
6531 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
6533         * ps-print.el (ps-control-character): Fix previous change.
6535 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6537         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
6538         multiple output of the last message.
6540 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
6542         * term/internal.el (IT-display-table-setup): Do not remap \222 to
6543         the ASCII apostrophe, as most DOS codepages have some other glyph
6544         there.
6546 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
6548         * language/ethio-util.el (setup-ethiopic-environment-internal):
6549         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
6550         (exit-ethiopic-environment): Likewize.
6552 1999-06-12  Richard M. Stallman  <rms@gnu.org>
6554         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
6556 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6558         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
6559         custom-initialize-default to avoid infinite loop.
6560         (crisp-mode): (defun) Call transient-mark-mode here, not when
6561         loading the file.  Run crisp-mode-hook here, and run
6562         crisp-load-hook when loading the file.
6564         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
6565         rmail-summary buffer, search for pattern in rmail-file.
6567         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
6569         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
6571         * ps-print.el (ps-printer-name): Fix custom type.
6573 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
6575         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
6576         (vhdl-port-paste-generic-map): Fix indentation bug.
6577         (vhdl-port-paste-port-map): Fix indentation bug.
6578         (vhdl-scan-file-contents): Make scanning case insensitive.
6580 1999-06-11  Richard M. Stallman  <rms@gnu.org>
6582         * files.el (write-file): When buffer is not already visiting a file,
6583         don't put buffer name in the minibuffer, just make it the default.
6584         Also handle just directory as arg usefully in that case.
6586         * simple.el (sendmail-user-agent-compose):
6587         Ignore case when inserting the rest of the "other" headers.
6589         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
6591         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
6592         (info-lookup-interactive-arguments): Never insert the default
6593         into the minibuffer automatically.
6595         * emacs-lisp/cl-extra.el (getf): Don't call get*.
6597 1999-06-09  Richard M. Stallman  <rms@gnu.org>
6599         * simple.el (shell-command): Avoid printing "mark set" message.
6601 1999-06-09  Dave Love  <fx@gnu.org>
6603         * progmodes/compile.el (compilation-error-regexp-alist): Allow
6604         digits in program name in first pattern.
6606 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6608         * vc.el (vc-dired-mode): Don't match anything before the date in
6609         dired-move-to-filename-regexp.
6611 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
6613         * international/quail.el (quail-define-rules): Fix typo in
6614         docstring.
6616 1999-06-05  Stephen Eglen  <stephen@gnu.org>
6618         * iswitchb.el (iswitchb-default-keybindings): Add
6619         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
6620         than when package is loaded.
6622 1999-06-04  Richard M. Stallman  <rms@gnu.org>
6624         * startup.el (command-line): Don't set user-init-file directly;
6625         tell `load' to set it.
6627         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
6629         * simple.el (next-history-element):
6630         Handle minibuffer-text-before-history properly when reading sexps.
6632         * disp-table.el (standard-display-european):
6633         For an interactive call by the user,
6634         don't set enable-multibyte-characters,
6635         and don't set the terminal coding system.
6637         * textmodes/refbib.el: Don't print any messages or display
6638         a buffer when loading the library.
6639         (r2b-help): Doc fix.
6640         (r2b-help-message): Update the documentation.
6641         (r2b-load-quietly): Variable deleted.
6642         (r2b-convert-buffer): Doc fix.
6644 1999-06-04  Dave Love  <fx@gnu.org>
6646         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
6648         * auto-show.el: Don't change hooks on loading.
6649         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
6650         (auto-show-mode): Add to hooks here.
6652 1999-06-04  Richard Sharman  <rsharman@pobox.com>
6654         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
6655         recursion on bogus input.
6657 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
6659         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
6660         does not select a buffer from the buffers menu, then the attached
6661         frame is not switched to anything.
6663 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
6665         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
6666         (viet-viscii-...->viet-vscii...).
6668         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
6670 1999-06-01  Dave Love  <fx@gnu.org>
6672         * progmodes/fortran.el: Add :link to defgroup.
6673         (fortran-blink-matching-if): Match ELSE statements too.
6674         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
6675         that filling is always done.
6677 1999-05-31  Richard M. Stallman  <rms@gnu.org>
6679         * simple.el (append-next-kill): Use an arg to distinguish
6680         interactive calls from Lisp calls, rather than (interactive-p).
6682         * international/iso-transl.el (iso-transl-language-alist):
6683         Interchange n and N.
6685 1999-05-31  Dave Love  <fx@gnu.org>
6687         * msb.el Add to minor-mode-map-alist.  Remove hook installation
6688         and keymap munging on load.
6689         (msb-mode): New option.
6690         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
6691         Doc fix.
6692         (msb-mode-map): New variable.
6693         (msb-mode): New command.
6695 1999-05-31  Dave Love  <fx@gnu.org>
6697         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
6698         (ispell-complete-word-dict): Likewise.
6700 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
6702         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
6703         force the data buffer to be saved, even if the data didn't
6704         change, in case the write filter was modified.  Restore the
6705         current record after read-file-filter finishes.
6707 1999-05-29  Karl Heuer  <kwzh@gnu.org>
6709         * ispell4.el: Obsolete; file deleted.
6711         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
6713         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
6714         VALUE is a syntax table.
6716         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
6718         * simple.el (zap-to-char): Doc fix.
6720 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
6722         * isearch.el (isearch-quote-char): Don't assume character codes
6723         0200 - 0237 stand for characters in some single-byte character
6724         charset.
6726 1999-05-27  Dave Love  <fx@gnu.org>
6728         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
6730 1999-05-27  Andreas Schwab  <schwab@gnu.org>
6732         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
6733         headerline does not exist already.
6735 1999-05-26  Richard Stallman  <rms@gnu.org>
6737         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6738         Avoid nested null-loops.
6740 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
6742         * international/characters.el: Typo fixed; prefered->preferred.
6744         * international/mule-cmds.el (find-coding-systems-for-charsets):
6745         Typo fixed; prefered->preferred.
6747         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
6748         method in read-event.
6750         * international/mule.el (charset-info): Doc-string fixed.
6752 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
6754         * mail/smtpmail.el (smtpmail-send-it): Bind
6755         smtpmail-code-conv-from properly.
6756         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
6757         by smtpmail-code-conv-from.
6759 1999-05-24  Richard Stallman  <rms@gnu.org>
6761         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
6762         Binding deleted also.
6764 1999-05-24  Karl Heuer  <kwzh@gnu.org>
6766         * comint.el (comint-bol-or-process-mark): Doc fix.
6768 1999-05-23  Dave Love  <fx@gnu.org>
6770         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
6771         Enter it on minor-mode-map-alist.
6772         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
6773         Autoload.  Add custom setter.
6774         (crisp-mark-line): Doc fix.
6775         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
6776         (crisp-mode-hook): Define.
6778 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
6780         * files.el (recover-file): Recover buffer-file-coding-system.
6782 1999-05-22  Richard Stallman  <rms@gnu.org>
6784         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
6785         regexp match the date, to avoid treating date as file size.
6786         Add YYYY S option to WESTERN/
6788         * bookmark.el: Delete some XEmacs compatibility code.
6789         (bookmark-jump-noselect): Check vc-backend.
6791         * subr.el (add-to-list): Doc fix.
6793 1999-05-21  Stephen Eglen  <stephen@gnu.org>
6795         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
6797 1999-05-18  Richard Stallman  <rms@gnu.org>
6799         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
6800         non-space after the @anchor command.
6801         (texinfo-format-var): Handle other nested constructs, using
6802         texinfo-parse-expanded-arg and texinfo-discard-command, not
6803         texinfo-parse-arg-discard.
6805         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
6806         (debug): Bind and use debugger-outer-inhibit-redisplay.
6807         Bind inhibit-redisplay to nil.
6808         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
6810 1999-05-17  Dave Love  <fx@gnu.org>
6812         * help.el (describe-function-1): Extra arg, interactive-p.
6813         (describe-key, describe-function): Use it.
6815 1999-05-17  Karl Heuer  <kwzh@gnu.org>
6817         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
6819 1999-05-16  Dave Love  <fx@gnu.org>
6821         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
6822         scroll-preserve-screen-position, scroll-conservatively.
6824 1999-05-16  Dave Love  <fx@gnu.org>
6826         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
6828 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
6830         * progmodes/vhdl-mode.el: Completely revised and massively extended.
6832 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6834         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
6835         magic number and is not associated with a file.
6837 1999-05-14  Richard M. Stallman  <rms@gnu.org>
6839         * files.el (find-file-noselect-1): Fix previous change.
6841 1999-05-14  Simon Marshall  <simon@gnu.org>
6843         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
6845 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
6847         * international/mule-diag.el (mule-diag): Change MULE to Mule in
6848         docstring.
6850         * international/mule-cmds.el: Change MULE to Mule in docstrings
6851         and menus.
6853 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
6855         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
6856         to correctly reflect the value of BaseLineOffset in
6857         RelativeCompose.  Now the value of RelativeCompose is an array of
6858         low and high positions.
6859         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
6860         RLC for the above change.
6862 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
6864         * comint.el (comint-password-prompt-regexp): Modified to match the
6865         output of ksu and ssh-add.
6867 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
6869         * language/korea-util.el (isearch-toggle-korean-input-method):
6870         Adjusted for the change of input method handling in isearch.el.
6871         (isearch-hangul-switch-symbol-ksc): Likewise.
6872         (isearch-hangul-switch-hanja): Likewise.
6874 1999-05-10  Dave Love  <fx@gnu.org>
6876         * help.el (help-make-xrefs): Fix typo.
6878 1999-05-10  Andreas Schwab  <schwab@gnu.org>
6880         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
6881         unibyte-display-via-language-environment.
6883         * help.el (help-make-xrefs): Handle more cases when looking for
6884         commands in a keymap description.
6886 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
6888         * loadup.el: For ms-dos systems, load ccl and codepage.
6890 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
6892         * ps-print.el (ps-control-character): Call
6893         ps-mule-prepare-ascii-font to setup ASCII fonts.
6895         * ps-mule.el (ps-mule-begin-job): Redo this change "if
6896         ps-multibyte-buffer is nil, use
6897         ps-mule-font-info-database-default."
6899 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
6901         * ispell.el (ispell-local-dictionary-alist): New variable for
6902         customizing local dictionaries not accessable by everyone.
6903         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
6904         (ispell-required-version): Changed format `(major minor
6905         revision)' to support general pattern matching.
6906         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
6907         skip region commented out due to incorrect skip potential in std latex.
6908         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
6909         cursor point on small words for calls from `ispell-minor-mode'.
6910         (check-ispell-version): Tests and accepts versions major.minor
6911         and above, with adjustments for interactions in 3.1.0-3.1.11.
6912         (ispell-get-line): No longer skips ispell process special characters.
6913         (ispell-comments-and-strings): Removed `when' macro call.
6914         (ispell-minor-check): Requires ispell-word to restore cursor point.
6915         (ispell-buffer-local-parsing): Supports checking comments only.
6917 1999-05-08  Karl Heuer  <kwzh@gnu.org>
6919         * comint.el (comint-password-prompt-regexp): Fix last change to be
6920         more specific.
6922 1999-05-07  Richard M. Stallman  <rms@gnu.org>
6924         * subr.el (with-temp-message): Fix the other call to message
6925         to use %s.
6927 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
6929         * gud.el (gud-format-command): "%F" means file sans extension.
6930         (jdb): Use %F, not %f, for gud-break.
6932 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
6934         * comint.el (comint-password-prompt-regexp): Modified so that it
6935         matches the output of kinit.
6937 1999-05-06  Greg Stark  <gsstark@mit.edu>
6939         * timezone.el (timezone-parse-date): Recognize new format used in
6940         internet cookies.
6942 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
6944         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
6946 1999-05-04  Andrew Innes  <andrewi@gnu.org>
6948         * time.el (display-time-update): Allow for wrap-around when
6949         checking against display-time-server-down-time.
6951 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
6953         * international/mule-diag.el (describe-coding-system): Fix English
6954         message.
6956 1999-05-03  Jason Rumney <jasonr@altavista.net>
6958         * term/w32-win.el: Change the x-charset-registry property for the
6959         Japanese charsets that are supported by Japanese Windows fonts.
6961 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6963         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
6964         diary-block diary entries for which the reminders and the diary
6965         entries can overlap.
6967 1999-05-02  Jason Rumney <jasonr@altavista.net>
6969         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
6970         matches the font selected in the dialog.
6972 1999-05-02  Dave Love  <fx@gnu.org>
6974         * browse-url.el (browse-url-browser-function): Add :version.
6976         * international/mule.el (auto-coding-alist): Add .tgz.
6978 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
6980         * international/codepage.el (cp-coding-system-for-codepage-1):
6981         Make the magnification parameter for the -dos encoder be 2.
6983 1999-05-2  Andrew Innes  <andrewi@gnu.org>
6985         * term/w32-win.el (w32-drag-n-drop): Select file in window where
6986         it is dropped, rather than current window.
6988         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
6989         after switching buffer, as case-fold-search is a buffer local
6990         variable.
6992         * w32-fns.el (convert-standard-filename): Only convert directory
6993         separators to backslash if the interactive shell is one of the
6994         standard Windows shells that has DOS semantics.
6996         * ls-lisp.el (ls-lisp-format-time): Trap errors from
6997         format-time-string, and return a suitable string to indicate the
6998         timestamp was invalid.
7000         * hexl.el (hexlify-command): Apply shell-quote-argument after
7001         expanding hexl-program in case exec-directory contains a space.
7002         (dehexlify-command): Ditto.
7004         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
7005         file extension regexps which aren't necessarily binary files.
7006         (direct-print-region-helper): Use subst-char-in-string instead of
7007         binding directory-sep-char to convert filenames to DOS syntax.
7008         (direct-print-region-use-command-dot-com): New variable.
7009         (direct-print-region-helper): Use it to control whether to invoked
7010         command.com to print on Windows 9x.
7012         * browse-url.el (browse-url-browser-function): Default to
7013         browse-url-default-windows-browser on windows-nt.
7014         (browse-url-default-windows-browser): New function.
7016 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
7018         * forms.el (forms-mode): Don't call forms-first-record or
7019         forms-last-record if the data file has zero records.
7021 1999-04-29  Richard M. Stallman  <rms@gnu.org>
7023         * files.el (find-file-noselect-1): If buffer-file-name has changed
7024         after find-file-not-found-hooks runs, recompute the truename.
7025         And don't use FILENAME after that point.
7027 1999-04-27  Dave Love  <fx@gnu.org>
7029         * paren.el (show-paren-mode)
7030         * which-func.el (which-func-mode-global)
7031         * type-break.el (type-break-mode)
7032         * time.el (display-time-mode)
7033         * rsz-mini.el (resize-minibuffer-mode)
7034         * mouse-sel.el (mouse-sel-mode)
7035         * icomplete.el (icomplete-mode)
7036         * hscroll.el (hscroll-global-mode)
7037         * help.el (temp-buffer-resize-mode)
7038         * font-lock.el (global-font-lock-mode)
7039         * delsel.el (delete-selection-mode)
7040         * avoid.el (mouse-avoidance-mode)
7041         * autoinsert.el (auto-insert-mode)
7042         * winner.el (winner-mode): Doc fix.
7044 1999-04-26  Karl Heuer  <kwzh@gnu.org>
7046         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
7047         the same whitespace that was ignored in choosing the subject string.
7049 1999-04-26  Richard M. Stallman  <rms@gnu.org>
7051         * info.el (Info-find-node): Position properly after finding anchor.
7053         * cus-start.el (all): Handle unibyte-display-via-language-environment.
7055         * simple.el (indent-new-comment-line): Fix previous change.
7057         * complete.el: Delete the wildcard expansion feature
7058         since that is now standard in find-file.
7059         (PC-try-load-many-files): Function deleted.
7060         (PC-after-load-many-files): Function deleted.
7061         (PC-many-files-list): Variable deleted.
7062         (PC-disable-wildcards): Variable deleted.
7063         (partial-completion-mode): Don't enable the wildcard feature.
7065         * complete.el (PC-look-for-include-file): Don't set global variables
7066         `error', `buf' and `filename' here.
7068         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
7070 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
7072         * textmodes/outline.el (outline-regexp): Doc fix.
7074 1999-04-26  John Wiegley  <johnw@borland.com>
7076         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
7077         C++Builder 4.0 error message syntax.
7079 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
7081         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
7082         supported, use find -exec.
7084 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
7086         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
7087         coding-system-for-write, to avoid hanging when non-interactive.
7089 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
7091         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
7092         start with a newline.
7094 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
7096         * international/mule-conf.el (x-ctext): New coding system.
7098 1999-04-12  Richard M. Stallman  <rms@gnu.org>
7100         * international/mule-cmds.el (input-method-function):
7101         Add permanent-local property.
7103 1999-04-12  Dave Love  <fx@gnu.org>
7105         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
7106         change to use jka-compr-byte-compiler-base-file-name.
7108         * supercite.el (sc-scan-info-alist): Revert last change.
7109         (sc-attrib-selection-list): Fix :type here instead.
7111 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
7113         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7114         in the list of case-insensitive filesystems.
7116 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
7118         * international/fontset.el (create-fontset-from-fontset-spec):
7119         Don't register duplicated alias fontset names.
7121 1999-04-08  Richard Stallman  <rms@gnu.org>
7123         * international/mule.el (auto-coding-alist-lookup): New function.
7124         (set-auto-coding): Use auto-coding-alist-lookup.
7126         * jka-compr.el (jka-compr-insert-file-contents):
7127         Use auto-coding-alist-lookup to check for files that
7128         should not have eol conversion, in the unibyte case.
7130 1999-04-07  Dave Love  <fx@gnu.org>
7132         * help.el (describe-variable): Check custom-loads property as well
7133         as custom-type.
7135         * abbrev.el (abbrev-mode): Customizing sets the default value.
7137 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7139         * vc.el (vc-backend-revert): For CVS files that were made
7140         writeable with "cvs edit", call "cvs unedit" to undo that.
7142 1999-04-08  Dave Love  <fx@gnu.org>
7144         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7145         more.
7146         (sc-emacs-features): Recognize Emacs 20.
7147         (sc-read-string): Use history arg.
7148         (sc-scan-info-alist): Check for rtnvalue a cons.
7150 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
7152         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7153         coding system to encode the message by
7154         select-message-coding-system.
7156 1999-04-07  Richard Stallman  <rms@gnu.org>
7158         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7160         * winner.el: Reorder definitions.
7162         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7164         * mail/rmail.el (rmail-decode-babyl-format):
7165         Undo previous change.
7167 1999-04-06  Richard Stallman  <rms@gnu.org>
7169         * info.el (Info-find-node): Check for an anchor at the
7170         proper place, before reading an indirect file.
7172         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7174         * jka-compr.el (jka-compr-insert-file-contents):
7175         Use raw-text-unix when we want no conversion.
7177 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7179         * timezone.el (timezone-parse-date): Corrected regexp for
7180         style (5) date format so that tenths of seconds are optional.
7182 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
7184         * term/internal.el (dos-cpNNN-setup): New function, with the guts
7185         of dos-codepage-setup.
7186         (cjk-codepages-alist): New variable, an alist of Far-Eastern
7187         codepages for which there's no need to set up cpNNN coding
7188         systems.
7189         (dos-codepage-setup): Support Far-Eastern DOS terminals.
7191 1999-04-05  Richard Stallman  <rms@gnu.org>
7193         * mail/rmail.el (rmail-ignored-headers): Doc fix.
7195 1999-04-02  Richard Stallman  <rms@gnu.org>
7197         * progmodes/compile.el (compilation-handle-exit): Do right thing
7198         if (car status) doesn't end in a newline.
7200 1999-04-01  Dave Love  <fx@gnu.org>
7202         * progmodes/sql.el (SQL): Add defgroup :version.
7204 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7206         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7207         buffer-file-coding-system.  If the coding system used is raw-text,
7208         etc., make the *Compiler Input* buffer unibyte.
7210         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7212         * loadup.el: Don't write the fns-...el file if not dumping.
7214 1999-03-31  Dave Love  <fx@gnu.org>
7216         * snmp-mode.el (snmp): Fix defgroup :version.
7218         * hilit-chg.el (highlight-changes): Add defgroup :version.
7220 1999-03-31  Andreas Schwab  <schwab@gnu.org>
7222         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7223         the gnus-save-hidden-threads macro.
7225 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
7227         * faces.el (face-set-after-frame-default): Obey the
7228         `customized-face' for new faces.
7230 1999-03-30  Dave Love  <fx@gnu.org>
7232         * international/mule-cmds.el (current-language-environment): Doc fix.
7233         * abbrev.el (abbrev-mode): Doc fix.
7234         * autoinsert.el (auto-insert-mode): Doc fix.
7235         * complete.el (partial-completion-mode): Doc fix.
7236         * avoid.el (mouse-avoidance-mode): Doc fix.
7237         * delsel.el (delete-selection-mode): Doc fix.
7238         * font-lock.el (global-font-lock-mode): Doc fix.
7239         * help.el (temp-buffer-resize-mode): Doc fix.
7240         * hscroll.el (hscroll-global-mode): Doc fix.
7241         * icomplete.el (icomplete-mode): Doc fix.
7242         * mouse-sel.el (mouse-sel-mode): Doc fix.
7243         * paren.el (show-paren-mode): Doc fix.
7244         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7245         * time.el (display-time-mode): Doc fix.
7246         * type-break.el (type-break-mode): Doc fix.
7247         * which-func.el (which-func-mode-global): Doc fix.
7248         * winner.el (winner-mode): Doc fix.
7250 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
7252         * wid-edit.el (widget-before-change): Signal text-read-only rather
7253         than an ordinary error.
7255 1999-03-30  Richard M. Stallman  <rms@gnu.org>
7257         * repeat.el: Don't require advice.
7258         (repeat): Do function-indirection in check for kbd macro.
7259         In self-insert case, use the *last* char in INSERTION.
7261 1999-03-30  Karl Heuer  <kwzh@gnu.org>
7263         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
7265 1999-03-29  Andreas Schwab  <schwab@gnu.org>
7267         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
7268         comint-input-filter-functions.  Make variables related to shell
7269         directory tracking local.
7271 1999-03-26  Andreas Schwab  <schwab@gnu.org>
7273         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
7275         * simple.el (shell-command-on-region): Cope with exit-status being
7276         nil, which happens if call-process-region was interrupted.
7278 1999-03-26  Richard M. Stallman  <rms@gnu.org>
7280         * simple.el (indent-new-comment-line): Handle use at a point
7281         after a comment-end.  Handle multiple comments.
7283         * mail/rmail.el (rmail-decode-babyl-format):
7284         To prevent locking, bind buffer-file-name to nil.
7286 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
7288         * mail-hist.el (mail-hist-current-header-name): Don't make
7289         off-by-one-error when determining if in message body.
7291 1999-03-25  Andrew Innes  <andrewi@gnu.org>
7293         * w32-fns.el (set-default-process-coding-system): Copied from
7294         dos-w32.el, but modified to use Unix line endings for process
7295         input, and to add a suitable entry to process-coding-system-alist
7296         for DOS shells.
7298         * dos-fns.el (set-default-process-coding-system): Copied from
7299         dos-w32.el.
7301         * dos-w32.el (set-default-process-coding-system): Move function to
7302         dos-fns.el; a different version is used in w32-fns.el.
7304 1999-03-24  Dave Love  <fx@gnu.org>
7306         * info.el (Info-directory-list): Revert change to re-writing
7307         Info-default-directory-list, but put `alternative' first.
7308         (Info-insert-dir): Modify selecting the top dir file as a consequence.
7310 1999-03-23  Simon Marshall  <simon@gnu.org>
7312         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
7313         on the line by itself.
7314         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
7315         it is not in a declarative context.
7317 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7319         * cus-edit.el (custom-variable-prompt): Allow customization of
7320         autoloaded symbols.
7322 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
7324         * simple.el (what-cursor-position): Don't cause error when point
7325         is at invalid multibyte sequence.
7327 1999-03-21  Karl Heuer  <kwzh@gnu.org>
7329         * complete.el (partial-completion-mode): Doc fix.
7331 1999-03-19  Richard M. Stallman  <rms@gnu.org>
7333         * progmodes/cplus-md.el (old-c++): Remove :group.
7335         * progmodes/c-mode.el (old-c): Remove :group.
7337 1999-03-18  Simon Marshall  <simon@gnu.org>
7339         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
7340         (java-font-lock-keywords-2): Added "strictfp" keyword.
7342 1999-03-17  Jason Rumney <jasonr@altavista.net>
7344         * w32-fns.el (set-w32-system-coding-system) New function.
7345         (w32-system-coding-system) Initialize to 'iso-latin-1.
7347 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
7349         * international/mule-cmds.el (set-language-environment): Fix
7350         previous change: don't use dos-codepage when unbound.
7352 1999-03-17  Karl Heuer  <kwzh@gnu.org>
7354         * calendar/appt.el (appt-make-list): Fix previous change.
7356 1999-03-16  Richard M. Stallman  <rms@gnu.org>
7358         * window.el (shrink-window-if-larger-than-buffer):
7359         Don't try to redisplay with the cursor at the end
7360         on its own line--that would force a scroll and spoil things.
7362 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
7364         * international/mule-cmds.el (set-language-environment): Don't use
7365         cpNNN-nonascii-translation-table if it is unbound.
7367         * term/internal.el (dos-codepage-setup): Compute the unibyte
7368         syntax table and bind unibyte-display-via-language-environment
7369         here, rather than at top level, so that resetting to unibyte in
7370         .emacs works as expected.
7372 1999-03-15  Simon Marshall  <simon@gnu.org>
7374         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
7376 1999-03-14  Milan Zamazal <pdm@pvt.net>
7378         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
7380 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
7382         * international/mule-util.el (detect-coding-with-priority):
7383         Restore the internal database.
7385 1999-03-14  Stephen Eglen  <stephen@gnu.org>
7387         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
7388         if mail-from-style has invalid value.
7390 1999-03-12  Karl Heuer  <kwzh@gnu.org>
7392         * vc.el (vc-delete-logbuf-window): New var.
7393         (vc-finish-logentry): Use it.
7395 1999-03-12  Richard M. Stallman  <rms@gnu.org>
7397         * startup.el (command-line-1): Improve startup msg.
7399 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
7401         * speedbar.el: Added commentary about stealthy functions.
7402         (speedbar-message) new function.
7403         (speedbar-y-or-n-p): New function
7404         (speedbar-with-attached-buffer) Moved macro before reference.
7405         Now uses `save-selected-window'.
7406         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
7407         speedbar-generic-item-info, speedbar-item-info-file-helper,
7408         speedbar-item-delete, speedbar-insert-generic-list,
7409         speedbar-timer-fn, speedbar-check-vc-this-line,
7410         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
7411         speedbar-buffers-item-info) Use speedbar-message.
7412         (speedbar-item-info) Limit `message-log-max'.
7413         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
7414         speedbar-item-delete, speedbar-item-object-delete,
7415         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
7417 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
7419         * server.el (server-start): Set coding system for the server
7420         process to raw-text.
7421         (server-process-filter): Decode file names if necessary.
7423 1999-03-12  Dave Love  <fx@gnu.org>
7425         * textmodes/fill.el (sentence-end-double-space): Doc fix.
7427         * textmodes/paragraphs.el (sentence-end): Doc fix.
7429 1999-03-11  Karl Heuer  <kwzh@gnu.org>
7431         * comint.el (comint-password-prompt-regexp): Accept "login password:"
7433 1999-03-09  Karl Heuer  <kwzh@gnu.org>
7435         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
7436         (ispell-dictionary-alist-2): Likewise.
7437         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
7438         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
7439         (ispell-dictionary-alist): Build from six pieces, not just two.
7441         * ps-bdf.el (bdf-directory-list): Doc fix.
7443         * enriched.el (enriched-mode): Make var permanent-local.
7445 1999-03-09  Dave Love  <fx@gnu.org>
7447         * textmodes/sgml-mode.el (html-mode): Use
7448         sentence-end-double-space when setting sentence-end.
7450 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
7452         * language/thai.el (tis-620): New alias coding system for thai-tis620.
7454 1999-03-08  Felix Lee  <flee@cygnus.com>
7456         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
7458         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
7460 1999-03-08  Karl Heuer  <kwzh@gnu.org>
7462         * dired-aux.el (dired-do-copy-regexp): Doc fix.
7463         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7465         * dired.el (dired-do-copy-regexp): Doc fix.
7466         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7468 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
7470         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
7472 1999-03-08  Jason Rumney <jasonr@altavista.net>
7474         * international/codepage.el (cp1250-decode-table)
7475         (cp1251-decode-table, cp1253-decode-table)
7476         (cp1257-decode-table): New translation tables for MS Windows codepages.
7477         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
7479 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
7481         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
7483 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
7485         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
7487         * term/internal.el (top level): Display character 255 as 8bit as well.
7489 1999-03-06  Dave Love  <fx@gnu.org>
7491         * progmodes/cc-cmds.el (c-outline-level): Bind
7492         buffer-invisibility-spec.
7494         * progmodes/c-mode.el (c-outline-level): Likewise.
7496         * progmodes/ada-mode.el (ada-outline-level): Likewise.
7498 1999-03-05  Felix Lee  <flee@cygnus.com>
7500         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
7502 1999-03-05  Richard M. Stallman  <rms@gnu.org>
7504         * bindings.el (complete-symbol): Invert meaning of prefix arg.
7506 1999-03-05  Andrew Innes  <andrewi@gnu.org>
7508         * w32-fns.el (convert-standard-filename): Convert directory
7509         separators to Windows format.
7511 1999-03-05  Andreas Schwab  <schwab@gnu.org>
7513         * international/skkdic-cnv.el: Provide skkdic-cnv.
7514         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
7515         (batch-skkdic-convert): Doc fix.
7517 1999-03-04  Dave Love  <fx@gnu.org>
7519         * custom.el (custom-set-variables): Protect against setter errors.
7521 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
7523         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
7524         the file sizes from overflowing.
7525         (ls-lisp-format): If file size is a float, use %8.0f to print it.
7526         Under -s, print the size in blocks with %4.0f, in case they have
7527         a *really* huge file.
7529 1999-03-03  Dave Love  <fx@gnu.org>
7531         * options.el (edit-options): Doc fix.
7532         (list-options): Don't lose with unbound symbols.  Maintain
7533         Edit-options-mode.
7535 1999-03-01  Dave Love  <fx@gnu.org>
7537         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
7539 1999-02-28  Richard M. Stallman  <rms@gnu.org>
7541         * ispell.el (ispell-dictionary-alist-override): New variable.
7542         (ispell-dictionary-alist): Don't setq it,
7543         if ispell-dictionary-alist-override is set.
7545         * simple.el (shell-command-default-error-buffer): Renamed from
7546         shell-command-on-region-default-error-buffer.
7547         (shell-command-on-region): Mention in echo area when there
7548         is some error output.  Mention success or failure, too.
7549         Accumulate multiple error outputs
7550         going forward, with formfeed in between.  Display the error buffer
7551         when we have put something in it.
7552         (shell-command): Add the ERROR-BUFFER argument feature.
7554 1999-02-28  Karl Heuer  <kwzh@gnu.org>
7556         * mail/mh-utils.el (mh-lib): Doc fix.
7557         (mh-lib-progs, mh-nmh-p): New vars.
7558         (mh-find-progs): Set mh-lib-progs along with other vars.
7559         (mh-path-search): New arg FUNC-P; if specified, use that instead
7560         of mh-file-command-p.
7561         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
7563         * mail/mh-comp.el (mh-repl-formfile): New var.
7564         (mh-smail-batch): Don't ignore all arguments.
7565         (mh-reply): Do the right thing when using nmh.
7567 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
7569         * international/mule-cmds.el (select-safe-coding-system): Be sure
7570         to show a buffer being decoded.
7572 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
7574         * ps-bdf.el (bdf-directory-list): Initialize it to
7575         '("/usr/local/share/emacs/fonts/bdf").
7577 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7579         * ps-print.el: PostScript programming fix.
7580         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
7581         setpagedevice operator).
7583 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7585         * ps-print.el: Doc fix, font size specifies landscape and portrait
7586         sizes.
7587         (ps-print-version): New version number (4.1.4).
7588         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
7589         Specifies landscape and portrait sizes.
7590         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
7591         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
7592         fix.
7593         (ps-get-font-size): New fun.
7594         (ps-font-size-internal, ps-header-font-size-internal)
7595         (ps-header-title-font-size-internal): New vars.
7597         * ps-mule.el: Change of ps-print font size variable name.
7598         (ps-mule-generate-font): Fun fix.
7599         (ps-mule-begin-job): Programming uniformization.
7601 1999-02-25  Dave Love  <fx@gnu.org>
7603         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
7604         (help-make-xrefs): Do Info case first.
7606         * repeat.el: Don't require advice.
7607         (repeat-last-kill-command): Variable deleted.
7609 1999-02-25  Richard Stallman  <rms@gnu.org>
7611         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
7612         case just because the current buffer is the output buffer.
7614 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
7616         * simple.el (what-cursor-position): To show the character's
7617         encoding, use encoded-string-description instead of information
7618         of chaset-origin-alist.
7620         * international/mule-cmds.el (iso-2022-control-alist): New variable.
7621         (encoded-code-description): New function.
7622         (encoded-string-description): New function.
7623         (encode-coding-char): New function.
7625 1999-02-25  Andrew Innes  <andrewi@gnu.org>
7627         * startup.el (command-line) [windows-nt]: Fix typo in regexp
7628         checking for .emacs[.el[c]].
7630 1999-02-24  Richard Stallman  <rms@gnu.org>
7632         * help.el (describe-function-1): Don't print a whole lambda-function.
7634 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
7636         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
7637         inputting ?\240.
7639 1999-02-23  Karl Heuer  <kwzh@gnu.org>
7641         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
7643         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
7644         (clean-buffer-list-kill-buffer-names): Doc fix.
7646         * gud.el (gud-jdb-massage-args): Spelling fix.
7648 1999-02-23  Richard M. Stallman  <rms@gnu.org>
7650         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
7652 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
7654         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
7655         excursion while calling set-auto-coding-function.
7657         * play/handwrite.el (handwrite): Require ps-print, and use
7658         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
7659         if it's defined, instead of forking ps-lpr-command unconditionally.
7661 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
7663         * international/codepage.el (cp-coding-system-for-codepage-1): Put
7664         charset-origin-alist property to a coding system for the codepage.
7666         * international/mule.el: Modify comment for charset-origin-alist
7667         property of a coding system.
7669         * simple.el (what-cursor-position): charset-origin-alist property
7670         of a coding system may be a translation table or a symbol of which
7671         `translation-table' property is a translation table.
7673 1999-02-21  Richard Stallman  <rms@gnu.org>
7675         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
7676         to the "html" template.
7678 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
7680         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
7682 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
7684         * dirtrack.el (dirtrack): Check for the prompt in the input string
7685         instead of the buffer.
7687 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
7689         * sql.el: Set version to 1.4.1.  Changed mail address to
7690         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
7691         (sql-input-ring-separator): Doc fix.
7692         (sql-mode-syntax-table): double-dash starts comments is defined as
7693         ". 56" instead of ". 12b" for XEmacs.
7694         (sql-stop, sql-interactive-mode): Doc fixes.
7695         (sql-postgres): Queries for database and server, not just one.
7696         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
7698         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
7699         changed.  This is needed for master.el to work.
7700         (sql-set-sqli-buffer): Use the new hook.
7702         * sql.el (sql-make-alternate-buffer-name): Function that sets
7703         sql-alternate-buffer-name.
7704         (sql-alternate-buffer-name): Possible name of SQLi buffers.
7705         (sql-interactive-mode): Set sql-alternate-buffer-name.
7706         (sql-rename-buffer): New command.
7707         (sql-interactive-mode-menu): Menu for SQLi buffers.
7709         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
7710         and sql-input-ring-file-name are used to temporarily set
7711         comint-input-ring-file-name and comint-input-ring-separator when
7712         reading and writing input history files.
7714         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
7715         (sql-input-ring-file-name): New variable with customization.
7716         (sql-input-ring-separator): New variable with customization.
7717         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
7718         Callers changed.
7719         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
7720         now includes the name of the current buffer.
7722         (sql-mode): Set paragraph-separate and paragraph-start so that
7723         sql-send-paragraph sends the entire SQL statements, even if it
7724         contains indented lines.
7726 1999-02-18  Dave Love  <fx@gnu.org>
7728         * format.el (format-encode-run-method, format-decode-run-method):
7729         Fix previous change.
7731 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
7733         * international/mule.el (coding-system-list): Moved here from
7734         mule-util.el to avoid autoloading mule-util by the call of
7735         select-safe-coding-system.
7737 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7739         * simple.el (turn-on-auto-fill): Mark it as an option for
7740         `text-mode-hook'.
7742 1999-02-17  Richard Stallman  <rms@gnu.org>
7744         * emacs-lisp/easymenu.el (easy-menu-get-map):
7745         Don't crash if (current-local-map) is nil.
7747 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
7749         * filecache.el (file-cache-filter-regexps): Added .class.
7751 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
7753         * international/mule-util.el (decompose-region): Use
7754         insert-buffer-substring instead of insert-buffer to avoid putting
7755         mark.
7757 1999-02-17  Andreas Schwab  <schwab@gnu.org>
7759         * calendar/cal-move.el (scroll-calendar-left): Don't set
7760         displayed-month and displayed-year here, let generate-calendar do
7761         it, after range checking.
7763 1999-02-17  Simon Marshall  <simon@gnu.org>
7765         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
7767         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
7768         correctly between an object declared via a constructor and a method.
7769         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
7770         (java-font-lock-keywords-1): Fontify package names individually.
7771         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
7772         (java-font-lock-keywords-2): Simplify type fontification.
7773         (java-font-lock-keywords-3): Likewise.
7775 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
7777         * language/japanese.el (iso-2022-jp-2): New coding system.
7778         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
7780 1999-02-16  Dave Love  <fx@gnu.org>
7782         * help.el (describe-function-1): Accept non-symbols.
7784 1999-02-16  Paul Eggert  <eggert@twinsun.com>
7786         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
7787         find the last match if there are multiple matches.
7789 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7791         * tex-mode.el (tex-run-command, latex-run-command)
7792         (slitex-run-command, tex-command): Doc changes.
7793         (tex-start-options-string): Autoload it.  Doc change.  Provide
7794         a menu for customization.  Allow nil.  Quote backslashes only once.
7795         (tex-start-tex): Handle nil value of tex-start-options-string
7796         and apply shell-quote-argument to it.
7798 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
7800         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
7801         the size in blocks, since it can be a float.
7802         (ls-lisp-format): Likewise
7804 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
7806         * language/japanese.el (japanese-shift-jis): Add
7807         charset-origin-alist property.
7809 1999-02-15  Richard Stallman  <rms@gnu.org>
7811         * progmodes/compile.el (compile-internal): Use save-selected-window.
7813         * subr.el (momentary-string-display): Bind inhibit-read-only.
7815         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
7817 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
7819         * mail/rmail.el (rmail-show-message): If an unseen message has a
7820         Summary-line in its header, get past one more line before looking
7821         for the X-Coding-System header.
7823 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
7825         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
7826         explicitly to accomodate Windows 9X lack of a useful copy program.
7828 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7830         * wid-edit.el (widget-choice-value-create): Use `equal'
7831         instead of `eq'.
7833 1999-02-14  Richard Stallman  <rms@gnu.org>
7835         * international/iso-transl.el:
7836         (iso-transl-ae): Renamed from iso-transl-e-slash.
7837         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
7838         (iso-transl-AE): Renamed from iso-transl-E-slash.
7839         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
7840         (iso-transl-char-map): Related changes.
7842         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
7844 1999-02-13  Richard Stallman  <rms@gnu.org>
7846         * textmodes/texinfmt.el (texinfo-alias): New function.
7847         (texinfo-fold-nodename-case): Add defvar.
7848         (texinfo-format-node): Do case folding if specified.
7850         * ffap.el (ffap-file-at-point): Test local file names
7851         immediately.  Strip off line numbers.
7853 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
7855         * sql.el: Set version to 1.3.2
7856         (sql-solid-program): Added support for solid.
7857         (sql-help): Doc mentions sql-solid.
7858         (sql-solid): Entry function for Solid.
7859         (sql-buffer): Doc explains the use of the variable and how to
7860         change it.
7861         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
7862         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
7863         disabled if sql-buffer doesn't have a process; sql-send-paragraph
7864         is new.
7865         (sql-show-sqli-buffer): New function to display the value of
7866         sql-buffer.
7867         (sql-change-sqli-buffer): New function to change sql-buffer.
7868         (sql-mode): Doc explains how to change sql-buffer.
7869         (sql-send-paragraph): New function to send a paragraph.
7870         (sql-mode-map): Added keybinding for sql-send-paragraph.
7871         (sql-mysql): Doc corrected.
7872         (sql-ms): Doc corrected.
7874         * sql.el (sql-server): Doc fix.
7875         (sql-mysql): Added the use of sql-server to specify the host,
7876         sql-database now specifies database instead of host.
7877         (sql-mode-menu): Send... menu items are only active if sql-buffer
7878         is non-nil.
7879         (sql-help): Changed tag of entry functions a bit.
7881         * sql.el: Added keywords from `finder-by-keyword'.
7882         (sql-mode): Made sql-buffer a local variable, changed the
7883         documentation: removed instructions to add *.sql files to
7884         auto-mode-alist, added documentation for having mutliple SQL
7885         buffers sending their stuff to different SQLi buffers, each
7886         running a different process.
7887         (sql-postgres): Quoted *SQL* in doc string.
7888         (sql-ms): Likewise.
7889         (sql-ingres): Likewise.
7890         (sql-ingres): Quoted *SQL* in doc string, added references to
7891         sql-user and sql-password used during login.
7892         (sql-sybase): Quoted *SQL* in doc string, added comma.
7893         (sql-oracle): Likewise.
7894         (sql-interactive-mode): Added extensive documentation for having
7895         mutliple SQL buffers sending their stuff to different SQLi
7896         buffers, each running a different process.
7897         (sql-buffer): Changed doc from *SQL* to SQLi.
7898         (sql-get-login): Doc fix.
7900 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
7902         * international/mule-conf.el (undecided): Set ascii in
7903         safe-charsets property.
7905 1999-02-12  Richard Stallman  <rms@gnu.org>
7907         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
7909 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
7911         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
7912         value to ps-mule-font-info-database-latin.
7914 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
7916         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
7917         (ps-mule-font-info-database-default): New variable.
7918         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
7919         ps-mule-font-info-database-default.
7921 1999-02-12  Dave Love  <fx@gnu.org>
7923         * timezone.el (timezone-make-date-sortable)
7924         (timezone-make-date-arpa-standard): Doc fix.
7926 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
7928         * international/quail.el (quail-show-kbd-layout): Bind
7929         blink-matching-paren to nil.
7931         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
7932         for ASCII and Latin-1.
7934 1999-02-12  Andreas Schwab  <schwab@gnu.org>
7936         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
7938 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
7940         * international/mule-cmds.el (language-info-alist): Remove
7941         description about charset-origin-alist.
7943         * international/mule.el: Comment added for a new coding system
7944         property `charset-origin-alit'.
7945         (make-translation-table): This variable deleted.
7947         * language/chinese.el (chinese-big5): Add charset-origin-alist
7948         property.
7949         ("Chinese-CNS"): Remove charset-origin-alist property.
7951         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
7952         property.
7953         (cyrillic-alternativnyj): Likewise.
7954         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
7955         ("Cyrillic-ALT"): Likewise.
7957         * language/vietnamese.el (vietnamese-viqr): Add
7958         charset-origin-alist property.
7959         ("Vietnamese"): Remove charset-origin-alist property.
7961         * simple.el (what-cursor-position): Don't use the varialbe
7962         charset-origin-alist, but use charset-origin-alist property of
7963         buffer-file-coding-system to decide external character set code.
7965 1999-02-10  Richard Stallman  <rms@gnu.org>
7967         * shadowfile.el: Don't turn on the mode when the file is loaded.
7969 1999-02-09  Richard Stallman  <rms@gnu.org>
7971         * progmodes/compile.el (compile-auto-highlight): Customize.
7973         * add-log.el (add-log-file-name-function): New variable.
7974         (add-change-log-entry): Call that function, if non-nil.
7976 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
7978         * rmail.el (rmail-search): Track match with a marker, not an integer.
7980 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7982         * progmodes/compile.el (compilation-setup): Set value of
7983         compilation-directory-stack as in compilation-forget-errors.
7984         (compile-reinitialize-errors): Bind buffer-undo-list and
7985         deactivate-mark.
7986         (compilation-forget-errors): Likewise.
7988 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
7990         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
7991         def... constructs.
7993         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
7994         Remove calls to sleep-for.
7996 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
7998         * international/codepage.el (cp-coding-system-for-codepage-1): On
7999         MS-DOS, use dos-unsupported-char-glyph for characters not
8000         supported by the codepage.
8001         (cp-make-coding-systems-for-codepage): Likewise.
8003 1999-02-08  Andreas Schwab  <schwab@gnu.org>
8005         * international/mule-util.el (coding-system-list): Don't sort
8006         coding-system-list here.
8008         * international/mule.el (coding-system-lessp): Moved here from
8009         mule-util.el
8010         (add-to-coding-system-list): New function.
8011         (make-subsidiary-coding-system, make-coding-system,
8012         define-coding-system-alias): Use it instead of setting
8013         coding-system-list directly.
8015 1999-02-07  Dave Love  <fx@gnu.org>
8017         * calendar/appt.el (appt-make-list): Don't splice quotes and date
8018         onto message.
8020 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8022         * imenu.el (imenu--last-menubar-index-alist): Add doc.
8023         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
8025 1999-02-06  Richard Stallman  <rms@gnu.org>
8027         * language/european.el (setup-slovenian-environment): New function.
8028         ("Slovenian"): New language environment.
8030         * progmodes/sql.el (sql-help): Doc fix.
8031         (sql-mysql): Doc fix.
8033 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8035         * tex-mode.el: When compiling, require compare-w and skeleton
8036         to pacify the byte-compiler.  Move the def's of the tex-commands
8037         together.  Add a comment on kill-process vs. quit-process.
8039 1999-02-05  Dave Love  <fx@gnu.org>
8041         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
8042         null markers.
8043         (compile-goto-error): Likewise.
8045 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
8047         * time-stamp.el (time-stamp-format): Format doc tighter.
8048         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
8049         (time-stamp): Don't re-write the time stamp if it didn't change.
8051 1999-02-05  Alex Schroeder  <asc@bsiag.com>
8053         * progmodes/sql.el: Changed version to 1.2.1.
8054         (sql-pop-to-buffer-after-send-region): Improved documentation.
8055         (sql-mysql-program): Added MySQL support.
8056         (sql-prompt-length): Made prompt-length configurable.
8057         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
8058         (sql-help): Added MySQL support, changed documentation.
8059         (sql-send-region): A message is displayed if something is sent.
8060         (sql-mode): Added buffer-local comment-start.
8061         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
8062         (sql-interactive-mode): Added buffer-local comment-start.
8063         (sql-oracle): Set sql-prompt-length.
8064         (sql-sybase): Set sql-prompt-length.
8065         (sql-mysql): Added MySQL support.
8066         (sql-ingres): Set sql-prompt-length.
8067         (sql-ms): Set sql-prompt-length.
8068         (sql-postgres): Set sql-prompt-length.
8070 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
8072         * term/internal.el (dos-codepage-setup): Set selection coding
8073         system to cpNNN-dos.
8075 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8077         * international/characters.el: Let ethiopic use iso-2022-7bit.
8079 1999-02-02  Dave Love  <fx@gnu.org>
8081         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
8082         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
8084 1999-02-02  Karl Heuer  <kwzh@gnu.org>
8086         * terminal.el (terminal-emulator): Doc fix.
8088 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
8090         * international/mule-util.el (compose-chars): Doc-string
8091         modified.  Correctly handle a composition character in ARGS.
8093 1999-02-01  Richard Stallman  <rms@gnu.org>
8095         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
8096         (makefile-menu-index-function): Function deleted.
8097         (makefile-mode): Use makefile-imenu-generic-expression.
8099 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
8101         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
8102         change, invoke from before-init-hook.
8104 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
8106         * subr.el (remove-from-invisibility-spec): Cope with the case when
8107         buffer-invisibility-spec is t.
8109 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
8111         * calendar/calendar.el (calendar-mode-map): Fix bindings for
8112         appt-add and appt-delete.
8114 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
8116         * term/pc-win.el (msdos-approximate-color): New function.
8117         (msdos-color-translate): Call it to find a DOS color that best
8118         approximates an X-style "#NNNNNN" color specification.
8120 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
8122         * international/mule-util.el (compose-chars-component): Add
8123         autoload cookie.
8125 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
8127         * international/quail.el (quail-lookup-key): If cdr of MAP is a
8128         function, replace cdr of MAP by the return value of the function
8129         unconditionally.
8131 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8133         * progmodes/compile.el (compilation-next-error-locus): Don't
8134         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8136 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
8138         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8139         and NLs before "charset", and allow the charset name be in double
8140         quotes.
8142 1999-01-31  Richard Stallman  <rms@gnu.org>
8144         * imenu.el (imenu-sort-function): Fix custom type.
8146 1999-01-30  Richard Stallman  <rms@gnu.org>
8148         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8149         (speedbar-line-token): Likewise.
8151         * play/gametree.el (gametree-default-score): Use defcustom.
8152         (gametree-score-regexp, gametree-score-closer): Likewise.
8153         (gametree-score-manual-flag, gametree-score-opener): Likewise.
8155 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8157         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8158         decoding.
8160 1999-01-29  Markus Rost  <rost@gnu.org>
8162         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8163         tex-validate-buffer.
8164         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8165         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
8166         now with recent occur-mode.
8167         (tex-validate-region): Really walk through all Sexps.
8168         (tex-region): Bind shell-dirtrack-verbose.
8169         (tex-file, tex-bibtex-file): Likewise.
8171 1999-01-29  Dave Love  <fx@gnu.org>
8173         * finder.el: (finder-commentary): Fix interactive spec.  Try
8174         appending .el to file name.
8175         (finder-find-library, finder-commentary): Doc fixes.
8177 1999-01-29  Andrew Innes  <andrewi@gnu.org>
8179         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8180         where the userid contains directory separators.
8182 1999-01-29  Dave Love  <fx@gnu.org>
8184         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8185         (lm-commentary): Doc fix.
8187 1999-01-29  Andreas Schwab  <schwab@gnu.org>
8189         * files.el (file-expand-wildcards): Never consider `.' and `..' a
8190         wildcard match.  Fix regexp that tests if dirpart contains
8191         wildcard characters.
8193 1999-01-28  Richard Stallman  <rms@gnu.org>
8195         * font-lock.el (font-lock-default-unfontify-region):
8196         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8198 1999-01-27  Jason Rumney <jasonr@altavista.net>
8200         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8201         from FAMILY field.
8202         (w32-create-initial-fontsets): Do not use before-init-hook.
8203         (mouse-set-font): Document.  Automatically create and use fontsets.
8205         * dos-w32.el (direct-print-region-helper): Check for printer
8206         being t as well as a string.
8208 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
8210         * mail/rmail.el (rmail-decode-mime-charset): New variable.
8211         (rmail-mime-charset-pattern): New variable.
8212         (rmail-convert-to-babyl-format): Decode by MIME-charset if
8213         rmail-decode-mime-charset is non-nil.
8215 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
8217         * international/characters.el: Set category `q' for all characters
8218         in tibetan and tibetan-1-column.
8220 1999-01-27  Andrew Innes  <andrewi@gnu.org>
8222         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8223         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8225 1999-01-27  Dave Love  <fx@gnu.org>
8227         * international/mule-cmds.el (current-language-environment):
8228         Provide :link, :type (choices) and appropriate :get.
8230 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
8232         * startup.el (command-line): Set default eol-mnemonic-* strings to
8233         display end-of-line format in mode line.
8235         * cus-start.el (all): Add eol-mnemonic-* variables.
8237 1999-01-26  Dave Love  <fx@gnu.org>
8239         * startup.el (command-line-1): Up-date copyright.
8241         * paths.el (Info-default-directory-list): Use configdir twice.
8243         * info.el (Info-directory-list): Don't set path-separator now
8244         we're not shipped with Texinfo.  Simplify path definition.
8245         Substitute all occurrences of instdir in Info-default-directory-list.
8247 1999-01-25  Richard Stallman  <rms@gnu.org>
8249         * startup.el (normal-top-level-add-subdirs-to-load-path):
8250         Record the inode numbers of the dirs processed, to avoid loop.
8252         * textmodes/tex-mode.el (tex-run-command): Doc fix.
8254 1999-01-25  Dave Love  <fx@gnu.org>
8256         * browse-url.el (browse-url-netscape-program): Doc addition.
8258         * help.el (help-make-xrefs): Default info references to an `(emacs)'
8259         prefix.
8261         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
8262         auto-mode-alist.
8264 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8266         * calendar/diary-lib.el (mark-diary-entries): Use
8267         assoc-ignore-case and do not capitalize when matching month and
8268         day names.
8270         * calendar/calendar.el (calendar-read-date): Ditto.
8272         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8273         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8275         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
8277         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8279         * calendar/cal-islam.el (calendar-goto-islamic-date)
8280         (mark-islamic-diary-entries): Ditto.
8282         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8284         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8285         (calendar-read-mayan-tzolkin-date): Ditto.
8287         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
8289 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
8291         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
8293 1999-01-25  Karl Heuer  <kwzh@gnu.org>
8295         * faces.el (list-faces-display): Multiline case of previous fix.
8297 1999-01-25  Andreas Schwab  <schwab@gnu.org>
8299         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
8301 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
8303         * files.el (find-file): If find-file-noselect returns a list,
8304         do switch-to-buffer on each element.
8305         (find-file-other-window): Likewise for all but the first element.
8306         (find-file-other-frame): Same.
8307         (find-file-noselect): When we expand a wildcard, return a list
8308         of buffers.
8310 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
8312         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
8313         to set the appropriate cpNNN-dos coding system as the
8314         highest-priority coding system.
8316 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
8318         * international/fontset.el (generate-fontset-menu): Return a
8319         sorted list by plain names of fontsets.
8321         * international/mule-diag.el (list-fontsets): Sort fontsets by
8322         plain names.
8324         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
8325         FIRST is a composite character, decompose it at first.
8327 1999-01-23  Dave Love  <fx@gnu.org>
8329         * format.el: Doc fixes.
8330         (format-encode-run-method): Have things happen in the right buffer.
8331         Deal with errors from method.  Set coding-system-for-write.
8332         (format-decode-run-method): Have things happen in the right buffer.
8333         Deal with errors from method.  Set coding-system-for-read.
8334         (format-alist): Use nil instead of unmatchable regexps.
8336         * simple.el (shell-command-on-region): Return command's exit status.
8338 1999-01-23  Eric Ludlam  <zappo@gnu.org>
8340         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
8341         of the file whose info we want to display.
8342         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
8343         (speedbar-add-mode-functions-list) Improve doc.
8344         (speedbar-line-token) New function.
8345         (speedbar-dired) Fix order of directories in -shown-directories.
8346         (speedbar-line-path): Default return is default-directory
8347         (speedbar-buffers-line-path): Return is dir name only.
8348         (speedbar-mode-functions-list): New variable.
8349         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
8350         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
8351         speedbar-files-item-info speedbar-buffers-item-info): New functions.
8352         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
8353         New functions.
8354         (speedbar-line-file): Broke out part that fetches file from a line.
8355         (speedbar-line-text): New function extracted from speedbar-line-file.
8356         (speedbar-line-path): Converted into a replaceable function.
8357         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
8359 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
8361         * international/fontset.el (create-fontset-from-x-resource): Make
8362         style variants.
8364 1999-01-22  Dave Love  <fx@gnu.org>
8366         * paths.el (Info-default-directory-list): Put sysdir after start.
8368 1999-01-22  Sam Steingold  <sds@goems.com>
8370         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
8371         a process associated with it.
8373 1999-01-22  Jason Rumney <jasonr@altavista.net>
8375         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
8377 1999-01-22  Felix Lee  <flee@cygnus.com>
8379         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
8380         major-mode.
8381         (vc-annotate-mode): Delete variable.
8383 1999-01-22  Andrew Innes  <andrewi@gnu.org>
8385         * startup.el (command-line): [windows-nt]: Check for existence of
8386         .emacs file so as to notice .emacs.el or .emacs.elc and use them
8387         in preference to _emacs.
8389 1999-01-22  Dave Love  <fx@gnu.org>
8391         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
8393 1999-01-20  Richard Stallman  <rms@gnu.org>
8395         * files.el (find-file-noselect): Do wildcard processing only
8396         if new arg WILDCARDS is non-nil.
8397         (find-file, find-file-other-window): New arg WILDCARDS.
8398         Default it to non-nil if interactive.
8399         (find-file-other-frame): Likewise.
8400         (find-file-read-only): Likewise.
8401         (find-file-read-only-other-window): Likewise.
8402         (find-file-read-only-other-frame): Likewise.
8404         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
8405         (widget-plist-convert-option): Delete spurious comma.
8407 1999-01-19  Jason Rumney <jasonr@altavista.net>
8409         * term/w32-win.el (w32-standard-fontspec-spec): Change
8410         iso8859-5 to koi8-r.  Add iso8859-9.
8412 1999-01-19  Dave Love  <fx@gnu.org>
8414         * browse-url.el (browse-url-maybe-new-window): Delete macro and
8415         its uses.
8417         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
8418         is active.
8419         (fortran-indent-subprogram): Likewise.
8421 1999-01-19  Dave Love  <d.love@dl.ac.uk>
8423         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
8425 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
8427         * wid-edit.el (alist): Use sexp as default key-type.
8429 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8431         * textmodes/tex-mode.el (tex-define-common-keys):
8432         Remove key binding of tex-feed-input.
8433         (tex-mode-map): Bind tex-feed-input here.
8434         (tex-start-shell): Use compilation-shell-minor-mode.  Set
8435         comint-input-filter-functions before running tex-shell-hook.
8436         (tex-start-tex): Forget compilation errors.
8437         (tex-compilation-parse-errors): Rewritten to work also with
8438         compile-mouse-goto-error and compile-goto-error.  Adjusted to
8439         change in tex-region.
8440         (tex-region): For the temp file use file-name without directory.
8441         (tex-file): Expand file name of tex-print-file.
8443 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8445         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
8447 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
8449         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
8450         beginning could cause Emacs to hang.  Fixed.
8452 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
8454         * international/ccl.el (ccl-compile-translate-character): Handle
8455         the case that a tranlation table is CCL register correctly.
8457         * international/mule-cmds.el (select-safe-coding-system):
8458         Hightlight at most 256 characters.
8460 1999-01-18  Dave Love  <fx@gnu.org>
8462         * startup.el (command-line): If the init file changes operation to
8463         unibyte, make all buffers unibyte and re-set language environment.
8465         * disp-table.el (standard-display-european): Make all existing
8466         buffers unibyte.  Fix doc.
8468 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
8470         * wid-edit.el (coding-system): Define this unconditionally.
8472         * simple.el (shell-command-on-region-default-error-buffer): New var.
8473         (shell-command-on-region): Use that variable as interactive
8474         value of ERROR-BUFFER argument.
8476 1999-01-17  Sam Steingold  <sds@goems.com>
8478         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
8480 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8482         * progmodes/compile.el (compilation-goto-locus): If already in the
8483         compilation buffer's window, keep it in that window.
8484         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
8485         (compile-goto-error): Don't play with windows.
8487         * textmodes/tex-mode.el (latex-run-command): Doc fix.
8488         (tex-command): Doc fix.
8489         (tex-compilation-parse-errors): Doc fix.
8490         (tex-generate-zap-file-name): Don't start the name with -.
8491         (tex-expand-files): Works now also with strings ending with ":".
8493 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
8495         Patch failed to install:
8496         * gametree.el: Document scoring functionality.
8497         (gametree-score-regexp): Add optional plus sign.
8498         (gametree-score-opener): Replace `:' with `=' as the former
8499         conflicts with gametree-half-ply-regexp.
8500         (gametree-transpose-following-leaves): Add.
8501         (gametree-insert-new-leaf): Make modifying commands barf in read
8502         only buffers.
8503         (gametree-break-line-here): Add a call to
8504         `gametree-transpose-following-leaves'.  This maintains the
8505         necessary invariant that on each level all leaf children precede
8506         all nonleaf children.  This has always been implied, but left to
8507         the user, and, unfortunately, undocumented.
8509 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8511         * wid-edit.el (plist, alist): New widget types.
8513 1999-01-17  Dave Love  <fx@gnu.org>
8515         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
8516         fix scope of condition-case therein.
8518 1999-01-17  Andrew Innes  <andrewi@gnu.org>
8520         * dos-w32.el: (find-buffer-file-type-coding-system): Use
8521         default-buffer-file-coding-system when file doesn't exist (and
8522         isn't covered by a special case) instead of forcing undecided-dos
8523         against the user's wishes.
8525         * dos-w32.el (direct-print-region-helper): New function based on
8526         direct-print-region-function; sends data to specified printer port
8527         without further translation.  Recognize and handle specially the
8528         standard `print' and `nprint' programs, as well as `lpr' and
8529         similar programs.  Only write directly to the printer port if no
8530         print program is specified.  Work around a bug in Windows 9x
8531         affecting Win32 version of Emacs by invoking command.com to write
8532         to the printer port instead of writing directly.
8533         (direct-print-region-function): Use direct-print-region-helper to
8534         do most of the work.
8535         (direct-ps-print-region-function): New function; analogue of
8536         direct-print-region-function for ps-print.
8537         (ps-lpr-command): Comment out setq; leave as example usage.
8538         (ps-lpr-switches): Ditto.
8540         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
8541         and MS-Windows.
8542         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
8543         DOS and Windows platforms, to indicate direct printing.  Update
8544         the docstring accordingly.
8546         * ps-print.el: (ps-printer-name): Update docstring about usage on
8547         MS-DOS and MS-Windows.
8548         (ps-lpr-command): Update docstring as for lpr-command.
8549         (ps-print-region-function): New variable.
8550         (ps-do-despool): Use it.
8551         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
8552         DOS/Windows.
8554         * subr.el (subst-char-in-string): New function.
8556 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
8558         * international/codepage.el (cp852-decode-table): Fill a nil entry.
8560         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
8561         (bdf-find-font-info): New function, looks for the first readable
8562         file from a list of alternatives.
8563         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
8564         instead of bdf-get-font-info.
8565         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
8566         to ps-mule-generate-bitmap-glyph.
8568         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
8569         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
8570         now be a list of alternative names.
8571         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
8572         (ps-mule-prepare-font): Likewise.
8574         * international/codepage.el (cp855-decode-table,
8575         cp850-decode-table): Fill some nil entries.
8577 1999-01-16  Dave Love  <fx@gnu.org>
8579         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
8580         last change.
8582 1999-01-15  Dave Love  <fx@gnu.org>
8584         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
8585         and change regexp for command names.
8586         (help-xref-go-back, function-called-at-point, symbol-file)
8587         (where-is): Doc fixes.
8588         (help-xref-go-back): Remove interactive spec.
8589         (describe-function-1): Fix message for alias.  Buttomize alias
8590         name.
8592         * simple.el (join-line): New alias.
8594 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
8596         * forms.el: (forms--show-record): Convert integers to string
8597         expicitly since concat will no longer accept integers.
8598         (forms-print): Use local `total-nb-records' since
8599         `forms--total-records' will be inaccessible after buffer switching.
8601 1998-01-14  Felix Lee  <flee@cygnus.com>
8603         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
8605 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
8607         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
8609 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
8611         * international/codepage.el (cp850-decode-table): Fix previous change.
8613 1999-01-14  Simon Marshall  <simon@gnu.org>
8615         * shell.el (shell-dirtrack-verbose): New custom variable.
8616         (shell-dirstack-message): Use it.
8618 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
8620         * international/mule-conf.el: Coding system alias `dos' for
8621         `undecided-dos', `mac' for `undecided-mac'.
8623         * international/mule-cmds.el (describe-language-environment):
8624         Don't alter input-method-alist.
8626 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
8628         * international/codepage.el (cp850-decode-table): Replace nil
8629         entries with codes of similary looking glyphs.  (Suggested by
8630         Jason Rumney <jasonr@altavista.net>.)
8632 1999-01-13  Dave Love  <fx@gnu.org>
8634         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
8636         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
8638 1999-01-12  Karl Heuer  <kwzh@gnu.org>
8640         * files.el (auto-save-hook): Defvar this.
8642 1999-01-12  Alex Schroeder  <asc@bsiag.com>
8644         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
8645         faces, eliminating the need to load font-lock before loading sql.
8646         (sql-mode-oracle-font-lock-keywords): Likewise.
8647         (sql-mode-postgres-font-lock-keywords): Likewise.
8649 1999-01-11  Dave Love  <fx@gnu.org>
8651         * cus-start.el: Add inhibit-eol-conversion.
8653         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
8654         the values round.
8656 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
8658         * help.el (help-mode-finish): Renamed from help-mode-maybe.
8659         Don't switch to Help mode here.
8660         (temp-buffer-setup-hook): Use help-mode-finish.
8661         (help-mode-setup): New function.
8662         (temp-buffer-setup-hook): Use help-mode-setup.
8664         * progmodes/sql.el: New file.
8666         * files.el (auto-mode-alist): Add sql-mode.
8668         * faces.el (list-faces-display): Improve the formatting
8669         by computing the maximum length required for any face-name.
8671 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8673         * progmodes/compile.el (compilation-shell-minor-mode): New function.
8675 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
8677         * term.el (term_send_home): Change the string to
8678         be the same as the one emitted by xterm and consistent with the
8679         ones emitted by prior and next.
8680         (term_send_end): Likewise.
8682 1999-01-10  Dave Love  <fx@gnu.org>
8684         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
8685         bindings.
8687 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
8689         * international/codepage.el (codepage-setup): Doc fix.
8690         (cp-decoding-vector-for-codepage): Likewise.
8692 1999-01-10  Markus Rost  <rost@gnu.org>
8694         * cus-edit.el (custom-save-delete): First scan the custom-file.
8696 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
8698         * international/iso-transl.el: Define a "function name" for
8699         each translation that isn't ASCII.  Use these function names
8700         in iso-transl-char-map.
8702 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
8704         * international/mule-util.el (decompose-region): Do decomposition
8705         on temporary unibyte buffer.
8707         * international/mule.el (make-char): Doc-string modified.
8709 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
8711         * simple.el (comment-region): Delete spaces only if we
8712         deleted a comment starter.
8714 1999-01-07  Dave Love  <fx@gnu.org>
8716         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
8718         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
8719         like eval-defun does.
8721         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
8723         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
8724         constructions.  Doc fixes.
8725         (generic-create-generic-function): Use defalias, not fset.
8727         * find-func.el: More doc fixes.
8729 1999-01-06  Stephen Eglen  <stephen@gnu.org>
8731         * files.el (save-buffers-kill-emacs): Show the list of current
8732         processes before prompting to kill them and exit.
8734 1999-01-06  Dave Love  <fx@gnu.org>
8736         * emacs-lisp/find-func.el: Doc fixes.
8737         (find-function-regexp): Extend for define-generic-mode,
8738         define-derived-mode, easy-mmode-define-minor-mode.
8740 1999-01-06  Dave Love  <fx@gnu.org>
8742         * progmodes/fortran.el (fortran-window-create): Account for scroll
8743         bar width.
8745         * browse-url.el: Require (noerror) w3-auto when compiling.
8746         (browse-url-maybe-new-window): Make it a macro and revert last
8747         change to callers.
8748         (browse-url-w3): Require w3 for w3-fetch-other-window.
8750 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8752         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
8753         argument.
8755 1999-01-06  Simon Marshall  <simon@gnu.org>
8757         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
8759         * font-lock.el (font-lock-default-fontify-buffer): When using
8760         with-temp-message, use nil rather than current-message.
8762         * lazy-lock.el (lazy-lock-unstall):
8763         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
8764         rather than current-message.
8766         * fast-lock.el (fast-lock-save-cache-1):
8767         (fast-lock-cache-data): When using with-temp-message, use nil rather
8768         than current-message.
8770 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
8772         * international/codepage.el (cp-coding-system-for-codepage-1): Add
8773         the valid-codes property.
8775         * international/mule-cmds.el (prefer-coding-system): Call
8776         set-coding-priority, so that the internal array of priorities is
8777         also updated.
8779         * international/mule-util.el:
8780         (coding-system-change-eol-conversion,
8781         coding-system-change-text-conversion): Don't define here.
8783         * international/mule-cmds.el: Define them here.  Remove the
8784         autoload cookies.
8786 1999-01-06  Andreas Schwab  <schwab@gnu.org>
8788         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
8789         if it was enabled before.
8791         * view.el (View-revert-buffer-scroll-page-forward): Bind
8792         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
8794         * files.el (recover-session): Preserve point when inserting
8795         explanation.
8797 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
8799         * cus-edit.el (custom-save-delete): Don't delete whitespace
8800         and comments before the sexp that is replaced.
8802 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8804         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
8806 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8808         * vc.el (vc-dired-hook): Use the original value of
8809         dired-move-to-filename-regexp on lines that have not been
8810         reformatted yet.
8811         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
8812         file lines have already been reformatted.
8814 1999-01-05  Dave Love  <fx@gnu.org>
8816         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
8817         buffer-local.
8819 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
8821         * progmodes/f90.el: Change of regular expressions for type to
8822         correct highlighting and identation. Some small fixes for
8823         compatibility with XEmacs.
8825 1999-01-05  Stephen Eglen  <stephen@gnu.org>
8827         * mspools.el (mspools-vm-system-mail): Provide an alternative
8828         value based on rmail-spool-directory if $MAIL is not defined.
8830 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
8832         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
8833         (reftex-section-info): Handle negative section levels.
8834         (reftex-view-crossref-extra): New option.
8835         (reftex-view-crossref): Generalized to work in more places.
8836         (reftex-find-citation-regexp-format, reftex-find-reference-format,
8837         reftex-macros-with-labels, reftex-global-search-marker): New variables.
8838         (reftex-view-cite-locations-from-bibtex): New command.
8839         (reftex-view-regexp-match, reftex-global-search,
8840         reftex-global-search-continue): New functions.
8841         (reftex-extract-bib-entries): No error for non-existing BibTeX
8842         file, just a message.
8843         (reftex-extract-bib-entries): Better error handling.
8844         (reftex-select-with-char): Use `*RefTeX Select*' for selection
8845         help and force it on current frame.
8846         (reftex-default-bibliography): New function.
8847         (reftex-access-parse-file): Check consistency after loading a
8848         parse file.  When inconsistent, enfore rescan.
8849         (reftex-check-parse-consistency): New function.
8850         (easy-menu-define): Options section drastically shortened.
8852 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
8854         * language/thai-util.el (thai-compose-string): New function.
8856 1999-01-04  Inge Frick  <inge@nada.kth.se>
8858         * easymenu.el (easy-menu-define): Doc fix.
8859         (easy-menu-create-menu): New keyword :included.
8860         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
8861         be an expression, not only a string.  Simulate style `button'.
8862         Use easy-menu-define-key-intern instead of easy-menu-define-key.
8863         (easy-menu-define-key-intern): New function.
8864         (easy-menu-add-item): Understand value returned from
8865         easy-menu-item-present-p and easy-menu-remove-item.
8866         (easy-menu-return-item): New function.
8867         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
8869 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
8871         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
8872         Use rmail-output-read-rmail-file-name to read the file name.
8873         Always call rmail-output-to-rmail-file noninteractively.
8874         When count > 1, do the loop here.
8875         Handle rmail-delete-after-output here.
8876         (rmail-summary-output): Similar changes.
8878         * mail/rmailout.el: Provide `rmailout'.
8879         (rmail-output-read-rmail-file-name): New function.
8880         (rmail-output-to-rmail-file): Use that.
8881         (rmail-output-read-file-name): New function.
8882         (rmail-output): Use that.
8884         * files.el (find-file-noselect): Let /: suppress wildcard matching.
8885         Error if wildcard matches no files.
8887 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
8889         * menu-bar.el (clipboard-yank): Doc fix.
8891         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
8893 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
8895         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
8897 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
8899         * rmail.el (rmail-encode-string): Make sure mask value is
8900         positive; (emacs-pid) returns a negative number on Windows 9x
8901         which causes odd behaviour.
8903 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
8905         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
8906         and about w32-* variables unless on Windows/NT.
8908 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
8910         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
8911         if buffer is modified; ask about all modified buffers.
8913 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
8915         * simple.el (what-cursor-position): Fix previous change.
8917 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
8919         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
8920         from paragraph-start.
8922 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
8924         * international/mule-cmds.el (prefer-coding-system): If the
8925         argument requires specific EOL conversion type, make the default
8926         coding systems use that.
8928 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
8930         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
8931         Use shell-command-on-region.
8932         (m4-start-m4, m4-end-m4): Functions deleted.
8934 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
8936         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
8938 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8940         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
8941         to compose-mail in the correct places and as a list.
8943 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
8945         * page-ext.el: Added mouse-selection feature for pages directory buffer.
8946         (pages-directory-map): Bind mouse-2
8947         (pages-copy-header-and-position): Put text property.
8948         (pages-directory-goto-with-mouse): New function.
8950 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
8952         * international/codepage.el (cp-make-coding-systems-for-codepage):
8953         Doc fix.
8954         (cp-coding-system-for-codepage-1): Likewise.
8956 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
8958         * language/thai-util.el (thai-post-read-conversion): Handle Thai
8959         composition sequence correctly here instead of calling
8960         thai-compose-region.
8962         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
8963         newline in multibyte buffer, if previous or next character is a
8964         composite char, check the first component of the composite char.
8966 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
8968         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
8969         and track-mouse.
8971 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8973         * mail/sendmail.el (mail-yank-original): Remove text properties
8974         after insertion.
8975         (mail-yank-region): Barf if no mark is set in the message
8976         being replied to.
8978         * help.el (function-called-at-point): First look for function at point.
8980 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
8982         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
8984 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
8986         * simple.el (what-cursor-position): Print character encoding also.
8988 1998-12-26  Dave Love  <fx@gnu.org>
8990         * textmodes/flyspell.el: If local-maps work, don't put
8991         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
8992         in flyspell-mouse-map (only).
8993         (flyspell-use-local-map): New variable.
8994         Use a different mouse-2 binding in that case,
8995         and don't add to minor-mode-map-alist.
8996         (make-flyspell-overlay, flyspell-correct-word):
8997         Test flyspell-use-local-map.
8999 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
9001         * files.el (file-expand-wildcards): Handle wildcards in directory name.
9002         Be careful about whether to return a relative file name,
9003         and if so, relative to what directory.
9005 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
9007         * emacs-lisp/easymenu.el (easy-menu-get-map):
9008         Change global map only if this menu exists in the global map already,
9009         and not in the local map.
9010         (easy-menu-do-add-item): Fix error message.
9012         * foldout.el (foldout-inhibit-key-bindings):
9013         Avoid concatenating onto outline-minor-mode-prefix.
9014         Make a new keymap for that prefix, if it does not already have one.
9016 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
9018         * cperl-mode.el:
9019         Can use linear algorithm for indentation if Emacs supports it.
9020         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
9021         (cperl-after-block-p):  Likewise.
9022         (cperl-after-block-and-statement-beg): Likewise.
9023         (cperl-after-block-p):  After END/BEGIN we are a block.
9024         (cperl-after-expr-p):   Skip labels when checking
9025         (cperl-indent-region):  Make a marker for END - text added/removed.
9026         Disable hooks during the call (how to call them later?).
9027         Now indents 820-line-long function in 6.5 sec (including
9028         syntaxification) the first time (when buffer has few
9029         properties), 7.1 sec the second time.
9030         (cperl-indent-region):  Do not indent whitespace lines
9031         (cperl-style-alist)
9032                 Include `cperl-merge-trailing-else' where the value is clear.
9033         (cperl-styles-entries): Likewise.
9034         (cperl-problems):       Improvements to docs.
9035         (cperl-tips):           Likewise.
9036         (cperl-non-problems):   Likewise.
9037         (cperl-mode):           Make lazy syntaxification possible.
9038         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
9039         `font-lock-unfontify-region-function' was set to a wrong function.
9041         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
9042         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
9043         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
9044         but 1<<6 was considered as HERE-doc.
9045         <file/glob> made into a string.
9046         Postpone addition of faces after syntactic step.
9047         Recognition of <FH> was wrong.
9048         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
9049         Knows that split// is null-RE.
9050         Highlights separators in 3-parts expressions as labels.
9051         <> was considered as a glob.
9052         Would err if the last line is `=head1'.
9053         $a-1 ? foo : bar; was a considered a regexp.
9054         `<< (' was considered a start of HERE-doc.
9055         mark qq[]-etc sections as syntax-type=string
9056         Was not processing sub protos after a comment ine.
9057         Was treating $a++ <= 5 as a glob.
9058         Tolerate unfinished REx at end-of-buffer.
9059         `unwind-protect' was left commented.
9060         / and ? after : start a REx.
9062         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
9063         Better default, customizes to `message' too, off in text-mode.
9065         (cperl-array-face): Renamed from `font-lock-emphasized-face',
9066         `defface'd.
9067         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
9068         `defface'd.
9069         (cperl-emacs-can-parse):        New state variable.
9070         (cperl-indent-line):    Corrected to use global state.
9071         (cperl-calculate-indent):       Likewise.
9072         (cperl-fix-line-spacing):       Likewise (not used yet).
9073         (cperl-calculate-indent):       Did not consider `,' as
9074         continuation mark for statements.
9075         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
9076         Remove another parse-data optimization at toplevel: would
9077         indent correctly.
9078         Correct for labels when calculating indentation of continuations.
9079         Docstring updated.
9080         (cperl-choose-color):   Converted to a function (to be
9081         compilable in text-mode).
9082         (cperl-dark-background):        Disable without window-system.
9083         Do `defface' only if window-system.
9084         (cperl-fix-line-spacing):       Sped up to bail out early.
9085         (x-color-defined-p): Was not compiling on XEmacs
9086         Was defmacro'ed with a tick.  Remove another def.
9087         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
9088         (cperl-unwind-to-safe): New function.
9089         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
9090         (cperl-fontify-syntaxically): Unwinds start and end to go out of
9091                                      long strings (not very successful).
9092         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
9093         Highlight the starting // in s//foo/ as function-name.
9094         Emit a meaningful error instead of a cryptic one for an
9095         uncomplete REx near end-of-buffer.
9097         (cperl-electric-keyword):       `qr' recognized.
9098         (cperl-electric-else):          Likewise
9099         (cperl-to-comment-or-eol):      Likewise
9100         (cperl-make-regexp-x):  Likewise
9101         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
9102         Corrected to use new macros;
9103         `if' for copying `reference-face' to `constant-face' was backward.
9104         remove init `font-lock-other-emphasized-face',
9105         `font-lock-emphasized-face', `font-lock-keyword-face'.
9106         Interpolate `cperl-invalid-face'.
9107         (cperl-make-regexp-x):  Misprint in a message.
9108         (cperl-syntaxify-unwind): New configuration variable
9109         (cperl-fontify-m-as-s): New configuration variable
9110         (cperl-electric-pod):   Check for after-expr was performed
9111         inside of POD too.
9112         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
9113         (cperl-clobber-mode-lists): New configuration variable.
9114         (cperl-not-bad-style-regexp):   Updated.
9115         Init:                   `cperl-is-face' was busted.
9116         (cperl-make-face):      New macros.
9117         (cperl-force-face):     New macros.
9118         (font-lock-other-type-face): Done via `defface' too.
9119         (cperl-nonoverridable-face):    New face.  Renamed from
9120         `font-lock-other-type-face'.
9121         (cperl-init-faces-weak):        Use `cperl-force-face'.
9122         (cperl-comment-indent): Commenting __END__ was not working.
9123         (cperl-indent-for-comment):     Likewise.
9124         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
9125         When removing old TAGS info was not relativizing filename.
9126         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9127         Another try to work around XEmacs problems.  Better progress messages.
9128         (toplevel):             Require custom unprotected => failure on 19.28.
9129         (cperl-xemacs-p):       Defined when compile too
9130         (cperl-find-tags):      Was writing line/pos in a wrong order,
9131         pos off by 1 and not at beg-of-line.
9132         (cperl-etags-snarf-tag): New macro
9133         (cperl-etags-goto-tag-location): New macro
9134         (cperl-version):        New variable.  New menu entry
9135         random docstrings:      References to "future" 20.3 removed.
9136         Menu was described as `CPerl' instead of `Perl'
9137         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9138         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9139         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
9140         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9141         `font-lock-reference-face', `font-lock-keyword-face'.
9142         Use `eval-after-load'.
9143         Remove not-CPerl-related faces.
9144         (cperl-tips-faces):     New variable and an entry into Mini-docs.
9145         (cperl-indent-exp):     Was not processing else-blocks.
9146         (cperl-get-state):      NOP line removed.
9147         (cperl-ps-print):       New function and menu entry.
9148         (cperl-ps-print-face-properties):       New configuration variable.
9149         (cperl-invalid-face):   New configuration variable.
9150         (perl-font-lock-keywords):      Highlight trailing whitespace
9151         (cperl-contract-levels):        Documentation corrected.
9152         (cperl-contract-level):         Likewise.
9153         (cperl-ps-extend-face-list):    New macro.
9154         (cperl-invalid-face):   Change to ''underline.
9156 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
9158         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
9159         for read-file-name.
9160         (rmail-output-to-rmail-file): Likewise.
9162 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
9164         * emacs-lisp/easymenu.el (easy-menu-get-map):
9165         If MENU is nil, use global menu-bar map.
9166         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9167         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9169 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9171         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9173 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9175         * ps-print.el (ps-print-version): New version number (4.1.3).
9177 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
9179         * international/mule-cmds.el: Use make-sparse-keymap instead of
9180         define-prefix-key when defining MULE menu items.
9182         * info.el (Info-node-at-bob-matching): New function.
9183         (Info-find-node, Info-build-node-completions): Call it.
9185 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
9187         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9188         when this is an autoloaded keymap.
9190 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
9192         * international/codepage.el (cp-coding-system-for-codepage-1):
9193         Create separate encoders and decoders, for DOS and Unix.  Make the
9194         usual family of 3 coding systems, so that automatic detection of
9195         EOL type works.
9196         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9197         Unix-specific symbols here, and don't call
9198         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
9199         Handa <handa@etl.go.jp>.)
9201         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9203         * term/internal.el (IT-character-translations): New variable, an
9204         alist used to display characters for which there's no glyphs in
9205         the current codepage.
9206         (IT-display-table-setup): New function, sets up the DOS terminal
9207         for a given codepage.
9208         (dos-codepage-setup): New function, sets up the MULE environment
9209         for the current value of dos-codepage.
9210         (top-level if): In the multibyte mode, turn on
9211         unibyte-display-via-language-environment.  In the unibyte mode,
9212         set up the special syntax tables to map lower- to upper case and
9213         back.
9215 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
9217         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9218         (speedbar-frame-plist) Remove useless comments.
9219         (speedbar-frame-mode) Do not specify height if it is in the param list.
9220         Use default y position w/out changing it.
9221         If default x position is a list, keep, calculate the non-list X
9222         value when devining an initial position.
9223         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9224         (speedbar-tag-group-name-minimum-length): New variable.
9225         (speedbar-frame-parameter): New compatibility function.
9226         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9227         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9228         groups to keep things in the right order, and to help with some
9229         naming conventions.
9230         (speedbar-create-tag-hierarchy): Enable buffer local version of
9231         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9232         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
9233         the case, derive it from the cursor location in speedbar.
9235 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
9237         * international/mule-cmds.el (set-language-environment): On MS-DOS
9238         terminals, install DOS-specific nonascii-translation-table if the
9239         language info doesn't specify one.  Pass the default eol-type to
9240         set-language-environment-coding-systems.
9241         (set-default-coding-systems): Copy the eol-type property for the
9242         new default values of {buffer-file,process}-coding-system from the
9243         old defaults.
9244         (set-language-environment-coding-systems): Accept an optional
9245         argument EOL-TYPE, and set the eol-type property of the default
9246         coding systems accordingly.
9247         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
9248         (set-keyboard-coding-system): Likewise.
9249         (set-default-coding-systems): Don't set
9250         default-terminal-coding-system on MS-DOS to anything but nil.
9251         (prefer-coding-system): Describe in the doc string that
9252         default-terminal-coding-system is not changed on MS-DOS.
9253         (set-language-environment): For MS-DOS, set standard syntax table
9254         and display table for all characters with code above 127.
9255         (standard-display-european-internal): For MS-DOS, pass all
9256         characters with code above 127 directly to the terminal, and don't
9257         remap characters 160 and 146 in the unibyte case.
9259         * international/codepage.el: New file.
9261 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9263         * diary-lib.el (diary-float): Fix end-of-year error and typos in
9264         comments.
9266 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
9268         * map-ynp.el (map-y-or-n-p): Ignore input methods.
9270         * subr.el (read-passwd): Likewise.
9272 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
9274         * info.el (Info-find-node): Add 1 to the position read from the
9275         tag table.  Don't fail if the node delimiter ^_ is the first
9276         character in the file.
9277         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
9278         first character in the file.
9279         (Info-read-subfile): Likewise.
9280         (Info-select-node): Likewise.
9281         (Info-build-node-completions): Likewise.
9283 1998-12-16  Richard Stallman  <rms@gnu.org>
9285         * term/x-win.el (x-cut-buffer-or-selection-value):
9286         If clipboard is enabled, try it before PRIMARY selection.
9288 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9290         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
9291         insert c-cedilla and C-cedilla respectively, like in latin-1.
9293 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
9295         * language/hebrew.el: Don't use sublists in the flags argument
9296         passed to make-coding-system.
9298 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9300         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
9301         list of character sets found by find-charset-region.
9303         * ps-mule.el: Always require ps-print.  Move some function
9304         definitions for Emacs 20.2 and the earlier to ps-print.el.
9305         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
9307         * ps-print.el: Define several functions for Emacs 20.2 and the
9308         earlier version.
9309         (ps-printer-name): Check if printer-name is bound.
9311 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9313         * ps-mule.el: Programming uniformization and little code improvement.
9314         (ps-mule-prepare-font): Programming uniformization.
9315         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
9316         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
9318         * ps-bdf.el: Programming uniformization and little code improvement.
9319         (bdf-search-and-read): New fun.
9320         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
9321         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
9322         (bdf-info-relative-compose, bdf-info-baseline-offset)
9323         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
9324         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
9325         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
9326         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
9327         improvement.
9329 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9331         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
9332         and mule related code extraction. Autoload ps-mule funs.
9334         * ps-mule.el: Doc fix. Require ps-print only when compiled.
9335         (ps-mule-prologue-generated): New fun.
9336         (ps-mule-plot-string): Add autoload cookie.
9337         (ps-mule-begin-job): Call ps-mule-prologue-generated.
9339 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9341         * ps-bdf.el: Require ps-mule instead of ps-print.
9342         (bdf-directory-list): Add autoload cookie.
9344         * ps-mule.el: New file.  Mule related code extracted from
9345         ps-print.el.  Require ps-print, provide ps-mule.
9346         (ps-multibyte-buffer): Add autoload cookie.
9347         (ps-mule-prepare-ascii-font): New fun.
9348         (ps-mule-set-ascii-font): New fun.
9349         (ps-mule-skip-same-charset): Fun deleted.
9350         (ps-mule-plot-string): Set ps-mule-current-charset.
9351         (ps-mule-initialize): Add autload cookie.  Don't set
9352         ps-mule-font-info-database here.
9353         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
9354         ps-mule-font-info-database and ps-control-or-escape-regexp.
9355         (ps-mule-begin-page): New fun.
9357         * ps-print.el: Mule related code moved to ps-mule.el.
9358         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
9359         check ps-mule-charset-list.
9360         (ps-begin-page): Don't set ps-mule-current-charset, instead call
9361         ps-mule-begin-page.
9362         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
9363         (ps-plot-region): Don't set ps-mule-current-charset, instead call
9364         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
9365         instead skip same charsets by itself.
9366         (ps-generate): Call ps-mule-initialize of needs-begin-file is
9367         non-nil.  Call ps-mule-begin-job.
9369 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9371         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
9372         instead of bdf.
9374         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
9375         (ps-mule-external-libraries): New element FEATURE.
9376         (ps-mule-init-external-library): Ajusted for the above change.
9377         (ps-mule-generate-font): Likewise.
9378         (ps-mule-generate-glyphs): Likewise.
9379         (ps-mule-prepare-font): Likewise.
9380         (ps-mule-initialize): Likewise.
9381         (ps-begin-file): Superfluous tailing parenthesis deleted.
9383 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9385         * international/fontset.el (x-decompose-font-name): If PATTERN
9386         doesn't have any wild cards, return a vector made from a name that
9387         is found by x-resolve-font-name found.  Comments added.
9389         * international/mule-cmds.el (find-coding-systems-for-charsets):
9390         Handle the case of unknown charset.
9391         (find-multibyte-characters): If invalid multibyte characters are
9392         found, return the corresponding strings instead of character
9393         codes.
9394         (find-multibyte-characters): Adjusted for the above change.
9395         (select-safe-coding-system): For a unibyte buffer, always returns
9396         DEFAULT-CODING-SYSTEM.
9397         (get-charset-property): Fix previous change.  Make it a function.
9398         (put-charset-property): Make it a function.
9400         * international/mule.el (make-coding-system): Set mime-charset
9401         property of *-with-esc coding system to nil.
9403         * international/quail.el (quail-point-in-conversion-region): New
9404         function.
9405         (quail-conversion-backward-delete-char): When a key sequence is
9406         being translated, call quail-delete-last-char.
9408         * language/devan-util.el
9409         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
9410         handle devanagari-decomposition-rules.
9412 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
9414         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
9415         tex-start-options-string to empty string.
9416         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
9418 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
9420         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
9421         5xx responses are already handled properly).
9423 1998-12-13  Richard Stallman  <rms@gnu.org>
9425         * progmodes/compile.el (compilation-error-regexp-alist): Insist
9426         on a non-digit in the file name.
9428         * simple.el (comment-region): Handle comment-padding
9429         separately for insertion and for deletion, in the right way for each.
9431 1998-12-13  Felix Lee  <flee@cygnus.com>
9433         * progmodes/compile.el (compilation-error-regexp-alist): Fix
9434         regexp to match "ChangeLog:1:1998-12-09 ..."
9436 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
9438         * cus-start.el (dos-unsupported-char-glyph): Add.
9440 1998-12-11  Dave Love  <fx@gnu.org>
9442         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
9443         forward-sexp in condition-case.
9445         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9446         Remove unnecessary test on `library' for explicit file name.
9447         Widen scope of save-match-data.
9449 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
9451         * international/mule.el (load-with-code-conversion): If the loaded
9452         file was inserted  with no-conversion or raw-text coding system,
9453         make the buffer unibyte.
9455 1998-12-09  Richard Stallman  <rms@gnu.org>
9457         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9458         Get rid of nested loops.
9460         * mouse.el (mouse-drag-vertical-line):
9461         If WHICH-SIDE is not `right', then scroll bars are on the left.
9463         * loadhist.el (load-history-loaded): defvar moved to help.el.
9465         * help.el (symbol-file-load-history-loaded): Variable renamed,
9466         and defvar moved from loadhist.el.
9467         (symbol-file): Renamed from describe-function-find-file.
9468         Load fns-VERSION.el here.
9469         (describe-variable, describe-function-1): Use symbol-file.
9471         * textmodes/tex-mode.el (tex-generate-zap-file-name):
9472         Don't start the name with #.
9474         * ispell.el: Take out the eval-when's.
9476 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
9478         * dirtrack.el (dirtrack-directory-change-hook): New hook.
9479         (dirtrack): Run it.  Make debug message more verbose.
9481 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
9483         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
9484         name of the abbrev table, and provide support for XEmacs.
9485         (octave-xemacs-p): New variable.
9487 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
9489         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
9490         exit, when mail-interactive is nil.
9492 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
9494         * files.el (after-find-file): Message fix.
9496 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
9498         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
9500 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
9502         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
9503         filenames using backslashes.
9505 1998-12-09  Dave Love  <fx@gnu.org>
9507         * browse-url.el (browse-url-mail): Call compose-mail-other-window
9508         with correct number of args.
9509         (browse-url-maybe-new-window): New arg.  Callers changed.
9511         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
9512         comment.
9514 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
9516         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
9518 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
9520         * vc.el (vc-rcs-release): Fix Type.
9521         (vc-sccs-release): Fix Type.
9522         (vc-cvs-release): Fix Type.
9524         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
9525         arg work right.
9527         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
9528         output of last undeleted message.
9530 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
9532         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9533         (buffer-undo-list) [windows-nt]: Use different relative path.
9535 1998-12-07  Simon Marshall  <simon@gnu.org>
9537         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
9539 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
9541         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
9543         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
9545 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
9547         * info.el (Info-menu): Don't return error if point is between menu
9548         header and first menu item.
9550 1998-12-04  Dave Love  <fx@gnu.org>
9552         * help.el (describe-function-1): Fix description for alias.
9554 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
9556         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
9557         specifications from summary line.
9559         * rect.el (delete-whitespace-rectangle): Mark for autoload.
9560         (close-rectangle): Define alias only once in loaddefs.el.
9562 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
9564         * term/internal.el: Remove code which sets up a special syntax
9565         table for non-ASCII characters.
9567 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
9569         * dos-w32.el (direct-print-region-function): Try to ensure that
9570         printer-name is expanded to a file name on a local drive;
9571         sometimes printing a file loaded from a network volume fails.
9572         (direct-print-region-function): Add a function to
9573         write-region-annotate-functions to append a formfeed character to
9574         the region being printed, if the region doesn't end with a
9575         formfeed already.  This avoids creating a second print job
9576         containing a blank page when print spooling is enabled on Windows.
9578 1998-12-02  Dave Love  <fx@gnu.org>
9580         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
9581         `Info-goto-node'.
9583 1998-12-02  Richard Stallman  <rms@gnu.org>
9585         * help.el (temp-buffer-resize-mode): Doc fix.
9587         * cus-edit.el (custom-save-delete): Save point before
9588         reading a sexp, rather than backing up.
9590         * international/iso-transl.el: Fix previous change.
9592 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9594         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
9595         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
9596         Added defvars to suppress compilation warnings.
9598 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
9600         * ispell.el: Improved and fixed customize for variables:
9601         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
9602         ispell-dictionary-alist, ispell-skip-sgml.
9603         Improved and fixed comments in variables and messages for
9604         functions: ispell-help-in-bufferp, ispell-local-dictionary,
9605         ispell-menu-map, ispell-checking-message, ispell-parser,
9606         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
9607         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
9608         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
9609         ispell-message-text-end, ispell-add-per-file-word-list.
9610         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
9611         system is now required for all languages.  Casechars improved for
9612         castellano, castellano8, and norsk dictionaries.  Dictionary
9613         norsk7-tex added.  Dictionary polish added.
9614         (ispell-dictionary-alist): Redefined at load-time to support
9615         dictionary changes.
9616         (ispell-menu-map): Redefined at load-time to support menu changes.
9617         (ispell-check-version): New alias for `check-ispell-version'.
9618         (ispell-parse-output): Fixed matching for ispell error messages.
9619         Correctly returns spelling suggestions in order generated by ispell
9620         process.
9621         (check-ispell-version): Ensure `case-fold-search' doesn't get
9622         redefined.
9623         (ispell-complete-word): Ensure `case-fold-search' doesn't get
9624         redefined.  Fix bug that didn't respect case of word being completed.
9625         (ispell-init-process): Set process coding system to be compatible
9626         with emacs processes and the ispell process.
9627         (ispell-kill-ispell): Ensures ispell process has terminated before
9628         starting new process.  This can otherwise confuse process filters
9629         and hang the ispell process.
9630         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
9631         skipping support for sgml.
9632         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
9633         which could cause `ispell-complete-word' to hang.
9634         (ispell-message): Improved message reference matching.  Ensure
9635         `case-fold-search' doesn't get redefined.
9636         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
9637         get redefined.  Fixed bug in returning to nroff mode from tex mode.
9638         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
9639         get redefined.
9641 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
9643         * textmodes/flyspell.el (flyspell-check-word-p):
9644         Don't delay inside a kbd macro.
9646         * subr.el (make-local-hook): Return the hook variable.
9648 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9650         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
9651         Use a timer instead of post-command-hook.
9652         (hscroll-timer): New variable.
9654 1998-11-30  Dave Love  <fx@gnu.org>
9656         * help.el (help-xref-button): Do nothing if text already has the
9657         help-xref property.
9658         (describe-variable): Revert previous change to hyperlink to source.
9660 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
9662         * bindings.el (features): Add `base64' to this list.
9664         * loadhist.el (symbol-file): Doc fix.
9666         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9668         * files.el (hack-one-local-variable): Cope with non-file buffers.
9670 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
9672         * help.el (describe-mode): Put major mode first.
9674         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
9675         to support special-display and same-window features.
9677 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
9679         * simple.el (transpose-subr, transpose-subr-1): Rename variables
9680         bound in one function and used in the other.
9681         (transpose-subr-start1, transpose-subr-start2): Add defvars.
9682         (transpose-subr-end1, transpose-subr-end2): Add defvars.
9684 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
9686         * autoinsert.el (auto-insert-alist): Use user-mail-address.
9688 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
9690         * international/ccl.el (ccl-dump-translate-character-const-tbl):
9691         Give format correct control string.
9693         * international/mule.el (define-translation-table): Fix bug of
9694         setting incorrect translation-table-id.  If the first element of
9695         ARGS is a translation table, just register it.
9697         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
9698         property.
9700 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
9702         * thingatpt.el (thing-at-point-url-at-point): Don't use current
9703         syntax table to determine what is whitespace.
9705 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
9707         * frame.el (frame-parameter): Doc fix.
9709         * textmodes/tex-mode.el (tex-feed-input): New function.
9710         (tex-define-common-keys): Add binding for C-c C-m.
9712 1998-11-23  Dave Love  <fx@gnu.org>
9714         * progmodes/fortran.el: Various minor doc fixes.
9715         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
9716         (fortran-with-subprogram-narrowing): New macro.
9717         (fortran-check-for-matching-do): Use it.
9718         (fortran-end-do): Use fortran-check-end-prog-re.
9719         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
9720         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
9722 1998-11-23  Simon Marshall  <simon@gnu.org>
9724         * font-lock.el (font-lock-defaults): Doc fix.
9725         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
9726         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
9728         * lazy-lock.el (lazy-lock-unstall):
9729         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
9731         * fast-lock.el (fast-lock-save-cache-1):
9732         (fast-lock-cache-data): Rewritten to use with-temp-message.
9734 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
9736         * mail/rmail.el (rmail-set-message-counters-counter): Detect
9737         messages that have been added with DOS line endings and convert
9738         the line endings for such messages.
9740 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9742         * help.el: Add resizing of temporary buffers.
9743         (temp-buffer-resize-mode): New command and variable.
9744         (temp-buffer-max-height): New variable.
9745         (resize-temp-buffer-window): New function.
9747         * window.el (window-buffer-height): New function, split from
9748         shrink-window-if-larger-than-buffer.
9749         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
9751 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
9753         * frame.el (initial-frame-alist): Add defcustom.
9755         * shell.el (shell-prompt-pattern): Add defcustom.
9757 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9759         * message.el (message-ignored-supersedes-headers): Remove
9760         NNTP-Posting-Date.
9762 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
9764         * help.el (describe-mode): Don't avoid loop indirecting thru
9765         value of INDICATOR.
9767 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
9769         * help.el (describe-variable): Allow any variable with a defcustom,
9770         even if it is not a user variable.
9772         * mail/rmail.el (mail-unsent-separator): Additional alternative.
9774 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
9776         * gnus/nntp.el (nntp-request-group): Allow for failures when
9777         requesting a new group.
9779 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9781         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
9783 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9785         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
9787 1998-11-19  Simon Marshall  <simon@gnu.org>
9789         * subr.el (with-temp-message): New macro.
9791         * emacs-lisp/lisp-mode.el (with-temp-message):
9792         Add lisp-indent-function property.
9794 1998-11-18  Dave Love  <fx@gnu.org>
9796         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
9798 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
9800         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
9801         This is not obsolete.
9803 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
9805         * textmodes/picture.el: Make a new map by make-keymap.
9806         (picture-desired-column): New variable.
9807         (picture-update-desired-column): New function.
9808         (picture-beginning-of-line): Set picture-desired-column to 0.
9809         (picture-end-of-line): Set picture-desired-column to the current
9810         column.
9811         (picture-forward-column): Pay attention to multi-column character.
9812         (picture-backward-column): Likewise.
9813         (picture-move-down): Likewise.
9814         (picture-move-up): Likewise.
9815         (picture-movement-nw): With prefix arg, move twice columns.
9816         (picture-movement-ne): Likewise.
9817         (picture-movement-sw): Likewise.
9818         (picture-movement-se): Likewise.
9819         (picture-set-motion): Handle two-column movements.
9820         (picture-move): Call picture-move-down or picture-forward-column
9821         only when necessary.
9822         (picture-insert): Pay attention to picture-desired-column.
9823         (picture-self-insert): Likewise.
9824         (picture-clear-column): Pay attention to multi-column character.
9825         (picture-mode): Modify doc-string for two-column movement.
9827         * rect.el (move-to-column-force): New function.
9828         (operate-on-rectangle): If coerce-tabs is non-nil, call
9829         move-to-column-force instead of move-to-column.
9830         (insert-rectangle): Call move-to-column-force instead of
9831         move-to-column.
9832         (open-rectangle-line): If begextra is not zero, call
9833         move-to-column-force.
9836 1998-11-16  Dave Love  <fx@gnu.org>
9838         * textmodes/sgml-mode.el Require skeleton when compiling.
9839         (sgml-font-lock-keywords-1): Accept single-letter tags.
9840         (v2): Defvar free variable.
9842 1998-11-16  Sam Steingold  <sds@goems.com>
9844         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
9845         macro, not ELisp one.
9847 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
9849         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
9850         characters to symbol.
9852         * language/japan-util.el (japanese-zenkaku-region): New optional
9853         arg KATAKANA-ONLY.
9855 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
9857         * international/mule.el
9858         (after-insert-file-set-buffer-file-coding-system): If the buffer
9859         is changed to unibyte, return inserted bytes.
9861         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
9862         and link names if necessary.
9863         (tar-header-block-summarize): Handle the case that file or link
9864         names are multibyte.
9865         (tar-summarize-buffer): At first set the current buffer unibyte,
9866         then if there are multibyte file names, change it to multibyte.
9867         (tar-mode): Get char position from tar-header-offset.
9868         (tar-extract): Avoid multibyte<->unibyte conversion in
9869         insert-buffer-subsring by setting both buffers unibyte
9870         temporarily.
9871         (tar-copy): Set the buffer unibyte while doing a work.  Write
9872         without code conversion.
9873         (tar-expunge): Set the buffer unibyte while doing a work.
9874         (tar-alter-one-field): Likewise.
9875         (tar-clear-modification-flags): Compare byte position with
9876         tar-header-offset.
9877         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
9878         insert-buffer-subsring by setting both buffers unibyte
9879         temporarily.  Pay attention to multibyteness while updating the
9880         descriptor-line.
9881         (tar-mode-write-file): Write without code conversion.
9883 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9885         * nngateway.el: Require cl.
9887 1998-11-15  Dave Love  <fx@gnu.org>
9889         * progmodes/fortran.el: Fix previous change:
9890         (fortran-end-prog-re1): Changed.
9891         (fortran-check-end-prog-re): New function.
9892         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
9894 1998-11-13  Tom Breton  <tob@world.std.com>
9896         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
9897         GNU Emacs.
9899 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
9901         * textmodes/reftex.el: (reftex-finding-files): Group documentation
9902         fixed.
9903         (reftex-toc-toggle-file-boundary,
9904         reftex-toc-toggle-labels,
9905         reftex-toc-toggle-context,reftex-find-start-point): New functions.
9906         (reftex-toc-include-labels, reftex-toc-include-context,
9907         reftex-toc-include-file-boundaries,
9908         reftex-toc-keep-other-windows): New options.
9909         (reftex-use-text-after-label-as-context): Option removed.
9910         (reftex-extract-bib-entries): Protect use in non-latex
9911         buffers.
9912         (reftex-toc-visit-location): Renamed from
9913         `reftex-toc-visit-line'.
9914         (reftex-latin1-to-ascii): Works now with and without Mule.
9915         (reftex-truncate): Removed special stuff for Emacs 20.2.
9916         (reftex-get-offset): Made more general.
9917         (reftex-show-label-location): Renamed from
9918         `reftex-select-label-callback'.
9919         (reftex-pop-to-label): Function removed (using
9920         `reftex-show-label-location' instead.
9921         (reftex-insert-docstruct): Renamed from
9922         `reftex-make-and-insert-label-list'.  Function args changed.
9923         (reftex-toc): Now uses `reftex-insert-docstruct' and
9924         `reftex-find-start-point'.
9925         (reftex-select-item): Use `reftex-find-start-point'.
9926         (reftex-toc-visit-line): Can display labels and file
9927         boundaries.
9928         (reftex-TeX-master-file): `(TeX-master-file)' protected.
9930 1998-11-12  Sam Steingold  <sds@goems.com>
9932         * browse-url.el (browse-url): Handle the case when
9933         `browse-url-browser-function' is a lambda list.
9935 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
9937         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
9938         version string.
9939         * loadhist.el (symbol-file): Likewise
9941 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
9943         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
9945 1998-11-11  Sam Steingold  <sds@goems.com>
9947         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
9948         `run-lisp' instead of signalling an error.
9950 1998-11-11  Karl Heuer  <kwzh@gnu.org>
9952         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
9954 1998-11-11  Richard Stallman  <rms@gnu.org>
9956         * vc-hooks.el (vc-toggle-read-only): Doc fix.
9958 1998-11-11  Per Starback  <starback@update.uu.se>
9960         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
9961         renamed svenska8 to svenska, and fixed and extended CASECHARS
9962         for it.
9964 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
9966         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
9967         handling if setpagedevice is not available.
9968         (ps-begin-file): Fix typo.
9970 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
9972         * international/mule-util.el (compose-chars-component): Signal
9973         error if CH is a rule-based composition character.
9974         (compose-chars): Signal error if an already compsed character is
9975         going to be composed by rule-base.
9977         * term/x-win.el: If a resolved ASCII font name doesn't conform to
9978         full XLFD, don't try to get information of WEIGHT and SLANT from
9979         that font name.
9981 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
9983         * dos-w32.el (set-default-process-coding-system): Use function on
9984         before-init-hook to set default-process-coding-system based on
9985         enable-multibyte-characters.
9987         * term/w32-win.el ([language-change]): For now ignore
9988         keyboard language-change events.
9990 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
9992         * ediff-util.el (ediff-make-temp-file): Run the prefix through
9993         convert-standard-file-name, but leave the results of
9994         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
9995         characters if the original name already exists, or has a special
9996         handler.
9998 1998-11-10  Karl Heuer  <kwzh@gnu.org>
10000         * international/iso-insert.el: Delete autoload cookies.
10002         * international/iso-transl.el: Add autoload cookies.
10004 1998-11-10  Richard Stallman  <rms@gnu.org>
10006         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
10007         (ispell-process-line): Don't treat multibyte
10009 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
10011         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
10012         setpagedevice to specify the page size if setpagedevice is
10013         available.  This is necessary to select the correct paper tray on
10014         Level 2 printers with multiple paper sizes available.
10016         (ps-begin-file): Cope with font names that contain spaces, and
10017         call BeginDoc in a BeginSetup/EndSetup block.
10019 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
10021         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
10022         convert-standard-filename.
10024         * loadhist.el (symbol-file): Run fns-VERSION.el through
10025         convert-standard-filename.
10027 1998-11-06  Richard Stallman  <rms@gnu.org>
10029         * textmodes/texinfmt.el (texinfo-format-scan):
10030         Detect the case of two @-commands in a row; process just the first.
10031         (texinfo-append-refill): If line has a @c, insert the @refill
10032         before it.
10033         (texinfo-format-refill): Return with point where the @refill was.
10035         * files.el (hack-local-variables): Test local-enable-local-variables.
10036         (hack-local-variables-prop-line): Likewise.
10037         (set-auto-mode): Don't test local-enable-local-variables here.
10038         (enable-local-variables): Doc fix.
10039         (local-enable-local-variables): Doc fix.
10040         (normal-mode): Doc fix.
10042 1998-11-06  Karl Heuer  <kwzh@gnu.org>
10044         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
10046 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
10048         * simple.el (line-number-mode): Doc fix.
10050 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
10052         * international/fontset.el (create-fontset-from-fontset-spec):
10053         Give correct arg to `error'.
10055 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
10057         * textmodes/sgml-mode.el (html-mode): Doc fix.
10058         (sgml-name-8bit-mode): Fix missing format character in message string.
10060 1998-11-05  Karl Heuer  <kwzh@gnu.org>
10062         * mail/sendmail.el (sendmail-send-it): Check for failure.
10064 1998-11-05  Richard Stallman  <rms@gnu.org>
10066         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
10068         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
10069         (close-rectangle): Define as alias.
10071 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
10073         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
10075 1998-11-05  Dave Love  <fx@gnu.org>
10077         * help.el (describe-variable): Don't quote link to source.
10079 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
10081         * gud.el (gud-common-init): Use pop-to-buffer.
10082         (same-window-regexps): Add an element that matches all gud buffers.
10084 1998-11-04  Jason Rumney  <jasonr@altavista.net>
10086         * term/w32-win.el (x-get-selection-value): Alias to
10087         x-cut-buffer-or-selection-value.
10088         (w32-standard-fontset-spec): New variable.
10089         (w32-create-initial-fontsets, mouse-set-font): Check whether
10090         new-fontset is available.
10091         (w32-use-w32-font-dialog): Enable use of set-variable.
10093 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10095         * vc.el (with-vc-file, edit-vc-file): New macros.
10097 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
10099         * international/quail.el (quail-show-guidance-buf): Call
10100         set-minibuffer-window to set minibuffer window of the current
10101         frame correctly.
10103 1998-11-03  Theodore Jump <tjump@tertius.com>
10105         * term/w32-win.el: Require fontset.
10107 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
10109         * faces.el (set-face-font): Call resolve-fontset-name on w32.
10110         (set-face-font-auto): Ditto.
10112 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
10114         * mouse.el (mouse-drag-region): Fix typo.
10116 1998-11-02  Dave Love  <fx@gnu.org>
10118         * progmodes/fortran.el Fix for fontification of strings lost somehow:
10119         (fortran-fontify-string): New function.
10120         (fortran-font-lock-keywords-1): Use it.
10122 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
10124         * comint.el (comint-file-name-quote-list): Doc fix.
10126 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
10128         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10129         build directory, not source directory.
10131         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10132         if we did not get one for the final move.
10134 1998-11-01  Dave Love  <fx@gnu.org>
10136         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10137         Don't funcall browse-url-browser-function.
10139         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10140         Don't funcall browse-url-browser-function.
10142         * fortran.el (fortran-end-prog-re1): Fix the regexp.
10144 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
10146         * files.el (revert-buffer): Doc fix.
10148 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
10150         * textmodes/tex-mode.el (tex-start-options-string):
10151         Quote the backslashes with more backslashes.
10153 1998-10-31  Dave Love  <fx@gnu.org>
10155         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10156         (webjump): Don't funcall browse-url-browser-function.
10158 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
10160         * international/quail.el (quail-start-translation): Handle
10161         switching of the frame in read-key-sequence.
10162         (quail-start-conversion): Likewise.
10163         (quail-show-guidance-buf): Detach quail-guidance-buf from any
10164         windows before setting an appropriate window for it.
10165         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
10166         quail-guidance-win to nil.
10167         (quail-update-guidance): If quail-guidance-buf is not in the
10168         selected frame, call quail-show-guidance-buf again.
10170 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
10172         * progmodes/pascal.el (pascal-mode):
10173         `blink-matching-paren-dont-ignore-comments' set to t.
10175 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10177         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10179 1998-10-30  Dave Love  <fx@gnu.org>
10181         * vc.el (vc-backend-merge-news): Check for "P" output.
10183         * help.el (describe-variable): Hyperlink the definition.
10185 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
10187         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10188         (sh-set-shell): Likewise.
10190         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10192         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10193         (edebug-on-error): Fix customize type to match that of
10194         debug-on-error.
10196         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10198         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10199         report-emacs-bug-address instead of undefined bug-gnu-emacs.
10201         * international/mule-cmds.el (select-message-coding-system): Doc
10202         fix.
10204         * international/mule-diag.el (describe-coding-system): Describe
10205         all flags.
10207         * mail/sendmail.el (sendmail-coding-system,
10208         default-sendmail-coding-system): Doc fix.
10210         * simple.el (shell-command-on-region): Doc fix.
10212         * loadup.el: Write fns-*.el in current directory instead of
10213         data-directory since no installation directory exists yet.  Mark
10214         buffer unmodified afterwards.
10216         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10217         instead of data-directory since it is architecture dependent.
10218         (load-history-loaded): Update doc string.
10220 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
10222         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10223         path as a default directory when canonicalizing names.
10225         * w32-fns.el: Remove a dangling reference to a directory on the
10226         build machine.
10228 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
10230         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10231         namespace related keywords such as `class', `body', `private',
10232         `variable', `namespace eval', etc.
10233         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10234         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10235         imenu and font-lock so that searches for \sw would find words
10236         containing colons.
10238         * progmodes/etags.el (initialize-new-tags-table):
10239         Do not alter find-tag-marker-ring and tags-location-ring.
10241 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
10243         * term/w32-win.el: Require fontset.
10244         (w32-init-fontsets): New function (code from x-win.el).
10246 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10248         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
10249         calendar-and-diary-frame-parameters):  Add title parameter.
10251 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10253         * completion.el (dynamic-completion-mode): New function to enable
10254         the mode.  (Just loading the file now does not change anything.)
10256 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10258         * ps-print.el: User option for multibyte buffer handling and doc fix.
10259         (ps-multibyte-buffer): New user option.
10260         (ps-setup): Print new user option.
10261         (ps-print-quote): New fun.
10262         (ps-color-p, ps-mule-font-info-database-latin): New var.
10263         (ps-default-color, ps-mule-font-info-database)
10264         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
10265         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
10266         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
10267         Little code improvement.
10268         (ps-mule-initialize): Initialize ps-mule-font-info-database.
10269         (ps-print-prologue-header, ps-font-family, ps-font-size)
10270         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
10271         (ps-build-face-reference, ps-mule-font-info-database-bdf)
10272         (ps-mule-external-libraries, ps-mule-init-external-library)
10273         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
10274         Doc fix.
10275         (ps-print-version): New version number (4.1.1) and doc fix.
10276         (ps-print-prologue-header): New user option.
10277         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
10278         Conditional compilation for GNU Emacs and emacsens.
10279         (ps-generate-postscript-with-faces): Skip invisible text better.
10280         (ps-setup): Print new user option.
10281         (ps-print-preprint): Check if input file name exists and is unwritable.
10282         (ps-begin-file): Adjust PostScript prologue header for duplex printers
10283         and insert user PostScript prologue header comments.
10284         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
10285         New funs.
10286         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
10287         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
10288         PostScript programming normalization.
10289         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
10290         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
10291         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
10292         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
10293         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
10294         Programming style normalization.
10296 1998-10-26  Kenichi Handa <handa@etl.go.jp>
10298         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10299         version, check the value of mule-version.
10301         * international/mule-util.el (compose-region): Insert then delete
10302         to preserve markers.
10303         (decompose-region): Use search-forward for efficiency.
10305         * language/chinese.el (pre-write-encode-hz): Cancel previous
10306         change, use generate-new-buffer instead of get-buffer-create.
10307         * language/devan-util.el
10308         (in-is13194-devanagari-pre-write-conversion): Likewise.
10309         * language/thai-util.el (thai-pre-write-conversion): Likewise.
10310         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10311         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10313 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10315         * mail/rmailsum.el (rmail-message-subject-p):
10316         Handle message whose header has not been reformatted.
10318         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
10320 1998-10-25  Jason Rumney  <jasonr@altavista.net>
10322         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
10323         New variables.
10324         (mouse-set-font): Use font menus instead of dialog according to
10325         w32-use-w32-font-dialog.
10327 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10329         * calendar/calendar.el (calendar-day-name-array): Add doc string
10330         correctly!
10331         (calendar-month-name-array): Add doc string correctly!
10333 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
10335         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
10337 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
10339         * lisp/info.el (Info-next-menu-item): Stay on top of node.
10341         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
10343         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
10345         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
10347 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
10349         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
10351 1998-10-21  Karl Heuer  <kwzh@gnu.org>
10353         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
10354         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
10355         (profile-filter, profile-reset-timer): Functions deleted.
10356         (profile-check-zero-init-times, profile-get-time): Likewise.
10357         (profile-find-function, profile-quit): Likewise.
10358         (profile-distinct, profile-call-stack, profile-last-time): New vars.
10359         (profile-time-list, profile-init-list): Doc fix.
10360         (profile-functions): Simplify.
10361         (profile-print): Use float.  Make output include space separators.
10362         (profile-add-time): New helper function.
10363         (profile-function-prolog): Renamed from profile-start-function.
10364         Handle profile-distinct.
10365         (profile-function-epilog): Renamed from profile-update-function.
10366         Handle profile-distinct.
10367         (profile-a-function): If the function to be profiled is an
10368         autoload form, load it.  If it's lazy-loaded, fetch it.
10369         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
10370         (profile-restore-fun): Arg FUN is now a function symbol, as was
10371         documented, rather than a one-element list.
10372         (profile-finish): Call profile-restore-fun properly.
10374 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
10376         * international/characters.el: Setup charset property
10377         nospace-between-words.
10379         * international/mule-cmds.el (get-charset-property): If CHARSET is
10380         composition, return nil.
10381         (put-charset-property): If CHARSET is composition, do nothing.
10383         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
10384         * language/devan-util.el
10385         (in-is13194-devanagari-pre-write-conversion): Likewise.
10386         * language/thai-util.el (thai-pre-write-conversion): Likewise.
10387         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10388         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10390         * textmodes/fill.el (sentence-end-without-period): New variable.
10391         (canonically-space-region): Pay attention to
10392         sentence-end-without-period.
10393         (fill-find-break-point): The first argument CHARSET deleted.
10394         Caller changed.
10395         (fill-region-as-paragraph): Pay attention to charset property
10396         nospace-between-words and text property nospace-between-words.
10398 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
10400         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
10401         an unrecognized shell.
10403 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
10405         * desktop.el (desktop-save): Include minor modes symbolically.
10406         (desktop-create-buffer): Turn on all minor modes in `mim'.
10408 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
10410         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
10411         (sh-font-lock-keywords): Handle rpm and rpm2.
10412         (sh-ancestor-alist): Handle rpm.
10414         * files.el (auto-mode-alist): Recognize .rpm files.
10415         Also .spec and .mspec files.
10417 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
10419         * faces.el (frame-set-background-mode): Enable the function for
10420         MSDOS frames.
10422 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10424         * calendar/calendar.el (calendar-day-name-array): Add doc string.
10425         (calendar-month-name-array): Add doc string.
10427 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
10429         * simple.el (kill-ring-max): Increased to 60.
10431 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
10433         * international/characters.el: Setup auto-fill-chars.
10435         * international/kinsoku.el (kinsoku): Check the variable
10436         enable-kinsoku.
10438         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
10439         Don't call kinsoku directly, intead call fill-find-break-point.
10441         * textmodes/fill.el: Setup `fill-find-break-point-function'
10442         property to character sets which require `kinsoku' processing for
10443         filling.
10444         (fill-find-break-point): New function.
10445         (fill-region-as-paragraph): Don't check kinsoku-enable here.
10446         Don't call kinsoku directly, intead call fill-find-break-point.
10448 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
10450         * faces.el (modify-face-read-string): Return (nil) for "none".
10451         (modify-face): Don't get error if (nil) is the argument.
10452         (face-try-color-list): Don't check whether nil is a valid color.
10454 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
10456         * emacs-lisp/bytecomp.el (byte-recompile-directory):
10457         Print message about each directory, even in batch mode.
10459         * gnus/nntp.el: Require `cl' before using nnoo-declare.
10461         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
10462         (ps-mule-string-char): No need to use sref.
10463         (ps-mule-next-index): No need to use sref.
10465         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
10467         * files.el (revert-buffer-internal-hook): Add defvar.
10469         * arc-mode.el (archive-mode): Locally set file-precious-flag.
10471         * tar-mode.el (tar-mode): Locally set file-precious-flag.
10473 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
10475         * international/mule-cmds.el (default-input-method): Fix custom type.
10477         * net-utils.el (whois-server-list): Fix customization type.
10479         * shell.el (shell-input-autoexpand): Fix customization group.
10481 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
10483         * repeat.el (repeat): Handle keyboard macros properly.
10484         Handle new prefix arg after self-insert command.
10486         * repeat.el: Don't include cl even at compile time.
10487         (repeat): Avoid using `loop'.
10489         * simple.el (shell-command-on-region): Doc fix.
10490         (next-history-element): Special error message if no default.
10492 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
10494         * ps-print.el (ps-print-buffer): Doc fix.
10495         (ps-despool): Likewise.
10497         * arc-mode.el (arc-mode): Provide arc-mode.
10499 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
10501         * ps-print.el (ps-print-buffer): Doc fix.
10503 1998-10-14  Dave Love  <fx@gnu.org>
10505         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
10506         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
10507         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
10509         * progmodes/fortran.el (fortran-mode-map): Change "Join
10510         Continuation Line" to "Join Line".
10511         (fortran-font-lock-keywords-1): Add "cycle", "exit".
10513 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
10515         * progmodes/fortran.el (fortran-join-line): Use
10516         `delete-indentation' instead of issuing an error message if not on
10517         a continuation line.  Provide for joining several lines using
10518         prefix arg.
10520 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
10522         * term/pc-win.el (msdos-color-values): New variable.
10523         (x-color-values): New function, emulates its namesake from
10524         src/xfns.c.
10525         (msdos-bg-mode): Add all dark colors to those which return
10526         "dark".
10528 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
10530         * replace.el (keep-lines, flush-lines, how-many):
10531         Don't ignore case if arg has upper case letters.
10533 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
10535         * progmodes/vhdl-mode.el
10536         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
10537         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
10538         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
10539         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
10540         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
10541         (vhdl-when): Fix indentation problem.
10542         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
10543         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
10544         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
10546 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
10548         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
10549         (ls-lisp-insert-directory): Renamed from insert-directory.
10550         (insert-directory): New function.
10552 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
10554         * simple.el (completion-fixup-function): Variable deleted.
10555         (completion-setup-function): Delete code for completion-fixup-function.
10556         * emacs-lisp/lisp.el (lisp-complete-symbol):
10557         Don't bind completion-fixup-function.
10559         * files.el (find-file-wildcards): New option.
10560         (find-file-noselect): Handle wild cards, if enabled.
10561         (file-expand-wildcards): New function.
10563         * simple.el (set-fill-column): Doc fix.
10565 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10567         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
10569 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
10571         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
10572         Move declaration before first use.
10573         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
10574         hif-math, hif-factor): Rename token to hif-token and token-list to
10575         hif-token-list.
10576         (hif-token, hif-token-list): Declare them.
10577         (hif-find-ifdef-block): Return cons of top and bottom point
10578         instead of setting dynamically bound variables.
10579         (hide-ifdef-block, show-ifdef-block): Use return value of
10580         hif-find-ifdef-block.
10582 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10584         * subr.el (read-passwd): Use clear-this-command-keys.
10586         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
10588         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
10589         and ...-for-write.
10591 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
10593         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
10594         responses to GROUP command, since this may be called from a timer
10595         with quit inhibited.
10597 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
10599         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
10600         set unconditional-jump to nil.
10601         (ccl-compile-read-multibyte-character): Return nil.
10602         (ccl-compile-write-multibyte-character): Likewise.
10603         (ccl-compile-translate-character): Likewise
10604         (ccl-compile-map-multiple): Likewise.
10605         (ccl-compile-map-single): Likewise.
10607         * international/kinsoku.el: Add coding tag.
10608         (kinsoku-bol): Remove superfluous TAB in a string.
10610         * international/mule-cmds.el (find-coding-systems-for-charsets):
10611         Delete `composition' (if any) from CHARSETS.
10613 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10615         * international/mule-cmds.el (setup-specified-language-environment):
10616         Add apropos-inhibit property.
10617         (describe-specified-language-support): Likewise.
10619 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
10621         * international/mule.el (make-coding-system): Create -with-esc
10622         variant coding system.
10624 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
10626         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
10627         (next-file): Optionally offer to revert a file's buffer,
10628         if it has an existing buffer but the file has changed.
10630         * info.el (Info-insert-dir): Detect and report problems
10631         in input files, such as "No Top node".  Return with point
10632         at the beginning of the text.
10633         (Info-find-node): Reinsert the code to handle files
10634         with no tags table; it was deleted by mistake.
10636 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
10638         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
10639         texinfo-find-higher-level-node repeatedly find the same node.
10640         (texinfo-find-higher-level-node): Doc fix.
10642 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
10644         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
10645         (smtpmail-address-buffer): Add defvar.
10646         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
10648         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
10650         * ffap.el (ffap-machine-p-local): Fix editing error.
10652 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
10654         * faces.el (frame-set-background-mode):
10655         Don't do anythung for text-only or MSDOS frame.
10657 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
10659         * international/quail.el (quail-defrule): New optional arg APPEND.
10660         (quail-defrule-internal): Fix bug of handling the argument APPEND.
10662 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
10664         * gnus/pop3.el (pop3-open-server):
10665         Set process-coding-system-alist around open-network-stream.
10667 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
10669         * files.el (save-buffer): Doc fix.
10671 1998-10-07  Karl Heuer  <kwzh@gnu.org>
10673         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
10674         return DEF unchanged, not nil.  Simplify.
10676 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
10678         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
10680 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
10682         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
10684         * net-utils.el (ftp, nslookup): Require comint.
10685         (network-service-connection): Likewise.
10686         (whois-server-name): Defaults to whois.arin.net
10687         (whois-server-list, whois-server-tld, whois-guess-server): New var.
10688         (whois): Tries to guess the appropriate top-level domain server.
10689         (whois-get-tld): New function.
10691         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
10692         (dirtrack-debug-toggle): Added this function.
10694 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10696         * files.el (find-file-noselect): Switch to the correct buffer
10697         before checking find-file-literally, and allow non-nil non-t
10698         rawfile params.
10700 1998-10-06  Karl Heuer  <kwzh@gnu.org>
10702         * midnight.el (clean-buffer-list): Add autoload cookie.
10704         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
10705         no-autosave.
10706         * tar-mode.el (tar-mode-revert): Likewise.
10707         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
10708         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
10709         * gnus/message.el (message-auto-save-directory): Renamed from
10710         message-autosave-directory.  All references changed.
10712 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
10714         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
10715         string.  Expose mime stuff while searching.
10717 1998-10-06  Richard Stallman  <rms@gnu.org>
10719         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
10721         * replace.el (perform-replace): Position point properly
10722         before and after the recursive edit of C-r.
10724         * progmodes/etags.el (tags-reset-tags-tables): Properly
10725         find the markers in the old rings that are being discarded.
10727 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10729         * apropos.el (apropos-print): Control invalid characters.
10731         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10732         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
10733         confusing customize.
10735 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
10737         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
10738         built-in commands.  Add more built-in commands and fix face names.
10740 1998-10-05  Simon Marshall  <simon@gnu.org>
10742         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
10744 1998-10-04  Eric Ludlam  <zappo@gnu.org>
10746         * speedbar.el (speedbar-initial-expansion-list-name): Remove
10747         customization since it is not useful in this case.
10748         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
10749         sure it gets evalled to a number.  Also verify that set-frame-name
10750         fn exists before calling it.
10752         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10753         Protect a `forward-sexp' call which could fail, and improved regex
10754         for ie, and eg abbreviations.
10756 1998-10-02  Noah Friedman  <friedman@splode.com>
10758         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
10759         send-string.
10760         (rlogin-send-Ctrl-D): Here also.
10761         (rlogin-send-Ctrl-Z): Here also.
10762         (rlogin-send-Ctrl-backslash): Here also.
10764 1998-10-02  Dave Love  <fx@gnu.org>
10766         * outline.el (hide-region-body): Bind
10767         outline-view-change-hook to nil while making repeated calls to
10768         outline-flag-region.  Run it once at the end.
10769         (hide-other, hide-sublevels, show-children): Likewise.
10771         * info-look.el: Remove duplicate scheme-mode entry.
10772         (info-lookup-make-completions): When looking for entries, check
10773         that `item' isn't null or "Menu".
10775 1998-10-01  Karl Heuer  <kwzh@gnu.org>
10777         * net-utils.el: Don't require ffap.
10778         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
10779         (ping, nslookup-host, finger, network-connection-to-service): Use them.
10781 1998-09-30  Richard Stallman  <rms@gnu.org>
10783         * ispell.el (check-ispell-version): No need to bind default-major-mode.
10785         * imenu.el (imenu--generic-function): Sort each submenu by position.
10786         (imenu--sort-by-position): New function.
10788         * cus-edit.el (Custom-mode-menu): Fix info node name.
10789         (customize group): Fix info node name.
10791         * mail/mailalias.el (build-mail-aliases): Don't allow
10792         a newline in the alias name.  Don't define an alias
10793         if the definition would be empty.
10795         * which-func.el (which-func-mode-global): Make :set function
10796         more reliable.
10798         * custom.el (custom-set-variables): Load the requests first,
10799         then check the symbol's `set' function.
10801         * ffap.el: Doc fixes.
10803 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10805         * gnus.el: (gnus-valid-select-methods): Fix type.
10806         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
10807         * gnus-score.el (gnus-orphan-score): Fix type.
10808         (gnus-score-default-header, gnus-score-default-type): Fix type.
10809         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
10810         (gnus-saved-headers): Fix type.
10812         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
10813         Avoid nil value of `two-lines-citation-part'.
10815 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
10817         * which-func.el (which-function): Handle case when
10818         (car imenu--index-alist) is nil.
10820 1998-09-29  Dave Love  <fx@gnu.org>
10822         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
10823         bzip2 args.
10825 1998-09-29  Simon Marshall  <simon@gnu.org>
10827         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
10828         comint-exec-hook.
10830 1998-09-29  Stephen Eglen  <stephen@gnu.org>
10832         * info-look.el: Add support for Octave.
10834 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
10836         * textmodes/reftex.el (reftex-finding-files): New customize group.
10837         (reftex-texpath-environment-variables,
10838         reftex-use-external-file-finders, reftex-external-file-finders,
10839         reftex-search-unrecursed-path-first): New options.
10840         (reftex-process-string, reftex-find-file-externally): New
10841         functions.
10842         (reftex-access-search-path): Execute shell commands to find the
10843         search path.
10844         (reftex-toggle-auto-view-crossref): When turning on, make sure
10845         `reftex-auto-view-crossref' becomes non-nil.
10846         (reftex-abbrev-regexp): Constant removed.
10847         (reftex-convert-string): Abbrev regexp calculated locally.
10849 1998-09-28  Dave Love  <fx@gnu.org>
10851         * progmodes/fortran.el: Don't call regexp-opt when deriving
10852         font-lock patterns with keywords that aren't all literal.
10854 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
10856         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
10857         the form `octave.bin:1>' which come from using precopiled binary
10858         versions.
10860 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
10862         * help.el (help-for-help): Use %THIS-KEY%.
10863         (help-quit): Add doc.
10865         * help-macro.el (make-help-screen): Keep HELP-TEXT
10866         in a separate function definition, not in the help command FNAME.
10867         Replace %THIS-KEY% with the key sequence that ran FNAME.
10869 1998-09-25  Richard Stallman  <rms@gnu.org>
10871         * textmodes/texinfo.el (texinfo-show-structure):
10872         Bind inhibit-read-only.
10874         * isearch.el (isearch-search-and-update): Properly
10875         handle upper case letters in the reverse-search special case.
10877 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10879         * gnus.el: Extend the list of autoloaded functions.
10881         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
10882         buffer before creating help group. (from Gnus v5.6.43, fix by
10883         1998-08-20 Per Starback <starback@update.uu.se>)
10885         * gnus-util.el (gnus-output-to-rmail): Adjust to
10886         `rmail-output-to-rmail-file'.
10888 1998-09-25  Karl Heuer  <kwzh@gnu.org>
10890         * hexl.el (hexl-mode-map): More of previous change.
10892         * textmodes/tex-mode.el (tex-run-command): Doc fix.
10893         (tex-start-tex): Don't use tex-start-options-string in star case.
10894         Quote file name in star case as well as in non-star.
10895         Add blank and quoting of option string here.
10896         (tex-start-options-string): Not here.
10898 1998-09-23  Karl Heuer  <kwzh@gnu.org>
10900         * term.el (term-delimiter-argument-list): Doc fix.
10901         (term-emulate-terminal): Escape literal semicolon.
10902         * progmodes/asm-mode.el (asm-mode): Doc fix.
10903         (asm-comment-char): Escape literal semicolon.
10904         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
10906 1998-09-23  Richard Stallman  <rms@gnu.org>
10908         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
10909         only those that normally modify the buffer.
10911         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
10912         over again.
10914 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
10916         * ispell.el (check-ispell-version): Ensure same buffer is current
10917         when let-binding of case-fold-search ends.
10919 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10921         * ps-print.el: Skip invisible overlay.
10922         Test for set-buffer-multibyte rather than using mule-version.
10923         (ps-print-version): New version number (4.1) and doc fix.
10924         (ps-generate-postscript-with-faces): Skip invisible overlay.
10926 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
10928         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
10930 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
10932         * international/quail.el (quail-update-guidance): Check for the
10933         return value of (quail-guidance) fixed.
10934         (quail-update-translation): Bind quail-current-str locally when it
10935         calls quail-update-guidance.
10936         (quail-update-translation): If input-method-exit-on-first-char is
10937         non-nil, terminate translation only when the current input method
10938         is simple.
10940 1998-09-22  Paul Eggert  <eggert@twinsun.com>
10942         * startup.el (locale-translation-file-name): Prefer X-related names
10943         to the name used by GNU/Linux sans X.  Set to nil if no file found.
10944         (command-line): Use locale-translation-file-name if it is not nil,
10945         instead of testing for its existence again.
10946         regexp-quote the ctype before using it in a regexp.
10947         Allow a colon to appear after the ctype in the aliases file,
10948         as is done in X11R6.4.
10950 1998-09-21  Richard Stallman  <rms@gnu.org>
10952         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
10954         * calendar/appt.el (appt-interval): Variable deleted.
10955         (appt-check): For minutes in between appt-display-interval times,
10956         do check, but don't display anything except an updated mode line.
10957         Count against appt-display-interval based on minutes since
10958         first display of this appointment, not based on time of day.
10959         If appt-display-mode-line, force mode line redisplay
10960         whenever appt-mode-string has changed.
10961         (appt-add, appt-delete): Add autoload cookies.
10962         (appt-check): Catch errors from calling `diary'.
10963         (appt-max-time): Renamed from max-time.
10964         (appt-now-displayed, appt-display-count): New variables.
10965         (appt-timer): Don't create one if we already have one.
10967         * textmodes/tex-mode.el (tex-compilation-parse-errors):
10968         More general code to use the source buffer instead of the zap file.
10970         * hilit-chg.el (highlight-compare-with-file): Renamed from
10971         compare-with-file.
10973         * loadhist.el (load-history-loaded): New variable.
10974         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
10976         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
10978         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10979         Fix error messages.
10981 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
10983         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
10984         Emacs frame.
10986 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10988         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
10989         `undecided' and `undecided-unix'.
10991 1998-09-21  Dave Love  <fx@gnu.org>
10993         * help.el (help-make-xrefs): Fix typo affecting Info references.
10995         * subr.el (remove-hook): Check list values to avoid errors.
10997 1998-09-18  Noah Friedman  <friedman@splode.com>
10999         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
11000         store string in eldoc-last-message without consing a new string.
11001         Rearrange logic from nested if's into cond's.
11002         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
11003         Do not print message; just return string.
11004         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
11005         Do not print message; just return string.
11006         Cache that string in eldoc-last-data.
11007         (eldoc-last-data): Make into a vector.
11008         (eldoc-get-fnsym-args-string): Use new data form of structure.
11009         (eldoc-get-var-docstring): Here also.
11010         (eldoc-last-data-store): New function.
11011         (eldoc-get-fnsym-args-string): Use it.
11012         (eldoc-get-var-docstring): Here also.
11013         (eldoc-docstring-first-line): Minimize interim string consing.
11014         Call substitute-command-keys on the result.
11015         (eldoc-print-var-docstrings, eldoc-print-docstring,
11016         eldoc-docstring-message): Functions removed.
11017         (eldoc-docstring-format-sym-doc): New function, functionality
11018         ripped out of eldoc-docstring-message.
11019         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
11021 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
11023         * international/mule.el (make-coding-system): Doc-string modified.
11025 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
11027         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
11029         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
11030         customize type.
11032         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
11033         type.
11035         * progmodes/compile.el (compilation-error-screen-columns): New
11036         variable.
11037         (compilation-next-error-locus): Use it to decide whether to use
11038         forward-char or move-to-column.
11040         * mail/rmail.el (rmail-movemail-program): Fix customize type.
11042         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
11043         feedmail-fiddle-plex-user-list,
11044         feedmail-spray-address-fiddle-plex-list,
11045         feedmail-prompt-before-queue-user-alist,
11046         feedmail-prompt-before-queue-help-supplement,
11047         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
11048         feedmail-queue-alternative-mail-header-separator): Fix customize
11049         type.
11051         * startup.el (site-run-file): Fix customize type.
11053         * speedbar.el (speedbar-initial-expansion-list-name): Fix
11054         customize type.
11056         * shell.el (shell-input-autoexpand): Fix customize type.
11058         * ps-print.el (ps-font-info-database): Add missing dots in value.
11059         Improve layout of customize type.
11061         * net-utils.el (traceroute-program-options, ping-program-options,
11062         ipconfig-program-options, netstat-program-options,
11063         arp-program-options, route-program-options,
11064         nslookup-program-options, ftp-program-options): Fix customize
11065         type.
11067         * midnight.el (clean-buffer-list-kill-regexps,
11068         clean-buffer-list-kill-buffer-names,
11069         clean-buffer-list-kill-never-buffer-names,
11070         clean-buffer-list-kill-never-regexps): Fix customize type.
11072         * man.el (Man-init-defvars): Avoid trailing nil on
11073         Man-filter-list.
11075         * lpr.el (printer-name): Fix customize type.
11077 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
11079         * international/mule-cmds.el (reset-language-environment): Call
11080         update-coding-systems-internal.
11082         * international/mule-conf.el: Call update-coding-systems-internal
11083         at the tail.
11085 1998-09-14  Dave Love  <fx@gnu.org>
11087         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
11088         use the menu-enable properties, pending doing it correctly and
11089         acceptably fast.
11091         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
11093 1998-09-13  Dave Love  <d.love@dl.ac.uk>
11095         * progmodes/hideshow.el (hs-grok-mode-type): Check
11096         comment-{start,end} non-nil as well as bound.  Report an error if
11097         we can't grok the mode.
11099 1998-09-13  Richard Stallman  <rms@gnu.org>
11101         * simple.el (blink-matching-open): Don't log paren matching
11102         messages in *Messages*.
11104 1998-09-12  Richard Stallman  <rms@gnu.org>
11106         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
11107         Set point-before-scroll at end even if there was an error.
11109         * ange-ftp.el (ange-ftp-insert-file-contents):
11110         Use binary mode for dumb-unix hosts as for unix hosts.
11111         (ange-ftp-copy-file-internal): Likewise.
11113         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11115         * emacs-lisp/pp.el: Doc fixes.
11117         * wid-edit.el (widget-menu-max-shortcuts): New variable.
11118         (widget-choose): Don't use single-char shortcuts if # items
11119         exceeds that many.  Use minibuffer instead.
11121 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11123         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11125 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
11127         * speedbar.el (speedbar-frame-mode): Do not set frame position if
11128         in terminal mode.
11130 1998-09-10  Noah Friedman  <friedman@splode.com>
11132         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
11133         defcustom declaration.  It's wreaking too much havoc with XEmacs
11134         and older versions of Emacs, which share this code.
11136         * type-break.el (type-break-mode): Here also.
11138         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11139         `t' to add-hook also to modify the new local value.
11141 1998-09-10  Dave Love  <fx@gnu.org>
11143         * vc.el (vc-insert-headers): Doc fix.
11145 1998-09-10  Richard Stallman  <rms@gnu.org>
11147         * textmodes/flyspell.el (flyspell-mode-on): Make the
11148         ispell-... variables permanent locals.
11149         (flyspell-mode-off): Add autoload cookie.
11151         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11152         do use binary mode, just as for `unix'.
11153         (ange-ftp-host-type): If HOST is nil, return `unix'.
11155         * dired.el (dired-mark-files-containing-regexp):
11156         Don't scan directories.  Ignore non-readable files.
11158         * progmodes/compile.el (compilation-error-regexp-alist):
11159         Fix previous change: allow . and _ in command name.
11161         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11163         * uncompress.el (uncompress-while-visiting):
11164         Use just the car of what find-operation-coding-system returns.
11166         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11168         * shell.el (shell-file-name-quote-list): Add # to the value.
11170 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
11172         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
11173         to make killing of ispell process work even if
11174         kill-all-local-variables has been run.
11176 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11178         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11179         loop when sexp entry ends at end of file with no newline.
11181 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11183         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11184         (Custom-reset-standard): Fix menu inconsistency.
11186         * mail/feedmail.el (feedmail-from-line): Allow t.
11187         (feedmail-message-id-suffix): Allow nil.
11189         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11190         Simplify.  Make prefix arg work right.
11192 1998-09-09  Dave Love  <fx@gnu.org>
11194         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11196         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11198 1998-09-08  Dave Love  <fx@gnu.org>
11200         * add-log.el (change-log-font-lock-keywords): Do parenthesized
11201         stuff only after file names or at start of line.  Allow parens
11202         around e-mail, as well as angles.
11204         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11205         ignore-errors too, eval'd when compile.  Require w3 stuff at load
11206         time for nicer failure if it's not available.
11208 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
11210         * comint.el (comint-arguments): Ignore backslashes when using
11211         w32 shells that expect backslashes as the directory separator.
11213 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
11215         * international/fontset.el (resolved-ascii-font): New variable.
11216         (x-complement-fontset-spec): By side effect, set
11217         `resolved-ascii-font' to the resolved name of ASCII font."
11218         (create-fontset-from-fontset-spec): Don't get a value for
11219         resolved-ascii-font from the list full-fontlist.  It is set by
11220         x-complement-fontset-spec now.
11222         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11223         version, check the value of mule-version.
11225 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
11227         * textmodes/reftex.el (reftex-view-crossref): Split up into
11228         several functions.  No longer moves to find a macro.
11229         (reftex-view-cr-cite, reftex-view-cr-ref,
11230         reftex-end-of-bib-entry): New functions.
11231         (reftex-auto-view-crossref): New value `window' allowed.
11232         (reftex-view-crossref-when-idle): Process new `window' option in
11233         (reftex-translate-to-ascii-function): New default.
11234         (reftex-label-illegal-re): Default changed, removed Latin1.
11235         (reftex-latin1-to-ascii): New function.
11236         (reftex-what-environment): Check for section regexp before use.
11237         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11238         absolute path names.
11239         (reftex-TeX-master-file): Changed sequence of file checks.
11240         (reftex-do-citation): bibview cache only with RefTeX mode on.
11242 1998-09-06  Richard Stallman  <rms@gnu.org>
11244         * progmodes/compile.el (compilation-error-regexp-alist):
11245         In first pattern (GNU utilities and other things),
11246         allow a space after the optional program name at the beginning.
11248         * mail/mail-hist.el (mail-hist-current-header-contents):
11249         Fix previous change: use mail-header-end.
11251 1998-09-06  Bill Richter  <richter@math.nwu.edu>
11253         * international/ccl.el: Doc fixes.
11254         * international/encoded-kb.el: Doc fixes.
11255         * international/fontset.el: Doc fixes.
11256         * international/kinsoku.el: Doc fixes.
11257         * international/kkc.el: Doc fixes.
11258         * international/mule-cmds.el: Doc fixes.
11259         * international/mule-conf.el: Doc fixes.
11260         * international/mule-util.el: Doc fixes.
11261         * international/mule.el: Doc fixes.
11263 1998-09-05  Eric Ludlam  <zappo@gnu.org>
11265         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
11266         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
11267         (checkdoc-this-string-valid-engine): Permit ? as terminating
11268         punctuation for first line sentence breaking.
11269         (checkdoc-this-string-valid): When converting a comment into a doc
11270         string, make sure " chars are \".
11271         (checkdoc-sentencespace-region-engine): Only do double space check
11272         if based on the variable `sentence-end-double-space'
11273         (checkdoc-this-string-valid-engine): ? ends valid sentence.
11274         (checkdoc-proper-noun-region-engine): Exclude items in URLs
11276 1998-09-04  Richard Stallman  <rms@gnu.org>
11278         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11279         Recognize define-skeleton as a function definer.
11281         * cus-edit.el (customize-option): Refuse to customize
11282         a variable that has no defcustom.  But if variable is autoloaded,
11283         first try to load the library that defines it.
11285         * international/iso-insert.el: Use `string' before calling `insert'
11286         so that in multibyte buffers we insert multibyte chars.
11288         * dired.el (dired-mark-files-containing-regexp):
11289         Don't use find-file; instead, insert the file in a temp buffer.
11291         * textmodes/tex-mode.el (tex-start-options-string): New option.
11292         (tex-start-tex): Use that variable.
11294         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
11295         value in the `repeat' alternative a list.
11297         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
11298         the inserted newline, verify that one was really inserted.
11300         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
11301         remains on or remains off.
11302         (flyspell-multi-language-p): Default changed to nil.
11304         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
11305         In "found in comment" case, don't beginning-of-line after forward-line.
11307         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11308         If the function definition is not a lambda, return original FORM
11309         with no error.
11311 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
11313         * net-utils.el (netstat-program-options): Changed from nil to "-a"
11314         so that by default netstat shows all network connections.
11316 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
11318         * international/quail.el: Doc fixes.
11320         * info.el (info): Don't add parens if FILE already has them.
11322 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
11324         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
11325         on extension lines.
11327 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
11329         * w32-fns.el (w32-shell-dos-semantics): New function.
11331 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
11333         * international/quail.el (quail-choose-completion-string): Store
11334         completion `choice' in `quail-current-str'; don't insert it.
11336 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
11338         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
11339         argument to ps-mule-generate-bitmap-font.
11341         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
11342         entry and change Latin-1 entry in the default value.
11343         (ps-mule-font-info-database-ps-bdf): New variable.
11344         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
11345         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
11346         registerd in FONT-SPEC.
11347         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
11348         charcter width of bitmap fonts.
11349         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
11350         procedure NF.
11351         (ps-begin-file): Output PostScript code for setting
11352         SpaceWidthRatio.
11353         (ps-plot-region): Use line-beginning-position to get a position of
11354         the beginning of the current line.
11356         * international/mule-cmds.el (register-input-method): Doc-string
11357         modified.
11359 1998-09-01  Dave Love  <fx@gnu.org>
11361         * international/mule-cmds.el (current-language-environment): Fix
11362         setter function.
11364 1998-09-01  Simon Marshall  <simon@gnu.org>
11366         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
11367         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
11368         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
11369         names with font-lock-type-face.  Fontify type specs, etc., with
11370         font-lock-keyword-face.
11372 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
11374         * international/fontset.el (x-complement-fontset-spec): If ASCII
11375         font is specified in FONTLIST, don't substitute it for the
11376         resolved name.
11378 1998-08-31  Paul Eggert  <eggert@twinsun.com>
11380         * international/mule.el (charset-description): Doc fix.
11382         * language/chinese.el, language/cyrillic.el, language/czech.el,
11383         language/devanagari.el, language/ethiopic.el,
11384         language/european.el, language/hebrew.el, language/indian.el,
11385         language/japanese.el, language/korean.el, language/lao.el,
11386         language/slovak.el, language/thai.el, language/tibetan.el,
11387         language/vietnamese.el:
11388         Add coding: local variable, to avoid bootstrapping problem
11389         if you need to recompile all the Lisp files using interpreted code.
11391 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11393         * cal-china.el (chinese-year-cache): Change range of years from
11394         1989-2000 to 1990-2010.
11396 1998-08-29  Dave Love  <d.love@dl.ac.uk>
11398         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
11399         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
11401 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11403         * ps-print.el (ps-print-control-characters): Doc-string modified.
11404         (ps-output-string-prim): Comment format changed.
11405         (ps-do-despool): Indentation of source code changed.
11407 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
11409         * subr.el (sref): Make it an alias of aref.  Make the
11410         byte-compiler warn that it is obsolete.
11411         (char-bytes): Make the byte-compiler warn that it is obsolete.
11413         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
11414         Calculate the total bytes using position-bytes instead of
11415         char-bytes.
11417 1998-08-27  Karl Heuer  <kwzh@gnu.org>
11419         * snmp-mode.el: New file.
11420         * files.el (auto-mode-alist): Add snmp-mode patterns.
11422 1998-08-27  Karl Eichwalder  <ke@suse.de>
11424         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
11426 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11428         * calendar/diary-lib.el (diary-block): Doc fix..
11429         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
11431 1998-08-27  Richard Stallman  <rms@gnu.org>
11433         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
11434         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
11435         Clear appt-mode-string if we don't put something in it.
11437 1998-08-27  Dave Love  <fx@gnu.org>
11439         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
11440         dired-local-variables-file for dired-x.
11442         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
11443         for compressed library files too.
11445 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
11447         * language/european.el ("Latin-1"): Modify `documentation' key value.
11448         ("Latin-2"): Likewise.
11450 1998-08-26  Karl Heuer  <kwzh@gnu.org>
11452         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
11454 1998-08-26  Albert L. Ting  <alt@artisan.com>
11456         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
11457         (mail-hist-current-header-contents): Use mail-text-start.
11459 1998-08-26  Richard Stallman  <rms@gnu.org>
11461         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
11462         (customize-changed-options-previous-release): New variable.
11463         (customize-changed-options): Use that variable as default arg.
11465 1998-08-26  Karl Eichwalder  <ke@suse.de>
11467         * midnight.el: Require `timer' not only when compiling.
11469 1998-08-26  Per Starback  <starback@update.uu.se>
11471         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11472         buffer before creating help group.
11474 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11476         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
11477         coding-system-for-write before saving.
11479 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
11481         * isearch.el (isearch-forward): Doc fix.
11483 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
11485         * emacs-lisp/find-func.el: Fix :version tags to have a string
11486         value, not a float.
11488         * cus-dep.el: Fix typo in output.
11490 1998-08-25  Dave Love  <fx@gnu.org>
11492         * repeat.el (repeat): Doc fix.
11493         [From rms:]
11494         (repeat-previous-repeated-command): New variable.
11495         (repeat): Check for real-last-command being null or repeat.  Set
11496         repeat-previous-repeated-command.
11498         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
11500 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
11502         * gnus/message.el (message-send-mail-with-sendmail): Bind
11503         coding-system-for-write by the return value of
11504         select-message-coding-system.
11505         (message-send-mail-with-qmail): Likewise.
11507 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
11509         * emacs-lisp/autoload.el: Fix doc-string-elt property on
11510         define-derived-mode.
11512         * files.el (file-name-invalid-regexp):
11513         Fix regex for ms-dos without long file names.
11515 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11517         * ps-print.el: Multi-byte buffer handling.
11518         (ps-print-version): New version number (4.0) and doc fix.
11519         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
11520         compilation for GNU Emacs and emacsens.
11521         (ps-generate-postscript-with-faces): Force invisible text to be
11522         visible.
11523         (dos-ps-printer): New var to avoid compilation gripes.
11525 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11527         * ps-print.el (ps-mule-plot-string): Pay attention to the case
11528         that no more characters can't be printed in the current line.
11530 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11532         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
11533         greater than TO.
11535 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11537         * ps-print.el: Add codes to make ps-print.el work also on Emacs
11538         20.2 and the earlier version.
11539         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
11540         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
11541         (ps-mule-find-wrappoint): Likewise.
11542         (ps-mule-generate-font): Change `X' to `x' in format
11543         control-string.
11544         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
11545         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
11546         `restore' form procedures `BC' and `EC'.
11548 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11550         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
11551         is an executable procedure.  Make LineThickness, Xshadow, and
11552         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
11553         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
11554         ps-mule-font-info-database-bdf): New vars.
11555         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
11556         (ccl-encode-ethio-unicode): New CCL program.
11557         (ps-mule-encode-ethiopic): New fun.
11558         (ps-mule-current-charset): New var.
11559         (ps-mule-get-font-spec, ps-mule-font-spec-src,
11560         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
11561         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
11562         (ps-mule-external-libraries): New var.
11563         (ps-mule-init-external-library): New fun.
11564         (ps-mule-font-cache): New var.
11565         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
11566         (ps-last-font): New var.
11567         (ps-mule-prepare-font): New fun.
11568         (ps-mule-charset-list): New var.
11569         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
11570         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
11571         ps-mule-plot-string): New funs.
11572         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
11573         New vars.
11574         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
11575         ps-mule-prepare-cmpchar-font): New funs.
11576         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
11577         vars.
11578         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
11579         ps-mule-generate-bitmap-glyph): New funs.
11580         (ps-mule-initialize, ps-mule-begin): New funs.
11581         (ps-output-string-prim): Insert string as unibyte.
11582         (ps-output-prologue): New fun.
11583         (ps-flush-output): Handle the case of 'prologue.
11584         (ps-begin-file): Call ps-mule-initialize.
11585         (ps-begin-job): Set ps-control-or-escape-regexp differently if
11586         printing multibyte characters.
11587         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
11588         (ps-basic-plot-string): Handle the case of printing ASCII
11589         characters by external libraries (e.g. BDF).
11590         (ps-set-font): Set ps-last-font.
11591         (ps-plot-region): Handle multibyte characters, use
11592         ps-mule-plot-string for them.
11593         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
11595         * bdf.el: New file.
11597 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
11599         * international/mule-cmds.el (select-message-coding-system): New
11600         function.
11601         (set-language-environment-coding-systems): Set
11602         default-sendmail-coding-system.
11604         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
11605         (default-sendmail-coding-system): New variable.
11606         (sendmail-send-it): Encode the message by a coding system
11607         select-message-coding-system returns.
11609 1998-08-23  Eric Ludlam  <zappo@gnu.org>
11611         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
11612         (speedbar-mode): Set buffer to read only.
11613         (speedbar-temp-buffer-show-function): For emacs don't call hook
11614         with arguments.
11615         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
11617 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
11619         * speedbar.el (speedbar-key-map): Fix typo.
11621 See ChangeLog.7 for earlier changes.