*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob483048b35a6b2dded8ef1ab9903a8a8a61ddc57a
1 2000-03-01  Dave Love  <fx@gnu.org>
3         * help.el (help-xref-go-back): Don't try to set position.
5         * international/mule-diag.el (list-character-sets): Call
6         help-setup-xref.  Add help-echo to xrefs.
7         (list-character-sets-1): Add help-echo to xrefs.
9 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
11         * frame.el (blink-cursor-mode): Switch cursor on when turning
12         the mode off.
14         * add-log.el (add-log-current-defun): Add support for
15         Autoconf mode.
17         * mail/rmail.el (rmail-quit-hook): New variable.
19 2000-03-01  Dave Love  <fx@gnu.org>
21         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
23         * help.el (help-xref-button): Add help-echo arg.
24         (describe-function-1, describe-variable, help-make-xrefs): Use it.
26         * faces.el (list-faces-display): Supply help-echo with
27         help-make-xrefs.
29         * facemenu.el (list-text-properties-at): Set help-xref-stack to
30         nil.
32 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
34         * image.el (defimage): Look for image files in load-path.
36         * frame.el (busy-cursor-delay-seconds): Change type to 
37         `number'.
39 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
41         * recentf.el (recentf): Added version tag to the defgroup of
42         recentf.
44 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
46         * recentf.el (recentf-cleanup): Changed to remove excluded file
47         too.
48         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
49         action to select/unselect a file.
50         (recentf-edit-list): Code cleanup and improvement.
51         (recentf-open-more-files-action): `recentf-open-more-files' button
52         widget action to open a file.
53         (recentf-open-more-files): No more use standard completion but
54         widgets.
55         (recentf-more-collection): Deleted.
56         (recentf-more-history): Deleted.
57         (recentf-setup-more-completion): Deleted.
59 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
61         * recentf.el (recentf-mode): No more needs that Emacs is running
62         under a window-system.
64 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
66         * recentf.el (recentf-edit-list): New command to edit the recent
67         list which allow the user to remove files.
68         (recentf-edit-selected-items): New global variable, used by
69         `recentf-edit-list' to hold the list of files to be removed from
70         the recent list.
71         (recentf-make-menu-items): Updated to display a "Edit list..."
72         menu item.  Minor code cleanup.
74 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
76         * recentf.el (recentf-open-more-files): New command to open files
77         that are not displayed in the menu.
78         (recentf-more-collection): New global variable holding the set of
79         permissible completions used by `recentf-open-more-files'.
80         (recentf-more-history): New global variable holding the history list
81         used by `recentf-open-more-files' completion.
82         (recentf-setup-more-completion): New function to setup completion for
83         `recentf-open-more-files'.
84         (recentf-make-menu-items): Updated to display a "More..." menu item.
86 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
88         * recentf.el (recentf-menu-action): Doc fixed.
90 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
92         * recentf.el (recentf-menu-filter): Doc updated.
93         (recentf-update-menu-hook): Allow menu filters to force menu update.
94         (recentf-make-menu-items): New menu filter handling.
95         (recentf-make-menu-item): New helper function.
96         (recentf-menu-elements): New menu handling function.
97         (recentf-sort-ascending): Updated to new menu filter handling.
98         (recentf-sort-descending): Updated to new menu filter handling.
99         (recentf-sort-basenames-ascending): New menu filter function.
100         (recentf-sort-basenames-descending): New menu filter function.
101         (recentf-show-basenames): New menu filter function.
102         (recentf-show-basenames-ascending): New menu filter function.
103         (recentf-show-basenames-descending): New menu filter function.
105 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
107         * diary-lib.el (list-diary-entries): Don't try to go forward at
108         the end of the buffer.
110 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
112         * international/mule-diag.el (list-character-sets): Completely
113         rewritten.
114         (sort-listed-character-sets): New function.
115         (list-character-sets-1): Completely rewritten.
116         (list-character-sets-2): New function.
117         (non-iso-charset-alist): New variable.
118         (decode-codepage-char): New function.
119         (charset-history): New variable.
120         (read-charset) (list-block-of-chars)
121         (list-iso-charset-chars)
122         (list-non-iso-charset-chars)
123         (list-charset-chars): New functions.
124         (mule-diag): Call list-character-sets-2, not
125         list-character-sets-2.
126         (dump-charsets): Likewise.
128 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
130         * dired-x.el (dired-filename-at-point): Add `@' to valid
131         file name characters.
132         (dired-filename-at-point): Handle ange-ftp file names.
134         * frame.el (frame-notice-user-settings): Use assq-delete-all
135         instead of assoc-delete-all.
136         (frame-notice-user-settings): Ditto.
138         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
139         Don't copy alist.
141 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
143         * calculator.el (calculator-use-menu): New option.
144         (calculator-initial-bindings): Changed some bindings to work as
145         macros.
146         (calculator-forced-input): Removed.
147         (calculator-restart-other-mode): New variable.
148         (calculator-mode-map): Set up menu.
149         
150 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
152         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
153         tags.
154         
155 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
156         
157         * viper-cmd.el (viper-envelop-ESC-key): added the option to
158         translate all ESC key sequences.
159         (viper-goto-mark-subr): restore markers for files for which
160         they were saved.
161         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
162         * viper-util.el (viper-set-replace-overlay-glyphs,
163         viper-set-replace-overlay): always check if the replacement
164         overlay is live.
165         * viper.el (viper-vi-state-mode-list): added major modes.
166         * ediff-wind.el: minor comment changes.
167         * ediff.el: copyright notice date fix.
168         
169 2000-02-27  Jason Rumney  <jasonr@gnu.org>
171         * faces.el (face-font-family-alternatives): Add arial to helv.
172         (mode-line, header-line, tool-bar): Same default as x for w32.
173         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
174         face-font-family-alternatives from working.
175         * term/w32-win.el (mouse-set-font): Do not build fontset from
176         chosen font.
178 2000-02-25  Sam Steingold  <sds@goems.com>
180         * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
181         properly.
182         
183 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
185         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
187 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
189         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
190         writable.
192         * frame.el (busy-cursor-delay-seconds): New option.
194 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
196         * frame.el (show-cursor-in-non-selected-windows): New option.
198 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
200         * diary-lib.el (include-other-diary-files): Undo the selective
201         display in any included file and don't kill it.
203 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
205         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
206         bar.  Menu items converted to (menu-item format, help strings
207         added.
208         [downcase, upcase]: Don't enable on MS-DOS.
209         [symlink, symlinks]: Don't show if make-symbolic-link is not
210         bound.
211         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
213 2000-02-23  Dave Love  <fx@gnu.org>
215         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
216         (backward-kill-word): Revert addition of * to interactive spec --
217         it's a feature.
219         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
220         (backward-kill-sentence, kill-sentence): Likewise.
222         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
223         scratch buffer name.
224         (gud-format-command): Use int-to-string in ?l case.  Simplify
225         slightly.
227         * term/w32-win.el (internal-face-interactive): Update prompt for
228         new read-face-name.
230         * mail/footnote.el (footnote): Add :version to defgroup.
231         (footnote-section-tag-regexp): Customize.
232         (footnote-start-tag, footnote-end-tag): New option.
233         (footnote-latin-regexp): New variable.
234         (Footnote-latin): New function.
235         (footnote-style-alist): Add element for latin style.
236         (footnote-style): Moved.
237         (Footnote-goto-footnote): Use eq to test arg.
239         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
241         * emacs-lisp/byte-opt.el: Change old backquote syntax.
242         (byte-compile-trueconstp): Include keywords.
243         (byte-optimize-quote, byte-optimize-lapcode): Use
244         byte-compile-const-symbol-p.
245         (byte-optimize-char-before): New optimization.
247         * emacs-lisp/bytecomp.el: Change old backquote syntax.
248         (byte-compile-const-symbol-p): New function.
249         (byte-compile-constp, byte-compile-out-toplevel)
250         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
251         Use it.
253         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
255 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
257         * international/encoded-kb.el: Be sure to update minor-mode-alist
258         and minor-mode-map-alist.
259         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
260         codes SS2 and SS3 correctly.
261         (encoded-kbd-self-insert-ccl): New function.
262         (encoded-kbd-setup-keymap): New function.
263         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
264         by calling encoded-kbd-setup-keymap.
266         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
267         characters.
268         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
269         locally.
271 2000-02-22  Dave Love  <fx@gnu.org>
273         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
274         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
275         defvar.
276         (lisp-mode-syntax-table): Set up for #|...|# comments.
277         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
278         classes.  Match `defface'.
279         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
280         (eval-defun-1): Fix for defcustom.
281         (lisp-indent-region): Doc fix.
283         * subr.el (when, unless, split-string): Doc fix.
284         (read-passwd): Move call of clear-this-command-keys to the right
285         place.
286         (replace-regexps-in-string): New function.
288 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
290         * help.el (describe-variable): Set syntax table to
291         emacs-lisp-mode-syntax-table when moving forward over the
292         symbol's name.
294 2000-02-22  Dave Love  <fx@gnu.org>
296         * xt-mouse.el: Doc fixes.
297         (xterm-mouse-position-function): New function, replacing advice of
298         mouse-position.
299         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
301         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
303 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
305         * format.el (format-annotate-single-property-change): Handle
306         properties.with dotted-list values.
307         (format-proper-list-p): New function.
309         * enriched.el (enriched-face-ans): Handle '(foreground-color
310         . COLOR) and (background-color . COLOR).
312 2000-02-20  Dave Love  <fx@gnu.org>
314         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
315         and assignments to it.
316         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
317         current local map.
318         (make-flyspell-overlay): Use it.
319         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
321         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
322         (lm-get-header-re): Defun, not defsubst.
323         (lm-get-package-name): Defun, not defsubst.  Simplify.
324         (lm-version): Doc fix.  Simplify.
325         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
326         (lm-crack-address, lm-last-modified-date, lm-commentary)
327         (lm-verify, lm-synopsis): Simplify.
328         (lm-report-bug): Require emacsbug.  Use compose-mail.
330 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
332         * dired.el (dired-mode): Call propertized-buffer-identification
333         to set mode-line-buffer-identification to something having
334         the right text properties.
336         * bindings.el (propertized-buffer-identification): New function.
338 2000-02-20  Dave Love  <fx@gnu.org>
340         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
341         check for t-mouse too.
343         * cus-start.el: Make echo-keystrokes `number'.
345 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
347         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
348         Don't call ring-empty-p unless tags-location-ring is bound.
349         From Noah Friedman <friedman@splode.com>.
351 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
353         * progmodes/hideshow.el (hs-flag-region): No longer use
354         `intangible' overlay property.
356         (hs-toggle-hiding): New command.
357         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
359         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
360         Fix omission bug: Run `hs-minor-mode-hook' for both activation
361         and deactivation.
363 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
365         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
367 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
369         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
371         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
372         of `*' to handle `(* ... *)' comments.
374 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
376         * faces.el (list-faces-display): Use display-mouse-p instead of
377         window-system.
379         * menu-bar.el (global-map): Menu-bar items converted to the new
380         format (menu-item..., rearranged for better CUA compliance, and
381         their names changed for better clarity.  Help strings added.
383         * international/mule-cmds.el (mule-menu-keymap)
384         (describe-language-environment-map, set-coding-system-map)
385         (setup-language-environment-map): Convert to new (menu-item...
386         form, add help strings.  Change names of menu items for better
387         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
388         submenu).
390 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
392         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
393         within the code.
395 2000-02-16  Dave Love  <fx@gnu.org>
397         * faces.el: Don't require custom.  Add more specific :groups to
398         various deffaces.
399         (set-face-attribute): Purecopy args.
400         (read-face-name): Default to name at point and use it in prompt.
401         Remove colon from arg in all callers.
402         (list-faces-display): Hyperlink to face descriptions and customize
403         buffers.
405 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
407         * wid-edit.el (widget-match-inline): An atom never matches a
408         list.
410 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
412         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
413         at ':' characters by call to split-string.
415 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
417         * textmodes/bibtex.el: Added RCS version identification.
419 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
421         * textmodes/bibtex.el: Some temporary comments removed.
422         (bibtex-field-name, bibtex-entry-type): Made the relationship
423         explicit.
424         (bibtex-field-const): Allow capital letters.
425         (bibtex-start-of-string): Deleted because unused.
427         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
428         use the term 'reference' to describe a bibtex entry as a whole.
429         Further, reference keys are no longer called 'labels'.
430         (bibtex-keys): Renamed to bibtex-reference-keys.
431         (bibtex-reformat-previous-labels): Renamed to
432         bibtex-reformat-previous-reference-keys.
433         (bibtex-reference-type): Renamed to bibtex-entry-type.
434         (bibtex-reference-head): Renamed to bibtex-entry-head.
435         (bibtex-reference-maybe-empty-head): Renamed to
436         bibtex-entry-maybe-empty-head.
437         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
438         (bibtex-search-reference): Renamed to bibtex-search-entry.
439         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
440         bibtex-enclosing-entry-maybe-empty-head.
441         (bibtex-entry-field-alist, bibtex-entry-head,
442         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
443         bibtex-map-entries, bibtex-search-entry,
444         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
445         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
446         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
447         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
448         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
449         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
450         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
452 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
454         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
455         comment.
456         (bibtex-format-field-delimiters): New function, functionality
457         extracted from bibtex-format-entry.
458         (bibtex-autokey-get-yearfield-digits): New function, functionality
459         extracted from bibtex-autokey-get-yearfield.
461         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
462         entries in order to avoid stack overflow in the regexp matcher if
463         field contents become large.
464         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
465         bibtex-field-string-part-not-braced,
466         bibtex-field-string-part-no-inner-braces,
467         bibtex-field-string-part-1-inner-brace,
468         bibtex-field-string-part-2-inner-braces,
469         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
470         bibtex-field-string-quoted, bibtex-field-string,
471         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
472         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
473         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
474         as parsing is now performed by the following functions.
475         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
476         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
477         bibtex-parse-field-string, bibtex-search-forward-field-string,
478         bibtex-parse-association, bibtex-field-name-for-parsing,
479         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
480         bibtex-search-forward-field, bibtex-search-backward-field,
481         bibtex-start-of-field, bibtex-end-of-field,
482         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
483         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
484         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
485         bibtex-parse-string, bibtex-search-forward-string,
486         bibtex-search-backward-string, bibtex-start-of-string,
487         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
488         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
489         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
490         entries.  Instead of reporting the results of the parsing by
491         match-beginning or match-end, these functions return data structures
492         that hold the corresponding positions.
493         (bibtex-enclosing-field): Changed to also report field boundaries by
494         return values rather than by match-beginning or match-end.  The
495         following functions have been adapted to use the new parsing
496         functions.
497         (bibtex-skip-to-valid-entry, bibtex-search-reference,
498         bibtex-enclosing-field, bibtex-format-entry,
499         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
500         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
501         bibtex-print-help-message, bibtex-end-of-entry,
502         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
503         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
504         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
505         method for parsing.
506         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
507         bibtex-map-entries, bibtex-flash-head,
508         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
509         bibtex-autokey-change, bibtex-autokey-get-namefield,
510         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
511         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
512         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
513         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
514         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
515         order to make the new binding of case-fold-search immediately
516         visible.
518 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
520         * textmodes/bibtex.el: Copyright notice is up to date.
521         Added constant 'bibtex-maintainer-salutation.
523         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
524         than make-temp-name, use match-string-no-properties and eliminate
525         a quadratic behavior when building bibtex-strings.
527         * bibtex.el (bibtex-reference-key): Accept string entries whose
528         reference key contains upper case letters.
530 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
532         * bibtex.el (bibtex-reference-head): Allow entries to start with
533         a new line.
535 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
537         * bibtex.el: Hiding of entry bodies is not longer provided by
538         bibtex.el directly.  Instead the hideshow package can be used.
539         Added a special bibtex entry to hs-special-modes-alist.
540         (bibtex-hs-forward-sexp): Added for hideshow.el.
542 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
544         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
545         at ':' characters by call to split-string.
547 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
549         * textmodes/bibtex.el: Added RCS version identification.
551 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
553         * textmodes/bibtex.el: Some temporary comments removed.
554         (bibtex-field-name, bibtex-entry-type): Made the relationship
555         explicit.
556         (bibtex-field-const): Allow capital letters.
557         (bibtex-start-of-string): Deleted because unused.
559         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
560         use the term 'reference' to describe a bibtex entry as a whole.
561         Further, reference keys are no longer called 'labels'.
562         (bibtex-keys): Renamed to bibtex-reference-keys.
563         (bibtex-reformat-previous-labels): Renamed to
564         bibtex-reformat-previous-reference-keys.
565         (bibtex-reference-type): Renamed to bibtex-entry-type.
566         (bibtex-reference-head): Renamed to bibtex-entry-head.
567         (bibtex-reference-maybe-empty-head): Renamed to
568         bibtex-entry-maybe-empty-head.
569         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
570         (bibtex-search-reference): Renamed to bibtex-search-entry.
571         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
572         bibtex-enclosing-entry-maybe-empty-head.
573         (bibtex-entry-field-alist, bibtex-entry-head,
574         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
575         bibtex-map-entries, bibtex-search-entry,
576         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
577         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
578         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
579         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
580         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
581         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
582         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
584 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
586         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
587         comment.
588         (bibtex-format-field-delimiters): New function, functionality
589         extracted from bibtex-format-entry.
590         (bibtex-autokey-get-yearfield-digits): New function, functionality
591         extracted from bibtex-autokey-get-yearfield.
593         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
594         entries in order to avoid stack overflow in the regexp matcher if
595         field contents become large.
596         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
597         bibtex-field-string-part-not-braced,
598         bibtex-field-string-part-no-inner-braces,
599         bibtex-field-string-part-1-inner-brace,
600         bibtex-field-string-part-2-inner-braces,
601         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
602         bibtex-field-string-quoted, bibtex-field-string,
603         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
604         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
605         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
606         as parsing is now performed by the following functions.
607         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
608         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
609         bibtex-parse-field-string, bibtex-search-forward-field-string,
610         bibtex-parse-association, bibtex-field-name-for-parsing,
611         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
612         bibtex-search-forward-field, bibtex-search-backward-field,
613         bibtex-start-of-field, bibtex-end-of-field,
614         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
615         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
616         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
617         bibtex-parse-string, bibtex-search-forward-string,
618         bibtex-search-backward-string, bibtex-start-of-string,
619         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
620         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
621         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
622         entries.  Instead of reporting the results of the parsing by
623         match-beginning or match-end, these functions return data structures
624         that hold the corresponding positions.
625         (bibtex-enclosing-field): Changed to also report field boundaries by
626         return values rather than by match-beginning or match-end.  The
627         following functions have been adapted to use the new parsing
628         functions.
629         (bibtex-skip-to-valid-entry, bibtex-search-reference,
630         bibtex-enclosing-field, bibtex-format-entry,
631         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
632         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
633         bibtex-print-help-message, bibtex-end-of-entry,
634         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
635         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
636         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
637         method for parsing.
638         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
639         bibtex-map-entries, bibtex-flash-head,
640         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
641         bibtex-autokey-change, bibtex-autokey-get-namefield,
642         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
643         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
644         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
645         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
646         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
647         order to make the new binding of case-fold-search immediately
648         visible.
650 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
652         * textmodes/bibtex.el: Copyright notice is up to date.
653         Added constant 'bibtex-maintainer-salutation.
655         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
656         than make-temp-name, use match-string-no-properties and eliminate
657         a quadratic behavior when building bibtex-strings.
659         * bibtex.el (bibtex-reference-key): Accept string entries whose
660         reference key contains upper case letters.
662 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
664         * bibtex.el (bibtex-reference-head): Allow entries to start with
665         a new line.
667 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
669         * bibtex.el: Hiding of entry bodies is not longer provided by
670         bibtex.el directly.  Instead the hideshow package can be used.
671         Added a special bibtex entry to hs-special-modes-alist.
672         (bibtex-hs-forward-sexp): Added for hideshow.el.
674 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
676         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
677         proceedings entry type (for cross referencing). Thanks to Wagner
678         Toledo Correa for the suggestion.
680         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
682 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
684         * international/characters.el: Setup case table for Vietnamese.
686 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
688         * uniquify.el (toplevel): Require CL at compile time.
689         (uniquify-push): Removed.
691         * shadowfile.el (shadow-when): Removed.
693         * tempo.el (tempo-dolist, tempo-mapc): Removed.
694         (tempo-process-and-insert-string): Use dolist instead of
695         tempo-dolist.
697         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
698         regexp for paragraph-start.
700         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
701         commas as well.
703 2000-02-10  Dave Love  <fx@gnu.org>
705         * wid-edit.el: (widgets) [defgroup]: Remove url link.
706         (widget-color-choice-list, widget-color-history, widget-mouse-help):
707         Deleted.
708         (widget-specify-field, widget-specify-button): Don't use
709         widget-mouse-help as help-echo property.
710         (default): Use #'ignore for :validate and :mouse-down-action.
711         (checkbox): Add help-echo.
712         (widget-sexp-validate): Rewritten to clarify error messages.
713         (character): Use char-valid-p in :match function.
714         (widget-color-complete): Use facemenu-color-alist.
715         (widget-color-action): Use facemenu-read-color.
717         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
718         set up `caar' &c that we now have.
720 2000-02-09  Ray Blaak  <blaak@gnu.org>
722         * delphi.el: Make resourcestring a declaration region, like const
723         and var.
725 2000-02-09  Dave Love  <fx@gnu.org>
727         * bindings.el (mode-line-input-method-map): New variable.
728         (mode-line-mule-info): Use it; fix last change.
729         (mode-line-mode-menu): Move definition.
730         (mode-line-mouse-sensitive-p): Deleted.
731         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
732         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
733         level.
735         * startup.el (command-line-1): Don't call
736         make-mode-line-mouse-sensitive.
738 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
740         * mail/rmail.el (rmail-retry-failure): Use
741         rmail-beginning-of-message before rmail-toggle-header, because the
742         former toggles headers.
744 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
746         * diff-mode.el (diff-kill-junk): New interactive function.
747         (diff-reverse-direction): Use delete-and-extract-region.
748         (diff-post-command-hook): Restrict the area so that the hook also works
749         outside of any diff hunk.  This is necessary for the minor-mode.
750         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
751         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
753         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
754         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
755         so that it can be used more easily in <foo>-mode-hook.  Also make sure
756         to avoid duplicate entries.
757         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
758         (font-lock-remove-keywords): Just as was done for `add', allow it to
759         work even if font-lock-mode is nil.  Also make sure we don't modify
760         any pre-existing list by forcing a copy-sequence.  Finally rename
761         `major-mode' to `mode'.
762         (font-lock-fontify-syntactic-anchored-keywords)
763         (font-lock-fontify-anchored-keywords)
764         (font-lock-fontify-keywords-region): Use line-end-position.
765         Don't make `font-lock-multiline' local (it's now done in
766         font-lock-set-defaults).
767         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
768         move the `font-lock-fontified' creation to inside the `unless'.
770 2000-02-06  Andrew Innes  <andrewi@gnu.org>
772         * term/w32-win.el (x-handle-args): Comment out call to message,
773         which occurs before window system is initialized.
775         * makefile.nt: Add support for recompiling lisp code.
777 2000-02-04  Dave Love  <fx@gnu.org>
779         * bindings.el (mode-line-mule-info): Fix/extend last change.
781         * completion.el: Replace completion-dolist with dolist.
783         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
784         dotimes.
786 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
788         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
789         environment names before they go into the section regexp.
791         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
792         char class in regexp.
794         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
795         `case-fold-search' to nil.
797         * progmodes/idlwave.el (idlwave-template): Respect
798         `idlwave-abbrev-change-case'.
799         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
800         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
801         idlwave-while): respect `idlwave-reserved-word-upcase'.
802         (idlwave-rw-case): New function.
803         (idlwave-statement-match): Fixed problem with assignment regexp.
804         (idlwave-font-lock-keywords): Improved regexp for keyword
805         parameters.
806         (idlwave-surround): New argument LENGTH to support padding of
807         operators longer than 1 char.
809         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
810         idlwave-shell-expression-overlay.  Implemented printing of
811         expressions on higher levels of the calling stack.
812         (idlwave-shell-display-level-in-calling-stack): Restore stack
813         level.
814         (idlwave-retrieve-expression-from-level): New function.
815         (idlwave-shell-last-calling-stack): Variable removed.
816         (idlwave-shell-reset): Argument action reversed (`visible' to
817         `hidden').  Also remove stop-line overlay.
818         (idlwave-shell-calling-stack-routine): New variable.
819         (idlwave-shell-parse-stack-and-display): Messages now display
820         negative level numbers.
821         (idlwave-shell-mode): Set `modeline-format'.
822         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
823         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
824         21.
825         (idlwave-shell-print-expression-function): New option.
827         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
828         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
829         `tool-bar' instead of `toolbar'.
831 2000-02-02  Dave Love  <fx@gnu.org>
833         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
834         emacs-lisp-mode-hook.  Don't check for defalias being defined.
836         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
837         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
838         the new builtins directly.
840         * whitespace.el (whitespace): Add :version to defgroup.
842         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
843         Doc fix.
845         * thingatpt.el (sexp-at-point, symbol-at-point)
846         (number-at-point, list-at-point): Add autoload cookie.
848         * recentf.el (recentf): Add :version to defgroup.
850         * quickurl.el (quickurl): Add :version to defgroup.
852         * elide-head.el (elide-head): Use point-marker more.
854         * bs.el (bs): Add :version to defgroup.
856         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
858         * progmodes/delphi.el (delphi): Add :version to defgroup.
860 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
862         * ange-ftp.el (ange-ftp-write-region): Handle case that
863         succeeding process operation sets a different coding system.
865         * calculator.el: New file.
867 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
869         * frame.el (frames-on-display-list, framep-on-display): New
870         functions.
871         (display-mouse-p, display-popup-menus-p, display-graphic-p)
872         (display-selections-p, display-screens, display-pixel-width)
873         (display-pixel-height, display-mm-width, display-mm-height)
874         (display-backing-store, display-save-under, display-planes)
875         (display-color-cells, display-visual-class): New functions.
877         * term/tty-colors.el (tty-color-gray-shades): New function.
879         * faces.el (display-color-p): Use framep-on-display.
880         (display-grayscale-p): New function.
882 2000-01-31  Dave Love  <fx@gnu.org>
884         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
885         (create-fontset-from-x-resource): Don't concat integers.
887 2000-01-31  Inge Frick  <inge@nada.kth.se>
889         * view.el: Some changes in documentation.  Removed some trailing
890         whitespace. Changed some parameter names to agree with
891         documentation.
892         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
893         window is not deleted.  Modifies change 1998-04-26.
895 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
897         * windmove.el: New file.
899         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
900         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
901         progmodes/ebnf-yac.el: Update copyright and license info.
903         * jit-lock.el (jit-lock-function): Widen before calculating end
904         position.
905         (jit-lock-stealth-chunk-start): Rewritten.
907         * info.el (Info-title-face-alist): Removed.
908         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
909         faces.
910         (Info-fontify-node): Use these faces.
912 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
914         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
915         (cl-macro-list1): Recognize `&allow-other-keys' instead of
916         `&allow-other-keywords'.
918         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
919         the list of directories scanned heuristically.
921         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
922         exist.
924 2000-01-30  Jason Rumney  <jasonr@gnu.org>
926         * w32-fns.el: Define w32-tty-standard-colors.
928         * startup.el (command-line): Use w32-tty-standard-colors when in
929         w32 console mode.
931 2000-01-30  Dave Love  <fx@gnu.org>
933         * jka-compr.el (jka-compr-load): Fix up load-history.
935         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
937         * emacs-lisp/cl-macs.el: Revert previous change.
939 2000-01-29  Dave Love  <fx@gnu.org>
941         * facemenu.el: Purecopy various strings.
943         * timezone.el (timezone-fix-time): Window against 69 for two-digit
944         years.  Deal with three-digit years.
946         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
947         defconst, purecopy.
948         (help-back-label): Purecopy it.
950 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
952         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
953         variable. If non-nil, order the buffer list according to the
954         currently selected frame.
955         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
956         non-nil, pass the selected frame to function buffer-list.
958 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
960         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
962 2000-01-28  Dave Love  <fx@gnu.org>
964         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
966         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
967         Don't use lisp-indent-hook property.
968         (cl-abs): Remove.
970         * subr.el: Move out indent and edebug specs for when and unless.
972         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
973         when, unless.
975         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
976         unless, when.
978 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
980         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
981         `collecting' as synonym for `collect'.
983         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
984         for the case it contains spaces.
986         * simple.el (what-cursor-position): Change formatting of
987         messages.
989         * frame.el (delete-other-frames): New function.
990         (toplevel): Bind it to C-x 5 1.
992         * sort.el (sort-numeric-base): New option.
993         (sort-numeric-fields): If number starts with `0' or `0[xX[',
994         interpret it as octal or hexadecimal.  Use sort-numeric-base
995         as default base.
997         * progmodes/glasses.el: New file.
999 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
1001         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1002         userids differently.
1004         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1005         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1006         progmodes/ebnf-yac.el: New files.
1008 2000-01-26  Dave Love  <fx@gnu.org>
1010         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1011         on a function with an empty body.  [From Eric Ludlam.]
1013 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
1015         * vc.el (vc-version-diff): Make sure file name is expanded.
1017 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
1019         * scroll-bar.el (scroll-bar-timer): Variable removed.
1020         (scroll-bar-toolkit-scroll): Don't use a timer.
1022 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
1024         * language/thai-util.el (thai-composition-function): Delete
1025         superfluous `a'.
1027 2000-01-24  Dave Love  <fx@gnu.org>
1029         * fortran.el (fortran-mode): Use beginning-of-defun-function,
1030         end-of-defun-function.
1032         * font-lock.el (turn-on-font-lock): Don't depend on window-system
1033         &c.
1035 2000-01-22  Jason Rumney  <jasonr@gnu.org>
1037         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1038         conflicts with new face support.
1040 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1042         * replace.el (query-replace): Rename last arg to DELIMITED.
1043         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1044         (query-replace-regexp): Likewise.
1046 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1048         * subr.el (with-syntax-table): Use make-symbol, not gensym.
1050         * emacs-lisp/lisp.el (beginning-of-defun-function):
1051         Variable renamed from beginning-of-defun.
1052         Do not call make-variable-buffer-local.
1053         (beginning-of-defun-raw): Use new variable name; doc fix.
1054         (beginning-of-defun): Doc fix.
1055         (end-of-defun-function): Variable renamed from end-of-defun.
1056         Do not call make-variable-buffer-local.
1057         (end-of-defun): Use new variable name; doc fix.
1059         * subr.el (dolist, dotimes): Copied from cl-macs.el
1060         and made to work.
1062         * mail/undigest.el (rmail-digest-end-regexps):
1063         Variable replaces rmail-digest-end-regexp.
1064         Allows multiple regexps for detecting the end line.
1065         (undigestify-rmail-message): Corresponding changes.
1067 2000-01-19  Dave Love  <fx@gnu.org>
1069         * files.el (user-init-file): Don't declare here -- is primitive.
1071         * startup.el (command-line): Check for compiled user-init-file and
1072         set to uncompiled version if necessary.
1074 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
1076         * mail/undigest.el (rmail-digest-end-regexp): New user option.
1077         (undigestify-rmail-message): Use it.
1079         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1081 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
1083         * tmm.el (tmm-goto-completions): Adapt to prompt being part
1084         of mini-buffer.
1086 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
1088         * emacs-lisp/copyright.el (copyright-update): Removed the
1089         requirement for a trailing space from `copyright-regexp', to
1090         support copyrights with owner specified on a separate line..
1092         * align.el: New file.
1094         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1096         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1098 2000-01-13  Dave Love  <fx@gnu.org>
1100         * ph.el: Removed.  (Obsoleted by EUDC.)
1102 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
1104         * net/eudc.el (toplevel): Remove autoloaded code installing
1105         menu with easymenu, because that causes build problems.
1107         * frame.el (frame-notice-user-settings): New variable.
1108         (frame-notice-user-settings): Don't modify frame parameters
1109         if called a second time.
1111 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1113         * frame.el (frame-notice-user-settings):
1114         Notice default-frame-parameters even for non-window frames.
1116 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
1118         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1119         for Emacs.
1120         (eudc-bob-can-display-inline-images): Extend for Emacs.
1121         (eudc-bob-toggle-inline-display): Ditto.
1122         (eudc-bob-display-jpeg): Ditto.
1124 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
1126         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1127         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1128         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
1130         * add-log.el (add-change-log-entry): Fix error trying an `(insert
1131         nil)'.
1133         * subdirs.el: Add `net' directory.
1135         * net: New directory.
1137         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
1138         eval-last-sexp.  Don't bind debug-on-error here.
1139         (eval-last-sexp): New function.  Bind debug-on-error if
1140         eval-expression-debug-on-error is non-nil.
1141         (eval-defun-2, eval-defun): Likewise.
1143         * simple.el (eval-expression): Don't bind debug-on-error if
1144         eval-expression-debug-on-error is nil.  Detect changed
1145         debug-on-error, and propagate new value to global binding, if
1146         eval-expression-debug-on-error is non-nil,
1147         (eval-expression-debug-on-error): Change doc string.
1149 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1151         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
1153         * emacs-lisp/lisp-mode.el (with-syntax-table):
1154         Set up lisp-indent-function property.
1156         * subr.el (with-syntax-table): Moved from simple.el.
1158         * simple.el (with-syntax-table): Moved to subr.el.
1160 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
1162         * tmm.el (tmm-shortcut): Delete region after prompt instead
1163         of erasing buffer.
1165         * textmodes/fill.el (fill-common-string-prefix): New function.
1166         (fill-context-prefix): Use the longest common prefix of first
1167         and second line fill prefix, if there is one.
1169 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1171         * array.el (array-mode): Don't use make-variable-buffer-local.
1172         Use make-local-variable for `truncate-lines'.
1174 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
1176         * add-log.el (add-log-current-defun): Handle user-defined
1177         add-log-current-function returning nil,
1179         * add-log.el (add-change-log-entry): Insert version number
1180         if having found a current function
1182         * add-log.el (add-log-current-defun): Call
1183         `add-log-current-defun-function'.  Try matches at level 0 and
1184         level 1.  Strip whitespace from defun found.
1186 2000-01-10  John Wiegley  <johnw@gnu.org>
1188         * allout.el (isearch-done/outline-provisions): Added `edit'
1189         argument to correspond with the current definition of
1190         `isearch-done'.
1192 2000-01-10  Dave Love  <fx@gnu.org>
1194         * elide-head.el (elide-head): Use point-marker, not point.
1196 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
1198         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
1199         before and after the year 2000.
1201         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
1202         Add ispell- prefix.
1204 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
1206         * ispell.el:  Only define dictionaries in menus when they exist.
1207         (version18p): New variable.
1208         (version20p): New variable.
1209         (xemacsp): New variable.
1210         (ispell-choices-win-default-height): Fix for XEmacs visibility.
1211         (ispell-dictionary-alist1): Added Brasileiro dictionary.
1212         (ispell-dictionary-alist6): Russian command lines no longer accept
1213         run-together words.
1214         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
1215         (ispell-dictionary-alist): Add koi8-r to customize definition.
1216         (check-ispell-version): Added documentation string.  Returns
1217         library path when called non-interactively.
1218         (ispell-menu-map-needed): Uses new variables.
1219         (ispell-library-path): New variable.
1220         (ispell-decode-string): XEmacs fix for bogus variable bindings.
1221         (ispell-word): Improved documentation string.  Test for valid
1222         character mappings.  Correctly check typed in word changes that can
1223         result in single words split into multiple words.  Returns
1224         replacement word.
1225         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
1226         replace in recursive query replace mode.  Help message for
1227         recursive edit mode.
1228         (ispell-show-choices): Protect against bad framepop bindings.
1229         (ispell-help): Fix to work with XEmacs.
1230         (ispell-highlight-spelling-error): Use new variables.
1231         (ispell-overlay-window): Fix to work with XEmacs.
1232         (ispell-parse-output): Passed and returns location information
1233         tracking spelling corrections.  Doesn't recheck same word on
1234         current line.
1235         (ispell-init-process): Protect against bogus XEmacs variable binding.
1236         Fix call to single argument in sleep-for.  Use new variables.
1237         (ispell-region): Passed and returns location information tracking
1238         spelling corrections.  Doesn't check same word on current line.
1239         Improved documentation string.  Doesn't resend a line already
1240         checked to the ispell process - fixes bug in LaTeX parsing.
1241         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
1242         (ispell-skip-region): No longer skips <TT> in SGML.
1243         (ispell-process-line): Tracks location information with spelling
1244         corrections.  Added documentation string.  Accounts for words
1245         already accepted on this line.  Don't allow query-replace on line
1246         starting with math characters.  Doesn't resend a line already sent
1247         to ispell process.  Fixes alignment error bug.
1249 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1251         * dired-x.el (dired-guess-shell-alist-default):
1252         Suggest xloadimage, which is free, not xv, which isn't.
1254         * ange-ftp.el (ange-ftp-file-name-nondirectory):
1255         Don't ever include the host name or user name in the value.
1257 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
1259         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
1260         of a real newline.
1262 2000-01-09  Stephen Eglen  <stephen@gnu.org>
1264         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
1265         for .png files.
1267 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
1269         * cus-edit.el (custom-hook-convert-widget): Fix comment.
1271 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
1273         * progmodes/cperl-mode.el: Replace ^F with ^L.
1275         * sendmail.el (toplevel): Provide `sendmail' when compiling
1276         before `require'ing rmail and mailalias to prevent infinite
1277         recursion.
1279 2000-01-08  Dave Love  <fx@gnu.org>
1281         * emacs-lisp/backquote.el: Remove inappropriate customization
1282         (allowing custom.el to use backquote).
1284 2000-01-07  Dave Love  <fx@gnu.org>
1286         * add-log.el (add-log-debugging): Deleted.
1287         (add-change-log-entry): Treat a backup FILE-NAME as its parent
1288         file.  Remove debugging code.
1289         (change-log-get-method-definition, change-log-name): Add doc.
1290         (change-log-sortable-date-at): New function.
1291         (change-log-merge): New command.
1293         * time.el (display-time-string-forms): Make the Mail string active.
1294         (display-time-update): Provide help-echo for load average.
1296         * bindings.el (make-mode-line-mouse2-map): New function.
1297         (mode-line-modified): Use it and simplify.
1298         (mode-line-mule-info): Provide help-echo info.
1299         (minor-mode-alist): Activate the strings.
1300         (make-mode-line-mouse-sensitive): Simplify for
1301         mode-line-buffer-identification.
1303 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
1305         * play/pong.el: New file.
1307 2000-01-06  Dave Love  <fx@gnu.org>
1309         * array.el: Assorted cleanups for compiler warnings, doc strings,
1310         `array-' prefix for symbols.
1312 2000-01-05  Dave Love  <fx@gnu.org>
1314         * textmodes/outline.el (outline-mode-menu-bar-map): Add
1315         outline-headers-as-kill.
1316         (outline-mode): Define imenu-generic-expression.
1317         (outline-headers-as-kill): New command.
1319         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
1320         from paragraph-start.
1321         (paragraph-indent-minor-mode): New command.
1323         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
1324         M-C-e, M-C-h, C-j, C-xnd, TAB.
1325         (fortran-mode): Set beginning-of-defun, end-of-defun.
1326         (fortran-column-ruler): Simplify.
1327         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
1328         (fortran-with-subprogram-narrowing): Likewise.
1329         (fortran-indent-subprogram): Call mark-defun.
1330         (fortran-check-for-matching-do): Change narrowing.
1332         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
1333         (cl-lucid-hash-tag): Delete.
1334         (cl-hash-table-p): Correct test for native table.
1335         (cl-hash-table-count): Use hash-table-count.
1337         * browse-url.el (browse-url): Fix case of
1338         browse-url-browser-function being an alist.
1340 2000-01-05  Carsten Dominik  <cd@gnu.org>
1342         * textmodes/reftex-vars.el (reftex-parse-file-extension)
1343         (reftex-index-phrase-file-extension): New options.
1345         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
1346         Use new option `reftex-index-phrase-file-extension'.
1348         * textmodes/reftex.el (reftex-access-parse-file): Use new option
1349         `reftex-parse-file-extension'.
1351 2000-01-05  Dave Love  <fx@gnu.org>
1353         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
1354         (beginning-of-defun-raw): Use it.
1355         (end-of-defun): New variable.
1356         (end-of-defun): Use it.
1357         (check-parens): New command.
1359 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1361         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
1362         (hs-show-block): Don't use `mapcar' when not accumulating.
1364         Fix buglet in local variables initialization.
1366 2000-01-05  Andreas Schwab  <schwab@suse.de>
1368         * hscroll.el (hscroll): Doc fix.
1370 2000-01-05  Carsten Dominik  <cd@gnu.org>
1372         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
1373         idlw-toolbar.
1375         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
1376         file idlw-rinfo.el.
1377         (idlwave-customize): load must read file idlw-shell.el.
1378         (idlwave-create-customize-menu): load must read file idlw-shell.el.
1380 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
1382         * progmodes/idlw-shell.el: Also provide idlwave-shell
1383         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
1384         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
1386         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
1387         both reftex-dcr and reftex-vcr.
1389         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
1391 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1393         * ps-print.el: PostScript code now is in separate files, doc fix.
1394         (ps-print-version): New version number (5.0.3).
1395         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
1396         local.
1397         (ps-spool-config): Initialization fix.
1398         (ps-print-prologue-1, ps-print-prologue-2)
1399         (ps-print-duplex-feature): PostScript code moved to separated file.
1400         (ps-background-image): Little code reformating.
1401         (ps-begin-file, ps-begin-job): Fix code.
1402         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
1403         (ps-prologue-file): New fun.
1405 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1407         * ps-vars.el: Eliminated.
1409         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
1410         `;;;###autoload'.
1412         * ps-print.el: ps-vars eliminated, doc fix.
1413         (ps-print-version): New version number (5.0.2).
1414         (ps-spool-config): Initialization fix.
1415         (ps-print-customize): New fun.
1417 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
1419         * autorevert.el (auto-revert-mode): Return value of
1420         auto-revert-mode.
1422 2000-01-04  Dave Love  <fx@gnu.org>
1424         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
1425         menu items.
1427 2000-01-03  Dave Love  <fx@gnu.org>
1429         * elide-head.el (elide-head) [defgroup]: Add :version.
1431         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
1432         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
1433         `cl-hash-table-p', not `hash-table-p'.
1434         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
1436 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1438         * faces.el (face-read-integer, read-face-attribute)
1439         (color-defined-p, color-values): unspecified-{f,b}g are now
1440         strings.
1442 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1444         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
1445         at comment end, and re-insert them after filling.
1447 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1449         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
1450         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
1451         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
1453 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1455         * term/x-win.el (xw-defined-colors): Call color-supported-p,
1456         the new name of face-color-supported-p.
1458         * term/w32-win.el (xw-defined-colors): Likewise.
1460 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1462         * simple.el (completion-setup-function): Count completion-size
1463         from minibuffer-prompt-end, not from point-min.
1465 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
1467         * faces.el (read-face-attribute, defined-colors, color-defined-p):
1468         Pass the frame to tty-color-* functions.
1469         (display-color-p, frame-set-background-mode): Pass the frame to
1470         tty-display-color-p.
1472         * term/tty-colors.el (tty-defined-color-alist): Renamed from
1473         tty-color-alist.
1474         (tty-color-alist, tty-modify-color-alist): New functions.
1475         (tty-color-define,  tty-color-clear, tty-color-approximate)
1476         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
1477         an optional parameter FRAME.
1479 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
1481         * image.el (create-image, defimage): Don't assume image data is a
1482         string.
1484         * image.el (defimage): Handle specifications containing :data
1485         instead of :file.
1486         (image-type-from-data): New function.
1487         (image-type-from-file-header): Use it.
1488         (create-image): Add parameter DATA-P.
1490 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1492         * echistory.el (electric-command-history): Call Command-history-setup
1493         and command-history-mode using their new conventions.
1495         * chistory.el (Command-history-setup): Don't switch buffers.  Take
1496         no args, and do not set major-mode, mode-name or the local map.
1497         (command-history-mode): New function, does some of those things
1498         Command-history-setup used to do.
1499         (list-command-history): Call command-history-mode, not
1500         Command-history-setup.
1501         (command-history): Renamed from command-history-mode.
1503 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1505         * arc-mode.el (archive-mode-map): Bind q to quit-window.
1507 1999-12-31  William M. Perry  <wmperry@aventail.com>
1509         * image.el (defimage): Images with the `:data' keyword should be
1510         considered valid as well.
1512 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1514         * dired.el (dired-get-filename): Don't call file-name-absolute-p
1515         with FILE if FILE is nil.
1517 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1519         * simple.el (choose-completion-string): In minibuffer,
1520         do not delete the prompt string.
1522 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
1524         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
1525         assigned to mode-line-mode-menu because bindings.el is dumped with
1526         Emacs, and thus the lists used for menu-item definition will be
1527         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
1528         like pure menu item definitions.
1530         * expand.el (expand-abbrev-hook): Return t if expansion was
1531         done, nil otherwise.
1533 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1535         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
1536         (tar-quit): Function deleted.
1538 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1540         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
1541         was used but not declared.
1543         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
1544         hs-find-block-beginning): Add or modify docstrings.
1546         (hs-isearch-show): Rewrite.
1548 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
1550         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
1552         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
1553         space in front of a C-style comment end.
1555 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
1557         * startup.el (command-line-1): Make mode line mouse-sensitive for
1558         the MS-DOS version as well.
1560 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
1562         * bs.el: New file.
1564 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1566         * textmodes/ispell.el (ispell-process-line):
1567         Add local var line-offset to adjust for the change
1568         in positions within the line, due to previous replacements.
1570 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1572         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1573         Doc fixes.
1575 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
1577         * add-log.el (change-log-version-number-regexp-list)
1578         (change-log-version-info-enabled): Change :version to 21.1.
1579         (toplevel): Require CL when compiling.
1581 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
1583         * add-log.el (change-log-version-number-regexp-list): Added tag
1584         :version 20.6
1585         (change-log-version-info-enabled): Added tag :version 20.6
1587 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
1589         * add-log.el: More general version number search with
1590         user-configurable regexp list.
1591         (change-log-version-number-regexp-list): New user variable.
1592         (change-log-find-version): Rewritten.  Use user-configurable
1593         version numbering regexp list
1594         change-log-version-number-regexp-list.
1595         (change-log-find-version): Renamed to
1596         change-log-version-number-search
1597         (add-log-file-name-function): New.
1598         (change-log-search-vc-number): Added END paramaeter.  Added doc
1599         string to function.
1600         (change-log-version-rcs): Renamed.  Was
1601         change-log-search-vc-number.
1603 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1605         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
1606         overlays if they interfere.
1607         (compilation-find-file): Make intangible overlays tangible.
1609         * progmodes/hideshow.el: Generally, synch w/ maintainer
1610         version 5.9.
1612         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
1614         (hs-minor-mode-hook): Don't initialize.
1616         (hs-special-modes-alist): Rewrite value and docstring.
1618         (hs-minor-mode-prefix): Delete unused var.
1620         (hs-block-start-mdata-select): New var, buffer local.
1622         (hs-headline): New var.
1624         (hs-match-data, hs-forward-sexp): New funcs.
1626         (hs-hide-comment-region): New func.
1628         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
1629         hs-safety-is-job-n, hs-hide-initial-comment-block,
1630         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
1631         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
1632         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
1633         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
1634         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
1636         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
1637         (hs-isearch-show-temporary): New funcs.
1639         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
1641         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
1643         When constructing menu, use `[(shift button2)]' notation.
1645 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1647         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
1648         (jka-compr-compression-info-list): Add new elt to each vector.
1649         (jka-compr-write-region): Don't compress the data if it is
1650         already compressed.
1652         * jka-compr.el (jka-compr-really-do-compress): New variable.
1653         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
1654         if visiting.
1655         (jka-compr-write-region): Set jka-compr-really-do-compress
1656         if visiting.  Test it when deciding to compress.
1658 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
1660         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
1661         with third argument t.
1663 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1665         * antlr-mode.el: Version 1.2 is released.
1666         (antlr): This package has a web page.
1668 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1670         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
1671         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
1672         (antlr-mode-map): New binding [C-c C-c].
1673         (antlr-mode-menu): New entries.
1675 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1677         * antlr-mode.el: Respect Emacs conventions.
1678         ((require 'cl)): Only use during compilation.
1679         (antlr-language-for-option): New function to avoid using `find'.
1680         (antlr-mode): Use it.
1681         (antlr-with-syntax-table): Define new instead using XEmacs' one.
1682         (antlr-imenu-create-index-function): Change accordingly.
1683         (antlr-inside-rule-p): Ditto.
1684         (antlr-end-of-rule): Ditto.
1685         (antlr-end-of-body): Ditto.
1686         (antlr-beginning-of-rule): Ditto.
1687         (antlr-indent-line): Ditto.
1689 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1691         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
1692         (antlr-set-tabs): Don't use hard-coded values.
1694         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
1695         won't be possible without a huge time penalty.
1696         (antlr-skip-exception-part): Be more specific.
1697         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
1698         Renamed from `antlr-skip-grammar-header'.
1699         (antlr-next-rule): Change accordingly.
1700         (antlr-end-of-body): Ditto.  Better error message.
1701         (antlr-beginning-of-body): Better error message.
1702         (antlr-imenu-create-index-function): Skip rule action prelude.
1704         * antlr-mode.el: Minor syntax highlighting changes.
1705         (antlr-font-lock-default-face): Deletia.
1706         (antlr-font-lock-tokendef-face): Changed color.
1707         (antlr-font-lock-tokenref-face): Changed color.
1708         (antlr-font-lock-literal-face): Changed color.
1709         (antlr-font-lock-additional-keywords): Minor changes.
1711 1999-12-20  Carsten Dominik  <cd@gnu.org>
1713         * progmodes/idlwave.el: New file.
1715         * progmodes/idlwave-rinfo.el: New file.
1717         * progmodes/idlwave-shell.el: New file.
1719         * progmodes/idlwave-toolbar.el: New file.
1721         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
1723 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
1725         * progmodes/cwarn.el: New file.
1727 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
1729         * bindings.el (completion-ignored-extensions): Add .pdf.
1731 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
1733         * version.el: Put the version info into binary on MS-DOS as well.
1735 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
1737         * emacs-lisp/debug.el (debugger-continue): Don't continue if
1738         debugger-may-continue is nil.
1740 1999-12-18  Dave Love  <fx@gnu.org>
1742         * emacs-lisp/cl-macs.el: Remove conditional definition of
1743         eval-when-compile.  Don't specify abs, expt, gethash,
1744         hash-table-count, hash-table-p as side-effect-free here.
1745         (cl-emacs-type): Don't declare.
1746         (cl-compile-time-init): Remove Emacs 18 compiler patch.
1747         (cl-parse-loop-clause): Remove compatibility code.
1749         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
1750         (side-effect-free-fns): Add gethash, hash-table-count.
1751         (side-effect-and-error-free-fns): Add hash-table-p.
1753         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
1754         `cl-' to autoload names for some hash functions.  Don't autoload
1755         eval-when-compile.  Don't provide mini-cl.
1756         (cl-emacs-type): Remove.
1757         (cl-map-extents): Remove compatibility code.
1759         * emacs-lisp/float.el: Bind free variables.
1761         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
1763 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
1765         * bindings.el (completion-ignored-extensions): Add .tfm.
1767 1999-12-16  Dave Love  <fx@gnu.org>
1769         * faces.el (set-face-attribute): Purecopy the attributes set.
1771         * custom.el (custom-declare-variable): Purecopy value.
1773         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
1774         (byte-extrude-byte-code-vectors): Use remprop.
1775         (byte-compile-lambda): Check that arg is a lambda.
1777 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
1779         * font-lock.el: System for adding and removing keywords.
1780         Both local (previously added keyword) and global keywords
1781         can be removed.
1782         (font-lock-remove-keywords): New user-level function.
1783         (font-lock-update-removed-keyword-alist): New internal function.
1784         (font-lock-removed-keywords-alist): New variable.
1785         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
1786         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
1787         growing datastructures.
1788         (font-lock-set-defaults): Removes keywords stored in
1789         `font-lock-removed-keywords-alist' after local keywords added.
1791 1999-12-16  Anders Lindgren  <andersl@andersl.com>
1793         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
1794         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
1796         * font-lock.el (c-keywords): Only highlight preprocessor
1797         directives when spelled correctly.
1799         * font-lock.el (font-lock-match-c++-structor-declaration,
1800         c++-keywords): Fontify constructors and destructors with function
1801         face inside C++ class declarations.
1803 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
1805         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
1806         the shell from sh-shell-file.
1808         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
1810 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
1812         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
1813         if one of the files specified cannot be accessed by
1814         file-attributes.  Do not strip any leading directories from the
1815         file names, to behave more like `ls' does.
1817         * dired.el (dired-get-filename): Handle absolute file names.
1818         (dired-readin-insert): If argument is a cons, don't print
1819         "wildcard" on the ``total'' line.
1821 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
1823         * faces.el (face-read-integer, read-face-attribute)
1824         (color-defined-p, color-values): Allow color values unspecified-fg
1825         and unspecified-bg, handle them as unspecified.
1827 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
1829         * textmodes/reftex.el: (reftex-compile-variables): respect new
1830         structure of `reftex-index-macro'
1831         (reftex-compile-variables): Use the changed structure of
1832         `reftex-label-alist'.
1834         * textmodes/reftex-vars.el (reftex-index-math-format,
1835         (reftex-toc-max-level): New option.
1836         reftex-index-phrases-search-whole-words,
1837         reftex-index-phrases-case-fold-search,
1838         reftex-index-phrases-skip-indexed-matches,
1839         reftex-index-phrases-wrap-long-lines,
1840         reftex-index-phrases-sort-prefers-entry,
1841         reftex-index-phrases-sort-in-blocks): New options.
1842         (reftex-index-macros): Option structure changed.
1843         (reftex-index-macros-builtin): Added `repeat' item to each entry.
1844         (reftex-label-alist): Additional item in each entry to specify if
1845         the environment should be listed in the TOC.
1846         (eval-when-compile (require 'cl)) added.
1848         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
1849         longer deals with "repeat".
1850         (reftex-index): "repeat property in `reftex-index-macro-alist' is
1851         now used.
1852         (reftex-index-phrases-comment-regexp,
1853         reftex-index-phrases-macrodef-regexp,
1854         reftex-index-phrases-phrase-regexp1,
1855         reftex-index-phrases-phrase-regexp2,
1856         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
1857         New constants.
1858         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
1859         reftex-index-phrases-font-lock-keywords,
1860         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
1861         reftex-index-phrases-restrict-file): New variables.
1862         (reftex-index-phrase-selection-or-word,
1863         reftex-index-visit-phrases-buffer,
1864         reftex-index-initialize-phrases-buffer,
1865         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
1866         reftex-index-next-phrase, reftex-index-this-phrase,
1867         reftex-index-all-phrases, reftex-index-region-phrases,
1868         reftex-index-phrases-parse-header,
1869         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
1870         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
1871         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
1872         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
1873         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
1874         reftex-index-make-replace-string,
1875         reftex-query-index-phrase-globally, reftex-query-index-phrase,
1876         reftex-index-phrase-match-is-indexed,
1877         reftex-index-phrases-fixup-line,
1878         reftex-index-phrases-replace-space,
1879         reftex-index-select-phrases-macro): New functions.
1880         (reftex-index-globalize, reftex-index-globally): functions removed
1881         (eval-when-compile (require 'cl)) added.
1883          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
1884          for max level.
1885          (reftex-toc-max-level-indicator): New variable.
1886          (reftex-toc-max-level): New command.
1887          (reftex-toc-map): New keybinding `t'.
1888          (reftex-toc-help): Constant updated.
1889          (eval-when-compile (require 'cl)) added.
1891          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
1892          `t' command key can change `reftex-toc-max-level'
1893          (eval-when-compile (require 'cl)) added.
1895          * textmode/reftex-sel (reftex-insert-docstruct): Respect
1896          `reftex-toc-max-level'
1897          (eval-when-compile (require 'cl)) added.
1899          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
1900          added.
1902          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
1903          added.
1905          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
1906          commands.
1907          (reftex-citation, reftex-do-citation,
1908          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
1909          preselect a citation format.
1910          (eval-when-compile (require 'cl)) added.
1912          * textmodes/reftex-parse.el (reftex-context-substring): Optional
1913          parameter to-end
1914          (reftex-section-info): Deal with environment matches.
1915          (eval-when-compile (require 'cl)) added.
1917          * reftex-global.el (eval-when-compile (require 'cl)) added.
1919 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
1921         The following changes are for the new composition mechanism.  We
1922         have deleted `composition' charset and composite characters,
1923         instead introduced a special text property `composition'.
1925         * composite.el: New file.
1927         * ps-mule.el: Define encode-composition-rule and find-composition
1928         for Emacs 20.4 and the earlier versions.
1929         (ps-mule-init-external-library): Just require a feature for
1930         external libraries.
1931         (ps-mule-prologue): Postscript code modified for new composition.
1932         (ps-mule-find-wrappoint): New arg COMPOSITION.
1933         (ps-mule-plot-string): Delete code for composite characaters.
1934         (ps-mule-plot-composition): New funcion.
1935         (ps-mule-prepare-font-for-components): New function.
1936         (ps-mule-plot-components): New function.
1937         (ps-mule-composition-prologue-generated): Renamed from
1938         ps-mule-cmpchar-prologue-generated.
1939         (ps-mule-composition-prologue): New named from
1940         ps-mule-cmpchar-prologue.  Modified for new composition.
1941         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
1942         ps-mule-prepare-cmpchar-font): Deleted.
1943         (ps-mule-string-encoding): New arg NO-SETFONT.
1944         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
1945         check Composing, not Cmpchar
1946         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
1947         to nil.
1948         (ps-mule-begin-job): Check existence of new composition.
1950         * ps-print.el (ps-plot-region): Handle new composition.
1952         * simple.el (what-cursor-position): Show "(composed)" if the
1953         character is composed.
1955         * international/characters.el: Fix cateogries of Lao symbols.
1957         * international/fontset.el (vertical-centering-font-regexp): New
1958         variable.
1960         * international/mule.el (mule-version): Updated to 5.0 (AOI).
1961         (mule-version-date): Updated to 1999.12.7.
1962         (with-category-table): New macro.
1964         * international/mule-cmds.el (encode-coding-char): Don't check
1965         composite character.
1967         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
1968         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
1969         x-ctext): Give `composition' property t.
1971         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
1972         non-nil) at the tail of ALIST.
1973         (compose-region, decompose-region, decompse-string,
1974         reference-point-alist, compose-chars): Moved to composite.el.
1975         (compose-chars-component, compose-chars-rule,
1976         decompose-composite-char): Deleted.
1978         * international/quail.el (quail-install-map): New optional arg
1979         NAME.
1980         (quail-get-translation): If DEF is a symbol but not a function,
1981         ignore it.
1982         (quail-start-translation): Put a key sequence undefined in the
1983         translation keymap in unread-command-events, not generated-events.
1984         Return parameterized event (compose-last-chars N) if the input
1985         characters should be composed.
1986         (quail-map-definition): If DEF is t, treat it as nil.
1987         (quail-delete-last-char): Delete the quail region.
1988         (quail-show-translations): Don't show list of translations if the
1989         quail package is deterministic.
1990         (quail-completion-max-depth): New variable.
1991         (quail-completion-1): Pay attention to the above variable.  Fix
1992         for the case that a translation is a function.
1993         (quail-map-from-table, quail-map-from-table-1,
1994         quail-map-from-table-2): New functions.
1995         (quail-lookup-map-and-concat): New function
1997         * language/devan-util.el: Mostly rewritten.
1999         * language/lao.el: Register lao-composition-function in
2000         composition-function-table.
2002         * language/lao-util.el: Mostly rewritten.
2004         * language/thai.el: Register thai-composition-function in
2005         composition-function-table.
2006         (thai-tis620): Delete `pre-write-conversion' property.
2008         * language/thai-util.el: (thai-category-table): Make it by
2009         make-category-table.
2010         (thai-composition-pattern): New variable.
2011         (thai-compose-region, thai-compose-string): Use
2012         with-category-table.
2013         (thai-post-read-conversion): Just call thai-compose-region.
2014         (thai-pre-write-conversion): Deleted.
2015         (thai-composition-function): New funciton.
2017         * language/tibet-util.el: Most functions rewritten.
2018         (tibetan-char-p): Renamed from tibetan-char-examin.
2019         (tibetan-composable-examin) (tibetan-complete-char-examin)
2020         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2021         (tibetan-add-components): New function.
2022         (tibetan-composition-function): New function.
2024         * language/tibetan.el: Register tibetan-composition-function in
2025         composition-function-table.
2026         (tibetan-composable-pattern): New variable.
2027         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2028         (tibetan-precomposition-rule-alist): Move punctuations to
2029         tibetan-punctuation-transcription-alist and
2030         tibetan-obsolete-glyphs.
2031         (tibetan-punctuation-transcription-alist): New variable.
2032         (tibetan-obsolete-glyphs): New variable.
2033         (tibetan-regexp): Improve the initialization code.
2035         * textmodes/fill.el (fill-find-break-point): Delete codes for
2036         composite characters.
2037         (fill-region-as-paragraph): Likewise.
2039 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
2041         * international/mule-cmds.el (default-input-method): Specify
2042         that it should be set after current-language-environment.
2044         * custom.el (custom-handle-keyword): Add :set-after.
2045         (custom-add-dependencies): New function.
2046         (custom-set-variables): Take dependencies between args into
2047         account.
2049         * battery.el (battery): Doc fix.
2051 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
2053         * progmodes/cc-make.el: Removed.
2055 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2057         * Release of cc-mode 5.26
2059 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2061         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2062         target depth.  Optionally count #else lines as clause limits,
2063         as suggested by don provan <provan@lucent.com>.  #elif
2064         handling fixed.
2066         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2067         (c-down-conditional-with-else): New commands that uses the
2068         added functionality in `c-forward-conditional'.
2070 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2072         * cc-align.el (c-lineup-comment): Preserve the alignment with
2073         a comment on the previous line instead of preserving the
2074         comment-column.
2076 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2078         * Fixes to IDL mode after input from Eric Eide
2079         <eeide@cs.utah.edu>:
2080         * cc-engine.el (c-beginning-of-statement-1): Allow
2081         `c-conditional-key' to be nil, for the benefit of IDL mode.
2082         * cc-engine.el (c-guess-basic-syntax): Ditto.
2083         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
2084         but do match CORBA 2.3 `valuetype'.
2085         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
2086         for IDL.
2087         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
2088         be nil for IDL.
2089         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2090         Like C++.
2091         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
2092         set `c-method-key' and `c-baseclass-key' to nil.
2094 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2096         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2097         with nonhanging open braces.
2099 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2101         * cc-align.el: Added docstrings to all lineup functions.
2103         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2104         keyword.
2106         * cc-align.el (c-lineup-C-comments): Handle free form text
2107         comments.  Use c-comment-prefix-regexp and comment-start-skip
2108         instead of hardcoded regexps.
2110 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2112         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2113         behavior and return value as documented.
2115 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2117         * Changes for new style variable init system:
2118         * cc-langs.el (c-common-init): Dito.
2119         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2120         now customizable.
2121         * cc-vars.el: Style variables may now take a value
2122         'set-from-style to make them take their value from the style
2123         system. This value is now the default on all these variables.
2124         * cc-vars.el (c-valid-offset): New function to verify a
2125         syntactic symbol offset setting.
2126         * cc-vars.el (c-offsets-alist): Variable moved from
2127         cc-styles.el since it's now customizable in a similar way to
2128         the other style variables.
2129         * cc-vars.el (c-old-style-variable-behavior): New variable to
2130         revert to the old style init behavior.
2132         * cc-vars.el (c-file-style, c-file-offsets): Made always
2133         buffer local.
2135         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
2136         the throws clause that might follow the function prototype in
2137         C++.
2139 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2141         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
2142         could move forward for macros that doesn't start in column 0.
2144 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2146         * cc-align.el (c-indent-multi-line-block,
2147         c-lineup-whitesmith-in-block): Two new lineup functions for
2148         use in whitesmith style.
2150         * cc-styles.el (c-style-alist): More fixes to whitesmith
2151         style.  It should now handle all different braces uniformly in
2152         both hanging and non-hanging cases.
2154 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2156         * cc-cmds.el (c-indent-exp): Use a marker to save point to
2157         make it stay in the same position relative to the surrounding
2158         text.
2160         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
2161         when adaptive-fill-mode doesn't manage to get it correct.
2163         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
2164         with dotted notation, e.g. foo.bar.Gnu.
2166         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
2167         within unwind-protect (previously only some were wrapped so it
2168         would be possible to register mode initialization when full
2169         initialization did not finish).
2171         * cc-styles.el (c-style-alist): Corrected the brace placement
2172         in the whitesmith style.  Thanks to Sean Luke
2173         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
2174         styles with consistent brace placement for all constructs.
2176 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2178         * cc-cmds.el (c-context-line-break): Continue C++ comments too
2179         when point is in the middle of them.
2181         * cc-cmds.el: Line breaking and paragraph filling code
2182         rewritten:
2183         (c-guess-fill-prefix): New function that uses various
2184         heuristics to guess the comment prefix.
2185         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
2186         It now assumes adaptive filling is active to preserve the line
2187         prefix inside comments.
2188         (c-indent-new-comment-line): Replacement for the now
2189         obsolete `c-comment-line-break-function' that uses
2190         `c-guess-fill-prefix' when appropriate.  It now observes the
2191         setting of `comment-multi-line', which has effect in C-style
2192         block comments.
2194         * cc-cmds.el (c-context-line-break): New function intended to
2195         be put on RET.  It's essentially `newline-and-indent', but
2196         continues C block comments with the appropriate line prefix.
2198         * cc-cmds.el (c-do-auto-fill): New function put on
2199         `normal-auto-fill-function' to implement the
2200         `c-ignore-auto-fill' variable.
2202         * cc-cmds.el (c-beginning-of-statement): Use
2203         `c-comment-prefix-regexp' to avoid ending up inside the
2204         comment prefix.  Better handling of comment starters and
2205         enders. Catch comments better when traversing code.  Stop at
2206         preprocessor directives.
2208         * cc-defs.el (c-forward-comment): New subst to hide platform
2209         dependent quirks in `forward-comment'.
2211         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
2212         argument.
2213         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
2214         arguments. Activate this function by default when
2215         `parse-partial-sexp' supports it (currently Emacs 20.x).
2217         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
2218         on the comment opener to make constants usable as lineup
2219         arguments.
2221         * cc-align.el (c-lineup-C-comments): Fixes to handle the
2222         changed anchor position in the `c' syntactic symbol.  Handle
2223         more than stars in the comment prefix; use the new variable
2224         `c-comment-prefix-regexp'.  Don't indent text not preceded by
2225         a comment prefix to the right of the comment opener if it's
2226         long.
2228         * cc-langs.el: Fixes to mode initialization for new line
2229         breaking and paragraph filling method.  Adaptive fill mode is
2230         now activated at startup instead of deactivated.  The
2231         variables used for adaptive filling and paragraph movement are
2232         also changed to incorporate the value of
2233         `c-comment-prefix-regexp'.  `substitute-key-definition' is
2234         used to override some functions in the global map instead of
2235         overriding their default bindings.
2237         * cc-mode.el (java-mode): Modify `paragraph-start' for the
2238         javadoc markup at mode init.
2240         * cc-mode.el (c-setup-filladapt): A new convenience function
2241         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
2242         function is intended to be used explicitly by the end user
2243         only.
2245         * cc-vars.el (c-comment-prefix-regexp): New variable used to
2246         recognize the comment fill prefix inside comments.
2247         (c-block-comment-prefix): New name for
2248         `c-comment-contiuation-stars', which is now obsolete.  It's
2249         generalized to handle any character sequence.
2250         (c-ignore-auto-fill): New variable used to selectively disable
2251         Auto Fill mode in specific contexts.
2253 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2255         * cc-cmds.el (c-comment-indent): Leave at least one space
2256         between the comment and the last nonblank character in the
2257         case where we look at the indentation of the comment on the
2258         previous line (case 4).
2260         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
2261         list of characters that may start a statement (it's a sort of
2262         prefix operator in Pike, and isn't used at all in any of the
2263         other languages).
2265 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2267         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
2268         inside continued statements as statement-cont instead of
2269         brace-list-open.  The reason is that one normally adjusts
2270         brace-list-open for brace lists as top-level constructs, and
2271         brace lists inside statements is a completely different
2272         context.  Case 10B.2 changed.  Also changed (the somewhat
2273         esoteric) case 9A to cope with this.
2275 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2277         * cc-cmds.el (c-electric-brace): Added electric handling of
2278         the open brace for brace-elseif-brace.
2280 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2282         * cc-defs.el (c-with-syntax-table): New macro to easily switch
2283         syntax tables temporarily.
2285         * cc-engine.el (c-guess-basic-syntax): Handle template and
2286         member init argument lists split over several lines.  Case 5D
2287         changed.
2289         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
2290         @throws introduced in Javadoc 1.2.
2292         * cc-menus.el (cc-imenu-java-generic-expression): Applied
2293         patch from RMS to avoid infinite backtracking.
2295 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2297         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
2298         by [ ].
2300 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2302         * cc-align.el (c-lineup-dont-change): Compensate properly for
2303         the column in langelem.
2305         * cc-engine.el (c-syntactic-information-on-region): New
2306         function to help debugging the syntactic analysis.
2308 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2310         * cc-align.el (c-lineup-template-args): Handle nested template
2311         arglists.
2313         * cc-langs.el (c++-template-syntax-table): New syntax table
2314         that makes `<' and `>' parenthesis characters, which is useful
2315         to switch to temporarily when analyzing template arglists.
2317         * cc-styles.el: Changed default alignment of labels in the
2318         java style to conform to the examples in the Java Language
2319         Specification.
2321         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
2322         by default.
2324 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2326         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
2327         immediately before the closing paren in an arglist, so don't
2328         check that in Pike mode.  Case 7A changed.
2330 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2332         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
2333         lines were ignored under certain conditions.
2335 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2337         * cc-align.el (c-lineup-template-args): New function for
2338         aligning continued template argument lists.
2340         * cc-engine.el (c-guess-basic-syntax): Fix for member init
2341         lists containing function arglists split over several lines.
2342         Case 5D.1 changed.
2344         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
2345         template-args-cont didn't get recognized when the first
2346         arglist opener line doesn't contain a template argument.  New
2347         case 5K.
2349 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2351         * cc-defs.el (c-point): Changed from subst to macro for
2352         efficiency.
2353         (c-beginning-of-defun-1, c-end-of-defun-1): New
2354         beginning-of-defun/end-of-defun wrappers separated from
2355         c-point.
2357         * cc-menus.el (imenu-generic-expression,
2358         imenu-case-fold-search, imenu-progress-message): Dummy
2359         definitions to avoid compiler warnings if imenu can't be
2360         loaded.
2361         * cc-menus.el (cc-imenu-init): New function called at mode
2362         init.
2363         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
2364         imenu initializations to cc-imenu-init.
2366 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2368         * cc-engine.el (c-guess-basic-syntax): Slightly better check
2369         for lambda-intro-cont in Pike mode.  Case 6 changed.
2371         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
2372         anything following "new Foo()" was considered an anonymous
2373         class body in Java mode.
2375 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
2377         * cc-cmds.el (c-comment-line-break-function): When breaking in
2378         a string, don't insert a new line.
2380 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
2382         * cc-engine.el (c-at-toplevel-p): New interface function which
2383         returns information useful to add-on authors.  It tells you
2384         whether you're at a toplevel statement or not.
2386 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
2388         * cc-cmds.el (c-comment-line-break-function): It is possible
2389         that forward-line does not land us at the bol, say if we're on
2390         the last line in a file.  In that case, do a
2391         back-to-indentation instead of a forward-comment -1.
2393 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2395         * cc-engine.el (c-beginning-of-statement-1): Don't catch
2396         "default:" as normal label in case 4.
2398 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2400         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
2401         recognize continued bitfield declarations.  Case 5D.1 changed.
2402         * cc-langs.el: New variable c-bitfield-key.
2403         * cc-mode.el: New variable c-bitfield-key.
2405 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2407         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
2408         anonymous array expressions (i.e. "new Foo[] {.. bracelist
2409         ..}").
2411 1999-12-12  Dave Love  <fx@gnu.org>
2413         * mail/footnote.el: Require cl when compiling.  Don't autoload
2414         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
2415         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
2416         Avoid `acons'.
2417         (footnote-mode-line-string, Footnote-add-footnote): Remove
2418         autoload cookie.
2420 1999-12-12  Richard Sharman  <rsharman@pobox.com>
2422         * sh-script.el: Fix for when font-lock mode is active.
2423         (sh-font-lock-unfontify-region-function): New function.
2425 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
2427         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
2428         if start-process is not bound, since Ispell now supports such
2429         platforms as well.
2431 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
2433         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
2434         rmail-summary-goto-msg.
2436         * files.el (after-find-file): Fix previous change.
2438 1999-12-11  Dave Love  <fx@gnu.org>
2440         * help.el (where-is): Use `commandp' as predicate for
2441         `completing-read'
2443 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2445         * cus-edit.el (custom-save-delete): Delete all occurrences,
2446         leave point where the first occurrence was.
2447         (custom-save-faces): Insert a newline at the end of the comment.
2448         Avoid a double newline there.
2449         If final closeparen is at bol, put a space before it.
2450         (custom-save-variables): Likewise.
2451         (custom-file): Doc fix.
2453 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
2455         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
2456         regexp matching image and audio files.
2458 1999-12-09  Dave Love  <fx@gnu.org>
2460         * mail/footnote.el: New file.
2462 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
2464         * files.el (after-find-file): Use auto-save-visited-file-name if
2465         set.
2467         * mail/feedmail.el (feedmail-find-eoh): Take
2468         feedmail-queue-alternative-mail-header-separator into account.
2470 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
2472         * smerge-mode.el: New file.
2474         * font-lock.el (font-lock-multiline): New variable.
2475         (font-lock-add-keywords): Rename `major-mode' into `mode'.
2476         (font-lock-remove-keywords): Added a dummy `mode' argument for
2477         potential future support.
2478         (font-lock-fontify-anchored-keywords,
2479         (font-lock-fontify-keywords-region): Only handle multiline strings
2480         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
2482 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2484         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
2486         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
2488 1999-12-07  Dave Love  <fx@gnu.org>
2490         * help.el (view-emacs-problems): New command, bound to C-h P.
2492         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
2494 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
2496         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
2497         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
2498         New code to support the minor mode version.
2499         (diff-recenter): New function.
2500         (diff-next-hunk, diff-next-file): Use it.
2501         (diff-remembered-files-alist): New var.
2502         (diff-merge-strings): New function.
2503         (diff-find-file-name): Make it smarter and use the user's input more.
2504         (diff-mode): Cosmetic changes.
2506         * files.el (save-some-buffers): Turn EXITING into the more general
2507         PRED argument to allow specifying a subset of buffers.
2509         * simple.el (kill-region): Use the new `delete-and-extract-region'
2510         rather than the undo log (which is incorrect with *-change-functions).
2512         * font-lock.el (font-lock-default-fontify-region): Fix subtle
2513         off-by-one problem that could force re-fontifying the whole buffer.
2514         (font-lock-remove-keywords): New function.
2515         (font-lock-add-keywords): Use the new function to ensure idempotence.
2517 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
2519         * viper-cmd.el (viper-minibuffer-standard-hook,
2520         viper-minibuffer-real-start): Mew functions.
2521         (viper-read-string-with-history,viper-file-add-suffix,
2522         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
2523         change in the status of the minibuffer prompt.
2525 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
2527         * comint.el (comint-redirect-results-list)
2528         (comint-redirect-results-list-from-process): Remove interactive
2529         spec.
2531 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2533         * info.el (info-node, info-menu-5, info-xref): Define colors for
2534         Info faces if the display supports them.
2536 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2538         Changes for automatic remapping of X colors on terminal frames:
2540         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
2541         term-setup-hook.  Call msdos-remember-default-colors and
2542         msdos-handle-reverse-video.
2543         (msdos-face-setup): Parts of code moved to
2544         msdos-setup-initial-frame.
2545         (msdos-handle-reverse-video): New function, modeled after
2546         x-handle-reverse-video.
2547         (make-msdos-frame): Don't use initial-frame-alist and
2548         default-frame-alist.  Call msdos-handle-reverse-video.
2549         (msdos-color-aliases): Remove.
2550         (msdos-color-translate, msdos-approximate-color): Remove.
2551         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
2552         for better approximation of X colors.
2553         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
2554         up tty-color-alist (it is now on startup.el).
2555         (x-display-color-p, x-color-defined-p, x-color-values,
2556         x-defined-colors, face-color-supported-p, face-color-gray-p):
2557         Remove.
2559         * facemenu.el (facemenu-read-color, list-colors-display): Use
2560         defined-colors for all frame types.
2561         (facemenu-color-equal): Use color-values for all frame types.
2563         * faces.el (read-face-attribute): For :foreground and :background
2564         attributes and frames on character terminals, translate the color
2565         to the closest supported one before looking it up in the list of
2566         valid values.
2567         (face-valid-attribute-values): Call defined-colors for all types
2568         of frames.
2569         (defined-colors, color-defined-p, color-values, display-color-p):
2570         New finctions.
2571         (x-defined-colors, x-color-defined-p, x-color-values,
2572         x-display-color-p): Aliases for the above.
2574         * startup.el (command-line): Register terminal colors for frame
2575         types other than x and w32, but only if the terminal supports
2576         colors.  Call tty-color-define instead of face-register-tty-color.
2578         * term/x-win.el (xw-defined-colors): Renamed from
2579         x-defined-colors.
2580         * term/w32-win.el (xw-defined-colors): Likewise.
2582         * term/tty-colors.el: New file.
2583         * loadup.el: Load term/tty-colors.
2585 1999-12-06  Dave Love  <fx@gnu.org>
2587         * ffap.el: Autoload the ffap alias directly.
2589 1999-12-06  Inge Frick  <inge@nada.kth.se>
2591         * dired-aux.el (dired-do-shell-command): Changed documentation.
2592         (dired-shell-stuff-it): A `?' in COMMAND has now the same
2593         meaning as `*'.
2595 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
2597         * simple.el (insert-buffer): Doc fix.
2599         * apropos.el (apropos-mode): Add autoload cookie.
2601 1999-12-06  Sam Steingold  <sds@goems.com>
2603         * progmodes/etags.el (etags-tags-completion-table): Modified the
2604         regexp to allow for the CL symbols starting with `+*'.
2605         (tags-completion-table): Doc fix (it's an obarray, not an alist).
2606         (tags-completion-table, tags-recognize-empty-tags-table): Remove
2607         `function' quoting lambda.
2608         (tags-with-face): New macro.
2609         (list-tags, tags-apropos): Use it.
2610         (tags-apropos-additional-actions): New user option.
2611         (etags-tags-apropos-additional): Use it.
2612         (tags-apropos): Call etags-tags-apropos-additional.
2613         (tags-apropos-verbose): New user option.
2614         (etags-tags-apropos): Use it.
2615         (visit-tags-table-buffer, next-file): Use `unless'.
2616         (recognize-empty-tags-table): Renamed to
2617         tags-recognize-empty-tags-table.
2618         (complete-tag): Call tags-complete-tag bypassing try-completion.
2620 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
2622         * international/mule.el (set-buffer-file-coding-system): Docstring
2623         modified.
2625 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2627         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
2628         using the hideshow package.
2629         (hs-special-modes-alist): Added entry for bibtex to allow the use
2630         of the hideshow package.
2631         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
2632         not longer provided by bibtex.el directly.  Instead the hideshow
2633         package should be used.
2634         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
2635         references to bibtex-hide-entry-bodies.
2637 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2639         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
2640         maintainer information closer to the beginning of the bibtex.el
2641         file.
2642         (bibtex-maintainer-salutation): New constant.
2643         (bibtex-version): New constant.
2644         (bibtex-submit-bug-report): Use bibtex-version and
2645         bibtex-maintainer-salutation.
2646         (bibtex-entry-field-alist): Made booktitle field optional for
2647         @inproceedings entries when crossreferenced.
2648         (bibtex-entry-field-alist): Added booktitle field to proceedings
2649         entry type (for cross referencing). Thanks to Wagner Toledo Correa
2650         for the suggestion.
2651         (bibtex-string-file-path): Fixed typo.
2653 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2655         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
2656         for reftex.el.
2657         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
2658         to menu.
2660 1999-12-04  Dave Love  <fx@gnu.org>
2662         * delsel.el: Revert previous change -- region is significant to
2663         skeleton.
2665 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
2667         * viper-cmd.el (viper-change-state): Use
2668         viper-ESC-moves-cursor-back to decide whether to move the cursor
2669         back.
2671 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
2673         * international/mule-util.el (truncate-string-to-width): Docsting
2674         fixed.
2676 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
2678         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
2679         use of `cond'.
2680         (lm-with-file): Move all the find-file...kill-buffer stuff into
2681         this macro.  Make it use `find-file-noselect' and make it kill
2682         the buffer only if it wasn't already displayed somewhere.
2683         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
2684         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
2685         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
2686         (lm-commentary): Fix to handle the case when the change log is
2687         at the end of the file.
2689 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
2691         * international/mule.el (charsetp): Fix typo in docstring.
2693         * international/mule-diag.el (list-coding-categories): Fix typo;
2694         automatic -> autoload.
2696 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
2698         * vc.el (vc-update-change-log): Look for rcs2log under
2699         exec-directory.
2701         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
2702         outline-regexp, add outline-level.
2703         (lisp-outline-level): New.
2705         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
2706         remove extraneous string-match.
2708         * finder.el (finder-commentary): Activate Finder mode.
2710 1999-12-01  Anders Lindgren  <andersl@andersl.com>
2712         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
2713         off when reverting buffers that contained mode specifiers.
2714         `revert-buffer' is now called with non-nil PRESERVE-MODES
2715         argument.
2717 1999-12-01  Dave Love  <fx@gnu.org>
2719         * delsel.el: Grok skeleton-pair-insert-maybe.
2721 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2723         * progmodes/cperl-mode.el (cperl-under-as-char):
2724         Use nil as default.
2726 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
2728         * speedbar.el (toplevel): Remove compatibility code for Emacs
2729         versions without custom.el.
2731 1999-11-30  Dave Love  <fx@gnu.org>
2733         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
2735         * autoinsert.el: Minor doc fixes.
2736         (auto-insert): Return nil.
2738         * faces.el (set-face-documentation): Purecopy STRING.
2740 1999-11-29  Dave Love  <fx@gnu.org>
2742         * derived.el: Doc fixes, remove old backquote syntax.
2744         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
2745         comment warning about editing.
2747         * help.el (help-mode-hook): Define.
2749 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
2751         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
2752         invalid translation of old-style backquote syntax to new syntax.
2754 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
2756         * Makefile (DONTCOMPILE): Add term/internal.el.
2758 1999-11-26  Dave Love  <fx@gnu.org>
2760         * comint.el: Fix last change.
2762         * emacs-lisp/advice.el: Fix last change.
2764 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2766         * cus-edit.el (Custom-reset-standard): Doc fix.
2767         (custom-variable-reset-standard): Doc fix.
2768         (custom-face-reset-standard): Doc fix.
2769         (custom-face-menu): "Reset to Standard" => "Erase Customization".
2770         (custom-variable-menu): Likewise.
2771         (custom-reset-menu): Likewise.
2772         (custom-buffer-create-internal): Likewise.
2774 1999-11-26  Dave Love  <fx@gnu.org>
2776         * progmodes/make-mode.el (makefile-mode-hook): Customize.
2778         * font-lock.el: Doc fixes.
2780         * menu-bar.el (menu-bar-mode): Customize.
2782         * cus-start.el: Add use-dialog-box.
2784         * add-log.el (change-log-mode-hook): Customize.
2785         (add-log-current-defun): Use
2786         fortran-{beginning,end}-of-subprogram.
2788 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2790         * emacs-lisp/advice.el: Many doc fixes.
2792         * comint.el (comint-preoutput-filter-functions): Doc fix.
2794 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2796         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2797         Improve messages for capitalization of arg names,
2798         for flag variables, for t and nil, for imperatives.
2799         Call them imperatives rather than infinitives sans "to".
2800         (checkdoc-common-verbs-wrong-voice): Add "moves".
2801         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
2803         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2804         Don't convert comments from 3-semicolon to 2-semicolon.
2805         That is a matter of style.
2806         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
2807         (checkdoc-comments): Don't bind that variable.
2809 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2811         * files.el (write-file-hooks): Doc fix.
2813 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
2815         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
2817 1999-11-25  Dave Love  <fx@gnu.org>
2819         * hippie-exp.el: Require comint when compiling.
2820         (hippie-expand): Add :links.
2821         (hippie-expand-try-functions-list): Customize.
2823 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
2825         * viper*el: Replaced old-style backquotes.
2827         * ediff*el: Replaced old-style backquotes.
2829         * ediff-merge
2830         (ediff-looks-like-combined-merge,ediff-get-combined-region):
2831         Changed to support the new format for ediff-combination-pattern.
2833         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
2834         Changed to support the new format for ediff-combination-pattern.
2836 1999-11-24  Dave Love  <fx@gnu.org>
2838         * custom.el (custom-declare-group): Purecopy DOC.
2839         (custom-handle-keyword): Purecopy VALUE.
2840         (custom-add-link): Purecopy WIDGET.
2841         (custom-add-version): Purecopy VERSION.
2842         (custom-add-load): Purecopy LOAD.
2844         * cus-face.el (custom-declare-face): Purecopy DOC.
2846         * info.el:
2847         (Info-build-node-completions, Info-search, Info-follow-reference)
2848         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
2849         (Info-find-emacs-command-nodes): Avoid properties on matched text
2850         which may appear in minibuffer.
2852 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
2854         * locate.el (locate-with-filter): Doc fix.
2856 1999-11-24  Alex Schroeder  <alex@gnu.org>
2858         * sql.el (sql-find-sqli-buffer): New function.
2859         (sql-set-sqli-buffer-generally): New function.
2860         (sql-set-sqli-buffer): Better checking of new-buffer.
2861         (sql-copy-column): Add comma after INTO clause, too.
2863 1999-11-24  Alex Schroeder  <alex@gnu.org>
2865         * sql.el (sql-imenu-generic-expression): New, used to set
2866         imenu-generic-expression.
2868         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
2869         setting font-lock-defaults' SYNTAX-ALIST.  Set
2870         imenu-generic-expression, imenu-case-fold-search, and
2871         imenu-syntax-alist.
2873         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
2874         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
2876 1999-11-23  Andrew Innes  <andrewi@gnu.org>
2878         * w32-win.el (w32-drag-n-drop): Load files in current window, if
2879         drop coords aren't over a specific window.
2881 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2883         * ps-print.el: Define mule funs without checking if mule package is
2884         loaded.
2885         (ps-print-version): New version number (5.0.1).
2886         (ps-header-dirpart): Now uses abbreviate-file-name.
2888 1999-11-23  Dave Love  <fx@gnu.org>
2890         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
2891         comment-line-start.
2892         (fortran-comment-line-start-skip): Renamed from
2893         comment-line-start-skip.
2894         (fortran-mode-map): Use renamed functions.  Add manual and custom
2895         entries to menu.
2896         (fortran-mode-hook): Customize.
2897         (fortran-comment-indent-function): Renamed from
2898         fortran-comment-hook.
2899         (delete-horizontal-regexp): Function deleted.
2900         (fortran-electric-line-number): Simplified.
2901         (fortran-beginning-of-subprogram): Renamed from
2902         beginning-of-fortran-subprogram.
2903         (fortran-end-of-subprogram): Renamed from
2904         end-of-fortran-subprogram.
2905         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
2906         (fortran-previous-statement, fortran-next-statement): Simplified.
2907         (fortran-blink-match): New function.
2908         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
2909         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
2910         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
2911         line-end-position.
2912         (fortran-fill): No longer interactive.  Simplified.
2913         (fortran-break-line): Simplified.
2914         (fortran-analyze-file-format): Use char-after, not looking-at.
2916         * emacs-lisp/find-func.el (find-function-regexp): Use
2917         `define-minor-mode' after easy-menu change.
2919 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
2921         * comint.el: Add redirection.from active comint buffers into
2922         another buffer.  Written by Peter Breton.
2924 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
2926         * emacs-lisp/autoload.el (make-autoload): Recognize the new
2927         `define-minor-mode'.
2928         (define-minor-mode): Specify `doc-string-elt'.
2930         * emacs-lisp/easy-mmode.el: Changed maintainer.
2931         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
2932         Use defcustom for the hooks; Improve the auto-generated docstrings.
2933         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
2934         (define-minor-mode): Add BODY arg; Only declare the keymap if
2935         provided; Improve the auto-generated docstrings.
2937 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
2939         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
2940         that the leading `^' is at the start.  This is necessary because
2941         paragraphs.el tries to remove anchors, but can find them only if
2942         they are the first character.
2944         * progmodes/antlr-mode.el: New file.
2946         * calendar/calendar.el: Fix autoload for
2947         calendar-absolute-from-astro.  Add autoload for
2948         calendar-print-astro-day-number.
2950 1999-11-21  Anders Lindgren  <andersl@andersl.com>
2952         * follow.el: Use modern backquote syntax.  Minor comment update.
2954 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
2956         * simple.el (with-syntax-table): Don't switch buffers.
2958         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
2959         progmodes/hideif.el: Use new backquote syntax.
2961 1999-11-21  Ken Manheimer  <klm@python.org>
2963         * icomplete.el (icomplete-completions): Use an explicit variable
2964         `icomplete-prospects-length', obviating the need to use an
2965         apparently faulty throw/catch arrangement.
2967 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
2969         * term/internal.el (IT-display-table-setup): Don't overstep
2970         character code 255.
2972 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
2974         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
2975         for the charset chinese-sisheng is 7bit encoding, not 8bit.
2977 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2979         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
2980         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
2982         * files.el (auto-mode-alist): Add patterns for diff-mode.
2984         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
2985         to detect an empty prompt.
2987 1999-11-18  Dave Love  <fx@gnu.org>
2989         * simple.el (input-mode-8-bit): Fix the customization.
2991 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
2993         * international/iso-acc.el (iso-languages): Add more
2994         characters for Portuguese.
2996         * speedbar.el: Clean up comment at the start of the file.
2997         Remove RCS id.
2999         * progmodes/compile.el (compilation-parse-errors): Use
3000         compilation-buffer-p instead of testing major-mode.
3002 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
3004         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3005         (quickurl-ask): completion-ignore-case is set to the value of
3006         quickurl-completion-ignore-case for the duration of the call to
3007         completing-read.
3009 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3011         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3013 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
3015         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
3016         instead of ps-print-def.
3018         * ps-print.el: Require ps-vars instead of ps-print-def.
3020         * ps-mule.el: Require ps-vars instead of ps-print-def.
3022 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
3024         * simple.el (with-syntax-table): Save buffer explicitly instead of
3025         using save-excursion.
3027 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
3029         * mail/supercite.el: New maintainer.
3031 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
3033         * progmodes/vhdl-mode.el: Use new backquote syntax.
3035 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
3037         * simple.el (with-syntax-table): New.
3039 1999-11-15  Sam Steingold  <sds@ksp.com>
3041         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3043 1999-02-22  Sam Steingold  <sds@goems.com>
3045         * goto-addr.el (goto-address-at-mouse,
3046         goto-address-find-address-at-point): Use compose-mail.
3047         (goto-address-mail-method): Removed variable.
3048         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
3049         goto-address-send-using-mail): Removed functions.
3051 1998-11-03  Sam Steingold  <sds@goems.com>
3053         * simple.el (backward-delete-char-untabify):
3054         backward-delete-char-untabify-method can be `all' now - to delete
3055         hungrily including newlines.
3057 1999-11-15  Sam Steingold  <sds@ksp.com>
3059         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
3061 1999-11-15  Dave Love  <fx@gnu.org>
3063         * cus-edit.el (customize-face, customize-face-other-window):
3064         Require match from completing-read.
3065         (custom-buffer-done-function): Default to custom-bury-buffer, not
3066         bury-buffer.
3068 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
3070         * mail/rmail.el, iswitchb.el, hippie-exp.el,
3071         progmodes/cperl-mode.el: Use new backquote syntax.
3073 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
3075         * uniquify.el: Use new backquote syntax.
3077 1999-11-14  Markus Rost  <rost@ias.edu>
3079         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3080         as in ispell-local-dictionary-alist.
3082 1999-11-14  Alex Schroeder  <alex@gnu.org>
3084         * ansi-color.el (ansi-color-apply): Updated regexps to include
3085         highlighted face.
3087 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
3089         * forms.el (forms--make-format-elt-using-text-properties):
3090         Treat `intangible' differently.
3092         * forms.el: Use new backquote syntax.
3094 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
3096         * textmodes/scribe.el (scribe-mode): Doc-fix.
3098 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
3100         * net-utils.el (run-network-program, net-utils-run-program): Use
3101         the new backquote syntax.
3102         (smbclient-program, smbclient-program-options)
3103         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3104         variables
3105         (smbclient, smbclient-list-shares): New functions
3107 1999-11-12  Sam Steingold  <sds@ksp.com>
3109         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3110         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3111         (viper-kbd-buf-definition, viper-kbd-mode-alist)
3112         (viper-kbd-mode-pair, viper-kbd-mode-definition)
3113         (viper-kbd-global-pair, viper-kbd-global-definition):
3114         Use the new backquote syntax.
3116         * emulation/viper-cmd.el (viper-test-com-defun)
3117         (viper-prefix-arg-value, viper-prefix-arg-com):
3118         Use the new backquote syntax.
3120         * emacs-lisp/debug.el (debugger-env-macro):
3121         Use the new backquote syntax.
3123         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3124         Use the new backquote syntax.
3126         * calendar/calendar.el (calendar-remove-frame-by-deleting):
3127         New user variable.
3128         (calendar-hide-window): Use it.
3129         (increment-calendar-month, calendar-for-loop, calendar-sum):
3130         Use the new backquote syntax.
3132 1999-11-12  Andrew Innes  <andrewi@gnu.org>
3134         * select.el (x-set-selection): Call buffer-substring, not
3135         substring.  Also fix docstring
3137 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
3139         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
3140         of customizable variables to bug report message. Added
3141         system-type to package name in bug report.
3143 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
3145         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
3146         to display file names.
3148 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
3150         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
3152         * isearch.el: Add lazy-highlighting feature.
3154 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
3156         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
3157         constant.
3158         (ps-mode-submit-bug-report): New function. Entry added to menu.
3160 1999-11-10  William M. Perry  <wmperry@aventail.com>
3162         * mwheel.el: New file to support the new style wheeled mice.
3164 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
3166         * startup.el (initial-scratch-message): Add ";;" to the front of
3167         lines in the message.
3169         * files.el (file-local-copy): Remove optional BUFFER argument
3170         because that's not used by anything.
3172         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
3173         to-address.
3175 1999-11-08  Markus Rost  <rost@ias.edu>
3177         * wid-edit.el (widget-button-click): Wrap with save-excursion
3178         to restore track-mouse in the correct buffer.
3180 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
3182         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
3184 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
3186         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
3187         lpr-command to "lp" for some system-types. (copied from lpr.el
3188         Emacs version 20.2.1).
3190 1999-11-04  Markus Rost  <rost@ias.edu>
3192         * simple.el (comment-region): Strip off white space at end of
3193         comment-start.
3195 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
3197         * faces.el (secondary-selection): Fix wrong color name.
3199 1999-11-04  John Tobey  <jtobey@epsilondev.com>
3201         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
3202         the default when invoking perldb in a non-Perl buffer, and other
3203         cases involving -e or --.
3205 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
3207         * simple.el (previous-matching-history-element)
3208         (next-history-element): Use delete-field instead of erase-field.
3210         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
3211         Use delete-field instead of erase-field.
3213         * faces.el (secondary-selection): Change background to yellow.
3215         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
3216         find the start of the text.  Use field-string to read the user
3217         input.
3219 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
3221         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
3222         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
3223         for compatibility with old face implementation.
3225         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
3226         Use erase-field instead of erase-buffer.
3228         * frame.el (blink-cursor-mode, blink-cursor-end): Use
3229         internal-show-cursor with new interface.
3230         (blink-cursor-timer-function): New.
3231         (blink-cursor-start): Use blink-cursor-timer-function.
3233 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3235         * calendar.el (redraw-calendar): Move to nearest date before
3236         redrawing.
3238         * diary-lib.el (simple-diary-display): Reset modeline even if
3239         there are no diary entries since the diary buffer may be displayed.
3241 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3243         * emacs-lisp/debug.el (debug): If noninteractive, display the
3244         backtrace using `message', then exit Emacs.
3245         (debugger-batch-max-lines): New variable.
3246         (debugger-setup-buffer): New subroutine, broken out of `debug'.
3247         Change the messages put at the start, to say that the debugger
3248         was entered.
3250 1999-11-02  Sam Steingold  <sds@ksp.com>
3252         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
3254 1999-11-01  John Tobey  <jtobey@epsilondev.com>
3256         * gud.el: (gud-perldb-massage-args): Massage correctly in the
3257         presence of perl switches other than "-e".
3259 1999-11-01  Markus Rost  <rost@ias.edu>
3261         * dired-x.el (dired-smart-shell-command): Use
3262         shell-command-history as in shell-command.
3264 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3266         * userlock.el (ask-user-about-lock): Doc fix.
3268         * frame.el: Doc fixes.
3270 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
3272         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
3273         of show-cursor.
3274         (blink-cursor-start, blink-cursor-end): Ditto.
3276         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
3278 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3280         * window.el (walk-windows): If ALL-FRAMES is a frame,
3281         start on that frame.  Use save-selected-window.
3283 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
3285         * simple.el (end-of-buffer): Use window-end to find the window end
3286         instead of vertical-motion because this handles variable-height
3287         lines correctly.
3289 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
3291         * ediff.el: Version change.
3293         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
3294         make sure you are in a good frame before deleting other
3295         windows.
3296         (ediff-file-checked-in-p): Don't consider CVS
3297         files checked in.
3298         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
3299         are writing to a newly created empty file.
3301         * ediff-mult.el (ediff-show-session-group-hook): New default.
3303         * ediff-vers.el (ediff-pcl-cvs-view-revision):
3304         First cd to the file directory. reportedly works
3305         better with remote files.
3307         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
3308         Use file-name-nondirectory when passing files to CVS.
3310         * ediff-diff.el (ediff-cmp-options): New variable.
3311         (ediff-same-file-contents): Use ediff-cmp-options.
3313         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
3314         ediff-get-patch-buffer): Use current buffer if it appears to be a
3315         patch.
3317         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
3318         C-g
3320         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
3321         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
3322         (viper-save-cursor-color,viper-restore-cursor-color):
3323         Improved cursor color handling.
3324         (viper-get-saved-cursor-color-in-replace-mode,
3325         viper-get-saved-cursor-color-in-insert-mode): New functions for
3326         better cursor color handling.
3328         * viper-ex.el (ex-read,ex-edit):
3329         Fixes for correct interpretation of #,%.
3330         (viper-ex): Now works correctly when called from other functions.
3331         (viper-glob-function): New variable.
3332         (viper-ex): Save excursion before doing :global.
3334         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
3336         * viper-cmd.el (viper-post-command-sentinel,
3337         viper-insert-state-post-command-sentinel,
3338         viper-insert-state-pre-command-sentinel): Takes better care of
3339          cursor colors.
3341         * viper.el: Version change.
3343 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
3345         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
3346         that the modeline display was updated *only* when
3347         `whitespace-display-in-modeline' was set, not otherwise.
3349 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
3351         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
3352         "frac12".
3354         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
3355         ad-activate.
3357 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
3359         * whitespace.el: Test for existence of `defcustom' and `defgroup'
3360         using fboundp instead of assuming that these are not present in
3361         particular flavors of emacs.
3362         (whitespace-version): Update to 2.8
3363         (whitespace-display-in-modeline): Add custom variable to control
3364         displaying the whitespace errors on the modeline based on
3365         suggestion from <klaus.berndl@sdm.de>
3366         (whitespace-buffer): Now returns `t' if unclean and `nil' if
3367         clean, to enable using as a hook function, as suggested by Puneet
3368         Goel <puneet@computer.org>
3369         (whitespace-buffer): Fix a subtle bug that cleaned up only if
3370         quiet was not set, even with whitespace-auto-cleanup set.
3371         (whitespace-mode-line): Now uses less modeline real estate and
3372         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
3373         which is present in the file, and <y> is any type of whitespace
3374         whose check has been suppressed by setting
3375         `whitespace-check-<whitespace-type>' to nil.
3376         (whitespace-unchecked-whitespaces): New function to return the
3377         list of whitespaces for whom checks have been suppressed.
3378         (whitespace-display-unchecked-whitespaces): Renamed to
3379         `whitespace-update-modeline' to reflect its functionality.
3381 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
3383         * progmodes/compile.el (compilation-error-regexp-alist):
3384         Undo previous change.
3386 1999-10-28  Dave Love  <fx@gnu.org>
3388         * help.el (help-follow): Make arg optional again and really
3389         default to point.
3391 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
3393         * paths.el (rmail-file-name): Make it an option.
3395         * progmodes/ada-mode.el, progmodes/ada-prj.el,
3396         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
3397         comment fixes.
3399         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
3400         MIPS Pro 7.3 compiler error message syntax.
3402 1999-10-27  Dave Love  <fx@gnu.org>
3404         * progmodes/compile.el: Checkdoc-inspired fixes.
3406 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
3408         * lpr.el (print-buffer): Doc-string fix.
3410 1999-10-27  Dave Love  <fx@gnu.org>
3412         * emacs-lisp/advice.el: Doc fixes.
3413         (ad-lemacs-p): Removed.
3414         (advice): Add :link to defgroup.
3416 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
3418         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
3419         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
3421 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3423         * window.el (walk-windows): If ALL-FRAMES is a frame,
3424         start on that frame.  Use save-selected-window.
3426 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3428         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
3429         ad-activate.  All callers changed, including those in data.c.
3430         (ad-activate-internal-off): Renamed from ad-activate-off.
3431         All uses changed.
3432         (ad-activate): Renamed from ad-activate-on.  All uses changed.
3433         (ad-start-advice, ad-stop-advice, ad-recover-normality):
3434         Alter the definition of ad-activate-internal, not ad-activate.
3436 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
3438         * startup.el (command-line-1): Add support for command line
3439         arguments `file' and `execute'.  Fix handling of `visit'.
3441 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
3443         * international/mule-cmds.el (read-input-method-name): Handle the
3444         case that the arg DEFAULT is symbol.
3446         * international/mule-diag.el (mule-diag): Handle the case that
3447         default-input-method is symbol.
3449 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
3451         * textmodes/tildify.el: New file.
3453 1999-10-25  Sam Steingold  <sds@ksp.com>
3455         * Makefile (compile-files): Fixed the "tr" strings.
3456         (EMACS): Set to ../src/emacs.
3458 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
3460         * info.el (Info-build-node-completions): Add '("*") to the
3461         completion list.
3463 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3465         * frame.el (auto-raise-mode): When enabling the mode,
3466         immediately raise the selected frame.
3468         * indent.el (indent-region): Doc fix.
3470         * comint.el (comint-output-filter): Make the Comint buffer current
3471         for the comint-preoutput-filter-functions.
3473         * mail/reporter.el: Doc fix.
3475 1999-10-24  Stephen Eglen  <stephen@gnu.org>
3477         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
3478         that Octave lisp files can also run under XEmacs 20.
3479         (require 'custom) added so that files can run under Emacs 19.34.
3481         * iswitchb.el (iswitchb-default-keybindings): No need to use
3482         read-kbd-macro in keybindings.
3484 1999-10-23  Dave Love  <fx@gnu.org>
3486         * elide-head.el: New file.
3488 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
3490         * Makefile (compile-files, backup-compiled-files): New targets.
3491         (bootstrap, bootstrap-clean): Ditto.
3493 1999-10-22  Paul Eggert  <eggert@twinsun.com>
3495         * international/mule-cmds.c (locale-language-names):
3496         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
3497         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
3498         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
3499         Use Latin-8 for Welsh.
3500         Use Latin-1 for English if "en" is explicitly specified.
3501         Use Latin-1 for Scots Gaelic, Tagalog.
3502         Use Latin-1 (not Latin-4) for Greenlandic.
3503         Use Latin-1 (not Latin-2) for Albanian.
3504         (locale-preferred-coding-systems, locale-language-names):
3505         Remove generic ISO 8859 locales; locale-charset-language-names now
3506         does this.
3507         (locale-charset-language-names): New variable.
3508         (set-locale-environment): Use language name specified by
3509         locale-charset-language-names if its charsets disagree with the
3510         language name specified by locale-language-names.
3512 1999-10-22  Dave Love  <fx@gnu.org>
3514         * make-mode.el: Minor doc fixes.
3516         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
3518 1999-10-21  Dave Love  <fx@gnu.org>
3520         * loadup.el: Add latin-8, latin-9.
3522 1999-10-20  Paul Eggert  <eggert@twinsun.com>
3524         * disp-table.el (standard-display-european): Remove undocumented
3525         arg AUTO; no longer used by startup.el.  Do not attempt to treat
3526         all non-English language environments as coding system names.
3527         Instead, use the downcased language environment name as a coding
3528         system name if it is one; otherwise, use latin-1.
3530 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
3532         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
3533         that were split so that part of the comment appeared as Lisp code.
3535 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3537         * ps-bdf.el: Doc fix.
3539         * ps-print-def.el: New file: common definitions for all parts of
3540         ps-print.
3541         (ps-multibyte-buffer): Moved from ps-mule.
3543         * ps-mule.el: File dependence fix.
3544         (ps-multibyte-buffer): Moved to ps-print-def.
3546         * ps-print.el: Doc fix, better customization.
3547         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
3548         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
3549         (ps-end-file): Doc fix.
3550         (ps-setup, ps-begin-file): Fun fix.
3551         (postscript): New group.
3552         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
3553         (ps-print-prologue-1): Adjust PostScript programming.
3554         (ps-print): Adjust group hierarchy.
3555         (ps-print-n-up, ps-print-zebra, ps-print-background,
3556         ps-print-printer)
3557         (ps-print-page): New subgroups.
3558         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
3559         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
3560         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
3561         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
3562         (ps-zebra-stripe-height, ps-print-background-image)
3563         (ps-print-background-text, ps-spool-config): Adjust customization.
3564         (dos-ps-printer): Definition eliminated.
3566 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3568         * ps-mule.el: Doc fix, define functions properly if mule package is
3569         loaded or not.
3570         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
3571         mule package is loaded or not.
3573         * ps-print.el: Doc fix, n-up printing.
3574         (ps-print-version): New version number (5.0).
3575         (ps-page-dimensions-database): Added document media.
3576         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
3577         (ps-page-order, ps-printing-region-p): New vars.
3578         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
3579         funs.
3580         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
3581         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
3582         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
3583         (ps-n-up-xstart, ps-n-up-ystart): New macros.
3584         (ps-print-begin-sheet-hook): New hook.
3585         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
3586         const.
3587         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
3588         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
3589         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
3590         (ps-count-lines): Changed to defun.
3591         (ps-header-page): Changed to defsubst, fix fun.
3592         (ps-printing-region): Doc fix, adjust programming code.
3593         (ps-output-boolean, ps-background-pages, ps-background-text)
3594         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
3595         programming code.
3597 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3599         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
3600         (ps-print-version): New version number (4.2).
3601         (ps-spool-config, ps-spool-tumble): New vars.
3602         (ps-print-prologue-1): Changed to defconst, adjust PostScript
3603         programming, new PostScript procedure to handle errors.
3604         (ps-print-prologue-2): Changed to defconst.
3605         (ps-print-duplex-feature): New const: duplex and tumble setting.
3606         (ps-setup, ps-begin-file): Fix funs.
3607         (ps-boolean-capitalized): New fun.
3609 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
3611         * Makefile (dontcompilefiles): Obsoleted.
3612         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
3613         (EL): Unused.
3614         (temacs): Removed (unused).
3615         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
3616         version of the file (necessary for the update to work properly).
3617         (autoloads): Force the use of `pwd`/loaddefs.el.
3618         (updates); Redefined in terms of other targets to reduce redundancy.
3619         (.el.elc): New default rule, just in case you want it.
3620         (compile): Use a single invocation of Emacs.
3621         (bootstrap-compile); Unneeded.
3622         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
3624 1999-10-19  Dave Love  <fx@gnu.org>
3626         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
3628 1999-10-19  Sam Steingold  <sds@ksp.com>
3630         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
3631         comply with the comment.
3633 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
3635         * autorevert.el (auto-revert-mode): Make auto-revert-mode
3636         permanent-local.
3638 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
3640         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
3641         value: \"lpr\" changed to "lpr"
3642         (ps-mode-version): New constant
3643         (ps-mode-show-version): New function, added key in ps-mode-map
3644         (ps-run-messages): Removed
3645         (ps-run-font-lock-keywords-2): New defcustom variable replacing
3646         ps-run-messages. These keywords now include the value of
3647         ps-run-prompt, making its fontification customizable.
3648         (ps-run-init): Removed \\n from docstring, it is now added when
3649         the value is used
3650         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
3651         ps-run-prompt
3652         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
3653         customizable variables in doc-string (its equivalent
3654         ps-run-messages was missing in previous version of the doc-string)
3655         (ps-run-mode): Simplified assignment to font-lock-defaults, using
3656         symbols only
3658 1999-10-19  Alex Schroeder  <alex@gnu.org>
3660         * ansi-color.el: Complete rewrite.
3662 1999-10-19  Paul Eggert  <eggert@twinsun.com>
3664         Fix bootstrapping problems.
3665         Use the system locale to specify Emacs locale defaults.
3667         * international/mule-cmds.el (global-map):
3668         Do not use backquote, because that makes a bootstrapping
3669         problem if you need to recompile all Lisp files using interpreted code.
3670         * international/mule.el (charset-id, charset-bytes,
3671         charset-dimension, charset-chars, charset-width,
3672         charset-direction, charset-iso-final-char,
3673         charset-iso-graphic-plane, charset-reverse-charset,
3674         charset-short-name, charset-long-name, charset-description,
3675         charset-plist): Likewise.
3676         * subr.el (save-match-data): Likewise.
3678         * international/mule-cmds.el
3679         (set-display-table-and-terminal-coding-system): New function,
3680         containing code migrated out of set-language-environment.
3681         (set-language-environment, set-locale-environment): Use it.
3682         (locale-translation-file-name): Moved here from startup.el.
3683         (locale-language-names, locale-preferred-coding-systems):
3684         New vars.
3685         (locale-name-match, set-locale-environment): New functions.
3687         * language/japan-util.el (setup-japanese-environment-internal):
3688         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
3690         * startup.el (iso-8859-n-locale-regexp): Remove.
3691         (locale-translation-file-name): Move to mule-cmds.el.
3692         (command-line): Move locale-stuff into set-locale-environment.
3694 1999-10-18  Dave Love  <fx@gnu.org>
3696         * abbrev.el (add-abbrev, inverse-add-abbrev)
3697         (expand-region-abbrevs): Remove properties from buffer text.
3699 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
3701         * iswitchb.el (iswitchb-exhibit): Extract user-input only
3702         from the mini-buffer, without the prompt.
3704         * simple.el (minibuffer-prompt-end): Return the position
3705         after the prompt, not the position of that last character
3706         of the prompt.
3708 1999-10-17  Miles Bader  <miles@gnu.org>
3710         * simple.el: Doc fixes.
3712 1999-10-17  Miles Bader  <miles@gnu.org>
3714         * simple.el (previous-matching-history-element, next-history-element):
3715         Change to work correctly even if the point is in the prompt.
3716         (choose-completion-string): Likewise.
3717         (minibuffer-prompt-width): New function (compatibility with old subr).
3719         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
3720         When constraining the final position to the current field,
3721         don't use the ONLY-IN-LINE mode of constrain-to-field.
3723 1999-10-17  Miles Bader  <miles@gnu.org>
3725         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
3726         constrain-to-field.
3727         * textmodes/paragraphs.el (forward-sentence): Likewise.
3729 1999-10-17  Miles Bader  <miles@gnu.org>
3731         * simple.el (line-move): Use constrain-to-field to avoid
3732         moving into a prompt.
3733         (previous-complete-history-element): Clarify doc string.
3734         (next-complete-history-element): Likewise.
3735         Use field-beginning instead of point-min.
3736         (next-matching-history-element): Use field-beginning and
3737         erase-field instead of point-min and erase-buffer.
3738         * textmodes/paragraphs.el
3739         (forward-paragraph, forward-sentence): Likewise.
3740         (backward-kill-paragraph, backward-kill-sentence): Remove code to
3741         constrain the kill to an field, as the movement commands now
3742         do this.
3744 1999-10-17  Miles Bader  <miles@gnu.org>
3746         * simple.el (previous-matching-history-element): Get the
3747         minibuffer input with field-string instead of buffer-string.
3748         (choose-completion-string): Likewise.
3749         (next-history-element): Likewise.
3750         Erase the minibuffer input with erase-field, not erase-buffer.
3751         Use field-beginning to find the beginning of the input.
3752         * textmodes/paragraphs.el (backward-kill-sentence):
3753         Remove minibuffer-prompt hack.
3754         Constrain to any input field.
3756 1999-10-17  Sam Steingold  <sds@ksp.com>
3758         * bindings.el (completion-ignored-extensions): Added ".sparcf"
3759         for CMUCL on sparc and ".ufsl" for LispWorks.
3760         (bound-and-true-p): Bugfix: free variable `v'.
3762 1999-10-16  Dave Love  <d.love@dl.ac.uk>
3764         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
3765         (edebug-uninstall-read-eval-functions): Use load-read-function,
3766         avoiding elisp-eval.
3768 1999-10-16  Sam Steingold  <sds@ksp.com>
3770         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
3771         instead of `eql'.
3773 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
3775         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
3776         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
3777         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
3778         * ediff-util.el (ediff-make-temp-file):
3779         * ediff-vers.el (ediff-pcl-cvs-view-revision):
3780         * emerge.el (emerge-make-temp-file):
3781         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
3782         * vc.el (vc-update-change-log):
3783         * mail/mailpost.el (post-mail-send-it):
3784         * mail/metamail.el (metamail-region):
3785         * progmodes/cmacexp.el (c-macro-expansion):
3786         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
3788 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
3790         * smtpmail.el (smtpmail-via-smtp): Add support for
3791         automatically appending a domain to RCPT TO: addresses.
3793 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3795         * dired.el (dired-insert-directory): Insert the amount of
3796         free space after the total size.
3797         (dired-free-space-program, dired-free-space-args): New variables.
3799 1999-10-14  Karl Heuer  <kwzh@gnu.org>
3801         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
3803 1999-10-14  Dave Love  <fx@gnu.org>
3805         * international/characters.el:
3806         * international/fontset.el:
3807         * international/mule-conf.el: Add latin-iso8859-1[45].
3809         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
3810         strings.
3812         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
3813         (command-line): Detect Latin-[89] locales.
3815 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
3817         * international/mule-cmds.el (select-safe-coding-system)
3818         (leim-list-header): Avoid the use of strings that start with backslash
3819         newline since lread.c:read1 has a hack to turn those strings into
3820         integer 0 during the loadup.el process.
3822         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
3824 1999-10-13  Dave Love  <fx@gnu.org>
3826         * image.el (insert-image): Copy the image spec and add an
3827         intangible property.
3829 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
3831         * help.el (help-xref-interned): Make it also work on variable-only
3832         and function-only symbols.
3833         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
3834         (help-follow): If the point under mouse is not highlighted, try
3835         `help-xref-interned' on the pointed-to symbol anyway.
3837         * info.el (Info-on-current-buffer): New entry point.
3838         (Info-find-node): Split into two for Info-on-current-buffer to
3839         hook into it.
3840         (Info-current-file, Info-set-mode-line, Info-up):
3841         Info-current-file can now be t.
3842         (Info-clone-buffer-hook): Function for `clone-buffer'.
3843         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
3844         Make `clone-buffer' available in various ways to the user.
3846 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
3848         * simple.el (shell-command, shell-command-on-region): Use
3849         make-temp-file.
3850         (clone-buffer, clone-process, clone-buffer-hook): New functions.
3852         * subr.el (with-current-buffer): Don't use backquotes to avoid
3853         bootstrapping problems.
3855         * loadup.el (load-path): Add subdirs for bootstrapping.
3856         (docstrings): Ignore errors during bootstrapping.
3857         (args): New `bootstrap' argument (for use in place of `dump').
3859 1999-10-12  Emmanuel Briot  <briot@gnat.com>
3861         * ada-stmt.el: Doc-string fixes.
3863 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
3865         * recentf.el: New file.
3867         * ps-mode.el: New file.
3869         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
3870         case insensitive.
3872 1999-10-12  Richard Sharman  <rsharman@pobox.com>
3874         * sh-script.el: Added support for indenting existing scripts.
3875         (sh-mode-map): Added new bindings.
3876         (sh-mode): Updated mode doc-string for new commands, added
3877         make-local-variable calls, initialize mode-specific variables.
3878         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
3879         is now a different function.
3880         (sh-header-marker):  Changed docstring.
3881         (sh-set-shell): Initialize mode-specific variables.
3882         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
3883         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
3884         Changed these define-skeleton calls to work with user-specified
3885         indentation settings.
3886         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
3887         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
3888         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
3889         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
3890         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
3891         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
3892         (sh-guess-basic-offset, sh-handle-after-case-label)
3893         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
3894         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
3895         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
3896         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
3897         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
3898         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
3899         (sh-handle-this-then, sh-help-string-for-variable)
3900         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
3901         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
3902         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
3903         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
3904         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
3905         (sh-remove-our-text-properties, sh-rescan-buffer)
3906         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
3907         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
3908         (sh-scan-case, sh-search-word, sh-set-char-syntax)
3909         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
3910         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
3911         functions.
3912         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
3913         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
3914         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
3915         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
3916         (sh-var-list): New variables.
3918 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
3920         * quickurl.el (quickurl-list-insert): `count-lines' was returning
3921         a value one line to high if the cursor wasn't at the start of a
3922         line. A `beginning-of-line' is now performed before making the
3923         call to `count-lines'.
3925 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
3927         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
3929 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
3931         * Makefile (setwins): Abstract out the command to find subdirectories
3932         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
3933         (custom-deps, finder-data, autoloads, update-subdirs, updates)
3934         (autoloads-with-other-emacs): Use it.
3936         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
3938 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
3940         * Makefile (bootstrap-compile): New target.  Compile Lisp
3941         files with ../src/temacs.
3943 1999-10-08  Dave Love  <fx@gnu.org>
3945         * ange-ftp.el: Require dired when compiling.
3946         (ange-ftp-normal-login): Allow EFS-style port specification.
3948 1999-10-08  Simon Marshall  <simon@gnu.org>
3950         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
3951         (regexp-opt-group): Use it to get common suffixes in STRINGS.
3952         If STRINGS is nil, return "" rather than nil.
3954 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
3956         * Makefile (compile): Compile files one by one.  Set load-path to
3957         current directory and subdirectories when compiling.
3959 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
3961         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
3962         (emacs): Use it everywhere instead of EMACS.
3963         (compile): New target.  Compile all Lisp files from scratch.
3964         (recompile): New target.  Recompile lisp directory.
3965         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
3966         an Emacs executable not built in the current directory tree.
3968 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
3970         * filecache.el (file-cache-completion-ignore-case): New variable,
3971         defaulting to the value of completion-ignore-case.
3972         (file-cache-minibuffer-complete): Use it.
3973         (file-cache-files-matching, file-cache-files-matching-internal):
3974         New functions.
3976 1999-10-07  Emmanuel Briot  <briot@gnat.com>
3978         * ada-xref.el: New file
3980         * ada-prj.el: New file
3982         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
3984         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
3985         subprogram being created.
3987         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
3988         ada-indent-newline-indent): Rewritten to support the new indentation
3989         scheme
3991         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
3992         New functions
3994         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
3995         justification parameter
3997         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
3998         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
3999         external program
4001 1999-10-07  Dave Love  <fx@gnu.org>
4003         * bindings.el (bound-and-true-p): New macro.
4004         (make-mode-line-mouse-sensitive): Don't require easymenu.
4006 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
4008         * custom.el (defface): Extend documentation for new values of
4009         `type'.
4011         * faces.el (face-spec-set-match-display): Recognize `type' of
4012         `motif', `lucid', `x-toolkit'.
4013         (menu): New face.
4015 1999-10-05  Dave Love  <fx@gnu.org>
4017         * files.el: Recognize temporary crontab files.
4019         * info.el: Require jka-compr when compiling.
4020         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4022 1999-10-04  Dave Love  <fx@gnu.org>
4024         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4025         scroll-up-aggressively, scroll-down-aggressively.
4027         * time.el (display-time-mode): Add autoload cookie.
4029         * rect.el (delete-extract-rectangle): Doc fix from verna.
4031         * help-macro.el (three-step-help): Customize.
4033 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4035         * hexl.el (hexlify-buffer): Move point in proper range
4036         if it is too large.
4037         (hexl-after-revert-hook): Update hexl-max-address.
4038         (hexl-address-to-marker): Doc fix.
4040 1999-10-03  Dave Love  <fx@gnu.org>
4042         * image.el (defimage): Remove redundant code.  Substitute file in
4043         image plist.
4045 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4047         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4048         when doing with-temp-file.
4050 1999-10-01  Dave Love  <fx@gnu.org>
4052         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4054         * help.el: Require view when compiling.
4055         (view-emacs-FAQ): Use Info version.
4057 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
4059         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4060         (normat->normal).  Use correct font names for Korean
4061         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4063 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
4065         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4066         code not used by KOI8 to the same 8-bit code instead of mapping to
4067         SPC.
4068         (cyrillic-alternativnyj-decode-table): Likewise.
4070 1999-09-29  Alex Schroeder  <alex@gnu.org>
4072         * sql.el (sql-imenu-generic-expression): Aew, used to set
4073         imenu-generic-expression.
4074         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4075         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
4076         imenu-case-fold-search, and imenu-syntax-alist.
4077         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4078         setting font-lock-defaults' SYNTAX-ALIST.
4080 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4082         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4083         macro, try again.
4085 1999-09-28  Dave Love  <fx@gnu.org>
4087         * cus-edit.el (custom-comment): Change widget definition.
4088         (custom-comment-create, custom-comment-show)
4089         (custom-comment-invisible-p): Don't use :comment-overlay.
4090         (custom-comment-hide): New function.
4091         (custom-variable-set, custom-variable-save)
4092         (custom-variable-reset-standard, custom-face-set)
4093         (custom-face-save): Use it.
4095 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4097         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4099 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4101         * faces.el (region): Doc fix.
4103 1999-09-27  Dave Love  <fx@gnu.org>
4105         * isearch.el (isearch): Add :links in defgroup.
4106         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4107         (isearch-switch-frame-handler): Comment out (unused).
4108         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4109         (isearch-ring-retreat-edit): Doc fix.
4110         (isearch-mouse-yank): New command.
4111         (isearch-last-command-char): Removed.  Callers changed to use
4112         last-command-char.
4113         (isearch-char-to-string): Removed.  Callers changed to use
4114         char-to-string.
4116 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
4118         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4119         option for Russian.
4121 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
4123         * faces.el (face-differs-from-default-p): Compare face
4124         attributes individually.
4126         * image.el (put-image, insert-image): Add string argument.
4128 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
4130         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4131         LANG=de_DE.iso88591 on HPUX 11.0.
4133         * dired.el (dired-move-to-filename-regexp): Make it work
4134         for LANG=de_DE.iso88591 on HPUX 11.0.
4136 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4138         * info.el (info-initialize): Don't test existence of ALTERNATIVE
4139         if we know for some other reason it should not be used.
4141         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
4142         New variable.
4143         (edebug-recursive-edit): Save current-prefix-arg there,
4144         bind it, and set it back at the end.
4145         (edebug-outside-excursion): Restore and update the outside
4146         value of current-prefix-arg.
4147         (edebug-emacs-version-specific): Delete support for Epoch.
4149 1999-09-24  Howard Melman  <howard@silverstream.com>
4151         * imenu.el (imenu-after-jump-hook): New variable.
4152         (imenu): Run menu-after-jump-hook.
4153         (imenu-name-lookup-function): New variable.
4154         * imenu.el (imenu--in-alist): Use those variables.
4156 1999-09-24  Carsten Dominik  <cd@gnu.org>
4158         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
4159         multiple thebibliography environments.
4161         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
4162         with recentering window.
4163         (reftex-extract-bib-entries-from-thebibliography,
4164         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
4165         with multiple thebibliography environments.
4167         * textmodes/reftex-vars.el
4168         (reftex-section-levels): Function allowed as cdr.
4169         (reftex-max-section-depth) New option.
4171         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
4172         with multiple thebibliography environments.
4174 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
4176         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
4177         instead of point-min in call to delete-region.
4179 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4181         * vc.el (vc-backend-checkout): Use with-temp-file when checking
4182         out into arbitrary file names.
4184 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
4186         * language/european.el ("Turkish"): New language environment.
4188 1999-09-19  Dave Love  <fx@gnu.org>
4190         * delim-col.el: New file.
4192 1999-09-17  Richard Stallman  <rms@gnu.org>
4194         * files.el (after-find-file): When visiting a backup file,
4195         make it read-only.
4197         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
4198         (apropos-keybinding-face, apropos-label-face): Likewise.
4199         (apropos-property-face, apropos-match-face): Likewise.
4200         (apropos-label-properties): New variable.
4201         (apropos-print-doc): Use apropos-label-properties.
4202         (apropos-print): Set apropos-label-properties.
4204 1999-09-15  Richard Stallman  <rms@gnu.org>
4206         * winner.el: Use aref instead of sref.
4208         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
4210 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
4212         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
4214 1999-09-14  Richard Stallman  <rms@gnu.org>
4216         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
4217         cookie, even if followed by a letter.
4219 1999-09-14  Stephen Eglen  <stephen@gnu.org>
4221         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
4222         --no-line-editing are passed to Octave by including them here
4223         rather than storing them in inferior-octave-startup-args.
4225 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
4227         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
4228         command, option, env and sc.
4230         * subr.el (shell-quote-argument): Quote argument with double
4231         quotes for ms-dos.
4233 1999-09-14  Richard Stallman  <rms@gnu.org>
4235         * simple.el (eval-expression-print-level): New variable.
4236         (eval-expression-print-length): New variable.
4237         (eval-expression-debug-on-error): New variable.
4238         (eval-expression): Bind print-level, print-length and
4239         debug-on-error from those vars.
4241         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
4242         Bind print-level, print-length and debug-on-error.
4244 1999-09-14  Inge Frick  <inge@nada.kth.se>
4246         * dired.el (dired-recursive-deletes): New custom variable.
4247         (dired-re-no-dot): New variable.
4248         (dired-delete-file): New function deletes files and directories
4249         recursively.
4250         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
4252         * dired-aux.el (dired-recursive-copies): New custom variable.
4253         (dired-handle-overwrite): Broke a long line.
4254         (dired-copy-file): Call `dired-copy-file-recursive' instead of
4255         `copy-file'.
4256         (dired-copy-file-recursive): New function.  Copy directories
4257         recursively.
4258         (dired-do-create-files): Added support for generalized directory
4259         target.  How-to function may now return a function.  New fluid
4260         variable `dired-one-file'.
4261         (dired-copy-how-to-fn): New variable.
4262         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
4263         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
4264         (dired-do-copy-regexp): No recursive copies.
4266 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
4268         * whitespace.el (whitespace-version): Update version to 2.4
4270         * whitespace.el: Add customization variables to conditionally test
4271         any of the five whitespaces, per request from Rune Kleveland
4272         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
4274         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
4276         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
4277         list of modes to be checked for bogus whitespaces.
4279         * whitespace.el (whitespace-rescan-timer-time): Update
4280         documentation.
4282         * whitespace.el (whitespace-display-unchecked-whitespaces):
4283         New function to update modeline with untested whitespaces.
4285         * whitespace.el (whitespace-buffer): Test only whitespaces whose
4286         checking is turned on, and update modeline using the newly created
4287         `whitespace-display-unchecked-whitespaces'.
4289         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
4290         whose checking is turned on, and update modeline using the newly
4291         created `whitespace-display-unchecked-whitespaces'.
4293         * whitespace.el (whitespace-describe): Update documentation.
4295         * whitespace.el (whitespace-tickle-timer): Test if
4296         `whitespace-rescan-timer-time' is non-zero before tickling timer.
4298 1999-09-13  Dave Love  <fx@gnu.org>
4300         * hideif.el (hide-ifdef-mode): Add autoload cookie.
4302         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
4303         for temp buffer.
4304         (checkdoc-this-string-valid): Don't assume default comment-start.
4306 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
4308         * rsz-mini.el: Remove code, keep the interface.
4310 1999-09-13  Dave Love  <fx@gnu.org>
4312         * help.el (help-highlight-p): Doc fix.
4314         * faces.el (mode-line, header-line, tool-bar): Add :version.
4315         (highlight, secondary-selection): Add :group.
4316         (trailing-whitespace): Add :group, :version.
4318         * wid-edit.el: Remove some compatibility code and checks.
4319         (widget-specify-field, widget-specify-button): Don't use XEmacs
4320         properties.
4321         (widget-overlay-inactive): Change error message.
4322         (widget-button-pressed-face): New variable.
4323         (widget-button-click): Use it.
4324         (widget-documentation-link-add): Specify mouse and button faces.
4325         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
4326         removed now the functionality is built in.
4328         * cus-edit.el: Don't define-widget-keywords.
4329         (multimedia): New group.
4330         (custom-last): Function removed.
4331         (custom-quote): Add vectorp case, comment out characterp case.
4332         (custom-buffer-done-function, custom-raised-buttons): New option.
4333         (Custom-buffer-done): New function.
4334         (custom-buffer-create-internal): Obey custom-raised-buttons,
4335         Custom-buffer-done.
4336         (custom-button-face): Make it `released-button'.
4337         (custom-button-pressed-face): Make it `pressed-button'
4338         (custom-mode-map): Bind "q" to Custom-buffer-done.
4339         (custom-mode): Deal with raised/pressed buttons.
4341         Changes from Didier Verna:
4342         (custom-prompt-variable): Optional third arg makes prompt for a
4343         comment string.
4344         (customize-set-value, customize-set-variable,
4345         customize-save-variable): Optional prefix makes function handle
4346         variable comments.
4347         (customize-customized, customize-saved, custom-variable-state-set)
4348         (custom-variable-set, custom-variable-save, custom-face-state-set)
4349         (custom-variable-reset-saved, custom-variable-reset-standard)
4350         (custom-face-set, custom-face-save, custom-face-reset-saved)
4351         (custom-face-reset-standard, customize-save-customized): Handle
4352         custom comments.
4353         (custom-comment-face, custom-comment-tag-face): New face.
4354         (custom-comment): New widget.
4355         (custom-comment-create, custom-comment-delete)
4356         (custom-comment-value-set, custom-comment-show)
4357         ()custom-comment-invisible-p): New functions.
4358         (custom-variable-value-create, custom-face-value-create): Create a
4359         comment field widget.
4360         (custom-variable-menu, custom-face-menu): New entry for custom
4361         comment.
4362         (custom-face-value-create): Remove compatibility code.
4363         (custom-save-variables, custom-save-faces): Possibly save custom
4364         comments.
4366         * cus-face.el (custom-face-attributes): Simplify :underline,
4367         :overline, :inverse-video cases.  Fix up :box case (probably needs
4368         more work).
4370         Change from Didier Verna:
4371         (custom-set-faces): The arguments can now have a custom comment as
4372         fourth argument.
4374         * custom.el: Don't define-widget-keywords.
4375         Change from Didier Verna:
4376         (custom-set-variables): The arguments can now have a
4377         custom comment as fifth element.
4379 1999-09-13  Richard Stallman  <rms@gnu.org>
4381         * info.el (Info-find-node): Cope better if guesspos is too large.
4383 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
4385         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
4386         of buffer-substring because buffer-string doesn't copy the
4387         prompt.
4389         * faces.el (mode-line): Replaces `modeline'.
4390         (toplevel): Make `modeline' an alias for `mode-line'.
4392 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
4394         * gs.el: Change `ghostscript' to `postscript' in comment.
4396 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
4398         * emulation/tpu-edt.el (tpu-version): New version.
4399         (tpu-search-overlay, tpu-replace-overlay): New variables.
4400         (tpu-search-highlight, tpu-toggle-direction): New functions.
4401         (tpu-lm-replace): Set tpu-replace-overlay.
4402         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
4403         command hook.
4405 1999-09-11  Richard Stallman  <rms@gnu.org>
4407         * isearch.el (isearch-mode-map): Undo previous change.
4409         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
4410         use all of that as the sexp.
4412         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
4413         and use the initial argument as file name directly.
4414         Likewise if nothing matches.
4416 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
4418         * winner.el: Major changes.  Avoid changing point and mark.
4419         Save configurations after they change, not before.
4421 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
4423         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
4424         Bind print-continuous-numbering and print-number-table.
4426 1999-09-10  Dave Love  <fx@gnu.org>
4428         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
4430 1999-09-09  Richard Stallman  <rms@gnu.org>
4432         * whitespace.el: Finish making it fit Emacs conventions.
4433         Add autoloads.
4435 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
4437         * generic-x.el (bat-generic-mode): "::"-style comments don't
4438         need to begin with "-".  Fix the font-lock definitions of ON/OFF
4439         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
4440         from the list of keywords.  Add DO to the list of keywords.
4442 1999-09-09  Dave Love  <fx@gnu.org>
4444         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
4445         (byte-optimize-backward-word): New optimizations.
4446         (side-effect-free-fns, side-effect-and-error-free-fns): Add
4447         entries.
4449 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
4451         * image.el (put-image): Remove optional buffer parameter.
4453         * faces.el (face-italic-p): Return t only for values `italic'
4454         and `oblique'.
4456         * mouse.el (mouse-drag-mode-line-1): Extension of former
4457         mouse-drag-mode-line that also drags the header line.
4458         (mouse-drag-mode-line): Call it.
4459         (mouse-drag-header-line): New.
4460         (toplevel): Bind down-mouse-1 on header lines to
4461         mouse-drage-header-line.
4463 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
4465         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
4466         (make-mode-line-mouse-sensitive): Replace `top-line' by
4467         `header-line'.
4469 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
4471         * help.el (describe-function-1): Don't return empty string for keymaps.
4473         * fill.el (fill-region-as-paragraph, canonically-space-region):
4474         Respect colon-double-space at end of line.
4476 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
4478         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
4479         (backup-buffer): Use it.
4481 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
4483         * generic-x.el (generic-define-unix-modes): Added new modes:
4484         inetd-conf-generic-mode, etc-services-generic-mode,
4485         etc-passwd-generic-mode.  These are all defined for Unix by default.
4486         (apache-generic-mode): Use an imenu-generic-expression to list
4487         Configuration keywords.
4488         (samba-generic-mode): Use both ; and # as comment characters.
4489         (samba-generic-mode): Font-lock expressions now highlight name
4490         value pairs.
4491         (bat-generic-mode): Keywords are now case-insensitive through
4492         font-lock-defaults setting.
4493         (java-properties-generic-mode): Supports both ! and # as comment
4494         characters.
4495         (java-properties-generic-mode): Added an imenu-generic-expression
4496         (java-properties-generic-mode): Reworked to support the various
4497         different ways to separate name and value (viz, '=', ':' and
4498         whitespace).
4499         (show-tabs-generic-mode): Added this new generic-mode.
4501 1999-09-08  Richard Stallman  <rms@gnu.org>
4503         * progmodes/inf-lisp.el: Moved from top directory.
4505         * tar-mode.el (tar-header-block-tokenize):
4506         Use `when' instead of `and'.  Fix some clobbered text.
4508         * gud.el (gud-make-debug-menu): Make a child for the
4509         local menu, for its menu bar, and the debug menu.
4510         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
4511         Use the history in the simple way.
4513 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
4515         * language/korea-util.el (default-korean-keyboard): Initialize it
4516         according to the environment variable HANGUL_KEYBOARD_TYPE.
4518 1999-09-07  Richard Stallman  <rms@gnu.org>
4520         * subr.el (make-temp-file): New function.
4522 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
4524         * font-lock.el (font-lock-multiline): New text property contains
4525         a boolean to indicate if the char is part of a multiline match.
4526         (font-lock-default-fontify-region): Extend the region appropriately
4527         for multiline keywords.
4528         (font-lock-default-unfontify-region): Also remove the new
4529         font-lock-multiline text property.
4530         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
4531         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
4533 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4535         * diary-lib.el (list-diary-entries): Make sure two-digit years
4536         have leading zeros.
4538 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
4540         * faces.el (face-set-after-frame-default): Initialize some
4541         attributes of some faces from frame parameters.
4543         * faces.el (scroll-bar, border, cursor, mouse): New faces.
4545 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
4547         * faces.el (fringe): Replaces face `margin'.
4549 1999-09-07  Dave Love  <fx@gnu.org>
4551         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
4553 1999-09-07  Richard Stallman  <rms@gnu.org>
4555         * subr.el (push): Doc fix.
4557 1999-09-06  Richard Stallman  <rms@gnu.org>
4559         * vc.el (vc-annotate-display): Use < 69 not < 70
4560         to distinguish 20YY from 19YY.
4562         * timezone.el (timezone-parse-date): Use < 69 not < 70
4563         to distinguish 20YY from 19YY.
4565         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
4567 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
4569         * quickurl.el: (quickurl-list-focused-line): Removed.
4570         (quickurl-list-insert): Now works out the focused line using
4571         `count-lines' instead of using `quickurl-list-focused-line'.
4573 1999-09-06  Richard Stallman  <rms@gnu.org>
4575         * mail/rmail.el (rmail-retry-failure): Unconditionally move
4576         to beginning of message.
4578 1999-09-06  Dave Love  <fx@gnu.org>
4580         * isearch.el (isearch-mode-map): Add mouse-2.
4582         * mail/rmail.el (rmail-read-password): Deleted.
4583         (rmail-get-pop-password): Use read-password.
4585         * quickurl.el: Don't conditionally define caddr.
4586         (quickurl-url-comment): Use nth, not caddr in function and
4587         defsetf.
4589 1999-09-06  Richard Stallman  <rms@gnu.org>
4591         * auto-show.el: Doc fixes.
4593 1999-09-06  Stephen Eglen  <stephen@gnu.org>
4595         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
4596         --no-line-editing so that TABs in source files are not interpreted
4597         as completion requests.
4599 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
4601         * hscroll.el, auto-show.el: Remove all code, keep the public
4602         interface as no-ops.
4604         * faces.el (face-bold-p): Don't return t if face has lighter
4605         weight than normal.
4607 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
4609         * startup.el (command-line): Make small-temporary-file-directory
4610         be nil except on ms-dos.
4612         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
4614         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
4615         is defined.
4617         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
4618         letters with a colon after d or l.
4620 1999-09-06  Dave Love  <fx@gnu.org>
4622         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
4623         primitive.)
4625 1999-09-05  Richard Stallman  <rms@gnu.org>
4627         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
4629         * textmodes/paragraphs.el (backward-kill-sentence):
4630         Don't test minibuffer-prompt-end here.
4631         (forward-sentence): Do handle it here.
4632         (backward-kill-paragraph): Don't test it here.
4633         (forward-paragraph): Handle it here.
4635         * mouse.el (font-menu-add-default): Simplify code.
4637 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
4639         * faces.el (header-line): Renamed from `top-line'.
4641 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
4643         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
4645 1999-09-04  Richard Stallman  <rms@gnu.org>
4647         * whitespace.el: New file.
4649 1999-09-04  Dave Love  <fx@gnu.org>
4651         * paths.el: Make some doc strings obey the make-docfile convention.
4653         * bindings.el: Likewise.
4654         (debug-ignored-errors): Remove BBDB ones.
4656 1999-09-03  Richard Stallman  <rms@gnu.org>
4658         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
4659         not from the draft to forward.
4661         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
4663 1999-09-03  Dave Love  <fx@gnu.org>
4665         * double.el (double-mode): Customize the variable.
4667 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
4669         * international/characters.el: Delete duplicated code.
4671 1999-09-02  Richard Stallman  <rms@gnu.org>
4673         * indent.el (indent-relative): Doc fix.
4675         * quickurl.el (quickurl): Doc fix.
4677 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
4679         * faces.el (margin): Change background to "gray" for mono (this is
4680         drawn with a stipple pattern).
4682 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
4684         * simple.el (next-history-element): Use minibuffer-prompt-end once
4685         again.  Remove test for minibuffer-prompt-in-buffer.
4687 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
4689         * files.el (small-temporary-file-directory): New variable.
4691         * startup.el (command-line): Compute the value of
4692         small-temporary-file-directory.
4694         * ediff-init.el (ediff-temp-file-prefix): Use
4695         small-temporary-file-directory if non-nil.
4697         * vc.el (vc-update-change-log): Likewise.
4699         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
4701         * simple.el (shell-command, shell-command-on-region): Use
4702         make-temp-name properly.  Use small-temporary-file-directory if
4703         non-nil, otherwise temporary-file-directory, to generate temporary
4704         files.
4706         * dos-w32.el (direct-print-region-helper): Use
4707         temporary-file-directory.  (From Stefan Monnier.)
4709 1999-09-02  Richard Stallman  <rms@gnu.org>
4711         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
4712         from asm-comment-char.
4713         (asm-font-lock-keywords): Recognize instruction width suffixes.
4715 1999-09-01  Richard Stallman  <rms@gnu.org>
4717         * play/fortune.el: New file.
4719 1999-08-31  Dave Love  <fx@gnu.org>
4721         * help.el (help-make-xrefs): Don't lose on non-empty blank line
4722         after key table.
4724         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
4725         redisplay variables.
4727         * subr.el (push): Fix typo.
4729 1999-08-30  Kevin Blake  <kblake@ticnet.com>
4731         * emacs-lisp/ring.el: Many doc fixes.
4732         (ring-size, ring-copy): New functions.
4734 1999-08-29  Richard Stallman  <rms@gnu.org>
4736         * progmodes/etags.el (tags-loop-continue):
4737         After tags-loop-operate returns, force skip to next file.
4739         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
4740         (mail-extr-first-letters, mail-extr-last-letters):
4741         Use character classes [:alpha:] and [:alnum:].
4743         * subr.el (push, pop): New macros.
4745         * progmodes/compile.el (compilation-error-regexp-alist):
4746         New item for SGI IRIX MipsPro compilers.
4748         * speedbar.el (speedbar-directory-buttons): Recognize
4749         device names when checking for file names.
4751         * array.el (array-reconfigure-rows): Use generate-new-buffer.
4753         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
4754         and specially handle defvar inside their expansions.
4755         (eval-defun-1): New subroutine.
4757         * progmodes/compile.el (compilation-error-regexp-alist):
4758         Fix the Perl -w entry to allow period after line number.
4759         Don't allow newlines in file name, but allow them after line number
4760         for Perl debugging traces.
4762         * which-func.el (which-func-cleanup-function): New variable.
4763         (which-function): Call that function.
4765         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
4766         to end a function name.
4768         * informat.el (Info-tagify): Don't insert more than one newline
4769         before the tag table.
4771 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
4773         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
4774         than make-temp-name, use match-string-no-properties, and eliminate
4775         a quadratic behavior when building bibtex-strings.
4777 1999-08-29  Alex Schroeder  <alex@gnu.org>
4779         * comint.el (comint-input-ring-separator): New variable.
4780         (comint-read-input-ring): Doc change; use
4781         comint-input-ring-separator when reading file.
4782         (comint-write-input-ring): Use
4783         comint-input-ring-separator when writing file.
4785 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
4787         * informat.el (Info-tagify): Start by widening.
4788         Match node headers that don't list the file name,
4789         and more kinds of page separations.
4790         Strip properties during tagification.
4791         Use start of node header line as tag's position.
4792         Fix the "done" message.
4794         (Info-validate): Save and restore match data around narrowing down.
4796 1999-08-28  Richard M. Stallman  <rms@gnu.org>
4798         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
4799         On repeated call, override previous values put into
4800         minor-mode-map-alist and minor-mode-alist.
4802 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
4804         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
4806 1999-08-27  Andreas Schwab  <schwab@gnu.org>
4808         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
4809         from cvs update.
4811 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4813         * calendar/calendar.el (calendar-move-hook): New hook.
4815         * calendar/cal-move.el: Call the new hook in every movement function.
4817         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
4818         the right function name.
4820 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
4822         * time-stamp.el: Put quote-backquote around all symbol names
4823         in doc strings, for mousing.
4824         (time-stamp): Support multi-line patterns.
4825         (time-stamp-inserts-lines): New variable.
4826         (time-stamp-count): New variable.
4827         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
4828         "Thu" instead of "%a".
4830 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
4832         * simple.el (kill-word): Undo previous change.
4834 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
4836         * jit-lock.el (jit-lock-function): Extend the fontified range
4837         to the beginning of the line containing the range start and
4838         the beginning of the line following the range end.
4840 1999-08-24  Dave Love  <fx@gnu.org>
4842         * timezone.el: Move provide to end.
4843         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
4844         <70 are 2000+.
4845         (timezone-parse-time): Simplify somewhat.
4847 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
4849         * faces.el (margin): Renamed from bitmap-area.
4851 1999-08-24  Alex Schroeder  <alex@gnu.org>
4853         * sql.el: Doc changes.
4854         (sql-sybase): Use sql-server instead of sql-database.
4856 1999-08-23  Dave Love  <fx@gnu.org>
4858         * rect.el: Add/fix various doc strings.  Add `*' to all the
4859         interactive specs.
4861 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
4863         * jit-lock.el (jit-lock-function): Use line-beginning-position.
4864         Don't unwind-protect font-lock-fontify-region.
4866         * paragraphs.el (backward-kill-paragraph): Don't move
4867         point into mini-buffer prompt.
4868         (backward-kill-sentence): Ditto.
4870         * simple.el (next-history-element): Use minibuffer-prompt-end.
4871         Remove test for minibuffer-prompt-in-buffer.
4872         (kill-word): Don't move point into mini-buffer prompt.
4874 1999-08-21  Dave Love  <fx@gnu.org>
4876         * Makefile: Exclude CVS dirs like RCS.
4878 1999-08-19  Dave Love  <fx@gnu.org>
4880         * tooltip.el (tooltip-mode): Customize this, per convention.
4881         (tooltip-active): Option deleted.
4883         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
4885         * hanoi.el, page-ext.el: Declare dynamic vars.
4887         * term.el: Avoid ange-ftp related compilation warnings.
4889 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
4891         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
4892         the default so that beginners can benefit from it without
4893         searching in manuals.
4895 1999-08-18  Ray Blaak  <blaak@gnu.org>
4897         * progmodes/delphi.el: Consider assembly sections as blocks, to
4898         indent them better. Make auto-indent on newline optional.
4900 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
4902         * bindings.el (mode-line-modified): Look up key binding for C-x
4903         C-q.  If it's bound call that binding, otherwise call
4904         toggle-read-only.
4906 1999-08-17  Dave Love  <fx@gnu.org>
4908         * info.el (info): Doc fix.
4910         * finder.el (finder-known-keywords): Add `multimedia'.
4912         * apropos.el: Don't capitalize custom group name.
4914         * info-look.el: Remove compatibility code.
4915         (info-lookup-guess-default*): DTRT for point at start of symbol.
4916         (info-complete): Don't lose with point not at end of symbol.
4918 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
4920         * term.el (toplevel): Make face `term-default' an empty face.
4921         The code relied on the fact that Emacs ignored invalid faces in
4922         face text properties in 20.4.
4924 1999-08-16  Richard M. Stallman  <rms@gnu.org>
4926         * subr.el (point-at-eol, point-at-bol): New aliases.
4928         * simple.el: Functions reordered.
4930         * rect.el (delete-rectangle-line): Use line-end-position.
4932 1999-08-16  Karl Heuer  <kwzh@gnu.org>
4934         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
4935         here from simple.el.
4937 1999-08-16  Dave Love  <fx@gnu.org>
4939         * mouse.el: Provide `mldrag' for compatibility.
4940         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
4941         marked obsolete.
4943         * mldrag.el: Removed since the features are in mouse.el.
4945         * jka-compr.el (auto-compression-mode): New variable for
4946         customization.
4948         * bindings.el (mode-line-mule-info): Doc fix.
4950         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
4951         name comparisons.
4953         * files.el (interpreter-mode-alist): Add make, guile, clisp.
4954         (find-file): Doc fix.
4956 1999-08-16  Carsten Dominik  <cd@gnu.org>
4958         * textmodes/reftex.el: Most of the code moved to other files.
4959         * textmodes/reftex-auc.el: New file, split out from reftex.el
4960         * textmodes/reftex-cite.el: New file, split out from reftex.el
4961         * textmodes/reftex-global.el: New file, split out from reftex.el
4962         * textmodes/reftex-index.el: New file, split out from reftex.el
4963         * textmodes/reftex-parse.el: New file, split out from reftex.el
4964         * textmodes/reftex-ref.el: New file, split out from reftex.el
4965         * textmodes/reftex-sel.el: New file, split out from reftex.el
4966         * textmodes/reftex-toc.el: New file, split out from reftex.el
4967         * textmodes/reftex-vars.el: New file, split out from reftex.el
4968         * textmodes/reftex-vcr.el: New file, split out from reftex.el
4970 1999-08-16  Carsten Dominik  <cd@gnu.org>
4972         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
4973         conflict with pop-up-frames.
4974         (reftex-special-environment-parsers): New constant.
4975         (reftex-label-alist): car of an entry can also be a function.
4976         (reftex-what-special-env): Cew function.
4977         (reftex-label-location): Call `reftex-what-special-env'.
4978         (reftex-compile-variables): Check for symbol in
4979         `reftex-label-alist'.
4980         (reftex-what-environment): Fixed bug with stacked environments of
4981         same kind (e.g. enumerate).
4982         (reftex-process-string): Preserve default directory.
4983         (reftex-label-alist-builtin): Changed prefixes of endnote and
4984         footnote.  Also the magic words.
4985         (reftex-reference): Interprete new option
4986         `reftex-fref-is-default'.
4987         (reftex-replace-prefix-escapes): Interprete new `%S' format.
4988         (reftex-toc-mouse-view-line): Command removed (had no binding).
4989         (reftex-everything-regexp): New function.
4990         (reftex-nearest-match): Made better.
4991         (reftex-toc-find-section): Use new version of
4992         `reftex-nearest-match'.
4993         (reftex-insert-docstruct): Adapted to work with the index stuff.
4994         (reftex-parse-from-file): Find index entries as well.
4995         (reftex-toc-toggle-index): New function
4996         (reftex-toc-map): `i' is now used to togle the index, File
4997         boundaries has been moved to `F'.
4998         (reftex-select-label-map): Toggling display of file boundaries is
4999         now on the `F' key, for consistency with `reftex-toc-map'.
5000         (reftex-erase-all-selection-and-index-buffers): Renamed from
5001         `reftex-erase-all-selection-buffer'.  Now also kills the index
5002         buffers.
5003         (reftex-viewing-cross-references): Customization group renamed
5004         from reftex-viewing-cross-references-and-citations.
5005         (reftex-index-macro-regexp,
5006         reftex-find-index-entry-regexp-format): New variables
5007         (reftex-macros-with-index): New variable
5008         (reftex-add-index-macros): New function
5009         (reftex-renumber-simple-labels, reftex-translate): Allow for
5010         multiple labels in a single ref command.
5011         (reftex-index-support): New customization group
5012         (reftex-support-index, reftex-index-special-chars,
5013         reftex-index-macros, reftex-index-default-macro,
5014         reftex-index-default-tag, reftex-index-math-format,
5015         reftex-index-section-letters, reftex-index-include-context,
5016         reftex-index-follow-mode, reftex-index-header-face,
5017         reftex-index-section-face, reftex-index-tag-face,
5018         reftex-index-face): New options
5019         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5020         reftex-index-tag, reftex-index-return-marker,
5021         reftex-index-restriction-indicator, reftex-index-restriction-data,
5022         reftex-index-macro-regexp, reftex-index-level-re,
5023         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5024         reftex-everything-regexp-no-index, reftex-index-re,
5025         reftex-macros-with-index, reftex-index-macro-alist): New variables
5026         (reftex-index-help, reftex-index-macros-builtin,
5027         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5028         reftex-query-index-macro-help): New constants
5029         (reftex-index-selection-or-word, reftex-index,
5030         reftex-default-index, reftex-update-default-index,
5031         reftex-index-complete-tag, reftex-index-select-tag,
5032         reftex-index-complete-key, reftex-index-update-taglist,
5033         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5034         reftex-display-index, reftex-insert-index,
5035         reftex-index-insert-new-letter, reftex-get-restriction,
5036         reftex-index-pre-command-hook, reftex-index-post-command-hook,
5037         reftex-index-show-help, reftex-index-next, reftex-index-previous,
5038         reftex-index-toggle-follow, reftex-index-toggle-context,
5039         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5040         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5041         reftex-index-quit, reftex-index-quit-and-kill,
5042         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5043         reftex-index-revert, reftex-index-switch-index-tag,
5044         reftex-index-restrict-to-section, reftex-index-widen,
5045         reftex-index-restriction-forward,
5046         reftex-index-restriction-backward, reftex-index-visit-location,
5047         reftex-index-analyze-entry, reftex-index-globalize,
5048         reftex-index-edit, reftex-index-toggle-range-beginning,
5049         reftex-index-toggle-range-end, reftex-index-edit-key,
5050         reftex-index-edit-attribute, reftex-index-edit-visual,
5051         reftex-index-edit-part, reftex-index-level-down,
5052         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5053         reftex-index-change-entry, reftex-index-goto-letter,
5054         reftex-add-index-macros, reftex-ensure-index-support,
5055         reftex-index-info-safe, reftex-index-info): New functions.
5058 1999-08-15  Richard M. Stallman  <rms@gnu.org>
5060         * paren.el (show-paren-mode): Support making show-paren-mode
5061         a buffer-local variable.  Don't check for a window system.
5062         (show-paren-function): Check whether show-paren-function is
5063         enabled in current buffer; do the right thing if not.
5064         Don't check for a window system.
5065         (show-paren-mode): Make it a user variable.
5067         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5068         Handle `enum' like `struct'.
5070         * server.el (server-process-filter): If a client visits no buffers,
5071         close it immediately before recording it.
5073         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5074         Optimize by calling concat just once.  Handle =\n sequence.
5075         (mail-unquote-printable-region): New command.
5076         (mail-quote-printable): Make it autoload.
5078 1999-08-15  Karl Heuer  <kwzh@gnu.org>
5080         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5082 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5084         * lisp/texinfmt.el: Handle @ifnottex.
5086 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
5088         * frame.el (blink-cursor): Don't turn on cursor blinking for
5089         ms-dos.
5091         * faces.el (face-valid-attribute-values): Look in
5092         x-bitmap-file-path only for x and w32 window systems.
5094         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5095         Do that if width is nil as well.
5096         (x-display-mm-height, x-display-mm-width): Update values.
5097         (x-colors): Compute the list from msdos-color-values.
5098         (x-select-enable-clipboard): Doc fix.
5099         (x-frob-font-weight, x-font-family-list): New functions.
5101 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
5103         * window.el (shrink-window-if-larger-than-buffer): Don't try to
5104         back up from beginning of buffer.
5106 1999-08-13  Karl Heuer  <kwzh@gnu.org>
5108         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5110 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
5112         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
5113         doomsday clock, speed control is added and changes are made to
5114         allow large numbers of rings: rings now show the whole ring
5115         number, not just the last digit; consecutive rings are allowed to
5116         be the same size when necessary to fit all the rings in the
5117         window; and poles can be oriented horizontally.  Face support is
5118         thrown in gratuitously.
5119         (hanoi): Changed default number of rings back to 3.
5120         (hanoi-unix, hanoi-unix-64): New commands
5121         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5122         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5123         hanoi-odd-ring-face): New variables.
5124         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5125         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5126         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5127         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5128         (hanoi-topos, hanoi-draw-ring): Removed.
5130 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
5132         * faces.el (face-valid-attribute-values): Return an alist for
5133         families on ttys.
5134         (face-read-integer): Handle unspecified face attributes.  Add
5135         completion for `unspecified'.
5136         (read-face-attribute): Handle unspecified font attributes.
5137         (face-valid-attribute-values): Add `unspecified' to lists so that
5138         it can be chosen via completion.
5139         (face-read-string): Don't recognize "none" as input.
5141 1999-08-10  Dave Love  <fx@gnu.org>
5143         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
5144         string.
5146         * sun-curs.el: Require sun-fns.
5148 1999-08-10  Dave Love  <fx@gnu.org>
5150         * autorevert.el (auto-revert-mode): Add autoload cookie.
5152         * hscroll.el, auto-show.el: Files deleted -- we have built-in
5153         hscroll.
5155         * simple.el (hscroll-step, hscroll-point-visible)
5156         (hscroll-window-column): Remove now we have the mentioned real
5157         horizontal autoscrolling.
5159 1999-08-10  Richard M. Stallman  <rms@gnu.org>
5161         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
5162         control use of -f option.
5163         (mail-specify-envelope-from): New variable.
5164         (mail-from-style): Doc fix.
5166         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
5167         (easy-menu-get-map): New arg TO-MODIFY helps choose
5168         between local and global maps.
5169         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
5170         (easy-menu-change): Doc fix.
5172         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
5173         (info-lookup-guess-default): Simplified and cleaned up.
5174         (info-lookup-guess-default*): Preserve point.
5176         * view.el (view-mode-disable): If buffer-read-only is nil,
5177         don't change it.
5179         * files.el (after-find-file): Disable View mode if buffer is no
5180         longer read-only.
5182         * view.el (view-mode-enable, view-mode-disable):
5183         Call force-mode-line-update.
5185 1999-08-10  Karl Heuer  <kwzh@gnu.org>
5187         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
5188         * array.el, play/landmark.el, international/latin-3.el: Likewise.
5189         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
5191 1999-08-10  Alex Schroeder  <asc@bsiag.com>
5193         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
5194         to prevent m-eating-bug.
5196 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
5198         * term/pc-win.el (msdos-bg-mode): Remove.  Call
5199         frame-set-background-mode instead.  All callers changed.
5200         (msdos-face-setup): Don't force color display parameter, it is set
5201         by frame-set-background-mode.
5202         (make-msdos-frame): Call x-handle-reverse-video and
5203         face-set-after-frame-default.  Delete frame if creation failed.
5205         * faces.el (face-set-after-frame-default): Don't call
5206         make-face-x-resource-internal for the pc window-system.
5208 1999-08-10  Dave Love  <fx@melange.gnu.org>
5210         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
5211         case with no docstring specially.
5213 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
5215         * complete.el (PC-do-completion): If completing on file name,
5216         reproduce str by concatenating its directory and basename parts.
5218 1999-08-07  Dave Love  <fx@gnu.org>
5220         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
5221         unibyte to multibyte conversion of search-forward (from Handa),
5222         but avoid the replacement if the language is Latin-N.
5224 1999-08-06  Richard Stallman  <rms@gnu.org>
5226         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
5227         of eval-buffer.
5229         * international/mule.el (load-with-code-conversion):
5230         Pass t to eval-buffer for DO-ALLOW-PRINT.
5232 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
5234         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
5235         of filenames and attributes.
5236         (ls-lisp-insert-directory): Use directory-files-and-attributes
5237         for speed.
5239 1999-08-05  Dave Love  <fx@gnu.org>
5241         * auto-show.el (auto-show-mode): Fix :set.
5243         * widget.el (define-widget-keywords): Make dummy definition and
5244         comment-out its use.
5246 1999-08-04  Richard Stallman  <rms@gnu.org>
5248         * progmodes/tcl.el: Customized.
5250         * sql.el (sql-accumulate-and-indent): Instead of testing
5251         whether this is Emacs 20 before calling comint-accumulate,
5252         test whether comint-accumulate is defined.
5254 1999-08-04  Dave Love  <fx@gnu.org>
5256         * sgml-mode.el: Require outline when compiling.
5257         (sgml-mode-hook, html-mode-hook): Customize.
5258         (sgml-validate-command): Fix :version.
5259         (html-autoview-mode): Doc fix.
5261         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
5262         nothing in Latin-N environment.
5264         * info.el (Info-find-node): Call info-initialize here.
5265         (info): Not here.
5266         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
5268 1999-08-04  Richard Stallman  <rms@gnu.org>
5270         * ansi-color.el: New file.
5272 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
5274         * dired.el (dired-string-replace-match): Return `nil' when no match
5275         found with global search.
5277         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
5278         * terminal.el (te-terminfo-directory):
5279         * mail/mailpost.el (post-mail-send-it):
5280         * mail/metamail.el (metamail-region):
5281         * progmodes/ada-mode.el (ada-tmp-directory):
5282         Use temporary-file-directory.
5284         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
5285         (compilation-filter, compilation-forget-errors)
5286         (compilation-parse-errors): Use a marker instead of an integer for
5287         `compilation-parsing-end'.
5289         * progmodes/diff.el (diff-parse-differences):
5290         Use a marker instead of an integer for `compilation-parsing-end'.
5291         * textmodes/tex-mode.el (tex-compilation-parse-errors):
5292         Use a marker instead of an integer for `compilation-parsing-end'.
5294 1999-08-03  Richard Stallman  <rms@gnu.org>
5296         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
5297         (Buffer-menu-mode): Doc fix.
5298         (Buffer-menu-view): New command.
5299         (Buffer-menu-view-other-window): New command.
5301 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
5303         * replace.el (query-replace-regexp-eval)
5304         (replace-eval-replacement, replace-loop-through-replacements)
5305         (replace-match-string-symbols): New functions.
5306         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
5307         Use replace-loop-through-replacements.
5309 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
5311         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
5312         (5x5): Doc fix.
5314 1999-08-03  Dave Love  <fx@gnu.org>
5316         * fortran.el (fortran-indent-new-line): Make it an alias
5317         for reindent-then-newline-and-indent.
5319 1999-08-03  Didier Verna  <verna@inf.enst.fr>
5321         * rect.el: All functions rewritten, except when noted above
5322         their declaration.  Below is a list of interface changes.
5323         (apply-on-rectangle): New function, mostly replaces
5324         `operate-on-rectangle'.  All callers changed.
5325         (move-to-column-force): Pass new second argument to `move-to-column'.
5326         (kill-rectangle): Added optional prefix arg to fill lines.
5327         (delete-rectangle): Ditto.
5328         (delete-whitespace-rectangle): Ditto.
5329         (delete-extract-rectangle): Ditto.
5330         (open-rectangle): Ditto.
5331         (clear-rectangle): Ditto.
5332         (delete-whitespace-rectangle-line): New function.
5333         (delete-rectangle-line): Added third arg FILL.
5334         (delete-extract-rectangle-line): Ditto.
5335         (open-rectangle-line): Ditto.
5336         (clear-rectangle-line): Ditto.
5338 1999-08-03  Ray Blaak  <blaak@gnu.org>
5340         * progmodes/delphi.el: New file.
5342 1999-08-02  Richard Stallman  <rms@gnu.org>
5344         * textmodes/outline.el (outline-previous-heading): New function.
5345         (outline-up-heading-all): Use outline-previous-heading.
5346         (outline-next-heading): Delete definition inserted yesterday.
5348 1999-08-01  Richard Stallman  <rms@gnu.org>
5350         * textmodes/outline.el (outline-next-heading): New function.
5351         (outline-up-heading-all): New function.
5352         (outline-font-lock-level): Using outline-up-heading-all.
5353         Tell outline-back-to-heading to accept invisible headings.
5355         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
5357         * mail/mh-utils.el (mh-find-path-run): New variable.
5358         (mh-find-path): Test and set that.
5359         Set mail-user-agent only the first time this function is run.
5360         (mail-user-agent): Defvar deleted.
5362         * info.el (info-initialize): New function.
5363         (info): Call info-initialize.
5364         (Info-directory-list): Initialize to nil,
5365         so info-initialize will set it up for real.
5367 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5369         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
5370         does not interpret a time as the year in a day-month entry.
5372         * calendar/diary-lib.el: Change syntax table entry for colon in
5373         the diary as part of the european-date-diary-pattern fix.
5375 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
5377         * international/mule.el (set-auto-coding): Allow whitespace before
5378         and after the "variable: value" pair.
5380 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
5382         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
5383         (default-sendmail-coding-system): Doc-string fixed.
5385 1999-07-30  Dave Love  <fx@gnu.org>
5387         * subr.el (assoc-delete-all): New function, renamed from
5388         frame-delete-all.
5390         * frame.el: Change comments to doc strings and other doc fixes.
5391         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
5392         Callers changed.
5393         (set-background-color, set-foreground-color, set-cursor-color)
5394         (set-mouse-color, set-border-color): Offer completion of colours.
5395         (cursor): Add :version to defgroup.
5397         * facemenu.el (list-colors-display): Make it work on ttys.
5398         (facemenu-read-color): Likewise.
5400 1999-07-30  Richard M. Stallman  <rms@gnu.org>
5402         * frame.el (frame-notice-user-settings): If background
5403         color has been changed, update background-mode from it,
5404         then update faces.
5406 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
5408         * net-utils.el (finger): Don't do indirect fingering.
5410 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5412         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
5413         rules.  Add separator at end of holidays.
5414         (cal-tex-rules): New customizable variable.
5415         (cal-tex-latexify-list): Add optional parameter to put separator
5416         at end.
5418 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
5420         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
5421         fill prefix on each line while looping to the end of paragraph.
5422         End paragraph if it's longer than the existing fill prefix.
5424         * textmodes/fill.el (fill-context-prefix): Doc fix.
5426 1999-07-30  Dave Love  <fx@gnu.org>
5428         * font-lock.el (jit-lock): Fix :load, add :version.
5430 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
5432         * term/pc-win.el (msdos-face-setup): Register standard colors in
5433         Vface_tty_color_alist.
5434         (face-color-supported-p, face_color_gray_p): New functions.
5436         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
5437         is bound.
5439         * startup.el (command-line): Don't register default colors for
5440         MSDOS window-system.
5442 1999-07-29  Dave Love  <fx@gnu.org>
5444         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
5445         charquote.
5447         * lisp-mode.el (eval-defun): Re-written to avoid
5448         capturing variables.
5450         * picture.el (picture-beginning-of-line): Don't call
5451         hscroll-point-visible now we have real autoscrolling.
5452         (picture-end-of-line, picture-newline, picture-open-line):
5453         Likewise.
5455         * international/latin-8.el: New file.
5456         * international/latin-9.el: New file.
5458 1999-07-28  Dave Love  <fx@gnu.org>
5460         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
5462         * msb.el: Require cl only when compiling.
5463         (msb--home-dir): Deleted.
5464         (msb--format-title): Use abbreviate-file-name.
5465         (msb--choose-file-menu): Simplify string comparison.
5467 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
5469         * faces.el (toolbar): Add face definition for mono displays.
5471 1999-07-27  Richard M. Stallman  <rms@gnu.org>
5473         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5475         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
5476         force copying of default-frame-alist.
5478 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
5480         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
5482 1999-07-26  Richard M. Stallman  <rms@gnu.org>
5484         * frame.el (set-mouse-color): If new color is nil,
5485         really respecify the current color.
5487 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
5489         * faces.el (bitmap-area): Change background of face `bitmap-area'
5490         to white for mono displays.
5492 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
5494         * international/ccl.el (ccl-embed-symbol): New function.
5495         (ccl-program-p): Deleted.  Now it's implemented in C code.
5496         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
5497         (ccl-compile-translate-character): Likewise.
5498         (ccl-compile-map-single): Likewise.
5499         (ccl-compile-multiple-map-function): Likewise.
5500         (declare-ccl-program): Doc-string modified.
5501         (check-ccl-program): Check compiled CCL code by ccl-program-p.
5503 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
5505         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5507 1999-07-25  Markus Rost  <rost@gnu.org>
5509         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
5510         the entries to make custom-file more readable.
5512 1999-07-25  Richard M. Stallman  <rms@gnu.org>
5514         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
5516         * emacs-lisp/edebug.el: Delete compatibility code.
5517         (edebug-next-token-class): If . is followed by a digit,
5518         return `symbol' for the token class.
5520         * startup.el (command-line): If we don't find the user's init file,
5521         set user-init-file to nil.
5523 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5525         * info-look.el (info-lookup-interactive-arguments): Add optional
5526         argument query for new choice of help mode.
5527         (info-lookup-symbol):  Use it.
5528         (info-lookup-file): Ditto.
5529         (info-lookup): Don't switch to other window, if already in Info
5530         buffer.
5532 1999-07-23  Dave Love  <fx@gnu.org>
5534         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
5535         syntax.
5536         (fortran-fontify-string, fortran-match-!-comment): Deleted.
5537         (fortran-font-lock-syntactic-keywords): New variable.
5538         (fortran-mode): Use it.
5539         (fortran-font-lock-keywords-1): Don't do comments.
5540         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
5541         match data.
5543         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
5545         * msb.el (msb-menu-bar-update-buffers): Renamed from
5546         menu-bar-update-buffers.
5547         (msb-custom-set, msb--toggle-menu-type): Call
5548         msb-menu-bar-update-buffers.
5549         (msb-mode): Revise the hook setting.
5551         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
5553 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
5555         * font-lock.el, help.el, simple.el: Re-integrate previously
5556         described changes that were lost due to errors while checking them
5557         in.
5559 1999-07-23  Kevin Blake  <kblake@ticnet.com>
5561         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
5563 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
5565         * international/encoded-kb.el
5566         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
5567         but push it to unread-command-events.
5568         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
5569         (encoded-kbd-self-insert-sjis): Likewise.
5570         (encoded-kbd-self-insert-big5): Likewise.
5572         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
5573         before left margin and fill-prefix by fill-find-break-point.
5575 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5577         * info-look.el (info-lookup-setup-mode): Don't give up, if
5578         info-lookup-make-completions returns an error.
5579         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
5580         name latex, not latex2e.
5582 1999-07-21  Richard M. Stallman  <rms@gnu.org>
5584         * replace.el (perform-replace): Turn off case-fold-search
5585         if FROM-STRING argument has uppercase in it.
5587 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5589         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
5590         mode is on.  Don't use end of changed text.
5592 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5594         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
5595         (cl-hash-table-p): Renamed from hash-table-p.
5596         (cl-hash-table-count): Renamed from hash-table-count.
5597         (maphash): Alias to cl-maphash removed.
5598         (gethash): Likewise.
5599         (puthash): Likewise.
5600         (remhash): Likewise.
5601         (clrhash): Likewise.
5603 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5605         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
5606         third arg non-nil.  See comment there why this isn't a good idea.
5608 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5610         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
5612         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
5613         sit-for with 3rd arg non-nil to prevent redisplay.
5615 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5617         * image.el (image-type-from-file-header): If file doesn't
5618         have a directory part, add data-directory.
5620 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5622         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
5623         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
5624         motion handling when tooltip-gud-tips-p is nil.
5626 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5628         * tooltip.el (tooltip-mode): Don't use `plusp'.
5629         (tooltip-active): Use initial value of nil.
5631         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
5633 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5635         * bindings.el (make-mode-line-mouse-sensitive): Add key
5636         definitions for `top-line'.
5638 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5640         * faces.el (top-line): New face.
5642 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5644         * image.el (image-type-regexps): Add regexp for PS files.
5646 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5648         * faces.el (set-face-attribute): Fix wrong handling of frame
5649         begin equal to t.
5651 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5653         * image.el (image-type-regexps): Add PNG format.
5655 1999-07-21  Dave Love  <fx@gnu.org>
5657         * bindings.el (mode-line-modified): New variable.
5658         (mode-line-mode-menu-1): Switch to appropriate window before
5659         showing menu.
5661 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5663         * faces.el (face-underline): Removed.
5664         (face-underline-color): Ditto.
5666 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5668         * faces.el (face-x-resources): Fix typo.
5670 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5672         * faces.el: Remove handling of `:relief', extend handling of
5673         `:box'.
5674         (frame-set-background-mode): Choose new defface specs after
5675         frame parameters have changed.
5677         * cus-face.el: Ditto.
5679 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5681         * custom.el (defface): Extend documentation to include new
5682         face attributes.
5684         * cus-face.el (custom-face-attributes): Add overline,
5685         strike-through, box.
5687         * faces.el (face-valid-attribute-values): Handle overline,
5688         strike-through, box.
5689         (face-attribute-name-alist): Add pairs for new face attributes.
5690         (describe-face): Handle new face attributes.
5692 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5694         * faces.el (face-x-resources): Add overline, strike-through, box.
5696 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5698         * enriched.el (enriched-translations): Add `display' and
5699         "x-display".
5700         (enriched-handle-display-prop): New.
5701         (enriched-decode-display-prop): New.
5703         * format.el (top-level): Give `display' property
5704         `format-list-atomic-p.
5705         (format-annotate-single-property-change): Test that property.
5706         If present, treat list property values like atoms.
5708 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5710         * cus-face.el (custom-face-attributes): Use `choice' everywhere
5711         so that "*" can be entered.
5713 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5715         * cus-face.el (custom-face-attributes): Don't use `#''.
5717 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
5719         * cus-face.el (custom-face-attributes): Return underline
5720         face attribute directly from the second lambda of underline.
5722 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5724         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
5726         * frame.el (after-setting-font-hooks): New variable.
5727         (set-frame-font): Run those hooks.
5729         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
5731         * faces.el (set-face-attribute): Fix doc string.
5733 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5735         * cus-face.el (custom-face-attributes): Accept color name.
5737         * faces.el (face-underline-p): Accept unspecified underlining.
5738         (face-underline): Ditto.  Fix doc string.
5740 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
5742         * faces.el (face-underline-color): New function.
5744 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
5746         * cus-face.el (custom-face-attributes): Support underline coloring.
5747         Added slot to choose a color.
5749         * faces.el (face-underline): New function.
5750         (face-underline-p): Support underline coloring.
5751         Return nil only if the underline attribute is 'normal.
5752         (set-face-underline): New function.
5753         (face-valid-attribute-values): Support underline coloring.
5755 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5757         * image.el (insert-image): Use `display' instead of `glyph'
5758         as text property name.
5759         (put-image): Ditto.
5760         (image-type-from-file-header): Use insert-file-contents-literally.
5762 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5764         * easymenu.el (easy-menu-do-add-item): Don't use the empty
5765         string to indicate separators.
5767 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5769         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
5770         instead of message-log.
5772 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5774         * faces.el (bitmap-area): New face.
5776 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5778         * image.el (insert-image): New.
5780 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5782         * frame.el (blink-cursor): Set the symbol's value.
5783         (show-trailing-whitespace): Change group to font-lock.
5785 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5787         * jit-lock.el: New.
5788         * font-lock.el: Add jit-mode as new support mode.
5790         * font-lock.el (font-lock-fontify-keywords-region): Stop when
5791         reaching end instead of letting re-search-forward signal an error.
5792         (demand-lock-mode): New.
5793         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
5794         (font-lock-turn-off-thing-lock): Ditto.
5795         (font-lock-after-fontify-buffer): Ditto.
5796         (font-lock-after-unfontify-buffer): Ditto.
5798 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5800         * gs.el: New file.
5802         * startup.el (command-line-1): Activate tooltip mode if
5803         interactive.
5805 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5807         * faces.el (toolbar): Grey default background.
5808         (modeline): Ditto.
5810         * image.el (image-type-regexps): New.
5811         (image-type-from-file-header): New.
5812         (create-image): Call it.
5814 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5816         * image.el: New file.
5818 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5820         * bindings.el (mode-line-format): Replace `mode-name' with
5821         `(:eval mode-line-mode-name)'.
5822         (mode-line-mode-name): New.
5823         (make-mode-line-mouse-sensitive): Don't change default value
5824         of `mode-name'.
5826 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5828         * tooltip.el: New file.
5830 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5832         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
5833         instead of mouse-3 to pop up menus.
5834         (mode-line-kill-buffer): Removed.
5835         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
5836         buffer name.
5837         (mode-line-buffer-menu-1): Removed.
5839         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
5841         * bindings.el (mode-line-buffer-identification-keymap): New.
5842         (mode-line-buffer-menu-keymap): New.
5843         (mode-line-mode-menu-keymap): New.
5844         (mode-line-unbury-buffer): New.
5845         (mode-line-other-buffer): New.
5846         (mode-line-kill-buffer): New.
5847         (mode-line-buffer-menu-1): New.
5848         (mode-line-mode-menu-1): New.
5849         (make-mode-line-mouse-sensitive): New.
5851 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5853         * help.el (describe-key-briefly): Handle mode line strings
5854         with local-map properties.
5855         (describe-key): Ditto.
5856         (mode-line-key-binding): New.
5858 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5860         * scroll-bar.el (scroll-bar-timer): New.
5861         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
5863 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5865         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
5866         and `bottom'.
5868 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5870         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
5871         (global): Use different key bindings if using tookit scroll bars.
5873 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5875         * faces.el (modeline): Define mode line face with relief for
5876         class color, only.
5877         (toolbar): New face.
5879 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5881         * frame.el (frame-initialize): Set frame-creation-function to
5882         tty-create-frame-with-faces.
5884         * faces.el (frame-set-background-mode): Make it work for
5885         window-system nil.
5887         * faces.el (tty-create-frame-with-faces): New.
5888         (face-set-after-frame-default): Make it work for TTY frames.
5890 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5892         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
5893         Return a list of one font family for TTYs.  Don't return bitmap
5894         file paths for TTY frames.
5896         * faces.el: Add face specs for tty displays to basic faces.
5898         * font-lock.el (font-lock-comment-face): Add spec for color tty.
5899         (font-lock-string-face): Ditto.
5900         (font-lock-keyword-face): Ditto.
5901         (font-lock-builtin-face): Ditto.
5902         (font-lock-function-name-face): Ditto.
5903         (font-lock-variable-name-face): Ditto.
5904         (font-lock-type-face): Ditto.
5905         (font-lock-constant-face): Ditto.
5906         (font-lock-warning-face): Ditto.
5908 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5910         * startup.el (command-line): Register default tty colors.
5912         * faces.el (face-spec-set-match-display): Recognize `type tty'.
5914 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5916         * faces.el (modeline): For X frames, use a modeline with relief.
5918 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5920         * faces.el (frame-update-faces): Copied from 20.2.
5921         (frame-update-face-colors): Ditto.  Code removed that isn't
5922         applicable in the new face implementation.
5924 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5926         * frame.el (show-trailing-whitespace): New.
5928         * faces.el (trailing-whitespace): New basic face.
5930 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5932         * cus-face.el (custom-facep): Always define as alias for facep.
5934         * cus-face.el (custom-face-attributes): Use choice widgets.
5935         Remove :bold and :italic.
5937 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5939         * faces.el (face-charset-registries): Removed since fontset.el
5940         is no always loaded.
5942 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5944         * faces.el (internal-get-face): Added as obsolete function for
5945         compatibility.
5947 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5949         * frame.el (blink-cursor-end): Call show-cursor.
5950         (blink-cursor-mode): Ditto.
5952 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5954         * faces.el (face-spec-reset-face): Reset all attributes to
5955         `unspecified'.
5956         (face-spec-set): Use it.
5958 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5960         * faces.el (read-all-face-attributes): Bug fix.
5961         (face-read-integer): Allow nil default value.
5962         (face-valid-attribute-values): Use symbol names of attribute
5963         values for completion list.
5965 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5967         * faces.el (internal-find-face): Define for compatibility with
5968         20.2.
5969         (face-id): Likewise.
5971         * faces.el (face-id): Return the ID of a realized face for ASCII.
5973         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
5974         (x-complement-fontset-spec): Use face-charset-registries.
5976         * faces.el (face-font-selection-order): Set font selection order
5977         from Lisp.
5978         (face-alternative-font-family-alist): Set alternative font
5979         families from Lisp.
5981 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5983         * faces.el (set-face-charset-registries): Set symbol value.
5985 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5987         * faces.el (face-set-after-frame-default): Call function
5988         internal-merge-in-global-face.
5990 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5992         * faces.el (face-list): Return symbols from face-global-alist.
5994         * faces.el (face-list): Return a copy of the face name list so
5995         that it cannot be modified from outside (facemenu.el uses
5996         nreverse, for example).
5998         * cus-face.el (custom-face-attributes): Add :bold and :italic
5999         for compatibility with old code.
6001         * faces.el (set-face-attributes-from-resources): Additional
6002         frame parameter.
6003         (make-face-x-resource-internal): Set attributes from resources
6004         for a given frame or all frames.
6006 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6008         * faces.el (all-faces): Removed.
6010         * custom.el (defface): Add new face attributes to function
6011         comment.
6013         * font-lock.el (font-lock-comment-face): Use new face attribute
6014         names.
6015         (font-lock-string-face): Ditto.
6016         (font-lock-keyword-face): Ditto.
6017         (font-lock-builtin-face): Ditto.
6018         (font-lock-function-name-face): Ditto.
6019         (font-lock-variable-name-face): Ditto.
6020         (font-lock-type-face): Ditto.
6021         (font-lock-reference-face): Ditto.
6022         (font-lock-warning-face): Ditto.
6023         ((boundp 'font-lock-face-attributes)): Ditto.
6025         * cus-face.el (custom-face-attributes): Use new face attributes.
6027         * faces.el (set-face-attribute-from-resource): Initialize
6028         from resources only for X and W32.
6030         * cus-face.el (custom-declare-face): Don't make frame-local
6031         faces.
6033         * faces.el (describe-face): Use princ instead of insert.
6035         * faces.el: Add XLFD manipulation functions from 20.2 again
6036         because fontset.el uses them.
6037         (face-set-after-frame-default): Add empty definition.
6039 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6041         * faces.el (make-face): Correct typo.
6042         (set-face-attribute-from-resource): Use let*.
6043         (face-underline-p): Correct typo.
6044         (face-inverse-video-p): Ditto.
6045         (set-face-stipple): Ditto.
6046         (face-read-string): Make completion-list optional parameter.
6048 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6050         * faces.el (face-charset-registries): Alist mapping charset
6051         symbols to registries and encoding.
6053 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6055         * frame.el (blink-cursor-mode): Use interactive spec "P".
6057 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6059         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6060         mode.  The cursor of selected_window blinks if the mode is enabled.
6062 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6064         * simple.el (next-history-element): Set point to the end of the
6065         prompt if minibuffer-prompt-in-buffer.
6067 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6069         * faces.el (x-font-regexp): Add sub-expression parentheses for
6070         several font name components.
6072 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6074         * faces.el (set-face-relief): Use index 12 for relief.
6075         (face-fill-in): Set relief from data.
6076         (internal-make-face): Init relief to zero.
6078         * faces.el (face-spec-set): Call modify-face with additional
6079         parameters for relief and fixed-p.
6081 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6083         * cus-face.el: ':fixed and ':relief added.
6085         * faces.el (describe-face): Add fixed font attribute and relief.
6086         (face-attr-match-p): Ditto.
6087         (face-attr-construct): Ditto.
6088         (face-spec-set): Ditto.
6090 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6092         * faces.el (internal-make-face): Function to create a Lisp vector
6093         suitable for representing a face.
6094         (make-face): Use it instead of make-vector.
6095         (x-create-frame-with-faces): Use it instead of vector.
6096         (internal-facep): Increase vector size to 14.
6097         (internal-make-face): Ditto.
6098         (face-relief): Access relief thickness.
6099         (face-fixed-p): Access fixed font attribute.
6100         (set-face-fixed-p): Set fixed font attribute.
6101         (set-face-relief): Set relief attribute.
6102         (internal-face-interactive-int): Read int attribute of face.
6103         (modify-face): Add fixed-p and relief parameters.
6104         (copy-face): Handle fixed-p and relief.
6105         (face-equal): Compare fixed-p and relief.
6106         (face-differs-from-default-p): Ditto.
6107         (face-nontrivial-p): Add fixed-p and relief.
6109 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6111         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6112         (internal-facep): Increase vector size.
6113         (make-face): Ditto.
6114         (face-shadow-thickness): Added.
6115         (set-face-shadow-thickness): Added.
6116         (modify-face): Add optional shadow-thickness parameter.
6117         (make-face-x-resource-internal): Add shadows.
6118         (copy-face): Ditto.
6119         (face-equal): Ditto.
6120         (face-differs-from-default-p): Ditto.
6121         (face-nontrivial-p): Ditto.
6122         (face-attr-match-p): Ditto.
6123         (face-attr-construct): Ditto.
6124         (face-spec-set): Ditto.
6125         (face-fill-in): Ditto.
6127 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6129         * bench.el (bench-mark-split-window): New bench mark.
6131 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6133         * faces.el (set-face-font): Don't pass default font to
6134         x-resolve-font so that font will not have to be of the same
6135         size.
6137 1999-07-20  Dave Love  <fx@gnu.org>
6139         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
6140         unconditionally t.
6142 1999-07-20  Karl Heuer  <kwzh@gnu.org>
6144         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
6146 1999-07-20  Dave Love  <fx@gnu.org>
6148         * help.el (describe-variable): Fix test for customizability.
6150         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
6151         Check for readonly buffer in interactive spec.
6152         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
6153         (backward-kill-word): Add * to interactive spec.
6155         * underline.el (underline-region, ununderline-region): Add * to
6156         interactive spec.
6158         * fill.el (canonically-space-region, justify-current-line): Add *
6159         to interactive spec.
6160         (fill-region-as-paragraph, fill-paragraph, fill-region)
6161         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
6162         readonly buffer in interactive spec.
6164         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
6165         (backward-kill-sentence, kill-sentence): Add * to interactive
6166         spec.
6168 1999-07-19  Richard M. Stallman  <rms@gnu.org>
6170         * dired-aux.el (dired-do-shell-command): Doc fix.
6172         * shell.el (shell-unquote-argument): New function.
6173         (shell-directory-tracker): Use shell-unquote-argument.
6174         * comint.el (comint-arguments): Handle \ followed by space or tab.
6176 1999-07-19  John Wiegley  <jwiegley@borland.com>
6178         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
6179         color codes 39 and 49, which by the way lynx uses them seem to
6180         mean "foreground reset" and "background reset".
6182 1999-07-19  Karl Heuer  <kwzh@gnu.org>
6184         * font-lock.el (c++-keywords): Add "typeid".
6186         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
6187         selects no font, treat that as zero selections, not one.
6189 1999-07-19  Dave Love  <fx@gnu.org>
6191         * info.el (Info-search): Don't lose with empty regexp.
6193         * version.el: Cater for (free) `ident' program, not `which'.
6195         * hl-line.el: New file.
6197         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
6198         for modes which don't define menus.
6200 1999-07-16  Richard M. Stallman  <rms@gnu.org>
6202         * webjump.el (webjump-sample-sites): Update some URLs.
6204 1999-07-14  Richard Stallman  <rms@gnu.org>
6206         * Version 20.4 released.
6208 1999-07-14  Andreas Schwab  <schwab@gnu.org>
6210         * compare-w.el (compare-windows): Try to find the next window in
6211         the current frame before looking at the other frames.
6213 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
6215         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
6216         Use cyrillic-jcuken as default input method.
6218 1999-07-12  Richard Stallman  <rms@gnu.org>
6220         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
6221         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
6223         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
6224         (ispell-local-dictionary-alist): Add koi8-r for character set.
6226         * textmodes/flyspell.el (flyspell-get-word):
6227         Add special handling for when ispell-otherchars is empty.
6229 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
6231         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
6232         when having nested functons.
6233         (pascal-indent-nested-functions) (pascal-indent-line)
6234         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
6235         indenting nested functions.
6237 1999-07-09  Richard Stallman  <rms@gnu.org>
6239         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
6241 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
6243         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
6244         the `end' keyword was in the very beginning of the buffer.
6246 1999-07-08  Richard Stallman  <rms@gnu.org>
6248         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
6250         * term.el (term-emulate-terminal): Avoid infinite loop
6251         in strange case where minibuffer window is selected but not active.
6253 1999-07-07  Stephen Eglen  <stephen@gnu.org>
6255         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
6256         Change regexp so that it doesn't match commands beginning with `cd'.
6258 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6260         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
6262 1999-07-06  Richard Stallman  <rms@gnu.org>
6264         * hscroll.el (hscroll-minibuffer-hook): New function.
6265         (hscroll-global-mode): Add and remove that hook.
6266         Set hscroll-old-truncate-was-global's default value.
6268 1999-07-05  Richard Stallman  <rms@gnu.org>
6270         * files.el (revert-buffer): Don't preserve point here.
6271         (revert-buffer-insert-file-contents-function): Doc fix.
6273         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
6275         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
6276         doing a `stat' when it isn't necessary because that can cause
6277         trouble when an NFS server is down.
6279 1999-07-04  Richard Stallman  <rms@gnu.org>
6281         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
6283 1999-07-03  Richard Stallman  <rms@gnu.org>
6285         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
6286         for \200...\240 also.
6287         (isearch-printing-char): Use unibyte-char-to-multibyte.
6289 1999-07-02  Richard Stallman  <rms@gnu.org>
6291         * frame.el (minibuffer-frame-alist): Use defcustom.
6292         (pop-up-frame-alist): Likewise.
6293         (initial-frame-alist): Specify * in the doc string.
6295         * hscroll.el (hscroll-mode): Make it a permanent local.
6296         (hscroll-mode): Don't cancel the timer
6297         if HScroll mode is enabled in some other buffer.
6299         * isearch.el (isearch-done): If search ends in middle of intangible
6300         text (due to text property), move on to the limit of that text.
6302 1999-07-01  Andrew Innes  <andrewi@gnu.org>
6304         * man.el (Man-build-man-command): Use value of null-device,
6305         instead of hard-coding "/dev/null".
6307         * dos-w32.el (untranslated-canonical-name): Avoid expanding
6308         ange-ftp file names, which might force ange-ftp to prompt for a
6309         password.
6311         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
6312         to prevent references to temp files.
6314 1999-06-30  Richard Stallman  <rms@gnu.org>
6316         * progmodes/sh-script.el (sh-feature): If nothing is known
6317         about the given shell, use the values for `sh'.
6319 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6321         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
6322         to make it non-recursive.
6324         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
6326 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6328         * auto-show.el (auto-show-mode): Fix Typo in :set.
6330 1999-06-29  Richard M. Stallman  <rms@gnu.org>
6332         * progmodes/sh-script.el (sh-mode): When setting syntax
6333         table, default to the standard one.
6335 1999-06-27  Richard M. Stallman  <rms@gnu.org>
6337         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
6339 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
6341         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
6342         a frame when `return' is requested (even if pop-up-frames = t)
6343         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
6344         should only be set for the bibtex buffer.
6346         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
6348         * progmodes/compile.el: Deal with compilation-error-screen-columns
6349         being buffer-local.
6351 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6353         * comint.el (comint-password-prompt-regexp): Allow "(again)".
6355 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6357         * cal-x.el (calendar-only-one-frame-setup): New function.
6358         * calendar.el (calendar): Call it if requested.
6360 1999-06-24  Karl Heuer  <kwzh@gnu.org>
6362         * startup.el (iso-8859-n-locale-regexp): Doc fix.
6364 1999-06-22  Richard M. Stallman  <rms@gnu.org>
6366         * mail/supercite.el (sc-emacs-features): Doc fix.
6368 1999-06-22  Karl Heuer  <kwzh@gnu.org>
6370         * files.el (auto-mode-alist): Add pike-mode.
6372 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
6374         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
6375         last byte of a numeric field is a space or a NUL.  Parse it as
6376         potentially part of the number.  This is used by GNU tar
6377         1.12.64012 to handle larger values.
6379 1999-06-20  Karl Heuer  <kwzh@gnu.org>
6381         * custom.el (custom-handle-keyword): Fix error message.
6383 1999-06-18  Andrew Innes  <andrewi@gnu.org>
6385         * mail/smtpmail.el (smtpmail-send-it): Use
6386         convert-standard-filename to make file names for queued mail safe
6387         on Windows (`:' is invalid in file names on Windows).
6389 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
6391         * international/mule-cmds.el (describe-current-input-method):
6392         Current-input-method is string.
6393         (toggle-input-method): Docstring fixed.
6395         * international/mule-diag.el
6396         (describe-current-coding-system-briefly): Fix format string.
6398         * international/mule-util.el (coding-system-eol-type-mnemonic):
6399         Docstring modified.  Return a string.
6401 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
6403         * sql.el (sql-input-ring-file-name): Doc fix.
6405 1999-06-17  Richard M. Stallman  <rms@gnu.org>
6407         * calendar/cal-x.el (special-display-buffer-names):
6408         Don't put (get-file-buffer diary-file) on this list.
6410 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
6412         * play/mpuz.el (mpuz-try-proposal): Fix message call.
6413         Don't penalize player for certain impossible guesses.
6415 1999-06-16  Andrew Innes  <andrewi@gnu.org>
6417         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
6418         return the string "Unk  0  0000" so at least it appears to be a
6419         valid timestamp to `dired-move-to-filename-regexp'.
6421 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
6423         * ps-print.el (ps-control-character): Fix previous change.
6425 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6427         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
6428         multiple output of the last message.
6430 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
6432         * term/internal.el (IT-display-table-setup): Do not remap \222 to
6433         the ASCII apostrophe, as most DOS codepages have some other glyph
6434         there.
6436 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
6438         * language/ethio-util.el (setup-ethiopic-environment-internal):
6439         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
6440         (exit-ethiopic-environment): Likewize.
6442 1999-06-12  Richard M. Stallman  <rms@gnu.org>
6444         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
6446 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6448         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
6449         custom-initialize-default to avoid infinite loop.
6450         (crisp-mode): (defun) Call transient-mark-mode here, not when
6451         loading the file.  Run crisp-mode-hook here, and run
6452         crisp-load-hook when loading the file.
6454         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
6455         rmail-summary buffer, search for pattern in rmail-file.
6457         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
6459         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
6461         * ps-print.el (ps-printer-name): Fix custom type.
6463 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
6465         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
6466         (vhdl-port-paste-generic-map): Fix indentation bug.
6467         (vhdl-port-paste-port-map): Fix indentation bug.
6468         (vhdl-scan-file-contents): Make scanning case insensitive.
6470 1999-06-11  Richard M. Stallman  <rms@gnu.org>
6472         * files.el (write-file): When buffer is not already visiting a file,
6473         don't put buffer name in the minibuffer, just make it the default.
6474         Also handle just directory as arg usefully in that case.
6476         * simple.el (sendmail-user-agent-compose):
6477         Ignore case when inserting the rest of the "other" headers.
6479         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
6481         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
6482         (info-lookup-interactive-arguments): Never insert the default
6483         into the minibuffer automatically.
6485         * emacs-lisp/cl-extra.el (getf): Don't call get*.
6487 1999-06-09  Richard M. Stallman  <rms@gnu.org>
6489         * simple.el (shell-command): Avoid printing "mark set" message.
6491 1999-06-09  Dave Love  <fx@gnu.org>
6493         * progmodes/compile.el (compilation-error-regexp-alist): Allow
6494         digits in program name in first pattern.
6496 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6498         * vc.el (vc-dired-mode): Don't match anything before the date in
6499         dired-move-to-filename-regexp.
6501 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
6503         * international/quail.el (quail-define-rules): Fix typo in
6504         docstring.
6506 1999-06-05  Stephen Eglen  <stephen@gnu.org>
6508         * iswitchb.el (iswitchb-default-keybindings): Add
6509         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
6510         than when package is loaded.
6512 1999-06-04  Richard M. Stallman  <rms@gnu.org>
6514         * startup.el (command-line): Don't set user-init-file directly;
6515         tell `load' to set it.
6517         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
6519         * simple.el (next-history-element):
6520         Handle minibuffer-text-before-history properly when reading sexps.
6522         * disp-table.el (standard-display-european):
6523         For an interactive call by the user,
6524         don't set enable-multibyte-characters,
6525         and don't set the terminal coding system.
6527         * textmodes/refbib.el: Don't print any messages or display
6528         a buffer when loading the library.
6529         (r2b-help): Doc fix.
6530         (r2b-help-message): Update the documentation.
6531         (r2b-load-quietly): Variable deleted.
6532         (r2b-convert-buffer): Doc fix.
6534 1999-06-04  Dave Love  <fx@gnu.org>
6536         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
6538         * auto-show.el: Don't change hooks on loading.
6539         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
6540         (auto-show-mode): Add to hooks here.
6542 1999-06-04  Richard Sharman  <rsharman@pobox.com>
6544         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
6545         recursion on bogus input.
6547 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
6549         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
6550         does not select a buffer from the buffers menu, then the attached
6551         frame is not switched to anything.
6553 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
6555         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
6556         (viet-viscii-...->viet-vscii...).
6558         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
6560 1999-06-01  Dave Love  <fx@gnu.org>
6562         * progmodes/fortran.el: Add :link to defgroup.
6563         (fortran-blink-matching-if): Match ELSE statements too.
6564         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
6565         that filling is always done.
6567 1999-05-31  Richard M. Stallman  <rms@gnu.org>
6569         * simple.el (append-next-kill): Use an arg to distinguish
6570         interactive calls from Lisp calls, rather than (interactive-p).
6572         * international/iso-transl.el (iso-transl-language-alist):
6573         Interchange n and N.
6575 1999-05-31  Dave Love  <fx@gnu.org>
6577         * msb.el Add to minor-mode-map-alist.  Remove hook installation
6578         and keymap munging on load.
6579         (msb-mode): New option.
6580         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
6581         Doc fix.
6582         (msb-mode-map): New variable.
6583         (msb-mode): New command.
6585 1999-05-31  Dave Love  <fx@gnu.org>
6587         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
6588         (ispell-complete-word-dict): Likewise.
6590 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
6592         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
6593         force the data buffer to be saved, even if the data didn't
6594         change, in case the write filter was modified.  Restore the
6595         current record after read-file-filter finishes.
6597 1999-05-29  Karl Heuer  <kwzh@gnu.org>
6599         * ispell4.el: Obsolete; file deleted.
6601         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
6603         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
6604         VALUE is a syntax table.
6606         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
6608         * simple.el (zap-to-char): Doc fix.
6610 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
6612         * isearch.el (isearch-quote-char): Don't assume character codes
6613         0200 - 0237 stand for characters in some single-byte character
6614         charset.
6616 1999-05-27  Dave Love  <fx@gnu.org>
6618         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
6620 1999-05-27  Andreas Schwab  <schwab@gnu.org>
6622         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
6623         headerline does not exist already.
6625 1999-05-26  Richard Stallman  <rms@gnu.org>
6627         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6628         Avoid nested null-loops.
6630 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
6632         * international/characters.el: Typo fixed; prefered->preferred.
6634         * international/mule-cmds.el (find-coding-systems-for-charsets):
6635         Typo fixed; prefered->preferred.
6637         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
6638         method in read-event.
6640         * international/mule.el (charset-info): Doc-string fixed.
6642 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
6644         * mail/smtpmail.el (smtpmail-send-it): Bind
6645         smtpmail-code-conv-from properly.
6646         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
6647         by smtpmail-code-conv-from.
6649 1999-05-24  Richard Stallman  <rms@gnu.org>
6651         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
6652         Binding deleted also.
6654 1999-05-24  Karl Heuer  <kwzh@gnu.org>
6656         * comint.el (comint-bol-or-process-mark): Doc fix.
6658 1999-05-23  Dave Love  <fx@gnu.org>
6660         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
6661         Enter it on minor-mode-map-alist.
6662         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
6663         Autoload.  Add custom setter.
6664         (crisp-mark-line): Doc fix.
6665         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
6666         (crisp-mode-hook): Define.
6668 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
6670         * files.el (recover-file): Recover buffer-file-coding-system.
6672 1999-05-22  Richard Stallman  <rms@gnu.org>
6674         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
6675         regexp match the date, to avoid treating date as file size.
6676         Add YYYY S option to WESTERN/
6678         * bookmark.el: Delete some XEmacs compatibility code.
6679         (bookmark-jump-noselect): Check vc-backend.
6681         * subr.el (add-to-list): Doc fix.
6683 1999-05-21  Stephen Eglen  <stephen@gnu.org>
6685         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
6687 1999-05-18  Richard Stallman  <rms@gnu.org>
6689         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
6690         non-space after the @anchor command.
6691         (texinfo-format-var): Handle other nested constructs, using
6692         texinfo-parse-expanded-arg and texinfo-discard-command, not
6693         texinfo-parse-arg-discard.
6695         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
6696         (debug): Bind and use debugger-outer-inhibit-redisplay.
6697         Bind inhibit-redisplay to nil.
6698         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
6700 1999-05-17  Dave Love  <fx@gnu.org>
6702         * help.el (describe-function-1): Extra arg, interactive-p.
6703         (describe-key, describe-function): Use it.
6705 1999-05-17  Karl Heuer  <kwzh@gnu.org>
6707         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
6709 1999-05-16  Dave Love  <fx@gnu.org>
6711         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
6712         scroll-preserve-screen-position, scroll-conservatively.
6714 1999-05-16  Dave Love  <fx@gnu.org>
6716         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
6718 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
6720         * progmodes/vhdl-mode.el: Completely revised and massively extended.
6722 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6724         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
6725         magic number and is not associated with a file.
6727 1999-05-14  Richard M. Stallman  <rms@gnu.org>
6729         * files.el (find-file-noselect-1): Fix previous change.
6731 1999-05-14  Simon Marshall  <simon@gnu.org>
6733         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
6735 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
6737         * international/mule-diag.el (mule-diag): Change MULE to Mule in
6738         docstring.
6740         * international/mule-cmds.el: Change MULE to Mule in docstrings
6741         and menus.
6743 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
6745         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
6746         to correctly reflect the value of BaseLineOffset in
6747         RelativeCompose.  Now the value of RelativeCompose is an array of
6748         low and high positions.
6749         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
6750         RLC for the above change.
6752 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
6754         * comint.el (comint-password-prompt-regexp): Modified to match the
6755         output of ksu and ssh-add.
6757 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
6759         * language/korea-util.el (isearch-toggle-korean-input-method):
6760         Adjusted for the change of input method handling in isearch.el.
6761         (isearch-hangul-switch-symbol-ksc): Likewise.
6762         (isearch-hangul-switch-hanja): Likewise.
6764 1999-05-10  Dave Love  <fx@gnu.org>
6766         * help.el (help-make-xrefs): Fix typo.
6768 1999-05-10  Andreas Schwab  <schwab@gnu.org>
6770         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
6771         unibyte-display-via-language-environment.
6773         * help.el (help-make-xrefs): Handle more cases when looking for
6774         commands in a keymap description.
6776 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
6778         * loadup.el: For ms-dos systems, load ccl and codepage.
6780 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
6782         * ps-print.el (ps-control-character): Call
6783         ps-mule-prepare-ascii-font to setup ASCII fonts.
6785         * ps-mule.el (ps-mule-begin-job): Redo this change "if
6786         ps-multibyte-buffer is nil, use
6787         ps-mule-font-info-database-default."
6789 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
6791         * ispell.el (ispell-local-dictionary-alist): New variable for
6792         customizing local dictionaries not accessable by everyone.
6793         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
6794         (ispell-required-version): Changed format `(major minor
6795         revision)' to support general pattern matching.
6796         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
6797         skip region commented out due to incorrect skip potential in std latex.
6798         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
6799         cursor point on small words for calls from `ispell-minor-mode'.
6800         (check-ispell-version): Tests and accepts versions major.minor
6801         and above, with adjustments for interactions in 3.1.0-3.1.11.
6802         (ispell-get-line): No longer skips ispell process special characters.
6803         (ispell-comments-and-strings): Removed `when' macro call.
6804         (ispell-minor-check): Requires ispell-word to restore cursor point.
6805         (ispell-buffer-local-parsing): Supports checking comments only.
6807 1999-05-08  Karl Heuer  <kwzh@gnu.org>
6809         * comint.el (comint-password-prompt-regexp): Fix last change to be
6810         more specific.
6812 1999-05-07  Richard M. Stallman  <rms@gnu.org>
6814         * subr.el (with-temp-message): Fix the other call to message
6815         to use %s.
6817 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
6819         * gud.el (gud-format-command): "%F" means file sans extension.
6820         (jdb): Use %F, not %f, for gud-break.
6822 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
6824         * comint.el (comint-password-prompt-regexp): Modified so that it
6825         matches the output of kinit.
6827 1999-05-06  Greg Stark  <gsstark@mit.edu>
6829         * timezone.el (timezone-parse-date): Recognize new format used in
6830         internet cookies.
6832 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
6834         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
6836 1999-05-04  Andrew Innes  <andrewi@gnu.org>
6838         * time.el (display-time-update): Allow for wrap-around when
6839         checking against display-time-server-down-time.
6841 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
6843         * international/mule-diag.el (describe-coding-system): Fix English
6844         message.
6846 1999-05-03  Jason Rumney <jasonr@altavista.net>
6848         * term/w32-win.el: Change the x-charset-registry property for the
6849         Japanese charsets that are supported by Japanese Windows fonts.
6851 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6853         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
6854         diary-block diary entries for which the reminders and the diary
6855         entries can overlap.
6857 1999-05-02  Jason Rumney <jasonr@altavista.net>
6859         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
6860         matches the font selected in the dialog.
6862 1999-05-02  Dave Love  <fx@gnu.org>
6864         * browse-url.el (browse-url-browser-function): Add :version.
6866         * international/mule.el (auto-coding-alist): Add .tgz.
6868 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
6870         * international/codepage.el (cp-coding-system-for-codepage-1):
6871         Make the magnification parameter for the -dos encoder be 2.
6873 1999-05-2  Andrew Innes  <andrewi@gnu.org>
6875         * term/w32-win.el (w32-drag-n-drop): Select file in window where
6876         it is dropped, rather than current window.
6878         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
6879         after switching buffer, as case-fold-search is a buffer local
6880         variable.
6882         * w32-fns.el (convert-standard-filename): Only convert directory
6883         separators to backslash if the interactive shell is one of the
6884         standard Windows shells that has DOS semantics.
6886         * ls-lisp.el (ls-lisp-format-time): Trap errors from
6887         format-time-string, and return a suitable string to indicate the
6888         timestamp was invalid.
6890         * hexl.el (hexlify-command): Apply shell-quote-argument after
6891         expanding hexl-program in case exec-directory contains a space.
6892         (dehexlify-command): Ditto.
6894         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
6895         file extension regexps which aren't necessarily binary files.
6896         (direct-print-region-helper): Use subst-char-in-string instead of
6897         binding directory-sep-char to convert filenames to DOS syntax.
6898         (direct-print-region-use-command-dot-com): New variable.
6899         (direct-print-region-helper): Use it to control whether to invoked
6900         command.com to print on Windows 9x.
6902         * browse-url.el (browse-url-browser-function): Default to
6903         browse-url-default-windows-browser on windows-nt.
6904         (browse-url-default-windows-browser): New function.
6906 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
6908         * forms.el (forms-mode): Don't call forms-first-record or
6909         forms-last-record if the data file has zero records.
6911 1999-04-29  Richard M. Stallman  <rms@gnu.org>
6913         * files.el (find-file-noselect-1): If buffer-file-name has changed
6914         after find-file-not-found-hooks runs, recompute the truename.
6915         And don't use FILENAME after that point.
6917 1999-04-27  Dave Love  <fx@gnu.org>
6919         * paren.el (show-paren-mode)
6920         * which-func.el (which-func-mode-global)
6921         * type-break.el (type-break-mode)
6922         * time.el (display-time-mode)
6923         * rsz-mini.el (resize-minibuffer-mode)
6924         * mouse-sel.el (mouse-sel-mode)
6925         * icomplete.el (icomplete-mode)
6926         * hscroll.el (hscroll-global-mode)
6927         * help.el (temp-buffer-resize-mode)
6928         * font-lock.el (global-font-lock-mode)
6929         * delsel.el (delete-selection-mode)
6930         * avoid.el (mouse-avoidance-mode)
6931         * autoinsert.el (auto-insert-mode)
6932         * winner.el (winner-mode): Doc fix.
6934 1999-04-26  Karl Heuer  <kwzh@gnu.org>
6936         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
6937         the same whitespace that was ignored in choosing the subject string.
6939 1999-04-26  Richard M. Stallman  <rms@gnu.org>
6941         * info.el (Info-find-node): Position properly after finding anchor.
6943         * cus-start.el (all): Handle unibyte-display-via-language-environment.
6945         * simple.el (indent-new-comment-line): Fix previous change.
6947         * complete.el: Delete the wildcard expansion feature
6948         since that is now standard in find-file.
6949         (PC-try-load-many-files): Function deleted.
6950         (PC-after-load-many-files): Function deleted.
6951         (PC-many-files-list): Variable deleted.
6952         (PC-disable-wildcards): Variable deleted.
6953         (partial-completion-mode): Don't enable the wildcard feature.
6955         * complete.el (PC-look-for-include-file): Don't set global variables
6956         `error', `buf' and `filename' here.
6958         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
6960 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
6962         * textmodes/outline.el (outline-regexp): Doc fix.
6964 1999-04-26  John Wiegley  <johnw@borland.com>
6966         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
6967         C++Builder 4.0 error message syntax.
6969 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
6971         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
6972         supported, use find -exec.
6974 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
6976         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
6977         coding-system-for-write, to avoid hanging when non-interactive.
6979 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
6981         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
6982         start with a newline.
6984 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
6986         * international/mule-conf.el (x-ctext): New coding system.
6988 1999-04-12  Richard M. Stallman  <rms@gnu.org>
6990         * international/mule-cmds.el (input-method-function):
6991         Add permanent-local property.
6993 1999-04-12  Dave Love  <fx@gnu.org>
6995         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
6996         change to use jka-compr-byte-compiler-base-file-name.
6998         * supercite.el (sc-scan-info-alist): Revert last change.
6999         (sc-attrib-selection-list): Fix :type here instead.
7001 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
7003         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7004         in the list of case-insensitive filesystems.
7006 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
7008         * international/fontset.el (create-fontset-from-fontset-spec):
7009         Don't register duplicated alias fontset names.
7011 1999-04-08  Richard Stallman  <rms@gnu.org>
7013         * international/mule.el (auto-coding-alist-lookup): New function.
7014         (set-auto-coding): Use auto-coding-alist-lookup.
7016         * jka-compr.el (jka-compr-insert-file-contents):
7017         Use auto-coding-alist-lookup to check for files that
7018         should not have eol conversion, in the unibyte case.
7020 1999-04-07  Dave Love  <fx@gnu.org>
7022         * help.el (describe-variable): Check custom-loads property as well
7023         as custom-type.
7025         * abbrev.el (abbrev-mode): Customizing sets the default value.
7027 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7029         * vc.el (vc-backend-revert): For CVS files that were made
7030         writeable with "cvs edit", call "cvs unedit" to undo that.
7032 1999-04-08  Dave Love  <fx@gnu.org>
7034         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7035         more.
7036         (sc-emacs-features): Recognize Emacs 20.
7037         (sc-read-string): Use history arg.
7038         (sc-scan-info-alist): Check for rtnvalue a cons.
7040 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
7042         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7043         coding system to encode the message by
7044         select-message-coding-system.
7046 1999-04-07  Richard Stallman  <rms@gnu.org>
7048         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7050         * winner.el: Reorder definitions.
7052         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7054         * mail/rmail.el (rmail-decode-babyl-format):
7055         Undo previous change.
7057 1999-04-06  Richard Stallman  <rms@gnu.org>
7059         * info.el (Info-find-node): Check for an anchor at the
7060         proper place, before reading an indirect file.
7062         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7064         * jka-compr.el (jka-compr-insert-file-contents):
7065         Use raw-text-unix when we want no conversion.
7067 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7069         * timezone.el (timezone-parse-date): Corrected regexp for
7070         style (5) date format so that tenths of seconds are optional.
7072 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
7074         * term/internal.el (dos-cpNNN-setup): New function, with the guts
7075         of dos-codepage-setup.
7076         (cjk-codepages-alist): New variable, an alist of Far-Eastern
7077         codepages for which there's no need to set up cpNNN coding
7078         systems.
7079         (dos-codepage-setup): Support Far-Eastern DOS terminals.
7081 1999-04-05  Richard Stallman  <rms@gnu.org>
7083         * mail/rmail.el (rmail-ignored-headers): Doc fix.
7085 1999-04-02  Richard Stallman  <rms@gnu.org>
7087         * progmodes/compile.el (compilation-handle-exit): Do right thing
7088         if (car status) doesn't end in a newline.
7090 1999-04-01  Dave Love  <fx@gnu.org>
7092         * progmodes/sql.el (SQL): Add defgroup :version.
7094 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7096         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7097         buffer-file-coding-system.  If the coding system used is raw-text,
7098         etc., make the *Compiler Input* buffer unibyte.
7100         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7102         * loadup.el: Don't write the fns-...el file if not dumping.
7104 1999-03-31  Dave Love  <fx@gnu.org>
7106         * snmp-mode.el (snmp): Fix defgroup :version.
7108         * hilit-chg.el (highlight-changes): Add defgroup :version.
7110 1999-03-31  Andreas Schwab  <schwab@gnu.org>
7112         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7113         the gnus-save-hidden-threads macro.
7115 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
7117         * faces.el (face-set-after-frame-default): Obey the
7118         `customized-face' for new faces.
7120 1999-03-30  Dave Love  <fx@gnu.org>
7122         * international/mule-cmds.el (current-language-environment): Doc fix.
7123         * abbrev.el (abbrev-mode): Doc fix.
7124         * autoinsert.el (auto-insert-mode): Doc fix.
7125         * complete.el (partial-completion-mode): Doc fix.
7126         * avoid.el (mouse-avoidance-mode): Doc fix.
7127         * delsel.el (delete-selection-mode): Doc fix.
7128         * font-lock.el (global-font-lock-mode): Doc fix.
7129         * help.el (temp-buffer-resize-mode): Doc fix.
7130         * hscroll.el (hscroll-global-mode): Doc fix.
7131         * icomplete.el (icomplete-mode): Doc fix.
7132         * mouse-sel.el (mouse-sel-mode): Doc fix.
7133         * paren.el (show-paren-mode): Doc fix.
7134         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7135         * time.el (display-time-mode): Doc fix.
7136         * type-break.el (type-break-mode): Doc fix.
7137         * which-func.el (which-func-mode-global): Doc fix.
7138         * winner.el (winner-mode): Doc fix.
7140 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
7142         * wid-edit.el (widget-before-change): Signal text-read-only rather
7143         than an ordinary error.
7145 1999-03-30  Richard M. Stallman  <rms@gnu.org>
7147         * repeat.el: Don't require advice.
7148         (repeat): Do function-indirection in check for kbd macro.
7149         In self-insert case, use the *last* char in INSERTION.
7151 1999-03-30  Karl Heuer  <kwzh@gnu.org>
7153         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
7155 1999-03-29  Andreas Schwab  <schwab@gnu.org>
7157         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
7158         comint-input-filter-functions.  Make variables related to shell
7159         directory tracking local.
7161 1999-03-26  Andreas Schwab  <schwab@gnu.org>
7163         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
7165         * simple.el (shell-command-on-region): Cope with exit-status being
7166         nil, which happens if call-process-region was interrupted.
7168 1999-03-26  Richard M. Stallman  <rms@gnu.org>
7170         * simple.el (indent-new-comment-line): Handle use at a point
7171         after a comment-end.  Handle multiple comments.
7173         * mail/rmail.el (rmail-decode-babyl-format):
7174         To prevent locking, bind buffer-file-name to nil.
7176 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
7178         * mail-hist.el (mail-hist-current-header-name): Don't make
7179         off-by-one-error when determining if in message body.
7181 1999-03-25  Andrew Innes  <andrewi@gnu.org>
7183         * w32-fns.el (set-default-process-coding-system): Copied from
7184         dos-w32.el, but modified to use Unix line endings for process
7185         input, and to add a suitable entry to process-coding-system-alist
7186         for DOS shells.
7188         * dos-fns.el (set-default-process-coding-system): Copied from
7189         dos-w32.el.
7191         * dos-w32.el (set-default-process-coding-system): Move function to
7192         dos-fns.el; a different version is used in w32-fns.el.
7194 1999-03-24  Dave Love  <fx@gnu.org>
7196         * info.el (Info-directory-list): Revert change to re-writing
7197         Info-default-directory-list, but put `alternative' first.
7198         (Info-insert-dir): Modify selecting the top dir file as a consequence.
7200 1999-03-23  Simon Marshall  <simon@gnu.org>
7202         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
7203         on the line by itself.
7204         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
7205         it is not in a declarative context.
7207 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7209         * cus-edit.el (custom-variable-prompt): Allow customization of
7210         autoloaded symbols.
7212 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
7214         * simple.el (what-cursor-position): Don't cause error when point
7215         is at invalid multibyte sequence.
7217 1999-03-21  Karl Heuer  <kwzh@gnu.org>
7219         * complete.el (partial-completion-mode): Doc fix.
7221 1999-03-19  Richard M. Stallman  <rms@gnu.org>
7223         * progmodes/cplus-md.el (old-c++): Remove :group.
7225         * progmodes/c-mode.el (old-c): Remove :group.
7227 1999-03-18  Simon Marshall  <simon@gnu.org>
7229         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
7230         (java-font-lock-keywords-2): Added "strictfp" keyword.
7232 1999-03-17  Jason Rumney <jasonr@altavista.net>
7234         * w32-fns.el (set-w32-system-coding-system) New function.
7235         (w32-system-coding-system) Initialize to 'iso-latin-1.
7237 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
7239         * international/mule-cmds.el (set-language-environment): Fix
7240         previous change: don't use dos-codepage when unbound.
7242 1999-03-17  Karl Heuer  <kwzh@gnu.org>
7244         * calendar/appt.el (appt-make-list): Fix previous change.
7246 1999-03-16  Richard M. Stallman  <rms@gnu.org>
7248         * window.el (shrink-window-if-larger-than-buffer):
7249         Don't try to redisplay with the cursor at the end
7250         on its own line--that would force a scroll and spoil things.
7252 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
7254         * international/mule-cmds.el (set-language-environment): Don't use
7255         cpNNN-nonascii-translation-table if it is unbound.
7257         * term/internal.el (dos-codepage-setup): Compute the unibyte
7258         syntax table and bind unibyte-display-via-language-environment
7259         here, rather than at top level, so that resetting to unibyte in
7260         .emacs works as expected.
7262 1999-03-15  Simon Marshall  <simon@gnu.org>
7264         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
7266 1999-03-14  Milan Zamazal <pdm@pvt.net>
7268         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
7270 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
7272         * international/mule-util.el (detect-coding-with-priority):
7273         Restore the internal database.
7275 1999-03-14  Stephen Eglen  <stephen@gnu.org>
7277         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
7278         if mail-from-style has invalid value.
7280 1999-03-12  Karl Heuer  <kwzh@gnu.org>
7282         * vc.el (vc-delete-logbuf-window): New var.
7283         (vc-finish-logentry): Use it.
7285 1999-03-12  Richard M. Stallman  <rms@gnu.org>
7287         * startup.el (command-line-1): Improve startup msg.
7289 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
7291         * speedbar.el: Added commentary about stealthy functions.
7292         (speedbar-message) new function.
7293         (speedbar-y-or-n-p): New function
7294         (speedbar-with-attached-buffer) Moved macro before reference.
7295         Now uses `save-selected-window'.
7296         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
7297         speedbar-generic-item-info, speedbar-item-info-file-helper,
7298         speedbar-item-delete, speedbar-insert-generic-list,
7299         speedbar-timer-fn, speedbar-check-vc-this-line,
7300         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
7301         speedbar-buffers-item-info) Use speedbar-message.
7302         (speedbar-item-info) Limit `message-log-max'.
7303         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
7304         speedbar-item-delete, speedbar-item-object-delete,
7305         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
7307 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
7309         * server.el (server-start): Set coding system for the server
7310         process to raw-text.
7311         (server-process-filter): Decode file names if necessary.
7313 1999-03-12  Dave Love  <fx@gnu.org>
7315         * textmodes/fill.el (sentence-end-double-space): Doc fix.
7317         * textmodes/paragraphs.el (sentence-end): Doc fix.
7319 1999-03-11  Karl Heuer  <kwzh@gnu.org>
7321         * comint.el (comint-password-prompt-regexp): Accept "login password:"
7323 1999-03-09  Karl Heuer  <kwzh@gnu.org>
7325         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
7326         (ispell-dictionary-alist-2): Likewise.
7327         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
7328         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
7329         (ispell-dictionary-alist): Build from six pieces, not just two.
7331         * ps-bdf.el (bdf-directory-list): Doc fix.
7333         * enriched.el (enriched-mode): Make var permanent-local.
7335 1999-03-09  Dave Love  <fx@gnu.org>
7337         * textmodes/sgml-mode.el (html-mode): Use
7338         sentence-end-double-space when setting sentence-end.
7340 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
7342         * language/thai.el (tis-620): New alias coding system for thai-tis620.
7344 1999-03-08  Felix Lee  <flee@cygnus.com>
7346         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
7348         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
7350 1999-03-08  Karl Heuer  <kwzh@gnu.org>
7352         * dired-aux.el (dired-do-copy-regexp): Doc fix.
7353         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7355         * dired.el (dired-do-copy-regexp): Doc fix.
7356         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7358 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
7360         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
7362 1999-03-08  Jason Rumney <jasonr@altavista.net>
7364         * international/codepage.el (cp1250-decode-table)
7365         (cp1251-decode-table, cp1253-decode-table)
7366         (cp1257-decode-table): New translation tables for MS Windows codepages.
7367         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
7369 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
7371         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
7373 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
7375         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
7377         * term/internal.el (top level): Display character 255 as 8bit as well.
7379 1999-03-06  Dave Love  <fx@gnu.org>
7381         * progmodes/cc-cmds.el (c-outline-level): Bind
7382         buffer-invisibility-spec.
7384         * progmodes/c-mode.el (c-outline-level): Likewise.
7386         * progmodes/ada-mode.el (ada-outline-level): Likewise.
7388 1999-03-05  Felix Lee  <flee@cygnus.com>
7390         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
7392 1999-03-05  Richard M. Stallman  <rms@gnu.org>
7394         * bindings.el (complete-symbol): Invert meaning of prefix arg.
7396 1999-03-05  Andrew Innes  <andrewi@gnu.org>
7398         * w32-fns.el (convert-standard-filename): Convert directory
7399         separators to Windows format.
7401 1999-03-05  Andreas Schwab  <schwab@gnu.org>
7403         * international/skkdic-cnv.el: Provide skkdic-cnv.
7404         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
7405         (batch-skkdic-convert): Doc fix.
7407 1999-03-04  Dave Love  <fx@gnu.org>
7409         * custom.el (custom-set-variables): Protect against setter errors.
7411 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
7413         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
7414         the file sizes from overflowing.
7415         (ls-lisp-format): If file size is a float, use %8.0f to print it.
7416         Under -s, print the size in blocks with %4.0f, in case they have
7417         a *really* huge file.
7419 1999-03-03  Dave Love  <fx@gnu.org>
7421         * options.el (edit-options): Doc fix.
7422         (list-options): Don't lose with unbound symbols.  Maintain
7423         Edit-options-mode.
7425 1999-03-01  Dave Love  <fx@gnu.org>
7427         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
7429 1999-02-28  Richard M. Stallman  <rms@gnu.org>
7431         * ispell.el (ispell-dictionary-alist-override): New variable.
7432         (ispell-dictionary-alist): Don't setq it,
7433         if ispell-dictionary-alist-override is set.
7435         * simple.el (shell-command-default-error-buffer): Renamed from
7436         shell-command-on-region-default-error-buffer.
7437         (shell-command-on-region): Mention in echo area when there
7438         is some error output.  Mention success or failure, too.
7439         Accumulate multiple error outputs
7440         going forward, with formfeed in between.  Display the error buffer
7441         when we have put something in it.
7442         (shell-command): Add the ERROR-BUFFER argument feature.
7444 1999-02-28  Karl Heuer  <kwzh@gnu.org>
7446         * mail/mh-utils.el (mh-lib): Doc fix.
7447         (mh-lib-progs, mh-nmh-p): New vars.
7448         (mh-find-progs): Set mh-lib-progs along with other vars.
7449         (mh-path-search): New arg FUNC-P; if specified, use that instead
7450         of mh-file-command-p.
7451         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
7453         * mail/mh-comp.el (mh-repl-formfile): New var.
7454         (mh-smail-batch): Don't ignore all arguments.
7455         (mh-reply): Do the right thing when using nmh.
7457 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
7459         * international/mule-cmds.el (select-safe-coding-system): Be sure
7460         to show a buffer being decoded.
7462 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
7464         * ps-bdf.el (bdf-directory-list): Initialize it to
7465         '("/usr/local/share/emacs/fonts/bdf").
7467 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7469         * ps-print.el: PostScript programming fix.
7470         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
7471         setpagedevice operator).
7473 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7475         * ps-print.el: Doc fix, font size specifies landscape and portrait
7476         sizes.
7477         (ps-print-version): New version number (4.1.4).
7478         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
7479         Specifies landscape and portrait sizes.
7480         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
7481         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
7482         fix.
7483         (ps-get-font-size): New fun.
7484         (ps-font-size-internal, ps-header-font-size-internal)
7485         (ps-header-title-font-size-internal): New vars.
7487         * ps-mule.el: Change of ps-print font size variable name.
7488         (ps-mule-generate-font): Fun fix.
7489         (ps-mule-begin-job): Programming uniformization.
7491 1999-02-25  Dave Love  <fx@gnu.org>
7493         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
7494         (help-make-xrefs): Do Info case first.
7496         * repeat.el: Don't require advice.
7497         (repeat-last-kill-command): Variable deleted.
7499 1999-02-25  Richard Stallman  <rms@gnu.org>
7501         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
7502         case just because the current buffer is the output buffer.
7504 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
7506         * simple.el (what-cursor-position): To show the character's
7507         encoding, use encoded-string-description instead of information
7508         of chaset-origin-alist.
7510         * international/mule-cmds.el (iso-2022-control-alist): New variable.
7511         (encoded-code-description): New function.
7512         (encoded-string-description): New function.
7513         (encode-coding-char): New function.
7515 1999-02-25  Andrew Innes  <andrewi@gnu.org>
7517         * startup.el (command-line) [windows-nt]: Fix typo in regexp
7518         checking for .emacs[.el[c]].
7520 1999-02-24  Richard Stallman  <rms@gnu.org>
7522         * help.el (describe-function-1): Don't print a whole lambda-function.
7524 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
7526         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
7527         inputting ?\240.
7529 1999-02-23  Karl Heuer  <kwzh@gnu.org>
7531         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
7533         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
7534         (clean-buffer-list-kill-buffer-names): Doc fix.
7536         * gud.el (gud-jdb-massage-args): Spelling fix.
7538 1999-02-23  Richard M. Stallman  <rms@gnu.org>
7540         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
7542 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
7544         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
7545         excursion while calling set-auto-coding-function.
7547         * play/handwrite.el (handwrite): Require ps-print, and use
7548         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
7549         if it's defined, instead of forking ps-lpr-command unconditionally.
7551 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
7553         * international/codepage.el (cp-coding-system-for-codepage-1): Put
7554         charset-origin-alist property to a coding system for the codepage.
7556         * international/mule.el: Modify comment for charset-origin-alist
7557         property of a coding system.
7559         * simple.el (what-cursor-position): charset-origin-alist property
7560         of a coding system may be a translation table or a symbol of which
7561         `translation-table' property is a translation table.
7563 1999-02-21  Richard Stallman  <rms@gnu.org>
7565         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
7566         to the "html" template.
7568 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
7570         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
7572 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
7574         * dirtrack.el (dirtrack): Check for the prompt in the input string
7575         instead of the buffer.
7577 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
7579         * sql.el: Set version to 1.4.1.  Changed mail address to
7580         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
7581         (sql-input-ring-separator): Doc fix.
7582         (sql-mode-syntax-table): double-dash starts comments is defined as
7583         ". 56" instead of ". 12b" for XEmacs.
7584         (sql-stop, sql-interactive-mode): Doc fixes.
7585         (sql-postgres): Queries for database and server, not just one.
7586         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
7588         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
7589         changed.  This is needed for master.el to work.
7590         (sql-set-sqli-buffer): Use the new hook.
7592         * sql.el (sql-make-alternate-buffer-name): Function that sets
7593         sql-alternate-buffer-name.
7594         (sql-alternate-buffer-name): Possible name of SQLi buffers.
7595         (sql-interactive-mode): Set sql-alternate-buffer-name.
7596         (sql-rename-buffer): New command.
7597         (sql-interactive-mode-menu): Menu for SQLi buffers.
7599         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
7600         and sql-input-ring-file-name are used to temporarily set
7601         comint-input-ring-file-name and comint-input-ring-separator when
7602         reading and writing input history files.
7604         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
7605         (sql-input-ring-file-name): New variable with customization.
7606         (sql-input-ring-separator): New variable with customization.
7607         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
7608         Callers changed.
7609         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
7610         now includes the name of the current buffer.
7612         (sql-mode): Set paragraph-separate and paragraph-start so that
7613         sql-send-paragraph sends the entire SQL statements, even if it
7614         contains indented lines.
7616 1999-02-18  Dave Love  <fx@gnu.org>
7618         * format.el (format-encode-run-method, format-decode-run-method):
7619         Fix previous change.
7621 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
7623         * international/mule.el (coding-system-list): Moved here from
7624         mule-util.el to avoid autoloading mule-util by the call of
7625         select-safe-coding-system.
7627 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7629         * simple.el (turn-on-auto-fill): Mark it as an option for
7630         `text-mode-hook'.
7632 1999-02-17  Richard Stallman  <rms@gnu.org>
7634         * emacs-lisp/easymenu.el (easy-menu-get-map):
7635         Don't crash if (current-local-map) is nil.
7637 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
7639         * filecache.el (file-cache-filter-regexps): Added .class.
7641 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
7643         * international/mule-util.el (decompose-region): Use
7644         insert-buffer-substring instead of insert-buffer to avoid putting
7645         mark.
7647 1999-02-17  Andreas Schwab  <schwab@gnu.org>
7649         * calendar/cal-move.el (scroll-calendar-left): Don't set
7650         displayed-month and displayed-year here, let generate-calendar do
7651         it, after range checking.
7653 1999-02-17  Simon Marshall  <simon@gnu.org>
7655         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
7657         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
7658         correctly between an object declared via a constructor and a method.
7659         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
7660         (java-font-lock-keywords-1): Fontify package names individually.
7661         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
7662         (java-font-lock-keywords-2): Simplify type fontification.
7663         (java-font-lock-keywords-3): Likewise.
7665 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
7667         * language/japanese.el (iso-2022-jp-2): New coding system.
7668         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
7670 1999-02-16  Dave Love  <fx@gnu.org>
7672         * help.el (describe-function-1): Accept non-symbols.
7674 1999-02-16  Paul Eggert  <eggert@twinsun.com>
7676         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
7677         find the last match if there are multiple matches.
7679 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7681         * tex-mode.el (tex-run-command, latex-run-command)
7682         (slitex-run-command, tex-command): Doc changes.
7683         (tex-start-options-string): Autoload it.  Doc change.  Provide
7684         a menu for customization.  Allow nil.  Quote backslashes only once.
7685         (tex-start-tex): Handle nil value of tex-start-options-string
7686         and apply shell-quote-argument to it.
7688 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
7690         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
7691         the size in blocks, since it can be a float.
7692         (ls-lisp-format): Likewise
7694 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
7696         * language/japanese.el (japanese-shift-jis): Add
7697         charset-origin-alist property.
7699 1999-02-15  Richard Stallman  <rms@gnu.org>
7701         * progmodes/compile.el (compile-internal): Use save-selected-window.
7703         * subr.el (momentary-string-display): Bind inhibit-read-only.
7705         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
7707 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
7709         * mail/rmail.el (rmail-show-message): If an unseen message has a
7710         Summary-line in its header, get past one more line before looking
7711         for the X-Coding-System header.
7713 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
7715         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
7716         explicitly to accomodate Windows 9X lack of a useful copy program.
7718 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7720         * wid-edit.el (widget-choice-value-create): Use `equal'
7721         instead of `eq'.
7723 1999-02-14  Richard Stallman  <rms@gnu.org>
7725         * international/iso-transl.el:
7726         (iso-transl-ae): Renamed from iso-transl-e-slash.
7727         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
7728         (iso-transl-AE): Renamed from iso-transl-E-slash.
7729         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
7730         (iso-transl-char-map): Related changes.
7732         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
7734 1999-02-13  Richard Stallman  <rms@gnu.org>
7736         * textmodes/texinfmt.el (texinfo-alias): New function.
7737         (texinfo-fold-nodename-case): Add defvar.
7738         (texinfo-format-node): Do case folding if specified.
7740         * ffap.el (ffap-file-at-point): Test local file names
7741         immediately.  Strip off line numbers.
7743 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
7745         * sql.el: Set version to 1.3.2
7746         (sql-solid-program): Added support for solid.
7747         (sql-help): Doc mentions sql-solid.
7748         (sql-solid): Entry function for Solid.
7749         (sql-buffer): Doc explains the use of the variable and how to
7750         change it.
7751         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
7752         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
7753         disabled if sql-buffer doesn't have a process; sql-send-paragraph
7754         is new.
7755         (sql-show-sqli-buffer): New function to display the value of
7756         sql-buffer.
7757         (sql-change-sqli-buffer): New function to change sql-buffer.
7758         (sql-mode): Doc explains how to change sql-buffer.
7759         (sql-send-paragraph): New function to send a paragraph.
7760         (sql-mode-map): Added keybinding for sql-send-paragraph.
7761         (sql-mysql): Doc corrected.
7762         (sql-ms): Doc corrected.
7764         * sql.el (sql-server): Doc fix.
7765         (sql-mysql): Added the use of sql-server to specify the host,
7766         sql-database now specifies database instead of host.
7767         (sql-mode-menu): Send... menu items are only active if sql-buffer
7768         is non-nil.
7769         (sql-help): Changed tag of entry functions a bit.
7771         * sql.el: Added keywords from `finder-by-keyword'.
7772         (sql-mode): Made sql-buffer a local variable, changed the
7773         documentation: removed instructions to add *.sql files to
7774         auto-mode-alist, added documentation for having mutliple SQL
7775         buffers sending their stuff to different SQLi buffers, each
7776         running a different process.
7777         (sql-postgres): Quoted *SQL* in doc string.
7778         (sql-ms): Likewise.
7779         (sql-ingres): Likewise.
7780         (sql-ingres): Quoted *SQL* in doc string, added references to
7781         sql-user and sql-password used during login.
7782         (sql-sybase): Quoted *SQL* in doc string, added comma.
7783         (sql-oracle): Likewise.
7784         (sql-interactive-mode): Added extensive documentation for having
7785         mutliple SQL buffers sending their stuff to different SQLi
7786         buffers, each running a different process.
7787         (sql-buffer): Changed doc from *SQL* to SQLi.
7788         (sql-get-login): Doc fix.
7790 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
7792         * international/mule-conf.el (undecided): Set ascii in
7793         safe-charsets property.
7795 1999-02-12  Richard Stallman  <rms@gnu.org>
7797         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
7799 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
7801         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
7802         value to ps-mule-font-info-database-latin.
7804 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
7806         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
7807         (ps-mule-font-info-database-default): New variable.
7808         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
7809         ps-mule-font-info-database-default.
7811 1999-02-12  Dave Love  <fx@gnu.org>
7813         * timezone.el (timezone-make-date-sortable)
7814         (timezone-make-date-arpa-standard): Doc fix.
7816 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
7818         * international/quail.el (quail-show-kbd-layout): Bind
7819         blink-matching-paren to nil.
7821         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
7822         for ASCII and Latin-1.
7824 1999-02-12  Andreas Schwab  <schwab@gnu.org>
7826         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
7828 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
7830         * international/mule-cmds.el (language-info-alist): Remove
7831         description about charset-origin-alist.
7833         * international/mule.el: Comment added for a new coding system
7834         property `charset-origin-alit'.
7835         (make-translation-table): This variable deleted.
7837         * language/chinese.el (chinese-big5): Add charset-origin-alist
7838         property.
7839         ("Chinese-CNS"): Remove charset-origin-alist property.
7841         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
7842         property.
7843         (cyrillic-alternativnyj): Likewise.
7844         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
7845         ("Cyrillic-ALT"): Likewise.
7847         * language/vietnamese.el (vietnamese-viqr): Add
7848         charset-origin-alist property.
7849         ("Vietnamese"): Remove charset-origin-alist property.
7851         * simple.el (what-cursor-position): Don't use the varialbe
7852         charset-origin-alist, but use charset-origin-alist property of
7853         buffer-file-coding-system to decide external character set code.
7855 1999-02-10  Richard Stallman  <rms@gnu.org>
7857         * shadowfile.el: Don't turn on the mode when the file is loaded.
7859 1999-02-09  Richard Stallman  <rms@gnu.org>
7861         * progmodes/compile.el (compile-auto-highlight): Customize.
7863         * add-log.el (add-log-file-name-function): New variable.
7864         (add-change-log-entry): Call that function, if non-nil.
7866 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
7868         * rmail.el (rmail-search): Track match with a marker, not an integer.
7870 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7872         * progmodes/compile.el (compilation-setup): Set value of
7873         compilation-directory-stack as in compilation-forget-errors.
7874         (compile-reinitialize-errors): Bind buffer-undo-list and
7875         deactivate-mark.
7876         (compilation-forget-errors): Likewise.
7878 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
7880         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
7881         def... constructs.
7883         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
7884         Remove calls to sleep-for.
7886 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
7888         * international/codepage.el (cp-coding-system-for-codepage-1): On
7889         MS-DOS, use dos-unsupported-char-glyph for characters not
7890         supported by the codepage.
7891         (cp-make-coding-systems-for-codepage): Likewise.
7893 1999-02-08  Andreas Schwab  <schwab@gnu.org>
7895         * international/mule-util.el (coding-system-list): Don't sort
7896         coding-system-list here.
7898         * international/mule.el (coding-system-lessp): Moved here from
7899         mule-util.el
7900         (add-to-coding-system-list): New function.
7901         (make-subsidiary-coding-system, make-coding-system,
7902         define-coding-system-alias): Use it instead of setting
7903         coding-system-list directly.
7905 1999-02-07  Dave Love  <fx@gnu.org>
7907         * calendar/appt.el (appt-make-list): Don't splice quotes and date
7908         onto message.
7910 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7912         * imenu.el (imenu--last-menubar-index-alist): Add doc.
7913         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
7915 1999-02-06  Richard Stallman  <rms@gnu.org>
7917         * language/european.el (setup-slovenian-environment): New function.
7918         ("Slovenian"): New language environment.
7920         * progmodes/sql.el (sql-help): Doc fix.
7921         (sql-mysql): Doc fix.
7923 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7925         * tex-mode.el: When compiling, require compare-w and skeleton
7926         to pacify the byte-compiler.  Move the def's of the tex-commands
7927         together.  Add a comment on kill-process vs. quit-process.
7929 1999-02-05  Dave Love  <fx@gnu.org>
7931         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
7932         null markers.
7933         (compile-goto-error): Likewise.
7935 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
7937         * time-stamp.el (time-stamp-format): Format doc tighter.
7938         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
7939         (time-stamp): Don't re-write the time stamp if it didn't change.
7941 1999-02-05  Alex Schroeder  <asc@bsiag.com>
7943         * progmodes/sql.el: Changed version to 1.2.1.
7944         (sql-pop-to-buffer-after-send-region): Improved documentation.
7945         (sql-mysql-program): Added MySQL support.
7946         (sql-prompt-length): Made prompt-length configurable.
7947         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
7948         (sql-help): Added MySQL support, changed documentation.
7949         (sql-send-region): A message is displayed if something is sent.
7950         (sql-mode): Added buffer-local comment-start.
7951         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
7952         (sql-interactive-mode): Added buffer-local comment-start.
7953         (sql-oracle): Set sql-prompt-length.
7954         (sql-sybase): Set sql-prompt-length.
7955         (sql-mysql): Added MySQL support.
7956         (sql-ingres): Set sql-prompt-length.
7957         (sql-ms): Set sql-prompt-length.
7958         (sql-postgres): Set sql-prompt-length.
7960 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
7962         * term/internal.el (dos-codepage-setup): Set selection coding
7963         system to cpNNN-dos.
7965 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7967         * international/characters.el: Let ethiopic use iso-2022-7bit.
7969 1999-02-02  Dave Love  <fx@gnu.org>
7971         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
7972         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
7974 1999-02-02  Karl Heuer  <kwzh@gnu.org>
7976         * terminal.el (terminal-emulator): Doc fix.
7978 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
7980         * international/mule-util.el (compose-chars): Doc-string
7981         modified.  Correctly handle a composition character in ARGS.
7983 1999-02-01  Richard Stallman  <rms@gnu.org>
7985         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
7986         (makefile-menu-index-function): Function deleted.
7987         (makefile-mode): Use makefile-imenu-generic-expression.
7989 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
7991         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
7992         change, invoke from before-init-hook.
7994 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
7996         * subr.el (remove-from-invisibility-spec): Cope with the case when
7997         buffer-invisibility-spec is t.
7999 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
8001         * calendar/calendar.el (calendar-mode-map): Fix bindings for
8002         appt-add and appt-delete.
8004 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
8006         * term/pc-win.el (msdos-approximate-color): New function.
8007         (msdos-color-translate): Call it to find a DOS color that best
8008         approximates an X-style "#NNNNNN" color specification.
8010 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
8012         * international/mule-util.el (compose-chars-component): Add
8013         autoload cookie.
8015 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
8017         * international/quail.el (quail-lookup-key): If cdr of MAP is a
8018         function, replace cdr of MAP by the return value of the function
8019         unconditionally.
8021 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8023         * progmodes/compile.el (compilation-next-error-locus): Don't
8024         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8026 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
8028         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8029         and NLs before "charset", and allow the charset name be in double
8030         quotes.
8032 1999-01-31  Richard Stallman  <rms@gnu.org>
8034         * imenu.el (imenu-sort-function): Fix custom type.
8036 1999-01-30  Richard Stallman  <rms@gnu.org>
8038         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8039         (speedbar-line-token): Likewise.
8041         * play/gametree.el (gametree-default-score): Use defcustom.
8042         (gametree-score-regexp, gametree-score-closer): Likewise.
8043         (gametree-score-manual-flag, gametree-score-opener): Likewise.
8045 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8047         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8048         decoding.
8050 1999-01-29  Markus Rost  <rost@gnu.org>
8052         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8053         tex-validate-buffer.
8054         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8055         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
8056         now with recent occur-mode.
8057         (tex-validate-region): Really walk through all Sexps.
8058         (tex-region): Bind shell-dirtrack-verbose.
8059         (tex-file, tex-bibtex-file): Likewise.
8061 1999-01-29  Dave Love  <fx@gnu.org>
8063         * finder.el: (finder-commentary): Fix interactive spec.  Try
8064         appending .el to file name.
8065         (finder-find-library, finder-commentary): Doc fixes.
8067 1999-01-29  Andrew Innes  <andrewi@gnu.org>
8069         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8070         where the userid contains directory separators.
8072 1999-01-29  Dave Love  <fx@gnu.org>
8074         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8075         (lm-commentary): Doc fix.
8077 1999-01-29  Andreas Schwab  <schwab@gnu.org>
8079         * files.el (file-expand-wildcards): Never consider `.' and `..' a
8080         wildcard match.  Fix regexp that tests if dirpart contains
8081         wildcard characters.
8083 1999-01-28  Richard Stallman  <rms@gnu.org>
8085         * font-lock.el (font-lock-default-unfontify-region):
8086         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8088 1999-01-27  Jason Rumney <jasonr@altavista.net>
8090         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8091         from FAMILY field.
8092         (w32-create-initial-fontsets): Do not use before-init-hook.
8093         (mouse-set-font): Document.  Automatically create and use fontsets.
8095         * dos-w32.el (direct-print-region-helper): Check for printer
8096         being t as well as a string.
8098 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
8100         * mail/rmail.el (rmail-decode-mime-charset): New variable.
8101         (rmail-mime-charset-pattern): New variable.
8102         (rmail-convert-to-babyl-format): Decode by MIME-charset if
8103         rmail-decode-mime-charset is non-nil.
8105 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
8107         * international/characters.el: Set category `q' for all characters
8108         in tibetan and tibetan-1-column.
8110 1999-01-27  Andrew Innes  <andrewi@gnu.org>
8112         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8113         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8115 1999-01-27  Dave Love  <fx@gnu.org>
8117         * international/mule-cmds.el (current-language-environment):
8118         Provide :link, :type (choices) and appropriate :get.
8120 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
8122         * startup.el (command-line): Set default eol-mnemonic-* strings to
8123         display end-of-line format in mode line.
8125         * cus-start.el (all): Add eol-mnemonic-* variables.
8127 1999-01-26  Dave Love  <fx@gnu.org>
8129         * startup.el (command-line-1): Up-date copyright.
8131         * paths.el (Info-default-directory-list): Use configdir twice.
8133         * info.el (Info-directory-list): Don't set path-separator now
8134         we're not shipped with Texinfo.  Simplify path definition.
8135         Substitute all occurrences of instdir in Info-default-directory-list.
8137 1999-01-25  Richard Stallman  <rms@gnu.org>
8139         * startup.el (normal-top-level-add-subdirs-to-load-path):
8140         Record the inode numbers of the dirs processed, to avoid loop.
8142         * textmodes/tex-mode.el (tex-run-command): Doc fix.
8144 1999-01-25  Dave Love  <fx@gnu.org>
8146         * browse-url.el (browse-url-netscape-program): Doc addition.
8148         * help.el (help-make-xrefs): Default info references to an `(emacs)'
8149         prefix.
8151         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
8152         auto-mode-alist.
8154 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8156         * calendar/diary-lib.el (mark-diary-entries): Use
8157         assoc-ignore-case and do not capitalize when matching month and
8158         day names.
8160         * calendar/calendar.el (calendar-read-date): Ditto.
8162         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8163         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8165         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
8167         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8169         * calendar/cal-islam.el (calendar-goto-islamic-date)
8170         (mark-islamic-diary-entries): Ditto.
8172         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8174         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8175         (calendar-read-mayan-tzolkin-date): Ditto.
8177         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
8179 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
8181         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
8183 1999-01-25  Karl Heuer  <kwzh@gnu.org>
8185         * faces.el (list-faces-display): Multiline case of previous fix.
8187 1999-01-25  Andreas Schwab  <schwab@gnu.org>
8189         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
8191 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
8193         * files.el (find-file): If find-file-noselect returns a list,
8194         do switch-to-buffer on each element.
8195         (find-file-other-window): Likewise for all but the first element.
8196         (find-file-other-frame): Same.
8197         (find-file-noselect): When we expand a wildcard, return a list
8198         of buffers.
8200 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
8202         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
8203         to set the appropriate cpNNN-dos coding system as the
8204         highest-priority coding system.
8206 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
8208         * international/fontset.el (generate-fontset-menu): Return a
8209         sorted list by plain names of fontsets.
8211         * international/mule-diag.el (list-fontsets): Sort fontsets by
8212         plain names.
8214         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
8215         FIRST is a composite character, decompose it at first.
8217 1999-01-23  Dave Love  <fx@gnu.org>
8219         * format.el: Doc fixes.
8220         (format-encode-run-method): Have things happen in the right buffer.
8221         Deal with errors from method.  Set coding-system-for-write.
8222         (format-decode-run-method): Have things happen in the right buffer.
8223         Deal with errors from method.  Set coding-system-for-read.
8224         (format-alist): Use nil instead of unmatchable regexps.
8226         * simple.el (shell-command-on-region): Return command's exit status.
8228 1999-01-23  Eric Ludlam  <zappo@gnu.org>
8230         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
8231         of the file whose info we want to display.
8232         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
8233         (speedbar-add-mode-functions-list) Improve doc.
8234         (speedbar-line-token) New function.
8235         (speedbar-dired) Fix order of directories in -shown-directories.
8236         (speedbar-line-path): Default return is default-directory
8237         (speedbar-buffers-line-path): Return is dir name only.
8238         (speedbar-mode-functions-list): New variable.
8239         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
8240         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
8241         speedbar-files-item-info speedbar-buffers-item-info): New functions.
8242         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
8243         New functions.
8244         (speedbar-line-file): Broke out part that fetches file from a line.
8245         (speedbar-line-text): New function extracted from speedbar-line-file.
8246         (speedbar-line-path): Converted into a replaceable function.
8247         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
8249 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
8251         * international/fontset.el (create-fontset-from-x-resource): Make
8252         style variants.
8254 1999-01-22  Dave Love  <fx@gnu.org>
8256         * paths.el (Info-default-directory-list): Put sysdir after start.
8258 1999-01-22  Sam Steingold  <sds@goems.com>
8260         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
8261         a process associated with it.
8263 1999-01-22  Jason Rumney <jasonr@altavista.net>
8265         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
8267 1999-01-22  Felix Lee  <flee@cygnus.com>
8269         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
8270         major-mode.
8271         (vc-annotate-mode): Delete variable.
8273 1999-01-22  Andrew Innes  <andrewi@gnu.org>
8275         * startup.el (command-line): [windows-nt]: Check for existence of
8276         .emacs file so as to notice .emacs.el or .emacs.elc and use them
8277         in preference to _emacs.
8279 1999-01-22  Dave Love  <fx@gnu.org>
8281         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
8283 1999-01-20  Richard Stallman  <rms@gnu.org>
8285         * files.el (find-file-noselect): Do wildcard processing only
8286         if new arg WILDCARDS is non-nil.
8287         (find-file, find-file-other-window): New arg WILDCARDS.
8288         Default it to non-nil if interactive.
8289         (find-file-other-frame): Likewise.
8290         (find-file-read-only): Likewise.
8291         (find-file-read-only-other-window): Likewise.
8292         (find-file-read-only-other-frame): Likewise.
8294         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
8295         (widget-plist-convert-option): Delete spurious comma.
8297 1999-01-19  Jason Rumney <jasonr@altavista.net>
8299         * term/w32-win.el (w32-standard-fontspec-spec): Change
8300         iso8859-5 to koi8-r.  Add iso8859-9.
8302 1999-01-19  Dave Love  <fx@gnu.org>
8304         * browse-url.el (browse-url-maybe-new-window): Delete macro and
8305         its uses.
8307         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
8308         is active.
8309         (fortran-indent-subprogram): Likewise.
8311 1999-01-19  Dave Love  <d.love@dl.ac.uk>
8313         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
8315 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
8317         * wid-edit.el (alist): Use sexp as default key-type.
8319 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8321         * textmodes/tex-mode.el (tex-define-common-keys):
8322         Remove key binding of tex-feed-input.
8323         (tex-mode-map): Bind tex-feed-input here.
8324         (tex-start-shell): Use compilation-shell-minor-mode.  Set
8325         comint-input-filter-functions before running tex-shell-hook.
8326         (tex-start-tex): Forget compilation errors.
8327         (tex-compilation-parse-errors): Rewritten to work also with
8328         compile-mouse-goto-error and compile-goto-error.  Adjusted to
8329         change in tex-region.
8330         (tex-region): For the temp file use file-name without directory.
8331         (tex-file): Expand file name of tex-print-file.
8333 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8335         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
8337 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
8339         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
8340         beginning could cause Emacs to hang.  Fixed.
8342 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
8344         * international/ccl.el (ccl-compile-translate-character): Handle
8345         the case that a tranlation table is CCL register correctly.
8347         * international/mule-cmds.el (select-safe-coding-system):
8348         Hightlight at most 256 characters.
8350 1999-01-18  Dave Love  <fx@gnu.org>
8352         * startup.el (command-line): If the init file changes operation to
8353         unibyte, make all buffers unibyte and re-set language environment.
8355         * disp-table.el (standard-display-european): Make all existing
8356         buffers unibyte.  Fix doc.
8358 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
8360         * wid-edit.el (coding-system): Define this unconditionally.
8362         * simple.el (shell-command-on-region-default-error-buffer): New var.
8363         (shell-command-on-region): Use that variable as interactive
8364         value of ERROR-BUFFER argument.
8366 1999-01-17  Sam Steingold  <sds@goems.com>
8368         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
8370 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8372         * progmodes/compile.el (compilation-goto-locus): If already in the
8373         compilation buffer's window, keep it in that window.
8374         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
8375         (compile-goto-error): Don't play with windows.
8377         * textmodes/tex-mode.el (latex-run-command): Doc fix.
8378         (tex-command): Doc fix.
8379         (tex-compilation-parse-errors): Doc fix.
8380         (tex-generate-zap-file-name): Don't start the name with -.
8381         (tex-expand-files): Works now also with strings ending with ":".
8383 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
8385         Patch failed to install:
8386         * gametree.el: Document scoring functionality.
8387         (gametree-score-regexp): Add optional plus sign.
8388         (gametree-score-opener): Replace `:' with `=' as the former
8389         conflicts with gametree-half-ply-regexp.
8390         (gametree-transpose-following-leaves): Add.
8391         (gametree-insert-new-leaf): Make modifying commands barf in read
8392         only buffers.
8393         (gametree-break-line-here): Add a call to
8394         `gametree-transpose-following-leaves'.  This maintains the
8395         necessary invariant that on each level all leaf children precede
8396         all nonleaf children.  This has always been implied, but left to
8397         the user, and, unfortunately, undocumented.
8399 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8401         * wid-edit.el (plist, alist): New widget types.
8403 1999-01-17  Dave Love  <fx@gnu.org>
8405         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
8406         fix scope of condition-case therein.
8408 1999-01-17  Andrew Innes  <andrewi@gnu.org>
8410         * dos-w32.el: (find-buffer-file-type-coding-system): Use
8411         default-buffer-file-coding-system when file doesn't exist (and
8412         isn't covered by a special case) instead of forcing undecided-dos
8413         against the user's wishes.
8415         * dos-w32.el (direct-print-region-helper): New function based on
8416         direct-print-region-function; sends data to specified printer port
8417         without further translation.  Recognize and handle specially the
8418         standard `print' and `nprint' programs, as well as `lpr' and
8419         similar programs.  Only write directly to the printer port if no
8420         print program is specified.  Work around a bug in Windows 9x
8421         affecting Win32 version of Emacs by invoking command.com to write
8422         to the printer port instead of writing directly.
8423         (direct-print-region-function): Use direct-print-region-helper to
8424         do most of the work.
8425         (direct-ps-print-region-function): New function; analogue of
8426         direct-print-region-function for ps-print.
8427         (ps-lpr-command): Comment out setq; leave as example usage.
8428         (ps-lpr-switches): Ditto.
8430         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
8431         and MS-Windows.
8432         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
8433         DOS and Windows platforms, to indicate direct printing.  Update
8434         the docstring accordingly.
8436         * ps-print.el: (ps-printer-name): Update docstring about usage on
8437         MS-DOS and MS-Windows.
8438         (ps-lpr-command): Update docstring as for lpr-command.
8439         (ps-print-region-function): New variable.
8440         (ps-do-despool): Use it.
8441         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
8442         DOS/Windows.
8444         * subr.el (subst-char-in-string): New function.
8446 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
8448         * international/codepage.el (cp852-decode-table): Fill a nil entry.
8450         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
8451         (bdf-find-font-info): New function, looks for the first readable
8452         file from a list of alternatives.
8453         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
8454         instead of bdf-get-font-info.
8455         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
8456         to ps-mule-generate-bitmap-glyph.
8458         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
8459         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
8460         now be a list of alternative names.
8461         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
8462         (ps-mule-prepare-font): Likewise.
8464         * international/codepage.el (cp855-decode-table,
8465         cp850-decode-table): Fill some nil entries.
8467 1999-01-16  Dave Love  <fx@gnu.org>
8469         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
8470         last change.
8472 1999-01-15  Dave Love  <fx@gnu.org>
8474         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
8475         and change regexp for command names.
8476         (help-xref-go-back, function-called-at-point, symbol-file)
8477         (where-is): Doc fixes.
8478         (help-xref-go-back): Remove interactive spec.
8479         (describe-function-1): Fix message for alias.  Buttomize alias
8480         name.
8482         * simple.el (join-line): New alias.
8484 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
8486         * forms.el: (forms--show-record): Convert integers to string
8487         expicitly since concat will no longer accept integers.
8488         (forms-print): Use local `total-nb-records' since
8489         `forms--total-records' will be inaccessible after buffer switching.
8491 1998-01-14  Felix Lee  <flee@cygnus.com>
8493         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
8495 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
8497         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
8499 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
8501         * international/codepage.el (cp850-decode-table): Fix previous change.
8503 1999-01-14  Simon Marshall  <simon@gnu.org>
8505         * shell.el (shell-dirtrack-verbose): New custom variable.
8506         (shell-dirstack-message): Use it.
8508 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
8510         * international/mule-conf.el: Coding system alias `dos' for
8511         `undecided-dos', `mac' for `undecided-mac'.
8513         * international/mule-cmds.el (describe-language-environment):
8514         Don't alter input-method-alist.
8516 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
8518         * international/codepage.el (cp850-decode-table): Replace nil
8519         entries with codes of similary looking glyphs.  (Suggested by
8520         Jason Rumney <jasonr@altavista.net>.)
8522 1999-01-13  Dave Love  <fx@gnu.org>
8524         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
8526         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
8528 1999-01-12  Karl Heuer  <kwzh@gnu.org>
8530         * files.el (auto-save-hook): Defvar this.
8532 1999-01-12  Alex Schroeder  <asc@bsiag.com>
8534         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
8535         faces, eliminating the need to load font-lock before loading sql.
8536         (sql-mode-oracle-font-lock-keywords): Likewise.
8537         (sql-mode-postgres-font-lock-keywords): Likewise.
8539 1999-01-11  Dave Love  <fx@gnu.org>
8541         * cus-start.el: Add inhibit-eol-conversion.
8543         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
8544         the values round.
8546 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
8548         * help.el (help-mode-finish): Renamed from help-mode-maybe.
8549         Don't switch to Help mode here.
8550         (temp-buffer-setup-hook): Use help-mode-finish.
8551         (help-mode-setup): New function.
8552         (temp-buffer-setup-hook): Use help-mode-setup.
8554         * progmodes/sql.el: New file.
8556         * files.el (auto-mode-alist): Add sql-mode.
8558         * faces.el (list-faces-display): Improve the formatting
8559         by computing the maximum length required for any face-name.
8561 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8563         * progmodes/compile.el (compilation-shell-minor-mode): New function.
8565 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
8567         * term.el (term_send_home): Change the string to
8568         be the same as the one emitted by xterm and consistent with the
8569         ones emitted by prior and next.
8570         (term_send_end): Likewise.
8572 1999-01-10  Dave Love  <fx@gnu.org>
8574         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
8575         bindings.
8577 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
8579         * international/codepage.el (codepage-setup): Doc fix.
8580         (cp-decoding-vector-for-codepage): Likewise.
8582 1999-01-10  Markus Rost  <rost@gnu.org>
8584         * cus-edit.el (custom-save-delete): First scan the custom-file.
8586 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
8588         * international/iso-transl.el: Define a "function name" for
8589         each translation that isn't ASCII.  Use these function names
8590         in iso-transl-char-map.
8592 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
8594         * international/mule-util.el (decompose-region): Do decomposition
8595         on temporary unibyte buffer.
8597         * international/mule.el (make-char): Doc-string modified.
8599 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
8601         * simple.el (comment-region): Delete spaces only if we
8602         deleted a comment starter.
8604 1999-01-07  Dave Love  <fx@gnu.org>
8606         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
8608         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
8609         like eval-defun does.
8611         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
8613         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
8614         constructions.  Doc fixes.
8615         (generic-create-generic-function): Use defalias, not fset.
8617         * find-func.el: More doc fixes.
8619 1999-01-06  Stephen Eglen  <stephen@gnu.org>
8621         * files.el (save-buffers-kill-emacs): Show the list of current
8622         processes before prompting to kill them and exit.
8624 1999-01-06  Dave Love  <fx@gnu.org>
8626         * emacs-lisp/find-func.el: Doc fixes.
8627         (find-function-regexp): Extend for define-generic-mode,
8628         define-derived-mode, easy-mmode-define-minor-mode.
8630 1999-01-06  Dave Love  <fx@gnu.org>
8632         * progmodes/fortran.el (fortran-window-create): Account for scroll
8633         bar width.
8635         * browse-url.el: Require (noerror) w3-auto when compiling.
8636         (browse-url-maybe-new-window): Make it a macro and revert last
8637         change to callers.
8638         (browse-url-w3): Require w3 for w3-fetch-other-window.
8640 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8642         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
8643         argument.
8645 1999-01-06  Simon Marshall  <simon@gnu.org>
8647         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
8649         * font-lock.el (font-lock-default-fontify-buffer): When using
8650         with-temp-message, use nil rather than current-message.
8652         * lazy-lock.el (lazy-lock-unstall):
8653         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
8654         rather than current-message.
8656         * fast-lock.el (fast-lock-save-cache-1):
8657         (fast-lock-cache-data): When using with-temp-message, use nil rather
8658         than current-message.
8660 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
8662         * international/codepage.el (cp-coding-system-for-codepage-1): Add
8663         the valid-codes property.
8665         * international/mule-cmds.el (prefer-coding-system): Call
8666         set-coding-priority, so that the internal array of priorities is
8667         also updated.
8669         * international/mule-util.el:
8670         (coding-system-change-eol-conversion,
8671         coding-system-change-text-conversion): Don't define here.
8673         * international/mule-cmds.el: Define them here.  Remove the
8674         autoload cookies.
8676 1999-01-06  Andreas Schwab  <schwab@gnu.org>
8678         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
8679         if it was enabled before.
8681         * view.el (View-revert-buffer-scroll-page-forward): Bind
8682         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
8684         * files.el (recover-session): Preserve point when inserting
8685         explanation.
8687 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
8689         * cus-edit.el (custom-save-delete): Don't delete whitespace
8690         and comments before the sexp that is replaced.
8692 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8694         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
8696 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8698         * vc.el (vc-dired-hook): Use the original value of
8699         dired-move-to-filename-regexp on lines that have not been
8700         reformatted yet.
8701         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
8702         file lines have already been reformatted.
8704 1999-01-05  Dave Love  <fx@gnu.org>
8706         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
8707         buffer-local.
8709 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
8711         * progmodes/f90.el: Change of regular expressions for type to
8712         correct highlighting and identation. Some small fixes for
8713         compatibility with XEmacs.
8715 1999-01-05  Stephen Eglen  <stephen@gnu.org>
8717         * mspools.el (mspools-vm-system-mail): Provide an alternative
8718         value based on rmail-spool-directory if $MAIL is not defined.
8720 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
8722         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
8723         (reftex-section-info): Handle negative section levels.
8724         (reftex-view-crossref-extra): New option.
8725         (reftex-view-crossref): Generalized to work in more places.
8726         (reftex-find-citation-regexp-format, reftex-find-reference-format,
8727         reftex-macros-with-labels, reftex-global-search-marker): New variables.
8728         (reftex-view-cite-locations-from-bibtex): New command.
8729         (reftex-view-regexp-match, reftex-global-search,
8730         reftex-global-search-continue): New functions.
8731         (reftex-extract-bib-entries): No error for non-existing BibTeX
8732         file, just a message.
8733         (reftex-extract-bib-entries): Better error handling.
8734         (reftex-select-with-char): Use `*RefTeX Select*' for selection
8735         help and force it on current frame.
8736         (reftex-default-bibliography): New function.
8737         (reftex-access-parse-file): Check consistency after loading a
8738         parse file.  When inconsistent, enfore rescan.
8739         (reftex-check-parse-consistency): New function.
8740         (easy-menu-define): Options section drastically shortened.
8742 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
8744         * language/thai-util.el (thai-compose-string): New function.
8746 1999-01-04  Inge Frick  <inge@nada.kth.se>
8748         * easymenu.el (easy-menu-define): Doc fix.
8749         (easy-menu-create-menu): New keyword :included.
8750         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
8751         be an expression, not only a string.  Simulate style `button'.
8752         Use easy-menu-define-key-intern instead of easy-menu-define-key.
8753         (easy-menu-define-key-intern): New function.
8754         (easy-menu-add-item): Understand value returned from
8755         easy-menu-item-present-p and easy-menu-remove-item.
8756         (easy-menu-return-item): New function.
8757         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
8759 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
8761         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
8762         Use rmail-output-read-rmail-file-name to read the file name.
8763         Always call rmail-output-to-rmail-file noninteractively.
8764         When count > 1, do the loop here.
8765         Handle rmail-delete-after-output here.
8766         (rmail-summary-output): Similar changes.
8768         * mail/rmailout.el: Provide `rmailout'.
8769         (rmail-output-read-rmail-file-name): New function.
8770         (rmail-output-to-rmail-file): Use that.
8771         (rmail-output-read-file-name): New function.
8772         (rmail-output): Use that.
8774         * files.el (find-file-noselect): Let /: suppress wildcard matching.
8775         Error if wildcard matches no files.
8777 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
8779         * menu-bar.el (clipboard-yank): Doc fix.
8781         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
8783 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
8785         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
8787 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
8789         * rmail.el (rmail-encode-string): Make sure mask value is
8790         positive; (emacs-pid) returns a negative number on Windows 9x
8791         which causes odd behaviour.
8793 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
8795         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
8796         and about w32-* variables unless on Windows/NT.
8798 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
8800         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
8801         if buffer is modified; ask about all modified buffers.
8803 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
8805         * simple.el (what-cursor-position): Fix previous change.
8807 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
8809         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
8810         from paragraph-start.
8812 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
8814         * international/mule-cmds.el (prefer-coding-system): If the
8815         argument requires specific EOL conversion type, make the default
8816         coding systems use that.
8818 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
8820         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
8821         Use shell-command-on-region.
8822         (m4-start-m4, m4-end-m4): Functions deleted.
8824 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
8826         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
8828 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8830         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
8831         to compose-mail in the correct places and as a list.
8833 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
8835         * page-ext.el: Added mouse-selection feature for pages directory buffer.
8836         (pages-directory-map): Bind mouse-2
8837         (pages-copy-header-and-position): Put text property.
8838         (pages-directory-goto-with-mouse): New function.
8840 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
8842         * international/codepage.el (cp-make-coding-systems-for-codepage):
8843         Doc fix.
8844         (cp-coding-system-for-codepage-1): Likewise.
8846 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
8848         * language/thai-util.el (thai-post-read-conversion): Handle Thai
8849         composition sequence correctly here instead of calling
8850         thai-compose-region.
8852         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
8853         newline in multibyte buffer, if previous or next character is a
8854         composite char, check the first component of the composite char.
8856 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
8858         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
8859         and track-mouse.
8861 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8863         * mail/sendmail.el (mail-yank-original): Remove text properties
8864         after insertion.
8865         (mail-yank-region): Barf if no mark is set in the message
8866         being replied to.
8868         * help.el (function-called-at-point): First look for function at point.
8870 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
8872         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
8874 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
8876         * simple.el (what-cursor-position): Print character encoding also.
8878 1998-12-26  Dave Love  <fx@gnu.org>
8880         * textmodes/flyspell.el: If local-maps work, don't put
8881         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
8882         in flyspell-mouse-map (only).
8883         (flyspell-use-local-map): New variable.
8884         Use a different mouse-2 binding in that case,
8885         and don't add to minor-mode-map-alist.
8886         (make-flyspell-overlay, flyspell-correct-word):
8887         Test flyspell-use-local-map.
8889 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
8891         * files.el (file-expand-wildcards): Handle wildcards in directory name.
8892         Be careful about whether to return a relative file name,
8893         and if so, relative to what directory.
8895 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
8897         * emacs-lisp/easymenu.el (easy-menu-get-map):
8898         Change global map only if this menu exists in the global map already,
8899         and not in the local map.
8900         (easy-menu-do-add-item): Fix error message.
8902         * foldout.el (foldout-inhibit-key-bindings):
8903         Avoid concatenating onto outline-minor-mode-prefix.
8904         Make a new keymap for that prefix, if it does not already have one.
8906 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
8908         * cperl-mode.el:
8909         Can use linear algorithm for indentation if Emacs supports it.
8910         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
8911         (cperl-after-block-p):  Likewise.
8912         (cperl-after-block-and-statement-beg): Likewise.
8913         (cperl-after-block-p):  After END/BEGIN we are a block.
8914         (cperl-after-expr-p):   Skip labels when checking
8915         (cperl-indent-region):  Make a marker for END - text added/removed.
8916         Disable hooks during the call (how to call them later?).
8917         Now indents 820-line-long function in 6.5 sec (including
8918         syntaxification) the first time (when buffer has few
8919         properties), 7.1 sec the second time.
8920         (cperl-indent-region):  Do not indent whitespace lines
8921         (cperl-style-alist)
8922                 Include `cperl-merge-trailing-else' where the value is clear.
8923         (cperl-styles-entries): Likewise.
8924         (cperl-problems):       Improvements to docs.
8925         (cperl-tips):           Likewise.
8926         (cperl-non-problems):   Likewise.
8927         (cperl-mode):           Make lazy syntaxification possible.
8928         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
8929         `font-lock-unfontify-region-function' was set to a wrong function.
8931         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
8932         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
8933         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
8934         but 1<<6 was considered as HERE-doc.
8935         <file/glob> made into a string.
8936         Postpone addition of faces after syntactic step.
8937         Recognition of <FH> was wrong.
8938         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
8939         Knows that split// is null-RE.
8940         Highlights separators in 3-parts expressions as labels.
8941         <> was considered as a glob.
8942         Would err if the last line is `=head1'.
8943         $a-1 ? foo : bar; was a considered a regexp.
8944         `<< (' was considered a start of HERE-doc.
8945         mark qq[]-etc sections as syntax-type=string
8946         Was not processing sub protos after a comment ine.
8947         Was treating $a++ <= 5 as a glob.
8948         Tolerate unfinished REx at end-of-buffer.
8949         `unwind-protect' was left commented.
8950         / and ? after : start a REx.
8952         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
8953         Better default, customizes to `message' too, off in text-mode.
8955         (cperl-array-face): Renamed from `font-lock-emphasized-face',
8956         `defface'd.
8957         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
8958         `defface'd.
8959         (cperl-emacs-can-parse):        New state variable.
8960         (cperl-indent-line):    Corrected to use global state.
8961         (cperl-calculate-indent):       Likewise.
8962         (cperl-fix-line-spacing):       Likewise (not used yet).
8963         (cperl-calculate-indent):       Did not consider `,' as
8964         continuation mark for statements.
8965         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
8966         Remove another parse-data optimization at toplevel: would
8967         indent correctly.
8968         Correct for labels when calculating indentation of continuations.
8969         Docstring updated.
8970         (cperl-choose-color):   Converted to a function (to be
8971         compilable in text-mode).
8972         (cperl-dark-background):        Disable without window-system.
8973         Do `defface' only if window-system.
8974         (cperl-fix-line-spacing):       Sped up to bail out early.
8975         (x-color-defined-p): Was not compiling on XEmacs
8976         Was defmacro'ed with a tick.  Remove another def.
8977         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
8978         (cperl-unwind-to-safe): New function.
8979         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
8980         (cperl-fontify-syntaxically): Unwinds start and end to go out of
8981                                      long strings (not very successful).
8982         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
8983         Highlight the starting // in s//foo/ as function-name.
8984         Emit a meaningful error instead of a cryptic one for an
8985         uncomplete REx near end-of-buffer.
8987         (cperl-electric-keyword):       `qr' recognized.
8988         (cperl-electric-else):          Likewise
8989         (cperl-to-comment-or-eol):      Likewise
8990         (cperl-make-regexp-x):  Likewise
8991         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
8992         Corrected to use new macros;
8993         `if' for copying `reference-face' to `constant-face' was backward.
8994         remove init `font-lock-other-emphasized-face',
8995         `font-lock-emphasized-face', `font-lock-keyword-face'.
8996         Interpolate `cperl-invalid-face'.
8997         (cperl-make-regexp-x):  Misprint in a message.
8998         (cperl-syntaxify-unwind): New configuration variable
8999         (cperl-fontify-m-as-s): New configuration variable
9000         (cperl-electric-pod):   Check for after-expr was performed
9001         inside of POD too.
9002         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
9003         (cperl-clobber-mode-lists): New configuration variable.
9004         (cperl-not-bad-style-regexp):   Updated.
9005         Init:                   `cperl-is-face' was busted.
9006         (cperl-make-face):      New macros.
9007         (cperl-force-face):     New macros.
9008         (font-lock-other-type-face): Done via `defface' too.
9009         (cperl-nonoverridable-face):    New face.  Renamed from
9010         `font-lock-other-type-face'.
9011         (cperl-init-faces-weak):        Use `cperl-force-face'.
9012         (cperl-comment-indent): Commenting __END__ was not working.
9013         (cperl-indent-for-comment):     Likewise.
9014         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
9015         When removing old TAGS info was not relativizing filename.
9016         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9017         Another try to work around XEmacs problems.  Better progress messages.
9018         (toplevel):             Require custom unprotected => failure on 19.28.
9019         (cperl-xemacs-p):       Defined when compile too
9020         (cperl-find-tags):      Was writing line/pos in a wrong order,
9021         pos off by 1 and not at beg-of-line.
9022         (cperl-etags-snarf-tag): New macro
9023         (cperl-etags-goto-tag-location): New macro
9024         (cperl-version):        New variable.  New menu entry
9025         random docstrings:      References to "future" 20.3 removed.
9026         Menu was described as `CPerl' instead of `Perl'
9027         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9028         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9029         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
9030         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9031         `font-lock-reference-face', `font-lock-keyword-face'.
9032         Use `eval-after-load'.
9033         Remove not-CPerl-related faces.
9034         (cperl-tips-faces):     New variable and an entry into Mini-docs.
9035         (cperl-indent-exp):     Was not processing else-blocks.
9036         (cperl-get-state):      NOP line removed.
9037         (cperl-ps-print):       New function and menu entry.
9038         (cperl-ps-print-face-properties):       New configuration variable.
9039         (cperl-invalid-face):   New configuration variable.
9040         (perl-font-lock-keywords):      Highlight trailing whitespace
9041         (cperl-contract-levels):        Documentation corrected.
9042         (cperl-contract-level):         Likewise.
9043         (cperl-ps-extend-face-list):    New macro.
9044         (cperl-invalid-face):   Change to ''underline.
9046 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
9048         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
9049         for read-file-name.
9050         (rmail-output-to-rmail-file): Likewise.
9052 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
9054         * emacs-lisp/easymenu.el (easy-menu-get-map):
9055         If MENU is nil, use global menu-bar map.
9056         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9057         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9059 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9061         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9063 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9065         * ps-print.el (ps-print-version): New version number (4.1.3).
9067 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
9069         * international/mule-cmds.el: Use make-sparse-keymap instead of
9070         define-prefix-key when defining MULE menu items.
9072         * info.el (Info-node-at-bob-matching): New function.
9073         (Info-find-node, Info-build-node-completions): Call it.
9075 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
9077         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9078         when this is an autoloaded keymap.
9080 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
9082         * international/codepage.el (cp-coding-system-for-codepage-1):
9083         Create separate encoders and decoders, for DOS and Unix.  Make the
9084         usual family of 3 coding systems, so that automatic detection of
9085         EOL type works.
9086         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9087         Unix-specific symbols here, and don't call
9088         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
9089         Handa <handa@etl.go.jp>.)
9091         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9093         * term/internal.el (IT-character-translations): New variable, an
9094         alist used to display characters for which there's no glyphs in
9095         the current codepage.
9096         (IT-display-table-setup): New function, sets up the DOS terminal
9097         for a given codepage.
9098         (dos-codepage-setup): New function, sets up the MULE environment
9099         for the current value of dos-codepage.
9100         (top-level if): In the multibyte mode, turn on
9101         unibyte-display-via-language-environment.  In the unibyte mode,
9102         set up the special syntax tables to map lower- to upper case and
9103         back.
9105 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
9107         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9108         (speedbar-frame-plist) Remove useless comments.
9109         (speedbar-frame-mode) Do not specify height if it is in the param list.
9110         Use default y position w/out changing it.
9111         If default x position is a list, keep, calculate the non-list X
9112         value when devining an initial position.
9113         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9114         (speedbar-tag-group-name-minimum-length): New variable.
9115         (speedbar-frame-parameter): New compatibility function.
9116         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9117         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9118         groups to keep things in the right order, and to help with some
9119         naming conventions.
9120         (speedbar-create-tag-hierarchy): Enable buffer local version of
9121         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9122         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
9123         the case, derive it from the cursor location in speedbar.
9125 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
9127         * international/mule-cmds.el (set-language-environment): On MS-DOS
9128         terminals, install DOS-specific nonascii-translation-table if the
9129         language info doesn't specify one.  Pass the default eol-type to
9130         set-language-environment-coding-systems.
9131         (set-default-coding-systems): Copy the eol-type property for the
9132         new default values of {buffer-file,process}-coding-system from the
9133         old defaults.
9134         (set-language-environment-coding-systems): Accept an optional
9135         argument EOL-TYPE, and set the eol-type property of the default
9136         coding systems accordingly.
9137         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
9138         (set-keyboard-coding-system): Likewise.
9139         (set-default-coding-systems): Don't set
9140         default-terminal-coding-system on MS-DOS to anything but nil.
9141         (prefer-coding-system): Describe in the doc string that
9142         default-terminal-coding-system is not changed on MS-DOS.
9143         (set-language-environment): For MS-DOS, set standard syntax table
9144         and display table for all characters with code above 127.
9145         (standard-display-european-internal): For MS-DOS, pass all
9146         characters with code above 127 directly to the terminal, and don't
9147         remap characters 160 and 146 in the unibyte case.
9149         * international/codepage.el: New file.
9151 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9153         * diary-lib.el (diary-float): Fix end-of-year error and typos in
9154         comments.
9156 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
9158         * map-ynp.el (map-y-or-n-p): Ignore input methods.
9160         * subr.el (read-passwd): Likewise.
9162 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
9164         * info.el (Info-find-node): Add 1 to the position read from the
9165         tag table.  Don't fail if the node delimiter ^_ is the first
9166         character in the file.
9167         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
9168         first character in the file.
9169         (Info-read-subfile): Likewise.
9170         (Info-select-node): Likewise.
9171         (Info-build-node-completions): Likewise.
9173 1998-12-16  Richard Stallman  <rms@gnu.org>
9175         * term/x-win.el (x-cut-buffer-or-selection-value):
9176         If clipboard is enabled, try it before PRIMARY selection.
9178 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9180         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
9181         insert c-cedilla and C-cedilla respectively, like in latin-1.
9183 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
9185         * language/hebrew.el: Don't use sublists in the flags argument
9186         passed to make-coding-system.
9188 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9190         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
9191         list of character sets found by find-charset-region.
9193         * ps-mule.el: Always require ps-print.  Move some function
9194         definitions for Emacs 20.2 and the earlier to ps-print.el.
9195         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
9197         * ps-print.el: Define several functions for Emacs 20.2 and the
9198         earlier version.
9199         (ps-printer-name): Check if printer-name is bound.
9201 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9203         * ps-mule.el: Programming uniformization and little code improvement.
9204         (ps-mule-prepare-font): Programming uniformization.
9205         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
9206         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
9208         * ps-bdf.el: Programming uniformization and little code improvement.
9209         (bdf-search-and-read): New fun.
9210         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
9211         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
9212         (bdf-info-relative-compose, bdf-info-baseline-offset)
9213         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
9214         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
9215         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
9216         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
9217         improvement.
9219 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9221         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
9222         and mule related code extraction. Autoload ps-mule funs.
9224         * ps-mule.el: Doc fix. Require ps-print only when compiled.
9225         (ps-mule-prologue-generated): New fun.
9226         (ps-mule-plot-string): Add autoload cookie.
9227         (ps-mule-begin-job): Call ps-mule-prologue-generated.
9229 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9231         * ps-bdf.el: Require ps-mule instead of ps-print.
9232         (bdf-directory-list): Add autoload cookie.
9234         * ps-mule.el: New file.  Mule related code extracted from
9235         ps-print.el.  Require ps-print, provide ps-mule.
9236         (ps-multibyte-buffer): Add autoload cookie.
9237         (ps-mule-prepare-ascii-font): New fun.
9238         (ps-mule-set-ascii-font): New fun.
9239         (ps-mule-skip-same-charset): Fun deleted.
9240         (ps-mule-plot-string): Set ps-mule-current-charset.
9241         (ps-mule-initialize): Add autload cookie.  Don't set
9242         ps-mule-font-info-database here.
9243         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
9244         ps-mule-font-info-database and ps-control-or-escape-regexp.
9245         (ps-mule-begin-page): New fun.
9247         * ps-print.el: Mule related code moved to ps-mule.el.
9248         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
9249         check ps-mule-charset-list.
9250         (ps-begin-page): Don't set ps-mule-current-charset, instead call
9251         ps-mule-begin-page.
9252         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
9253         (ps-plot-region): Don't set ps-mule-current-charset, instead call
9254         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
9255         instead skip same charsets by itself.
9256         (ps-generate): Call ps-mule-initialize of needs-begin-file is
9257         non-nil.  Call ps-mule-begin-job.
9259 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9261         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
9262         instead of bdf.
9264         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
9265         (ps-mule-external-libraries): New element FEATURE.
9266         (ps-mule-init-external-library): Ajusted for the above change.
9267         (ps-mule-generate-font): Likewise.
9268         (ps-mule-generate-glyphs): Likewise.
9269         (ps-mule-prepare-font): Likewise.
9270         (ps-mule-initialize): Likewise.
9271         (ps-begin-file): Superfluous tailing parenthesis deleted.
9273 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9275         * international/fontset.el (x-decompose-font-name): If PATTERN
9276         doesn't have any wild cards, return a vector made from a name that
9277         is found by x-resolve-font-name found.  Comments added.
9279         * international/mule-cmds.el (find-coding-systems-for-charsets):
9280         Handle the case of unknown charset.
9281         (find-multibyte-characters): If invalid multibyte characters are
9282         found, return the corresponding strings instead of character
9283         codes.
9284         (find-multibyte-characters): Adjusted for the above change.
9285         (select-safe-coding-system): For a unibyte buffer, always returns
9286         DEFAULT-CODING-SYSTEM.
9287         (get-charset-property): Fix previous change.  Make it a function.
9288         (put-charset-property): Make it a function.
9290         * international/mule.el (make-coding-system): Set mime-charset
9291         property of *-with-esc coding system to nil.
9293         * international/quail.el (quail-point-in-conversion-region): New
9294         function.
9295         (quail-conversion-backward-delete-char): When a key sequence is
9296         being translated, call quail-delete-last-char.
9298         * language/devan-util.el
9299         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
9300         handle devanagari-decomposition-rules.
9302 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
9304         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
9305         tex-start-options-string to empty string.
9306         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
9308 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
9310         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
9311         5xx responses are already handled properly).
9313 1998-12-13  Richard Stallman  <rms@gnu.org>
9315         * progmodes/compile.el (compilation-error-regexp-alist): Insist
9316         on a non-digit in the file name.
9318         * simple.el (comment-region): Handle comment-padding
9319         separately for insertion and for deletion, in the right way for each.
9321 1998-12-13  Felix Lee  <flee@cygnus.com>
9323         * progmodes/compile.el (compilation-error-regexp-alist): Fix
9324         regexp to match "ChangeLog:1:1998-12-09 ..."
9326 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
9328         * cus-start.el (dos-unsupported-char-glyph): Add.
9330 1998-12-11  Dave Love  <fx@gnu.org>
9332         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
9333         forward-sexp in condition-case.
9335         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9336         Remove unnecessary test on `library' for explicit file name.
9337         Widen scope of save-match-data.
9339 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
9341         * international/mule.el (load-with-code-conversion): If the loaded
9342         file was inserted  with no-conversion or raw-text coding system,
9343         make the buffer unibyte.
9345 1998-12-09  Richard Stallman  <rms@gnu.org>
9347         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9348         Get rid of nested loops.
9350         * mouse.el (mouse-drag-vertical-line):
9351         If WHICH-SIDE is not `right', then scroll bars are on the left.
9353         * loadhist.el (load-history-loaded): defvar moved to help.el.
9355         * help.el (symbol-file-load-history-loaded): Variable renamed,
9356         and defvar moved from loadhist.el.
9357         (symbol-file): Renamed from describe-function-find-file.
9358         Load fns-VERSION.el here.
9359         (describe-variable, describe-function-1): Use symbol-file.
9361         * textmodes/tex-mode.el (tex-generate-zap-file-name):
9362         Don't start the name with #.
9364         * ispell.el: Take out the eval-when's.
9366 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
9368         * dirtrack.el (dirtrack-directory-change-hook): New hook.
9369         (dirtrack): Run it.  Make debug message more verbose.
9371 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
9373         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
9374         name of the abbrev table, and provide support for XEmacs.
9375         (octave-xemacs-p): New variable.
9377 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
9379         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
9380         exit, when mail-interactive is nil.
9382 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
9384         * files.el (after-find-file): Message fix.
9386 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
9388         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
9390 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
9392         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
9393         filenames using backslashes.
9395 1998-12-09  Dave Love  <fx@gnu.org>
9397         * browse-url.el (browse-url-mail): Call compose-mail-other-window
9398         with correct number of args.
9399         (browse-url-maybe-new-window): New arg.  Callers changed.
9401         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
9402         comment.
9404 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
9406         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
9408 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
9410         * vc.el (vc-rcs-release): Fix Type.
9411         (vc-sccs-release): Fix Type.
9412         (vc-cvs-release): Fix Type.
9414         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
9415         arg work right.
9417         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
9418         output of last undeleted message.
9420 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
9422         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9423         (buffer-undo-list) [windows-nt]: Use different relative path.
9425 1998-12-07  Simon Marshall  <simon@gnu.org>
9427         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
9429 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
9431         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
9433         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
9435 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
9437         * info.el (Info-menu): Don't return error if point is between menu
9438         header and first menu item.
9440 1998-12-04  Dave Love  <fx@gnu.org>
9442         * help.el (describe-function-1): Fix description for alias.
9444 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
9446         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
9447         specifications from summary line.
9449         * rect.el (delete-whitespace-rectangle): Mark for autoload.
9450         (close-rectangle): Define alias only once in loaddefs.el.
9452 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
9454         * term/internal.el: Remove code which sets up a special syntax
9455         table for non-ASCII characters.
9457 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
9459         * dos-w32.el (direct-print-region-function): Try to ensure that
9460         printer-name is expanded to a file name on a local drive;
9461         sometimes printing a file loaded from a network volume fails.
9462         (direct-print-region-function): Add a function to
9463         write-region-annotate-functions to append a formfeed character to
9464         the region being printed, if the region doesn't end with a
9465         formfeed already.  This avoids creating a second print job
9466         containing a blank page when print spooling is enabled on Windows.
9468 1998-12-02  Dave Love  <fx@gnu.org>
9470         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
9471         `Info-goto-node'.
9473 1998-12-02  Richard Stallman  <rms@gnu.org>
9475         * help.el (temp-buffer-resize-mode): Doc fix.
9477         * cus-edit.el (custom-save-delete): Save point before
9478         reading a sexp, rather than backing up.
9480         * international/iso-transl.el: Fix previous change.
9482 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9484         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
9485         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
9486         Added defvars to suppress compilation warnings.
9488 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
9490         * ispell.el: Improved and fixed customize for variables:
9491         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
9492         ispell-dictionary-alist, ispell-skip-sgml.
9493         Improved and fixed comments in variables and messages for
9494         functions: ispell-help-in-bufferp, ispell-local-dictionary,
9495         ispell-menu-map, ispell-checking-message, ispell-parser,
9496         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
9497         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
9498         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
9499         ispell-message-text-end, ispell-add-per-file-word-list.
9500         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
9501         system is now required for all languages.  Casechars improved for
9502         castellano, castellano8, and norsk dictionaries.  Dictionary
9503         norsk7-tex added.  Dictionary polish added.
9504         (ispell-dictionary-alist): Redefined at load-time to support
9505         dictionary changes.
9506         (ispell-menu-map): Redefined at load-time to support menu changes.
9507         (ispell-check-version): New alias for `check-ispell-version'.
9508         (ispell-parse-output): Fixed matching for ispell error messages.
9509         Correctly returns spelling suggestions in order generated by ispell
9510         process.
9511         (check-ispell-version): Ensure `case-fold-search' doesn't get
9512         redefined.
9513         (ispell-complete-word): Ensure `case-fold-search' doesn't get
9514         redefined.  Fix bug that didn't respect case of word being completed.
9515         (ispell-init-process): Set process coding system to be compatible
9516         with emacs processes and the ispell process.
9517         (ispell-kill-ispell): Ensures ispell process has terminated before
9518         starting new process.  This can otherwise confuse process filters
9519         and hang the ispell process.
9520         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
9521         skipping support for sgml.
9522         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
9523         which could cause `ispell-complete-word' to hang.
9524         (ispell-message): Improved message reference matching.  Ensure
9525         `case-fold-search' doesn't get redefined.
9526         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
9527         get redefined.  Fixed bug in returning to nroff mode from tex mode.
9528         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
9529         get redefined.
9531 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
9533         * textmodes/flyspell.el (flyspell-check-word-p):
9534         Don't delay inside a kbd macro.
9536         * subr.el (make-local-hook): Return the hook variable.
9538 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9540         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
9541         Use a timer instead of post-command-hook.
9542         (hscroll-timer): New variable.
9544 1998-11-30  Dave Love  <fx@gnu.org>
9546         * help.el (help-xref-button): Do nothing if text already has the
9547         help-xref property.
9548         (describe-variable): Revert previous change to hyperlink to source.
9550 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
9552         * bindings.el (features): Add `base64' to this list.
9554         * loadhist.el (symbol-file): Doc fix.
9556         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9558         * files.el (hack-one-local-variable): Cope with non-file buffers.
9560 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
9562         * help.el (describe-mode): Put major mode first.
9564         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
9565         to support special-display and same-window features.
9567 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
9569         * simple.el (transpose-subr, transpose-subr-1): Rename variables
9570         bound in one function and used in the other.
9571         (transpose-subr-start1, transpose-subr-start2): Add defvars.
9572         (transpose-subr-end1, transpose-subr-end2): Add defvars.
9574 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
9576         * autoinsert.el (auto-insert-alist): Use user-mail-address.
9578 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
9580         * international/ccl.el (ccl-dump-translate-character-const-tbl):
9581         Give format correct control string.
9583         * international/mule.el (define-translation-table): Fix bug of
9584         setting incorrect translation-table-id.  If the first element of
9585         ARGS is a translation table, just register it.
9587         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
9588         property.
9590 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
9592         * thingatpt.el (thing-at-point-url-at-point): Don't use current
9593         syntax table to determine what is whitespace.
9595 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
9597         * frame.el (frame-parameter): Doc fix.
9599         * textmodes/tex-mode.el (tex-feed-input): New function.
9600         (tex-define-common-keys): Add binding for C-c C-m.
9602 1998-11-23  Dave Love  <fx@gnu.org>
9604         * progmodes/fortran.el: Various minor doc fixes.
9605         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
9606         (fortran-with-subprogram-narrowing): New macro.
9607         (fortran-check-for-matching-do): Use it.
9608         (fortran-end-do): Use fortran-check-end-prog-re.
9609         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
9610         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
9612 1998-11-23  Simon Marshall  <simon@gnu.org>
9614         * font-lock.el (font-lock-defaults): Doc fix.
9615         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
9616         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
9618         * lazy-lock.el (lazy-lock-unstall):
9619         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
9621         * fast-lock.el (fast-lock-save-cache-1):
9622         (fast-lock-cache-data): Rewritten to use with-temp-message.
9624 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
9626         * mail/rmail.el (rmail-set-message-counters-counter): Detect
9627         messages that have been added with DOS line endings and convert
9628         the line endings for such messages.
9630 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9632         * help.el: Add resizing of temporary buffers.
9633         (temp-buffer-resize-mode): New command and variable.
9634         (temp-buffer-max-height): New variable.
9635         (resize-temp-buffer-window): New function.
9637         * window.el (window-buffer-height): New function, split from
9638         shrink-window-if-larger-than-buffer.
9639         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
9641 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
9643         * frame.el (initial-frame-alist): Add defcustom.
9645         * shell.el (shell-prompt-pattern): Add defcustom.
9647 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9649         * message.el (message-ignored-supersedes-headers): Remove
9650         NNTP-Posting-Date.
9652 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
9654         * help.el (describe-mode): Don't avoid loop indirecting thru
9655         value of INDICATOR.
9657 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
9659         * help.el (describe-variable): Allow any variable with a defcustom,
9660         even if it is not a user variable.
9662         * mail/rmail.el (mail-unsent-separator): Additional alternative.
9664 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
9666         * gnus/nntp.el (nntp-request-group): Allow for failures when
9667         requesting a new group.
9669 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9671         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
9673 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9675         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
9677 1998-11-19  Simon Marshall  <simon@gnu.org>
9679         * subr.el (with-temp-message): New macro.
9681         * emacs-lisp/lisp-mode.el (with-temp-message):
9682         Add lisp-indent-function property.
9684 1998-11-18  Dave Love  <fx@gnu.org>
9686         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
9688 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
9690         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
9691         This is not obsolete.
9693 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
9695         * textmodes/picture.el: Make a new map by make-keymap.
9696         (picture-desired-column): New variable.
9697         (picture-update-desired-column): New function.
9698         (picture-beginning-of-line): Set picture-desired-column to 0.
9699         (picture-end-of-line): Set picture-desired-column to the current
9700         column.
9701         (picture-forward-column): Pay attention to multi-column character.
9702         (picture-backward-column): Likewise.
9703         (picture-move-down): Likewise.
9704         (picture-move-up): Likewise.
9705         (picture-movement-nw): With prefix arg, move twice columns.
9706         (picture-movement-ne): Likewise.
9707         (picture-movement-sw): Likewise.
9708         (picture-movement-se): Likewise.
9709         (picture-set-motion): Handle two-column movements.
9710         (picture-move): Call picture-move-down or picture-forward-column
9711         only when necessary.
9712         (picture-insert): Pay attention to picture-desired-column.
9713         (picture-self-insert): Likewise.
9714         (picture-clear-column): Pay attention to multi-column character.
9715         (picture-mode): Modify doc-string for two-column movement.
9717         * rect.el (move-to-column-force): New function.
9718         (operate-on-rectangle): If coerce-tabs is non-nil, call
9719         move-to-column-force instead of move-to-column.
9720         (insert-rectangle): Call move-to-column-force instead of
9721         move-to-column.
9722         (open-rectangle-line): If begextra is not zero, call
9723         move-to-column-force.
9726 1998-11-16  Dave Love  <fx@gnu.org>
9728         * textmodes/sgml-mode.el Require skeleton when compiling.
9729         (sgml-font-lock-keywords-1): Accept single-letter tags.
9730         (v2): Defvar free variable.
9732 1998-11-16  Sam Steingold  <sds@goems.com>
9734         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
9735         macro, not ELisp one.
9737 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
9739         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
9740         characters to symbol.
9742         * language/japan-util.el (japanese-zenkaku-region): New optional
9743         arg KATAKANA-ONLY.
9745 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
9747         * international/mule.el
9748         (after-insert-file-set-buffer-file-coding-system): If the buffer
9749         is changed to unibyte, return inserted bytes.
9751         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
9752         and link names if necessary.
9753         (tar-header-block-summarize): Handle the case that file or link
9754         names are multibyte.
9755         (tar-summarize-buffer): At first set the current buffer unibyte,
9756         then if there are multibyte file names, change it to multibyte.
9757         (tar-mode): Get char position from tar-header-offset.
9758         (tar-extract): Avoid multibyte<->unibyte conversion in
9759         insert-buffer-subsring by setting both buffers unibyte
9760         temporarily.
9761         (tar-copy): Set the buffer unibyte while doing a work.  Write
9762         without code conversion.
9763         (tar-expunge): Set the buffer unibyte while doing a work.
9764         (tar-alter-one-field): Likewise.
9765         (tar-clear-modification-flags): Compare byte position with
9766         tar-header-offset.
9767         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
9768         insert-buffer-subsring by setting both buffers unibyte
9769         temporarily.  Pay attention to multibyteness while updating the
9770         descriptor-line.
9771         (tar-mode-write-file): Write without code conversion.
9773 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9775         * nngateway.el: Require cl.
9777 1998-11-15  Dave Love  <fx@gnu.org>
9779         * progmodes/fortran.el: Fix previous change:
9780         (fortran-end-prog-re1): Changed.
9781         (fortran-check-end-prog-re): New function.
9782         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
9784 1998-11-13  Tom Breton  <tob@world.std.com>
9786         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
9787         GNU Emacs.
9789 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
9791         * textmodes/reftex.el: (reftex-finding-files): Group documentation
9792         fixed.
9793         (reftex-toc-toggle-file-boundary,
9794         reftex-toc-toggle-labels,
9795         reftex-toc-toggle-context,reftex-find-start-point): New functions.
9796         (reftex-toc-include-labels, reftex-toc-include-context,
9797         reftex-toc-include-file-boundaries,
9798         reftex-toc-keep-other-windows): New options.
9799         (reftex-use-text-after-label-as-context): Option removed.
9800         (reftex-extract-bib-entries): Protect use in non-latex
9801         buffers.
9802         (reftex-toc-visit-location): Renamed from
9803         `reftex-toc-visit-line'.
9804         (reftex-latin1-to-ascii): Works now with and without Mule.
9805         (reftex-truncate): Removed special stuff for Emacs 20.2.
9806         (reftex-get-offset): Made more general.
9807         (reftex-show-label-location): Renamed from
9808         `reftex-select-label-callback'.
9809         (reftex-pop-to-label): Function removed (using
9810         `reftex-show-label-location' instead.
9811         (reftex-insert-docstruct): Renamed from
9812         `reftex-make-and-insert-label-list'.  Function args changed.
9813         (reftex-toc): Now uses `reftex-insert-docstruct' and
9814         `reftex-find-start-point'.
9815         (reftex-select-item): Use `reftex-find-start-point'.
9816         (reftex-toc-visit-line): Can display labels and file
9817         boundaries.
9818         (reftex-TeX-master-file): `(TeX-master-file)' protected.
9820 1998-11-12  Sam Steingold  <sds@goems.com>
9822         * browse-url.el (browse-url): Handle the case when
9823         `browse-url-browser-function' is a lambda list.
9825 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
9827         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
9828         version string.
9829         * loadhist.el (symbol-file): Likewise
9831 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
9833         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
9835 1998-11-11  Sam Steingold  <sds@goems.com>
9837         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
9838         `run-lisp' instead of signalling an error.
9840 1998-11-11  Karl Heuer  <kwzh@gnu.org>
9842         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
9844 1998-11-11  Richard Stallman  <rms@gnu.org>
9846         * vc-hooks.el (vc-toggle-read-only): Doc fix.
9848 1998-11-11  Per Starback  <starback@update.uu.se>
9850         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
9851         renamed svenska8 to svenska, and fixed and extended CASECHARS
9852         for it.
9854 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
9856         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
9857         handling if setpagedevice is not available.
9858         (ps-begin-file): Fix typo.
9860 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
9862         * international/mule-util.el (compose-chars-component): Signal
9863         error if CH is a rule-based composition character.
9864         (compose-chars): Signal error if an already compsed character is
9865         going to be composed by rule-base.
9867         * term/x-win.el: If a resolved ASCII font name doesn't conform to
9868         full XLFD, don't try to get information of WEIGHT and SLANT from
9869         that font name.
9871 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
9873         * dos-w32.el (set-default-process-coding-system): Use function on
9874         before-init-hook to set default-process-coding-system based on
9875         enable-multibyte-characters.
9877         * term/w32-win.el ([language-change]): For now ignore
9878         keyboard language-change events.
9880 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
9882         * ediff-util.el (ediff-make-temp-file): Run the prefix through
9883         convert-standard-file-name, but leave the results of
9884         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
9885         characters if the original name already exists, or has a special
9886         handler.
9888 1998-11-10  Karl Heuer  <kwzh@gnu.org>
9890         * international/iso-insert.el: Delete autoload cookies.
9892         * international/iso-transl.el: Add autoload cookies.
9894 1998-11-10  Richard Stallman  <rms@gnu.org>
9896         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
9897         (ispell-process-line): Don't treat multibyte
9899 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
9901         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
9902         setpagedevice to specify the page size if setpagedevice is
9903         available.  This is necessary to select the correct paper tray on
9904         Level 2 printers with multiple paper sizes available.
9906         (ps-begin-file): Cope with font names that contain spaces, and
9907         call BeginDoc in a BeginSetup/EndSetup block.
9909 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
9911         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
9912         convert-standard-filename.
9914         * loadhist.el (symbol-file): Run fns-VERSION.el through
9915         convert-standard-filename.
9917 1998-11-06  Richard Stallman  <rms@gnu.org>
9919         * textmodes/texinfmt.el (texinfo-format-scan):
9920         Detect the case of two @-commands in a row; process just the first.
9921         (texinfo-append-refill): If line has a @c, insert the @refill
9922         before it.
9923         (texinfo-format-refill): Return with point where the @refill was.
9925         * files.el (hack-local-variables): Test local-enable-local-variables.
9926         (hack-local-variables-prop-line): Likewise.
9927         (set-auto-mode): Don't test local-enable-local-variables here.
9928         (enable-local-variables): Doc fix.
9929         (local-enable-local-variables): Doc fix.
9930         (normal-mode): Doc fix.
9932 1998-11-06  Karl Heuer  <kwzh@gnu.org>
9934         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
9936 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
9938         * simple.el (line-number-mode): Doc fix.
9940 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
9942         * international/fontset.el (create-fontset-from-fontset-spec):
9943         Give correct arg to `error'.
9945 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
9947         * textmodes/sgml-mode.el (html-mode): Doc fix.
9948         (sgml-name-8bit-mode): Fix missing format character in message string.
9950 1998-11-05  Karl Heuer  <kwzh@gnu.org>
9952         * mail/sendmail.el (sendmail-send-it): Check for failure.
9954 1998-11-05  Richard Stallman  <rms@gnu.org>
9956         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
9958         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
9959         (close-rectangle): Define as alias.
9961 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
9963         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
9965 1998-11-05  Dave Love  <fx@gnu.org>
9967         * help.el (describe-variable): Don't quote link to source.
9969 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
9971         * gud.el (gud-common-init): Use pop-to-buffer.
9972         (same-window-regexps): Add an element that matches all gud buffers.
9974 1998-11-04  Jason Rumney  <jasonr@altavista.net>
9976         * term/w32-win.el (x-get-selection-value): Alias to
9977         x-cut-buffer-or-selection-value.
9978         (w32-standard-fontset-spec): New variable.
9979         (w32-create-initial-fontsets, mouse-set-font): Check whether
9980         new-fontset is available.
9981         (w32-use-w32-font-dialog): Enable use of set-variable.
9983 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9985         * vc.el (with-vc-file, edit-vc-file): New macros.
9987 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
9989         * international/quail.el (quail-show-guidance-buf): Call
9990         set-minibuffer-window to set minibuffer window of the current
9991         frame correctly.
9993 1998-11-03  Theodore Jump <tjump@tertius.com>
9995         * term/w32-win.el: Require fontset.
9997 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
9999         * faces.el (set-face-font): Call resolve-fontset-name on w32.
10000         (set-face-font-auto): Ditto.
10002 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
10004         * mouse.el (mouse-drag-region): Fix typo.
10006 1998-11-02  Dave Love  <fx@gnu.org>
10008         * progmodes/fortran.el Fix for fontification of strings lost somehow:
10009         (fortran-fontify-string): New function.
10010         (fortran-font-lock-keywords-1): Use it.
10012 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
10014         * comint.el (comint-file-name-quote-list): Doc fix.
10016 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
10018         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10019         build directory, not source directory.
10021         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10022         if we did not get one for the final move.
10024 1998-11-01  Dave Love  <fx@gnu.org>
10026         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10027         Don't funcall browse-url-browser-function.
10029         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10030         Don't funcall browse-url-browser-function.
10032         * fortran.el (fortran-end-prog-re1): Fix the regexp.
10034 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
10036         * files.el (revert-buffer): Doc fix.
10038 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
10040         * textmodes/tex-mode.el (tex-start-options-string):
10041         Quote the backslashes with more backslashes.
10043 1998-10-31  Dave Love  <fx@gnu.org>
10045         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10046         (webjump): Don't funcall browse-url-browser-function.
10048 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
10050         * international/quail.el (quail-start-translation): Handle
10051         switching of the frame in read-key-sequence.
10052         (quail-start-conversion): Likewise.
10053         (quail-show-guidance-buf): Detach quail-guidance-buf from any
10054         windows before setting an appropriate window for it.
10055         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
10056         quail-guidance-win to nil.
10057         (quail-update-guidance): If quail-guidance-buf is not in the
10058         selected frame, call quail-show-guidance-buf again.
10060 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
10062         * progmodes/pascal.el (pascal-mode):
10063         `blink-matching-paren-dont-ignore-comments' set to t.
10065 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10067         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10069 1998-10-30  Dave Love  <fx@gnu.org>
10071         * vc.el (vc-backend-merge-news): Check for "P" output.
10073         * help.el (describe-variable): Hyperlink the definition.
10075 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
10077         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10078         (sh-set-shell): Likewise.
10080         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10082         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10083         (edebug-on-error): Fix customize type to match that of
10084         debug-on-error.
10086         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10088         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10089         report-emacs-bug-address instead of undefined bug-gnu-emacs.
10091         * international/mule-cmds.el (select-message-coding-system): Doc
10092         fix.
10094         * international/mule-diag.el (describe-coding-system): Describe
10095         all flags.
10097         * mail/sendmail.el (sendmail-coding-system,
10098         default-sendmail-coding-system): Doc fix.
10100         * simple.el (shell-command-on-region): Doc fix.
10102         * loadup.el: Write fns-*.el in current directory instead of
10103         data-directory since no installation directory exists yet.  Mark
10104         buffer unmodified afterwards.
10106         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10107         instead of data-directory since it is architecture dependent.
10108         (load-history-loaded): Update doc string.
10110 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
10112         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10113         path as a default directory when canonicalizing names.
10115         * w32-fns.el: Remove a dangling reference to a directory on the
10116         build machine.
10118 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
10120         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10121         namespace related keywords such as `class', `body', `private',
10122         `variable', `namespace eval', etc.
10123         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10124         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10125         imenu and font-lock so that searches for \sw would find words
10126         containing colons.
10128         * progmodes/etags.el (initialize-new-tags-table):
10129         Do not alter find-tag-marker-ring and tags-location-ring.
10131 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
10133         * term/w32-win.el: Require fontset.
10134         (w32-init-fontsets): New function (code from x-win.el).
10136 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10138         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
10139         calendar-and-diary-frame-parameters):  Add title parameter.
10141 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10143         * completion.el (dynamic-completion-mode): New function to enable
10144         the mode.  (Just loading the file now does not change anything.)
10146 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10148         * ps-print.el: User option for multibyte buffer handling and doc fix.
10149         (ps-multibyte-buffer): New user option.
10150         (ps-setup): Print new user option.
10151         (ps-print-quote): New fun.
10152         (ps-color-p, ps-mule-font-info-database-latin): New var.
10153         (ps-default-color, ps-mule-font-info-database)
10154         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
10155         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
10156         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
10157         Little code improvement.
10158         (ps-mule-initialize): Initialize ps-mule-font-info-database.
10159         (ps-print-prologue-header, ps-font-family, ps-font-size)
10160         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
10161         (ps-build-face-reference, ps-mule-font-info-database-bdf)
10162         (ps-mule-external-libraries, ps-mule-init-external-library)
10163         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
10164         Doc fix.
10165         (ps-print-version): New version number (4.1.1) and doc fix.
10166         (ps-print-prologue-header): New user option.
10167         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
10168         Conditional compilation for GNU Emacs and emacsens.
10169         (ps-generate-postscript-with-faces): Skip invisible text better.
10170         (ps-setup): Print new user option.
10171         (ps-print-preprint): Check if input file name exists and is unwritable.
10172         (ps-begin-file): Adjust PostScript prologue header for duplex printers
10173         and insert user PostScript prologue header comments.
10174         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
10175         New funs.
10176         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
10177         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
10178         PostScript programming normalization.
10179         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
10180         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
10181         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
10182         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
10183         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
10184         Programming style normalization.
10186 1998-10-26  Kenichi Handa <handa@etl.go.jp>
10188         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10189         version, check the value of mule-version.
10191         * international/mule-util.el (compose-region): Insert then delete
10192         to preserve markers.
10193         (decompose-region): Use search-forward for efficiency.
10195         * language/chinese.el (pre-write-encode-hz): Cancel previous
10196         change, use generate-new-buffer instead of get-buffer-create.
10197         * language/devan-util.el
10198         (in-is13194-devanagari-pre-write-conversion): Likewise.
10199         * language/thai-util.el (thai-pre-write-conversion): Likewise.
10200         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10201         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10203 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10205         * mail/rmailsum.el (rmail-message-subject-p):
10206         Handle message whose header has not been reformatted.
10208         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
10210 1998-10-25  Jason Rumney  <jasonr@altavista.net>
10212         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
10213         New variables.
10214         (mouse-set-font): Use font menus instead of dialog according to
10215         w32-use-w32-font-dialog.
10217 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10219         * calendar/calendar.el (calendar-day-name-array): Add doc string
10220         correctly!
10221         (calendar-month-name-array): Add doc string correctly!
10223 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
10225         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
10227 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
10229         * lisp/info.el (Info-next-menu-item): Stay on top of node.
10231         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
10233         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
10235         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
10237 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
10239         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
10241 1998-10-21  Karl Heuer  <kwzh@gnu.org>
10243         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
10244         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
10245         (profile-filter, profile-reset-timer): Functions deleted.
10246         (profile-check-zero-init-times, profile-get-time): Likewise.
10247         (profile-find-function, profile-quit): Likewise.
10248         (profile-distinct, profile-call-stack, profile-last-time): New vars.
10249         (profile-time-list, profile-init-list): Doc fix.
10250         (profile-functions): Simplify.
10251         (profile-print): Use float.  Make output include space separators.
10252         (profile-add-time): New helper function.
10253         (profile-function-prolog): Renamed from profile-start-function.
10254         Handle profile-distinct.
10255         (profile-function-epilog): Renamed from profile-update-function.
10256         Handle profile-distinct.
10257         (profile-a-function): If the function to be profiled is an
10258         autoload form, load it.  If it's lazy-loaded, fetch it.
10259         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
10260         (profile-restore-fun): Arg FUN is now a function symbol, as was
10261         documented, rather than a one-element list.
10262         (profile-finish): Call profile-restore-fun properly.
10264 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
10266         * international/characters.el: Setup charset property
10267         nospace-between-words.
10269         * international/mule-cmds.el (get-charset-property): If CHARSET is
10270         composition, return nil.
10271         (put-charset-property): If CHARSET is composition, do nothing.
10273         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
10274         * language/devan-util.el
10275         (in-is13194-devanagari-pre-write-conversion): Likewise.
10276         * language/thai-util.el (thai-pre-write-conversion): Likewise.
10277         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10278         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10280         * textmodes/fill.el (sentence-end-without-period): New variable.
10281         (canonically-space-region): Pay attention to
10282         sentence-end-without-period.
10283         (fill-find-break-point): The first argument CHARSET deleted.
10284         Caller changed.
10285         (fill-region-as-paragraph): Pay attention to charset property
10286         nospace-between-words and text property nospace-between-words.
10288 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
10290         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
10291         an unrecognized shell.
10293 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
10295         * desktop.el (desktop-save): Include minor modes symbolically.
10296         (desktop-create-buffer): Turn on all minor modes in `mim'.
10298 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
10300         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
10301         (sh-font-lock-keywords): Handle rpm and rpm2.
10302         (sh-ancestor-alist): Handle rpm.
10304         * files.el (auto-mode-alist): Recognize .rpm files.
10305         Also .spec and .mspec files.
10307 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
10309         * faces.el (frame-set-background-mode): Enable the function for
10310         MSDOS frames.
10312 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10314         * calendar/calendar.el (calendar-day-name-array): Add doc string.
10315         (calendar-month-name-array): Add doc string.
10317 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
10319         * simple.el (kill-ring-max): Increased to 60.
10321 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
10323         * international/characters.el: Setup auto-fill-chars.
10325         * international/kinsoku.el (kinsoku): Check the variable
10326         enable-kinsoku.
10328         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
10329         Don't call kinsoku directly, intead call fill-find-break-point.
10331         * textmodes/fill.el: Setup `fill-find-break-point-function'
10332         property to character sets which require `kinsoku' processing for
10333         filling.
10334         (fill-find-break-point): New function.
10335         (fill-region-as-paragraph): Don't check kinsoku-enable here.
10336         Don't call kinsoku directly, intead call fill-find-break-point.
10338 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
10340         * faces.el (modify-face-read-string): Return (nil) for "none".
10341         (modify-face): Don't get error if (nil) is the argument.
10342         (face-try-color-list): Don't check whether nil is a valid color.
10344 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
10346         * emacs-lisp/bytecomp.el (byte-recompile-directory):
10347         Print message about each directory, even in batch mode.
10349         * gnus/nntp.el: Require `cl' before using nnoo-declare.
10351         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
10352         (ps-mule-string-char): No need to use sref.
10353         (ps-mule-next-index): No need to use sref.
10355         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
10357         * files.el (revert-buffer-internal-hook): Add defvar.
10359         * arc-mode.el (archive-mode): Locally set file-precious-flag.
10361         * tar-mode.el (tar-mode): Locally set file-precious-flag.
10363 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
10365         * international/mule-cmds.el (default-input-method): Fix custom type.
10367         * net-utils.el (whois-server-list): Fix customization type.
10369         * shell.el (shell-input-autoexpand): Fix customization group.
10371 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
10373         * repeat.el (repeat): Handle keyboard macros properly.
10374         Handle new prefix arg after self-insert command.
10376         * repeat.el: Don't include cl even at compile time.
10377         (repeat): Avoid using `loop'.
10379         * simple.el (shell-command-on-region): Doc fix.
10380         (next-history-element): Special error message if no default.
10382 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
10384         * ps-print.el (ps-print-buffer): Doc fix.
10385         (ps-despool): Likewise.
10387         * arc-mode.el (arc-mode): Provide arc-mode.
10389 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
10391         * ps-print.el (ps-print-buffer): Doc fix.
10393 1998-10-14  Dave Love  <fx@gnu.org>
10395         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
10396         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
10397         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
10399         * progmodes/fortran.el (fortran-mode-map): Change "Join
10400         Continuation Line" to "Join Line".
10401         (fortran-font-lock-keywords-1): Add "cycle", "exit".
10403 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
10405         * progmodes/fortran.el (fortran-join-line): Use
10406         `delete-indentation' instead of issuing an error message if not on
10407         a continuation line.  Provide for joining several lines using
10408         prefix arg.
10410 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
10412         * term/pc-win.el (msdos-color-values): New variable.
10413         (x-color-values): New function, emulates its namesake from
10414         src/xfns.c.
10415         (msdos-bg-mode): Add all dark colors to those which return
10416         "dark".
10418 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
10420         * replace.el (keep-lines, flush-lines, how-many):
10421         Don't ignore case if arg has upper case letters.
10423 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
10425         * progmodes/vhdl-mode.el
10426         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
10427         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
10428         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
10429         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
10430         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
10431         (vhdl-when): Fix indentation problem.
10432         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
10433         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
10434         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
10436 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
10438         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
10439         (ls-lisp-insert-directory): Renamed from insert-directory.
10440         (insert-directory): New function.
10442 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
10444         * simple.el (completion-fixup-function): Variable deleted.
10445         (completion-setup-function): Delete code for completion-fixup-function.
10446         * emacs-lisp/lisp.el (lisp-complete-symbol):
10447         Don't bind completion-fixup-function.
10449         * files.el (find-file-wildcards): New option.
10450         (find-file-noselect): Handle wild cards, if enabled.
10451         (file-expand-wildcards): New function.
10453         * simple.el (set-fill-column): Doc fix.
10455 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10457         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
10459 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
10461         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
10462         Move declaration before first use.
10463         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
10464         hif-math, hif-factor): Rename token to hif-token and token-list to
10465         hif-token-list.
10466         (hif-token, hif-token-list): Declare them.
10467         (hif-find-ifdef-block): Return cons of top and bottom point
10468         instead of setting dynamically bound variables.
10469         (hide-ifdef-block, show-ifdef-block): Use return value of
10470         hif-find-ifdef-block.
10472 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10474         * subr.el (read-passwd): Use clear-this-command-keys.
10476         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
10478         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
10479         and ...-for-write.
10481 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
10483         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
10484         responses to GROUP command, since this may be called from a timer
10485         with quit inhibited.
10487 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
10489         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
10490         set unconditional-jump to nil.
10491         (ccl-compile-read-multibyte-character): Return nil.
10492         (ccl-compile-write-multibyte-character): Likewise.
10493         (ccl-compile-translate-character): Likewise
10494         (ccl-compile-map-multiple): Likewise.
10495         (ccl-compile-map-single): Likewise.
10497         * international/kinsoku.el: Add coding tag.
10498         (kinsoku-bol): Remove superfluous TAB in a string.
10500         * international/mule-cmds.el (find-coding-systems-for-charsets):
10501         Delete `composition' (if any) from CHARSETS.
10503 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10505         * international/mule-cmds.el (setup-specified-language-environment):
10506         Add apropos-inhibit property.
10507         (describe-specified-language-support): Likewise.
10509 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
10511         * international/mule.el (make-coding-system): Create -with-esc
10512         variant coding system.
10514 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
10516         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
10517         (next-file): Optionally offer to revert a file's buffer,
10518         if it has an existing buffer but the file has changed.
10520         * info.el (Info-insert-dir): Detect and report problems
10521         in input files, such as "No Top node".  Return with point
10522         at the beginning of the text.
10523         (Info-find-node): Reinsert the code to handle files
10524         with no tags table; it was deleted by mistake.
10526 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
10528         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
10529         texinfo-find-higher-level-node repeatedly find the same node.
10530         (texinfo-find-higher-level-node): Doc fix.
10532 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
10534         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
10535         (smtpmail-address-buffer): Add defvar.
10536         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
10538         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
10540         * ffap.el (ffap-machine-p-local): Fix editing error.
10542 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
10544         * faces.el (frame-set-background-mode):
10545         Don't do anythung for text-only or MSDOS frame.
10547 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
10549         * international/quail.el (quail-defrule): New optional arg APPEND.
10550         (quail-defrule-internal): Fix bug of handling the argument APPEND.
10552 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
10554         * gnus/pop3.el (pop3-open-server):
10555         Set process-coding-system-alist around open-network-stream.
10557 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
10559         * files.el (save-buffer): Doc fix.
10561 1998-10-07  Karl Heuer  <kwzh@gnu.org>
10563         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
10564         return DEF unchanged, not nil.  Simplify.
10566 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
10568         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
10570 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
10572         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
10574         * net-utils.el (ftp, nslookup): Require comint.
10575         (network-service-connection): Likewise.
10576         (whois-server-name): Defaults to whois.arin.net
10577         (whois-server-list, whois-server-tld, whois-guess-server): New var.
10578         (whois): Tries to guess the appropriate top-level domain server.
10579         (whois-get-tld): New function.
10581         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
10582         (dirtrack-debug-toggle): Added this function.
10584 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10586         * files.el (find-file-noselect): Switch to the correct buffer
10587         before checking find-file-literally, and allow non-nil non-t
10588         rawfile params.
10590 1998-10-06  Karl Heuer  <kwzh@gnu.org>
10592         * midnight.el (clean-buffer-list): Add autoload cookie.
10594         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
10595         no-autosave.
10596         * tar-mode.el (tar-mode-revert): Likewise.
10597         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
10598         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
10599         * gnus/message.el (message-auto-save-directory): Renamed from
10600         message-autosave-directory.  All references changed.
10602 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
10604         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
10605         string.  Expose mime stuff while searching.
10607 1998-10-06  Richard Stallman  <rms@gnu.org>
10609         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
10611         * replace.el (perform-replace): Position point properly
10612         before and after the recursive edit of C-r.
10614         * progmodes/etags.el (tags-reset-tags-tables): Properly
10615         find the markers in the old rings that are being discarded.
10617 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10619         * apropos.el (apropos-print): Control invalid characters.
10621         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10622         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
10623         confusing customize.
10625 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
10627         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
10628         built-in commands.  Add more built-in commands and fix face names.
10630 1998-10-05  Simon Marshall  <simon@gnu.org>
10632         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
10634 1998-10-04  Eric Ludlam  <zappo@gnu.org>
10636         * speedbar.el (speedbar-initial-expansion-list-name): Remove
10637         customization since it is not useful in this case.
10638         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
10639         sure it gets evalled to a number.  Also verify that set-frame-name
10640         fn exists before calling it.
10642         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10643         Protect a `forward-sexp' call which could fail, and improved regex
10644         for ie, and eg abbreviations.
10646 1998-10-02  Noah Friedman  <friedman@splode.com>
10648         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
10649         send-string.
10650         (rlogin-send-Ctrl-D): Here also.
10651         (rlogin-send-Ctrl-Z): Here also.
10652         (rlogin-send-Ctrl-backslash): Here also.
10654 1998-10-02  Dave Love  <fx@gnu.org>
10656         * outline.el (hide-region-body): Bind
10657         outline-view-change-hook to nil while making repeated calls to
10658         outline-flag-region.  Run it once at the end.
10659         (hide-other, hide-sublevels, show-children): Likewise.
10661         * info-look.el: Remove duplicate scheme-mode entry.
10662         (info-lookup-make-completions): When looking for entries, check
10663         that `item' isn't null or "Menu".
10665 1998-10-01  Karl Heuer  <kwzh@gnu.org>
10667         * net-utils.el: Don't require ffap.
10668         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
10669         (ping, nslookup-host, finger, network-connection-to-service): Use them.
10671 1998-09-30  Richard Stallman  <rms@gnu.org>
10673         * ispell.el (check-ispell-version): No need to bind default-major-mode.
10675         * imenu.el (imenu--generic-function): Sort each submenu by position.
10676         (imenu--sort-by-position): New function.
10678         * cus-edit.el (Custom-mode-menu): Fix info node name.
10679         (customize group): Fix info node name.
10681         * mail/mailalias.el (build-mail-aliases): Don't allow
10682         a newline in the alias name.  Don't define an alias
10683         if the definition would be empty.
10685         * which-func.el (which-func-mode-global): Make :set function
10686         more reliable.
10688         * custom.el (custom-set-variables): Load the requests first,
10689         then check the symbol's `set' function.
10691         * ffap.el: Doc fixes.
10693 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10695         * gnus.el: (gnus-valid-select-methods): Fix type.
10696         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
10697         * gnus-score.el (gnus-orphan-score): Fix type.
10698         (gnus-score-default-header, gnus-score-default-type): Fix type.
10699         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
10700         (gnus-saved-headers): Fix type.
10702         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
10703         Avoid nil value of `two-lines-citation-part'.
10705 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
10707         * which-func.el (which-function): Handle case when
10708         (car imenu--index-alist) is nil.
10710 1998-09-29  Dave Love  <fx@gnu.org>
10712         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
10713         bzip2 args.
10715 1998-09-29  Simon Marshall  <simon@gnu.org>
10717         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
10718         comint-exec-hook.
10720 1998-09-29  Stephen Eglen  <stephen@gnu.org>
10722         * info-look.el: Add support for Octave.
10724 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
10726         * textmodes/reftex.el (reftex-finding-files): New customize group.
10727         (reftex-texpath-environment-variables,
10728         reftex-use-external-file-finders, reftex-external-file-finders,
10729         reftex-search-unrecursed-path-first): New options.
10730         (reftex-process-string, reftex-find-file-externally): New
10731         functions.
10732         (reftex-access-search-path): Execute shell commands to find the
10733         search path.
10734         (reftex-toggle-auto-view-crossref): When turning on, make sure
10735         `reftex-auto-view-crossref' becomes non-nil.
10736         (reftex-abbrev-regexp): Constant removed.
10737         (reftex-convert-string): Abbrev regexp calculated locally.
10739 1998-09-28  Dave Love  <fx@gnu.org>
10741         * progmodes/fortran.el: Don't call regexp-opt when deriving
10742         font-lock patterns with keywords that aren't all literal.
10744 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
10746         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
10747         the form `octave.bin:1>' which come from using precopiled binary
10748         versions.
10750 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
10752         * help.el (help-for-help): Use %THIS-KEY%.
10753         (help-quit): Add doc.
10755         * help-macro.el (make-help-screen): Keep HELP-TEXT
10756         in a separate function definition, not in the help command FNAME.
10757         Replace %THIS-KEY% with the key sequence that ran FNAME.
10759 1998-09-25  Richard Stallman  <rms@gnu.org>
10761         * textmodes/texinfo.el (texinfo-show-structure):
10762         Bind inhibit-read-only.
10764         * isearch.el (isearch-search-and-update): Properly
10765         handle upper case letters in the reverse-search special case.
10767 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10769         * gnus.el: Extend the list of autoloaded functions.
10771         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
10772         buffer before creating help group. (from Gnus v5.6.43, fix by
10773         1998-08-20 Per Starback <starback@update.uu.se>)
10775         * gnus-util.el (gnus-output-to-rmail): Adjust to
10776         `rmail-output-to-rmail-file'.
10778 1998-09-25  Karl Heuer  <kwzh@gnu.org>
10780         * hexl.el (hexl-mode-map): More of previous change.
10782         * textmodes/tex-mode.el (tex-run-command): Doc fix.
10783         (tex-start-tex): Don't use tex-start-options-string in star case.
10784         Quote file name in star case as well as in non-star.
10785         Add blank and quoting of option string here.
10786         (tex-start-options-string): Not here.
10788 1998-09-23  Karl Heuer  <kwzh@gnu.org>
10790         * term.el (term-delimiter-argument-list): Doc fix.
10791         (term-emulate-terminal): Escape literal semicolon.
10792         * progmodes/asm-mode.el (asm-mode): Doc fix.
10793         (asm-comment-char): Escape literal semicolon.
10794         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
10796 1998-09-23  Richard Stallman  <rms@gnu.org>
10798         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
10799         only those that normally modify the buffer.
10801         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
10802         over again.
10804 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
10806         * ispell.el (check-ispell-version): Ensure same buffer is current
10807         when let-binding of case-fold-search ends.
10809 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10811         * ps-print.el: Skip invisible overlay.
10812         Test for set-buffer-multibyte rather than using mule-version.
10813         (ps-print-version): New version number (4.1) and doc fix.
10814         (ps-generate-postscript-with-faces): Skip invisible overlay.
10816 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
10818         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
10820 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
10822         * international/quail.el (quail-update-guidance): Check for the
10823         return value of (quail-guidance) fixed.
10824         (quail-update-translation): Bind quail-current-str locally when it
10825         calls quail-update-guidance.
10826         (quail-update-translation): If input-method-exit-on-first-char is
10827         non-nil, terminate translation only when the current input method
10828         is simple.
10830 1998-09-22  Paul Eggert  <eggert@twinsun.com>
10832         * startup.el (locale-translation-file-name): Prefer X-related names
10833         to the name used by GNU/Linux sans X.  Set to nil if no file found.
10834         (command-line): Use locale-translation-file-name if it is not nil,
10835         instead of testing for its existence again.
10836         regexp-quote the ctype before using it in a regexp.
10837         Allow a colon to appear after the ctype in the aliases file,
10838         as is done in X11R6.4.
10840 1998-09-21  Richard Stallman  <rms@gnu.org>
10842         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
10844         * calendar/appt.el (appt-interval): Variable deleted.
10845         (appt-check): For minutes in between appt-display-interval times,
10846         do check, but don't display anything except an updated mode line.
10847         Count against appt-display-interval based on minutes since
10848         first display of this appointment, not based on time of day.
10849         If appt-display-mode-line, force mode line redisplay
10850         whenever appt-mode-string has changed.
10851         (appt-add, appt-delete): Add autoload cookies.
10852         (appt-check): Catch errors from calling `diary'.
10853         (appt-max-time): Renamed from max-time.
10854         (appt-now-displayed, appt-display-count): New variables.
10855         (appt-timer): Don't create one if we already have one.
10857         * textmodes/tex-mode.el (tex-compilation-parse-errors):
10858         More general code to use the source buffer instead of the zap file.
10860         * hilit-chg.el (highlight-compare-with-file): Renamed from
10861         compare-with-file.
10863         * loadhist.el (load-history-loaded): New variable.
10864         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
10866         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
10868         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10869         Fix error messages.
10871 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
10873         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
10874         Emacs frame.
10876 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10878         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
10879         `undecided' and `undecided-unix'.
10881 1998-09-21  Dave Love  <fx@gnu.org>
10883         * help.el (help-make-xrefs): Fix typo affecting Info references.
10885         * subr.el (remove-hook): Check list values to avoid errors.
10887 1998-09-18  Noah Friedman  <friedman@splode.com>
10889         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
10890         store string in eldoc-last-message without consing a new string.
10891         Rearrange logic from nested if's into cond's.
10892         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
10893         Do not print message; just return string.
10894         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
10895         Do not print message; just return string.
10896         Cache that string in eldoc-last-data.
10897         (eldoc-last-data): Make into a vector.
10898         (eldoc-get-fnsym-args-string): Use new data form of structure.
10899         (eldoc-get-var-docstring): Here also.
10900         (eldoc-last-data-store): New function.
10901         (eldoc-get-fnsym-args-string): Use it.
10902         (eldoc-get-var-docstring): Here also.
10903         (eldoc-docstring-first-line): Minimize interim string consing.
10904         Call substitute-command-keys on the result.
10905         (eldoc-print-var-docstrings, eldoc-print-docstring,
10906         eldoc-docstring-message): Functions removed.
10907         (eldoc-docstring-format-sym-doc): New function, functionality
10908         ripped out of eldoc-docstring-message.
10909         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
10911 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
10913         * international/mule.el (make-coding-system): Doc-string modified.
10915 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
10917         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
10919         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
10920         customize type.
10922         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
10923         type.
10925         * progmodes/compile.el (compilation-error-screen-columns): New
10926         variable.
10927         (compilation-next-error-locus): Use it to decide whether to use
10928         forward-char or move-to-column.
10930         * mail/rmail.el (rmail-movemail-program): Fix customize type.
10932         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
10933         feedmail-fiddle-plex-user-list,
10934         feedmail-spray-address-fiddle-plex-list,
10935         feedmail-prompt-before-queue-user-alist,
10936         feedmail-prompt-before-queue-help-supplement,
10937         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
10938         feedmail-queue-alternative-mail-header-separator): Fix customize
10939         type.
10941         * startup.el (site-run-file): Fix customize type.
10943         * speedbar.el (speedbar-initial-expansion-list-name): Fix
10944         customize type.
10946         * shell.el (shell-input-autoexpand): Fix customize type.
10948         * ps-print.el (ps-font-info-database): Add missing dots in value.
10949         Improve layout of customize type.
10951         * net-utils.el (traceroute-program-options, ping-program-options,
10952         ipconfig-program-options, netstat-program-options,
10953         arp-program-options, route-program-options,
10954         nslookup-program-options, ftp-program-options): Fix customize
10955         type.
10957         * midnight.el (clean-buffer-list-kill-regexps,
10958         clean-buffer-list-kill-buffer-names,
10959         clean-buffer-list-kill-never-buffer-names,
10960         clean-buffer-list-kill-never-regexps): Fix customize type.
10962         * man.el (Man-init-defvars): Avoid trailing nil on
10963         Man-filter-list.
10965         * lpr.el (printer-name): Fix customize type.
10967 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
10969         * international/mule-cmds.el (reset-language-environment): Call
10970         update-coding-systems-internal.
10972         * international/mule-conf.el: Call update-coding-systems-internal
10973         at the tail.
10975 1998-09-14  Dave Love  <fx@gnu.org>
10977         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
10978         use the menu-enable properties, pending doing it correctly and
10979         acceptably fast.
10981         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
10983 1998-09-13  Dave Love  <d.love@dl.ac.uk>
10985         * progmodes/hideshow.el (hs-grok-mode-type): Check
10986         comment-{start,end} non-nil as well as bound.  Report an error if
10987         we can't grok the mode.
10989 1998-09-13  Richard Stallman  <rms@gnu.org>
10991         * simple.el (blink-matching-open): Don't log paren matching
10992         messages in *Messages*.
10994 1998-09-12  Richard Stallman  <rms@gnu.org>
10996         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
10997         Set point-before-scroll at end even if there was an error.
10999         * ange-ftp.el (ange-ftp-insert-file-contents):
11000         Use binary mode for dumb-unix hosts as for unix hosts.
11001         (ange-ftp-copy-file-internal): Likewise.
11003         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11005         * emacs-lisp/pp.el: Doc fixes.
11007         * wid-edit.el (widget-menu-max-shortcuts): New variable.
11008         (widget-choose): Don't use single-char shortcuts if # items
11009         exceeds that many.  Use minibuffer instead.
11011 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11013         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11015 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
11017         * speedbar.el (speedbar-frame-mode): Do not set frame position if
11018         in terminal mode.
11020 1998-09-10  Noah Friedman  <friedman@splode.com>
11022         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
11023         defcustom declaration.  It's wreaking too much havoc with XEmacs
11024         and older versions of Emacs, which share this code.
11026         * type-break.el (type-break-mode): Here also.
11028         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11029         `t' to add-hook also to modify the new local value.
11031 1998-09-10  Dave Love  <fx@gnu.org>
11033         * vc.el (vc-insert-headers): Doc fix.
11035 1998-09-10  Richard Stallman  <rms@gnu.org>
11037         * textmodes/flyspell.el (flyspell-mode-on): Make the
11038         ispell-... variables permanent locals.
11039         (flyspell-mode-off): Add autoload cookie.
11041         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11042         do use binary mode, just as for `unix'.
11043         (ange-ftp-host-type): If HOST is nil, return `unix'.
11045         * dired.el (dired-mark-files-containing-regexp):
11046         Don't scan directories.  Ignore non-readable files.
11048         * progmodes/compile.el (compilation-error-regexp-alist):
11049         Fix previous change: allow . and _ in command name.
11051         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11053         * uncompress.el (uncompress-while-visiting):
11054         Use just the car of what find-operation-coding-system returns.
11056         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11058         * shell.el (shell-file-name-quote-list): Add # to the value.
11060 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
11062         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
11063         to make killing of ispell process work even if
11064         kill-all-local-variables has been run.
11066 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11068         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11069         loop when sexp entry ends at end of file with no newline.
11071 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11073         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11074         (Custom-reset-standard): Fix menu inconsistency.
11076         * mail/feedmail.el (feedmail-from-line): Allow t.
11077         (feedmail-message-id-suffix): Allow nil.
11079         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11080         Simplify.  Make prefix arg work right.
11082 1998-09-09  Dave Love  <fx@gnu.org>
11084         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11086         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11088 1998-09-08  Dave Love  <fx@gnu.org>
11090         * add-log.el (change-log-font-lock-keywords): Do parenthesized
11091         stuff only after file names or at start of line.  Allow parens
11092         around e-mail, as well as angles.
11094         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11095         ignore-errors too, eval'd when compile.  Require w3 stuff at load
11096         time for nicer failure if it's not available.
11098 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
11100         * comint.el (comint-arguments): Ignore backslashes when using
11101         w32 shells that expect backslashes as the directory separator.
11103 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
11105         * international/fontset.el (resolved-ascii-font): New variable.
11106         (x-complement-fontset-spec): By side effect, set
11107         `resolved-ascii-font' to the resolved name of ASCII font."
11108         (create-fontset-from-fontset-spec): Don't get a value for
11109         resolved-ascii-font from the list full-fontlist.  It is set by
11110         x-complement-fontset-spec now.
11112         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11113         version, check the value of mule-version.
11115 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
11117         * textmodes/reftex.el (reftex-view-crossref): Split up into
11118         several functions.  No longer moves to find a macro.
11119         (reftex-view-cr-cite, reftex-view-cr-ref,
11120         reftex-end-of-bib-entry): New functions.
11121         (reftex-auto-view-crossref): New value `window' allowed.
11122         (reftex-view-crossref-when-idle): Process new `window' option in
11123         (reftex-translate-to-ascii-function): New default.
11124         (reftex-label-illegal-re): Default changed, removed Latin1.
11125         (reftex-latin1-to-ascii): New function.
11126         (reftex-what-environment): Check for section regexp before use.
11127         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11128         absolute path names.
11129         (reftex-TeX-master-file): Changed sequence of file checks.
11130         (reftex-do-citation): bibview cache only with RefTeX mode on.
11132 1998-09-06  Richard Stallman  <rms@gnu.org>
11134         * progmodes/compile.el (compilation-error-regexp-alist):
11135         In first pattern (GNU utilities and other things),
11136         allow a space after the optional program name at the beginning.
11138         * mail/mail-hist.el (mail-hist-current-header-contents):
11139         Fix previous change: use mail-header-end.
11141 1998-09-06  Bill Richter  <richter@math.nwu.edu>
11143         * international/ccl.el: Doc fixes.
11144         * international/encoded-kb.el: Doc fixes.
11145         * international/fontset.el: Doc fixes.
11146         * international/kinsoku.el: Doc fixes.
11147         * international/kkc.el: Doc fixes.
11148         * international/mule-cmds.el: Doc fixes.
11149         * international/mule-conf.el: Doc fixes.
11150         * international/mule-util.el: Doc fixes.
11151         * international/mule.el: Doc fixes.
11153 1998-09-05  Eric Ludlam  <zappo@gnu.org>
11155         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
11156         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
11157         (checkdoc-this-string-valid-engine): Permit ? as terminating
11158         punctuation for first line sentence breaking.
11159         (checkdoc-this-string-valid): When converting a comment into a doc
11160         string, make sure " chars are \".
11161         (checkdoc-sentencespace-region-engine): Only do double space check
11162         if based on the variable `sentence-end-double-space'
11163         (checkdoc-this-string-valid-engine): ? ends valid sentence.
11164         (checkdoc-proper-noun-region-engine): Exclude items in URLs
11166 1998-09-04  Richard Stallman  <rms@gnu.org>
11168         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11169         Recognize define-skeleton as a function definer.
11171         * cus-edit.el (customize-option): Refuse to customize
11172         a variable that has no defcustom.  But if variable is autoloaded,
11173         first try to load the library that defines it.
11175         * international/iso-insert.el: Use `string' before calling `insert'
11176         so that in multibyte buffers we insert multibyte chars.
11178         * dired.el (dired-mark-files-containing-regexp):
11179         Don't use find-file; instead, insert the file in a temp buffer.
11181         * textmodes/tex-mode.el (tex-start-options-string): New option.
11182         (tex-start-tex): Use that variable.
11184         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
11185         value in the `repeat' alternative a list.
11187         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
11188         the inserted newline, verify that one was really inserted.
11190         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
11191         remains on or remains off.
11192         (flyspell-multi-language-p): Default changed to nil.
11194         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
11195         In "found in comment" case, don't beginning-of-line after forward-line.
11197         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11198         If the function definition is not a lambda, return original FORM
11199         with no error.
11201 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
11203         * net-utils.el (netstat-program-options): Changed from nil to "-a"
11204         so that by default netstat shows all network connections.
11206 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
11208         * international/quail.el: Doc fixes.
11210         * info.el (info): Don't add parens if FILE already has them.
11212 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
11214         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
11215         on extension lines.
11217 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
11219         * w32-fns.el (w32-shell-dos-semantics): New function.
11221 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
11223         * international/quail.el (quail-choose-completion-string): Store
11224         completion `choice' in `quail-current-str'; don't insert it.
11226 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
11228         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
11229         argument to ps-mule-generate-bitmap-font.
11231         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
11232         entry and change Latin-1 entry in the default value.
11233         (ps-mule-font-info-database-ps-bdf): New variable.
11234         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
11235         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
11236         registerd in FONT-SPEC.
11237         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
11238         charcter width of bitmap fonts.
11239         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
11240         procedure NF.
11241         (ps-begin-file): Output PostScript code for setting
11242         SpaceWidthRatio.
11243         (ps-plot-region): Use line-beginning-position to get a position of
11244         the beginning of the current line.
11246         * international/mule-cmds.el (register-input-method): Doc-string
11247         modified.
11249 1998-09-01  Dave Love  <fx@gnu.org>
11251         * international/mule-cmds.el (current-language-environment): Fix
11252         setter function.
11254 1998-09-01  Simon Marshall  <simon@gnu.org>
11256         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
11257         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
11258         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
11259         names with font-lock-type-face.  Fontify type specs, etc., with
11260         font-lock-keyword-face.
11262 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
11264         * international/fontset.el (x-complement-fontset-spec): If ASCII
11265         font is specified in FONTLIST, don't substitute it for the
11266         resolved name.
11268 1998-08-31  Paul Eggert  <eggert@twinsun.com>
11270         * international/mule.el (charset-description): Doc fix.
11272         * language/chinese.el, language/cyrillic.el, language/czech.el,
11273         language/devanagari.el, language/ethiopic.el,
11274         language/european.el, language/hebrew.el, language/indian.el,
11275         language/japanese.el, language/korean.el, language/lao.el,
11276         language/slovak.el, language/thai.el, language/tibetan.el,
11277         language/vietnamese.el:
11278         Add coding: local variable, to avoid bootstrapping problem
11279         if you need to recompile all the Lisp files using interpreted code.
11281 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11283         * cal-china.el (chinese-year-cache): Change range of years from
11284         1989-2000 to 1990-2010.
11286 1998-08-29  Dave Love  <d.love@dl.ac.uk>
11288         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
11289         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
11291 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11293         * ps-print.el (ps-print-control-characters): Doc-string modified.
11294         (ps-output-string-prim): Comment format changed.
11295         (ps-do-despool): Indentation of source code changed.
11297 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
11299         * subr.el (sref): Make it an alias of aref.  Make the
11300         byte-compiler warn that it is obsolete.
11301         (char-bytes): Make the byte-compiler warn that it is obsolete.
11303         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
11304         Calculate the total bytes using position-bytes instead of
11305         char-bytes.
11307 1998-08-27  Karl Heuer  <kwzh@gnu.org>
11309         * snmp-mode.el: New file.
11310         * files.el (auto-mode-alist): Add snmp-mode patterns.
11312 1998-08-27  Karl Eichwalder  <ke@suse.de>
11314         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
11316 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11318         * calendar/diary-lib.el (diary-block): Doc fix..
11319         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
11321 1998-08-27  Richard Stallman  <rms@gnu.org>
11323         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
11324         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
11325         Clear appt-mode-string if we don't put something in it.
11327 1998-08-27  Dave Love  <fx@gnu.org>
11329         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
11330         dired-local-variables-file for dired-x.
11332         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
11333         for compressed library files too.
11335 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
11337         * language/european.el ("Latin-1"): Modify `documentation' key value.
11338         ("Latin-2"): Likewise.
11340 1998-08-26  Karl Heuer  <kwzh@gnu.org>
11342         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
11344 1998-08-26  Albert L. Ting  <alt@artisan.com>
11346         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
11347         (mail-hist-current-header-contents): Use mail-text-start.
11349 1998-08-26  Richard Stallman  <rms@gnu.org>
11351         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
11352         (customize-changed-options-previous-release): New variable.
11353         (customize-changed-options): Use that variable as default arg.
11355 1998-08-26  Karl Eichwalder  <ke@suse.de>
11357         * midnight.el: Require `timer' not only when compiling.
11359 1998-08-26  Per Starback  <starback@update.uu.se>
11361         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11362         buffer before creating help group.
11364 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11366         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
11367         coding-system-for-write before saving.
11369 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
11371         * isearch.el (isearch-forward): Doc fix.
11373 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
11375         * emacs-lisp/find-func.el: Fix :version tags to have a string
11376         value, not a float.
11378         * cus-dep.el: Fix typo in output.
11380 1998-08-25  Dave Love  <fx@gnu.org>
11382         * repeat.el (repeat): Doc fix.
11383         [From rms:]
11384         (repeat-previous-repeated-command): New variable.
11385         (repeat): Check for real-last-command being null or repeat.  Set
11386         repeat-previous-repeated-command.
11388         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
11390 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
11392         * gnus/message.el (message-send-mail-with-sendmail): Bind
11393         coding-system-for-write by the return value of
11394         select-message-coding-system.
11395         (message-send-mail-with-qmail): Likewise.
11397 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
11399         * emacs-lisp/autoload.el: Fix doc-string-elt property on
11400         define-derived-mode.
11402         * files.el (file-name-invalid-regexp):
11403         Fix regex for ms-dos without long file names.
11405 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11407         * ps-print.el: Multi-byte buffer handling.
11408         (ps-print-version): New version number (4.0) and doc fix.
11409         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
11410         compilation for GNU Emacs and emacsens.
11411         (ps-generate-postscript-with-faces): Force invisible text to be
11412         visible.
11413         (dos-ps-printer): New var to avoid compilation gripes.
11415 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11417         * ps-print.el (ps-mule-plot-string): Pay attention to the case
11418         that no more characters can't be printed in the current line.
11420 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11422         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
11423         greater than TO.
11425 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11427         * ps-print.el: Add codes to make ps-print.el work also on Emacs
11428         20.2 and the earlier version.
11429         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
11430         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
11431         (ps-mule-find-wrappoint): Likewise.
11432         (ps-mule-generate-font): Change `X' to `x' in format
11433         control-string.
11434         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
11435         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
11436         `restore' form procedures `BC' and `EC'.
11438 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11440         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
11441         is an executable procedure.  Make LineThickness, Xshadow, and
11442         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
11443         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
11444         ps-mule-font-info-database-bdf): New vars.
11445         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
11446         (ccl-encode-ethio-unicode): New CCL program.
11447         (ps-mule-encode-ethiopic): New fun.
11448         (ps-mule-current-charset): New var.
11449         (ps-mule-get-font-spec, ps-mule-font-spec-src,
11450         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
11451         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
11452         (ps-mule-external-libraries): New var.
11453         (ps-mule-init-external-library): New fun.
11454         (ps-mule-font-cache): New var.
11455         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
11456         (ps-last-font): New var.
11457         (ps-mule-prepare-font): New fun.
11458         (ps-mule-charset-list): New var.
11459         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
11460         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
11461         ps-mule-plot-string): New funs.
11462         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
11463         New vars.
11464         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
11465         ps-mule-prepare-cmpchar-font): New funs.
11466         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
11467         vars.
11468         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
11469         ps-mule-generate-bitmap-glyph): New funs.
11470         (ps-mule-initialize, ps-mule-begin): New funs.
11471         (ps-output-string-prim): Insert string as unibyte.
11472         (ps-output-prologue): New fun.
11473         (ps-flush-output): Handle the case of 'prologue.
11474         (ps-begin-file): Call ps-mule-initialize.
11475         (ps-begin-job): Set ps-control-or-escape-regexp differently if
11476         printing multibyte characters.
11477         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
11478         (ps-basic-plot-string): Handle the case of printing ASCII
11479         characters by external libraries (e.g. BDF).
11480         (ps-set-font): Set ps-last-font.
11481         (ps-plot-region): Handle multibyte characters, use
11482         ps-mule-plot-string for them.
11483         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
11485         * bdf.el: New file.
11487 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
11489         * international/mule-cmds.el (select-message-coding-system): New
11490         function.
11491         (set-language-environment-coding-systems): Set
11492         default-sendmail-coding-system.
11494         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
11495         (default-sendmail-coding-system): New variable.
11496         (sendmail-send-it): Encode the message by a coding system
11497         select-message-coding-system returns.
11499 1998-08-23  Eric Ludlam  <zappo@gnu.org>
11501         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
11502         (speedbar-mode): Set buffer to read only.
11503         (speedbar-temp-buffer-show-function): For emacs don't call hook
11504         with arguments.
11505         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
11507 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
11509         * speedbar.el (speedbar-key-map): Fix typo.
11511 See ChangeLog.7 for earlier changes.