Don't set C_OPTIMIZE_SWITCH.
[emacs.git] / lisp / ChangeLog
bloba279872885315c17f25b69b22431ea683c2bc966
1 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
3         * frame.el (blink-cursor-mode): Switch cursor on when turning
4         the mode off.
6         * add-log.el (add-log-current-defun): Add support for
7         Autoconf mode.
9         * mail/rmail.el (rmail-quit-hook): New variable.
11 2000-03-01  Dave Love  <fx@gnu.org>
13         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15         * help.el (help-xref-button): Add help-echo arg.
16         (describe-function-1, describe-variable, help-make-xrefs): Use it.
18         * faces.el (list-faces-display): Supply help-echo with
19         help-make-xrefs.
21         * facemenu.el (list-text-properties-at): Set help-xref-stack to
22         nil.
24 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
26         * image.el (defimage): Look for image files in load-path.
28         * frame.el (busy-cursor-delay-seconds): Change type to 
29         `number'.
31 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
33         * recentf.el (recentf): Added version tag to the defgroup of
34         recentf.
36 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
38         * recentf.el (recentf-cleanup): Changed to remove excluded file
39         too.
40         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
41         action to select/unselect a file.
42         (recentf-edit-list): Code cleanup and improvement.
43         (recentf-open-more-files-action): `recentf-open-more-files' button
44         widget action to open a file.
45         (recentf-open-more-files): No more use standard completion but
46         widgets.
47         (recentf-more-collection): Deleted.
48         (recentf-more-history): Deleted.
49         (recentf-setup-more-completion): Deleted.
51 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
53         * recentf.el (recentf-mode): No more needs that Emacs is running
54         under a window-system.
56 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
58         * recentf.el (recentf-edit-list): New command to edit the recent
59         list which allow the user to remove files.
60         (recentf-edit-selected-items): New global variable, used by
61         `recentf-edit-list' to hold the list of files to be removed from
62         the recent list.
63         (recentf-make-menu-items): Updated to display a "Edit list..."
64         menu item.  Minor code cleanup.
66 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
68         * recentf.el (recentf-open-more-files): New command to open files
69         that are not displayed in the menu.
70         (recentf-more-collection): New global variable holding the set of
71         permissible completions used by `recentf-open-more-files'.
72         (recentf-more-history): New global variable holding the history list
73         used by `recentf-open-more-files' completion.
74         (recentf-setup-more-completion): New function to setup completion for
75         `recentf-open-more-files'.
76         (recentf-make-menu-items): Updated to display a "More..." menu item.
78 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
80         * recentf.el (recentf-menu-action): Doc fixed.
82 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
84         * recentf.el (recentf-menu-filter): Doc updated.
85         (recentf-update-menu-hook): Allow menu filters to force menu update.
86         (recentf-make-menu-items): New menu filter handling.
87         (recentf-make-menu-item): New helper function.
88         (recentf-menu-elements): New menu handling function.
89         (recentf-sort-ascending): Updated to new menu filter handling.
90         (recentf-sort-descending): Updated to new menu filter handling.
91         (recentf-sort-basenames-ascending): New menu filter function.
92         (recentf-sort-basenames-descending): New menu filter function.
93         (recentf-show-basenames): New menu filter function.
94         (recentf-show-basenames-ascending): New menu filter function.
95         (recentf-show-basenames-descending): New menu filter function.
97 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
99         * diary-lib.el (list-diary-entries): Don't try to go forward at
100         the end of the buffer.
102 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
104         * international/mule-diag.el (list-character-sets): Completely
105         rewritten.
106         (sort-listed-character-sets): New function.
107         (list-character-sets-1): Completely rewritten.
108         (list-character-sets-2): New function.
109         (non-iso-charset-alist): New variable.
110         (decode-codepage-char): New function.
111         (charset-history): New variable.
112         (read-charset) (list-block-of-chars)
113         (list-iso-charset-chars)
114         (list-non-iso-charset-chars)
115         (list-charset-chars): New functions.
116         (mule-diag): Call list-character-sets-2, not
117         list-character-sets-2.
118         (dump-charsets): Likewise.
120 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
122         * dired-x.el (dired-filename-at-point): Add `@' to valid
123         file name characters.
124         (dired-filename-at-point): Handle ange-ftp file names.
126         * frame.el (frame-notice-user-settings): Use assq-delete-all
127         instead of assoc-delete-all.
128         (frame-notice-user-settings): Ditto.
130         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
131         Don't copy alist.
133 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
135         * calculator.el (calculator-use-menu): New option.
136         (calculator-initial-bindings): Changed some bindings to work as
137         macros.
138         (calculator-forced-input): Removed.
139         (calculator-restart-other-mode): New variable.
140         (calculator-mode-map): Set up menu.
141         
142 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
144         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
145         tags.
146         
147 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
148         
149         * viper-cmd.el (viper-envelop-ESC-key): added the option to
150         translate all ESC key sequences.
151         (viper-goto-mark-subr): restore markers for files for which
152         they were saved.
153         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
154         * viper-util.el (viper-set-replace-overlay-glyphs,
155         viper-set-replace-overlay): always check if the replacement
156         overlay is live.
157         * viper.el (viper-vi-state-mode-list): added major modes.
158         * ediff-wind.el: minor comment changes.
159         * ediff.el: copyright notice date fix.
160         
161 2000-02-27  Jason Rumney  <jasonr@gnu.org>
163         * faces.el (face-font-family-alternatives): Add arial to helv.
164         (mode-line, header-line, tool-bar): Same default as x for w32.
165         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
166         face-font-family-alternatives from working.
167         * term/w32-win.el (mouse-set-font): Do not build fontset from
168         chosen font.
170 2000-02-25  Sam Steingold  <sds@goems.com>
172         * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
173         properly.
174         
175 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
177         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
179 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
181         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
182         writable.
184         * frame.el (busy-cursor-delay-seconds): New option.
186 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
188         * frame.el (show-cursor-in-non-selected-windows): New option.
190 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
192         * diary-lib.el (include-other-diary-files): Undo the selective
193         display in any included file and don't kill it.
195 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
197         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
198         bar.  Menu items converted to (menu-item format, help strings
199         added.
200         [downcase, upcase]: Don't enable on MS-DOS.
201         [symlink, symlinks]: Don't show if make-symbolic-link is not
202         bound.
203         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
205 2000-02-23  Dave Love  <fx@gnu.org>
207         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
208         (backward-kill-word): Revert addition of * to interactive spec --
209         it's a feature.
211         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
212         (backward-kill-sentence, kill-sentence): Likewise.
214         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
215         scratch buffer name.
216         (gud-format-command): Use int-to-string in ?l case.  Simplify
217         slightly.
219         * term/w32-win.el (internal-face-interactive): Update prompt for
220         new read-face-name.
222         * mail/footnote.el (footnote): Add :version to defgroup.
223         (footnote-section-tag-regexp): Customize.
224         (footnote-start-tag, footnote-end-tag): New option.
225         (footnote-latin-regexp): New variable.
226         (Footnote-latin): New function.
227         (footnote-style-alist): Add element for latin style.
228         (footnote-style): Moved.
229         (Footnote-goto-footnote): Use eq to test arg.
231         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
233         * emacs-lisp/byte-opt.el: Change old backquote syntax.
234         (byte-compile-trueconstp): Include keywords.
235         (byte-optimize-quote, byte-optimize-lapcode): Use
236         byte-compile-const-symbol-p.
237         (byte-optimize-char-before): New optimization.
239         * emacs-lisp/bytecomp.el: Change old backquote syntax.
240         (byte-compile-const-symbol-p): New function.
241         (byte-compile-constp, byte-compile-out-toplevel)
242         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
243         Use it.
245         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
247 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
249         * international/encoded-kb.el: Be sure to update minor-mode-alist
250         and minor-mode-map-alist.
251         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
252         codes SS2 and SS3 correctly.
253         (encoded-kbd-self-insert-ccl): New function.
254         (encoded-kbd-setup-keymap): New function.
255         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
256         by calling encoded-kbd-setup-keymap.
258         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
259         characters.
260         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
261         locally.
263 2000-02-22  Dave Love  <fx@gnu.org>
265         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
266         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
267         defvar.
268         (lisp-mode-syntax-table): Set up for #|...|# comments.
269         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
270         classes.  Match `defface'.
271         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
272         (eval-defun-1): Fix for defcustom.
273         (lisp-indent-region): Doc fix.
275         * subr.el (when, unless, split-string): Doc fix.
276         (read-passwd): Move call of clear-this-command-keys to the right
277         place.
278         (replace-regexps-in-string): New function.
280 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
282         * help.el (describe-variable): Set syntax table to
283         emacs-lisp-mode-syntax-table when moving forward over the
284         symbol's name.
286 2000-02-22  Dave Love  <fx@gnu.org>
288         * xt-mouse.el: Doc fixes.
289         (xterm-mouse-position-function): New function, replacing advice of
290         mouse-position.
291         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
293         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
295 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
297         * format.el (format-annotate-single-property-change): Handle
298         properties.with dotted-list values.
299         (format-proper-list-p): New function.
301         * enriched.el (enriched-face-ans): Handle '(foreground-color
302         . COLOR) and (background-color . COLOR).
304 2000-02-20  Dave Love  <fx@gnu.org>
306         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
307         and assignments to it.
308         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
309         current local map.
310         (make-flyspell-overlay): Use it.
311         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
313         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
314         (lm-get-header-re): Defun, not defsubst.
315         (lm-get-package-name): Defun, not defsubst.  Simplify.
316         (lm-version): Doc fix.  Simplify.
317         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
318         (lm-crack-address, lm-last-modified-date, lm-commentary)
319         (lm-verify, lm-synopsis): Simplify.
320         (lm-report-bug): Require emacsbug.  Use compose-mail.
322 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
324         * dired.el (dired-mode): Call propertized-buffer-identification
325         to set mode-line-buffer-identification to something having
326         the right text properties.
328         * bindings.el (propertized-buffer-identification): New function.
330 2000-02-20  Dave Love  <fx@gnu.org>
332         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
333         check for t-mouse too.
335         * cus-start.el: Make echo-keystrokes `number'.
337 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
339         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
340         Don't call ring-empty-p unless tags-location-ring is bound.
341         From Noah Friedman <friedman@splode.com>.
343 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
345         * progmodes/hideshow.el (hs-flag-region): No longer use
346         `intangible' overlay property.
348         (hs-toggle-hiding): New command.
349         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
351         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
352         Fix omission bug: Run `hs-minor-mode-hook' for both activation
353         and deactivation.
355 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
357         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
359 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
361         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
363         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
364         of `*' to handle `(* ... *)' comments.
366 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
368         * faces.el (list-faces-display): Use display-mouse-p instead of
369         window-system.
371         * menu-bar.el (global-map): Menu-bar items converted to the new
372         format (menu-item..., rearranged for better CUA compliance, and
373         their names changed for better clarity.  Help strings added.
375         * international/mule-cmds.el (mule-menu-keymap)
376         (describe-language-environment-map, set-coding-system-map)
377         (setup-language-environment-map): Convert to new (menu-item...
378         form, add help strings.  Change names of menu items for better
379         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
380         submenu).
382 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
384         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
385         within the code.
387 2000-02-16  Dave Love  <fx@gnu.org>
389         * faces.el: Don't require custom.  Add more specific :groups to
390         various deffaces.
391         (set-face-attribute): Purecopy args.
392         (read-face-name): Default to name at point and use it in prompt.
393         Remove colon from arg in all callers.
394         (list-faces-display): Hyperlink to face descriptions and customize
395         buffers.
397 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
399         * wid-edit.el (widget-match-inline): An atom never matches a
400         list.
402 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
404         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
405         at ':' characters by call to split-string.
407 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
409         * textmodes/bibtex.el: Added RCS version identification.
411 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
413         * textmodes/bibtex.el: Some temporary comments removed.
414         (bibtex-field-name, bibtex-entry-type): Made the relationship
415         explicit.
416         (bibtex-field-const): Allow capital letters.
417         (bibtex-start-of-string): Deleted because unused.
419         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
420         use the term 'reference' to describe a bibtex entry as a whole.
421         Further, reference keys are no longer called 'labels'.
422         (bibtex-keys): Renamed to bibtex-reference-keys.
423         (bibtex-reformat-previous-labels): Renamed to
424         bibtex-reformat-previous-reference-keys.
425         (bibtex-reference-type): Renamed to bibtex-entry-type.
426         (bibtex-reference-head): Renamed to bibtex-entry-head.
427         (bibtex-reference-maybe-empty-head): Renamed to
428         bibtex-entry-maybe-empty-head.
429         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
430         (bibtex-search-reference): Renamed to bibtex-search-entry.
431         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
432         bibtex-enclosing-entry-maybe-empty-head.
433         (bibtex-entry-field-alist, bibtex-entry-head,
434         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
435         bibtex-map-entries, bibtex-search-entry,
436         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
437         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
438         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
439         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
440         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
441         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
442         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
444 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
446         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
447         comment.
448         (bibtex-format-field-delimiters): New function, functionality
449         extracted from bibtex-format-entry.
450         (bibtex-autokey-get-yearfield-digits): New function, functionality
451         extracted from bibtex-autokey-get-yearfield.
453         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
454         entries in order to avoid stack overflow in the regexp matcher if
455         field contents become large.
456         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
457         bibtex-field-string-part-not-braced,
458         bibtex-field-string-part-no-inner-braces,
459         bibtex-field-string-part-1-inner-brace,
460         bibtex-field-string-part-2-inner-braces,
461         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
462         bibtex-field-string-quoted, bibtex-field-string,
463         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
464         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
465         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
466         as parsing is now performed by the following functions.
467         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
468         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
469         bibtex-parse-field-string, bibtex-search-forward-field-string,
470         bibtex-parse-association, bibtex-field-name-for-parsing,
471         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
472         bibtex-search-forward-field, bibtex-search-backward-field,
473         bibtex-start-of-field, bibtex-end-of-field,
474         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
475         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
476         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
477         bibtex-parse-string, bibtex-search-forward-string,
478         bibtex-search-backward-string, bibtex-start-of-string,
479         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
480         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
481         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
482         entries.  Instead of reporting the results of the parsing by
483         match-beginning or match-end, these functions return data structures
484         that hold the corresponding positions.
485         (bibtex-enclosing-field): Changed to also report field boundaries by
486         return values rather than by match-beginning or match-end.  The
487         following functions have been adapted to use the new parsing
488         functions.
489         (bibtex-skip-to-valid-entry, bibtex-search-reference,
490         bibtex-enclosing-field, bibtex-format-entry,
491         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
492         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
493         bibtex-print-help-message, bibtex-end-of-entry,
494         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
495         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
496         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
497         method for parsing.
498         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
499         bibtex-map-entries, bibtex-flash-head,
500         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
501         bibtex-autokey-change, bibtex-autokey-get-namefield,
502         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
503         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
504         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
505         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
506         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
507         order to make the new binding of case-fold-search immediately
508         visible.
510 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
512         * textmodes/bibtex.el: Copyright notice is up to date.
513         Added constant 'bibtex-maintainer-salutation.
515         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
516         than make-temp-name, use match-string-no-properties and eliminate
517         a quadratic behavior when building bibtex-strings.
519         * bibtex.el (bibtex-reference-key): Accept string entries whose
520         reference key contains upper case letters.
522 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
524         * bibtex.el (bibtex-reference-head): Allow entries to start with
525         a new line.
527 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
529         * bibtex.el: Hiding of entry bodies is not longer provided by
530         bibtex.el directly.  Instead the hideshow package can be used.
531         Added a special bibtex entry to hs-special-modes-alist.
532         (bibtex-hs-forward-sexp): Added for hideshow.el.
534 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
536         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
537         at ':' characters by call to split-string.
539 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
541         * textmodes/bibtex.el: Added RCS version identification.
543 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
545         * textmodes/bibtex.el: Some temporary comments removed.
546         (bibtex-field-name, bibtex-entry-type): Made the relationship
547         explicit.
548         (bibtex-field-const): Allow capital letters.
549         (bibtex-start-of-string): Deleted because unused.
551         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
552         use the term 'reference' to describe a bibtex entry as a whole.
553         Further, reference keys are no longer called 'labels'.
554         (bibtex-keys): Renamed to bibtex-reference-keys.
555         (bibtex-reformat-previous-labels): Renamed to
556         bibtex-reformat-previous-reference-keys.
557         (bibtex-reference-type): Renamed to bibtex-entry-type.
558         (bibtex-reference-head): Renamed to bibtex-entry-head.
559         (bibtex-reference-maybe-empty-head): Renamed to
560         bibtex-entry-maybe-empty-head.
561         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
562         (bibtex-search-reference): Renamed to bibtex-search-entry.
563         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
564         bibtex-enclosing-entry-maybe-empty-head.
565         (bibtex-entry-field-alist, bibtex-entry-head,
566         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
567         bibtex-map-entries, bibtex-search-entry,
568         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
569         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
570         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
571         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
572         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
573         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
574         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
576 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
578         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
579         comment.
580         (bibtex-format-field-delimiters): New function, functionality
581         extracted from bibtex-format-entry.
582         (bibtex-autokey-get-yearfield-digits): New function, functionality
583         extracted from bibtex-autokey-get-yearfield.
585         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
586         entries in order to avoid stack overflow in the regexp matcher if
587         field contents become large.
588         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
589         bibtex-field-string-part-not-braced,
590         bibtex-field-string-part-no-inner-braces,
591         bibtex-field-string-part-1-inner-brace,
592         bibtex-field-string-part-2-inner-braces,
593         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
594         bibtex-field-string-quoted, bibtex-field-string,
595         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
596         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
597         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
598         as parsing is now performed by the following functions.
599         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
600         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
601         bibtex-parse-field-string, bibtex-search-forward-field-string,
602         bibtex-parse-association, bibtex-field-name-for-parsing,
603         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
604         bibtex-search-forward-field, bibtex-search-backward-field,
605         bibtex-start-of-field, bibtex-end-of-field,
606         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
607         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
608         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
609         bibtex-parse-string, bibtex-search-forward-string,
610         bibtex-search-backward-string, bibtex-start-of-string,
611         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
612         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
613         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
614         entries.  Instead of reporting the results of the parsing by
615         match-beginning or match-end, these functions return data structures
616         that hold the corresponding positions.
617         (bibtex-enclosing-field): Changed to also report field boundaries by
618         return values rather than by match-beginning or match-end.  The
619         following functions have been adapted to use the new parsing
620         functions.
621         (bibtex-skip-to-valid-entry, bibtex-search-reference,
622         bibtex-enclosing-field, bibtex-format-entry,
623         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
624         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
625         bibtex-print-help-message, bibtex-end-of-entry,
626         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
627         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
628         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
629         method for parsing.
630         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
631         bibtex-map-entries, bibtex-flash-head,
632         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
633         bibtex-autokey-change, bibtex-autokey-get-namefield,
634         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
635         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
636         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
637         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
638         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
639         order to make the new binding of case-fold-search immediately
640         visible.
642 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
644         * textmodes/bibtex.el: Copyright notice is up to date.
645         Added constant 'bibtex-maintainer-salutation.
647         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
648         than make-temp-name, use match-string-no-properties and eliminate
649         a quadratic behavior when building bibtex-strings.
651         * bibtex.el (bibtex-reference-key): Accept string entries whose
652         reference key contains upper case letters.
654 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
656         * bibtex.el (bibtex-reference-head): Allow entries to start with
657         a new line.
659 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
661         * bibtex.el: Hiding of entry bodies is not longer provided by
662         bibtex.el directly.  Instead the hideshow package can be used.
663         Added a special bibtex entry to hs-special-modes-alist.
664         (bibtex-hs-forward-sexp): Added for hideshow.el.
666 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
668         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
669         proceedings entry type (for cross referencing). Thanks to Wagner
670         Toledo Correa for the suggestion.
672         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
674 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
676         * international/characters.el: Setup case table for Vietnamese.
678 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
680         * uniquify.el (toplevel): Require CL at compile time.
681         (uniquify-push): Removed.
683         * shadowfile.el (shadow-when): Removed.
685         * tempo.el (tempo-dolist, tempo-mapc): Removed.
686         (tempo-process-and-insert-string): Use dolist instead of
687         tempo-dolist.
689         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
690         regexp for paragraph-start.
692         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
693         commas as well.
695 2000-02-10  Dave Love  <fx@gnu.org>
697         * wid-edit.el: (widgets) [defgroup]: Remove url link.
698         (widget-color-choice-list, widget-color-history, widget-mouse-help):
699         Deleted.
700         (widget-specify-field, widget-specify-button): Don't use
701         widget-mouse-help as help-echo property.
702         (default): Use #'ignore for :validate and :mouse-down-action.
703         (checkbox): Add help-echo.
704         (widget-sexp-validate): Rewritten to clarify error messages.
705         (character): Use char-valid-p in :match function.
706         (widget-color-complete): Use facemenu-color-alist.
707         (widget-color-action): Use facemenu-read-color.
709         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
710         set up `caar' &c that we now have.
712 2000-02-09  Ray Blaak  <blaak@gnu.org>
714         * delphi.el: Make resourcestring a declaration region, like const
715         and var.
717 2000-02-09  Dave Love  <fx@gnu.org>
719         * bindings.el (mode-line-input-method-map): New variable.
720         (mode-line-mule-info): Use it; fix last change.
721         (mode-line-mode-menu): Move definition.
722         (mode-line-mouse-sensitive-p): Deleted.
723         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
724         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
725         level.
727         * startup.el (command-line-1): Don't call
728         make-mode-line-mouse-sensitive.
730 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
732         * mail/rmail.el (rmail-retry-failure): Use
733         rmail-beginning-of-message before rmail-toggle-header, because the
734         former toggles headers.
736 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
738         * diff-mode.el (diff-kill-junk): New interactive function.
739         (diff-reverse-direction): Use delete-and-extract-region.
740         (diff-post-command-hook): Restrict the area so that the hook also works
741         outside of any diff hunk.  This is necessary for the minor-mode.
742         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
743         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
745         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
746         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
747         so that it can be used more easily in <foo>-mode-hook.  Also make sure
748         to avoid duplicate entries.
749         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
750         (font-lock-remove-keywords): Just as was done for `add', allow it to
751         work even if font-lock-mode is nil.  Also make sure we don't modify
752         any pre-existing list by forcing a copy-sequence.  Finally rename
753         `major-mode' to `mode'.
754         (font-lock-fontify-syntactic-anchored-keywords)
755         (font-lock-fontify-anchored-keywords)
756         (font-lock-fontify-keywords-region): Use line-end-position.
757         Don't make `font-lock-multiline' local (it's now done in
758         font-lock-set-defaults).
759         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
760         move the `font-lock-fontified' creation to inside the `unless'.
762 2000-02-06  Andrew Innes  <andrewi@gnu.org>
764         * term/w32-win.el (x-handle-args): Comment out call to message,
765         which occurs before window system is initialized.
767         * makefile.nt: Add support for recompiling lisp code.
769 2000-02-04  Dave Love  <fx@gnu.org>
771         * bindings.el (mode-line-mule-info): Fix/extend last change.
773         * completion.el: Replace completion-dolist with dolist.
775         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
776         dotimes.
778 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
780         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
781         environment names before they go into the section regexp.
783         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
784         char class in regexp.
786         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
787         `case-fold-search' to nil.
789         * progmodes/idlwave.el (idlwave-template): Respect
790         `idlwave-abbrev-change-case'.
791         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
792         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
793         idlwave-while): respect `idlwave-reserved-word-upcase'.
794         (idlwave-rw-case): New function.
795         (idlwave-statement-match): Fixed problem with assignment regexp.
796         (idlwave-font-lock-keywords): Improved regexp for keyword
797         parameters.
798         (idlwave-surround): New argument LENGTH to support padding of
799         operators longer than 1 char.
801         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
802         idlwave-shell-expression-overlay.  Implemented printing of
803         expressions on higher levels of the calling stack.
804         (idlwave-shell-display-level-in-calling-stack): Restore stack
805         level.
806         (idlwave-retrieve-expression-from-level): New function.
807         (idlwave-shell-last-calling-stack): Variable removed.
808         (idlwave-shell-reset): Argument action reversed (`visible' to
809         `hidden').  Also remove stop-line overlay.
810         (idlwave-shell-calling-stack-routine): New variable.
811         (idlwave-shell-parse-stack-and-display): Messages now display
812         negative level numbers.
813         (idlwave-shell-mode): Set `modeline-format'.
814         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
815         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
816         21.
817         (idlwave-shell-print-expression-function): New option.
819         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
820         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
821         `tool-bar' instead of `toolbar'.
823 2000-02-02  Dave Love  <fx@gnu.org>
825         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
826         emacs-lisp-mode-hook.  Don't check for defalias being defined.
828         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
829         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
830         the new builtins directly.
832         * whitespace.el (whitespace): Add :version to defgroup.
834         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
835         Doc fix.
837         * thingatpt.el (sexp-at-point, symbol-at-point)
838         (number-at-point, list-at-point): Add autoload cookie.
840         * recentf.el (recentf): Add :version to defgroup.
842         * quickurl.el (quickurl): Add :version to defgroup.
844         * elide-head.el (elide-head): Use point-marker more.
846         * bs.el (bs): Add :version to defgroup.
848         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
850         * progmodes/delphi.el (delphi): Add :version to defgroup.
852 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
854         * ange-ftp.el (ange-ftp-write-region): Handle case that
855         succeeding process operation sets a different coding system.
857         * calculator.el: New file.
859 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
861         * frame.el (frames-on-display-list, framep-on-display): New
862         functions.
863         (display-mouse-p, display-popup-menus-p, display-graphic-p)
864         (display-selections-p, display-screens, display-pixel-width)
865         (display-pixel-height, display-mm-width, display-mm-height)
866         (display-backing-store, display-save-under, display-planes)
867         (display-color-cells, display-visual-class): New functions.
869         * term/tty-colors.el (tty-color-gray-shades): New function.
871         * faces.el (display-color-p): Use framep-on-display.
872         (display-grayscale-p): New function.
874 2000-01-31  Dave Love  <fx@gnu.org>
876         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
877         (create-fontset-from-x-resource): Don't concat integers.
879 2000-01-31  Inge Frick  <inge@nada.kth.se>
881         * view.el: Some changes in documentation.  Removed some trailing
882         whitespace. Changed some parameter names to agree with
883         documentation.
884         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
885         window is not deleted.  Modifies change 1998-04-26.
887 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
889         * windmove.el: New file.
891         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
892         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
893         progmodes/ebnf-yac.el: Update copyright and license info.
895         * jit-lock.el (jit-lock-function): Widen before calculating end
896         position.
897         (jit-lock-stealth-chunk-start): Rewritten.
899         * info.el (Info-title-face-alist): Removed.
900         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
901         faces.
902         (Info-fontify-node): Use these faces.
904 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
906         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
907         (cl-macro-list1): Recognize `&allow-other-keys' instead of
908         `&allow-other-keywords'.
910         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
911         the list of directories scanned heuristically.
913         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
914         exist.
916 2000-01-30  Jason Rumney  <jasonr@gnu.org>
918         * w32-fns.el: Define w32-tty-standard-colors.
920         * startup.el (command-line): Use w32-tty-standard-colors when in
921         w32 console mode.
923 2000-01-30  Dave Love  <fx@gnu.org>
925         * jka-compr.el (jka-compr-load): Fix up load-history.
927         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
929         * emacs-lisp/cl-macs.el: Revert previous change.
931 2000-01-29  Dave Love  <fx@gnu.org>
933         * facemenu.el: Purecopy various strings.
935         * timezone.el (timezone-fix-time): Window against 69 for two-digit
936         years.  Deal with three-digit years.
938         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
939         defconst, purecopy.
940         (help-back-label): Purecopy it.
942 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
944         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
945         variable. If non-nil, order the buffer list according to the
946         currently selected frame.
947         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
948         non-nil, pass the selected frame to function buffer-list.
950 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
952         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
954 2000-01-28  Dave Love  <fx@gnu.org>
956         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
958         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
959         Don't use lisp-indent-hook property.
960         (cl-abs): Remove.
962         * subr.el: Move out indent and edebug specs for when and unless.
964         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
965         when, unless.
967         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
968         unless, when.
970 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
972         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
973         `collecting' as synonym for `collect'.
975         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
976         for the case it contains spaces.
978         * simple.el (what-cursor-position): Change formatting of
979         messages.
981         * frame.el (delete-other-frames): New function.
982         (toplevel): Bind it to C-x 5 1.
984         * sort.el (sort-numeric-base): New option.
985         (sort-numeric-fields): If number starts with `0' or `0[xX[',
986         interpret it as octal or hexadecimal.  Use sort-numeric-base
987         as default base.
989         * progmodes/glasses.el: New file.
991 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
993         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
994         userids differently.
996         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
997         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
998         progmodes/ebnf-yac.el: New files.
1000 2000-01-26  Dave Love  <fx@gnu.org>
1002         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1003         on a function with an empty body.  [From Eric Ludlam.]
1005 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
1007         * vc.el (vc-version-diff): Make sure file name is expanded.
1009 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
1011         * scroll-bar.el (scroll-bar-timer): Variable removed.
1012         (scroll-bar-toolkit-scroll): Don't use a timer.
1014 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
1016         * language/thai-util.el (thai-composition-function): Delete
1017         superfluous `a'.
1019 2000-01-24  Dave Love  <fx@gnu.org>
1021         * fortran.el (fortran-mode): Use beginning-of-defun-function,
1022         end-of-defun-function.
1024         * font-lock.el (turn-on-font-lock): Don't depend on window-system
1025         &c.
1027 2000-01-22  Jason Rumney  <jasonr@gnu.org>
1029         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1030         conflicts with new face support.
1032 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1034         * replace.el (query-replace): Rename last arg to DELIMITED.
1035         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1036         (query-replace-regexp): Likewise.
1038 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1040         * subr.el (with-syntax-table): Use make-symbol, not gensym.
1042         * emacs-lisp/lisp.el (beginning-of-defun-function):
1043         Variable renamed from beginning-of-defun.
1044         Do not call make-variable-buffer-local.
1045         (beginning-of-defun-raw): Use new variable name; doc fix.
1046         (beginning-of-defun): Doc fix.
1047         (end-of-defun-function): Variable renamed from end-of-defun.
1048         Do not call make-variable-buffer-local.
1049         (end-of-defun): Use new variable name; doc fix.
1051         * subr.el (dolist, dotimes): Copied from cl-macs.el
1052         and made to work.
1054         * mail/undigest.el (rmail-digest-end-regexps):
1055         Variable replaces rmail-digest-end-regexp.
1056         Allows multiple regexps for detecting the end line.
1057         (undigestify-rmail-message): Corresponding changes.
1059 2000-01-19  Dave Love  <fx@gnu.org>
1061         * files.el (user-init-file): Don't declare here -- is primitive.
1063         * startup.el (command-line): Check for compiled user-init-file and
1064         set to uncompiled version if necessary.
1066 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
1068         * mail/undigest.el (rmail-digest-end-regexp): New user option.
1069         (undigestify-rmail-message): Use it.
1071         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1073 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
1075         * tmm.el (tmm-goto-completions): Adapt to prompt being part
1076         of mini-buffer.
1078 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
1080         * emacs-lisp/copyright.el (copyright-update): Removed the
1081         requirement for a trailing space from `copyright-regexp', to
1082         support copyrights with owner specified on a separate line..
1084         * align.el: New file.
1086         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1088         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1090 2000-01-13  Dave Love  <fx@gnu.org>
1092         * ph.el: Removed.  (Obsoleted by EUDC.)
1094 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
1096         * net/eudc.el (toplevel): Remove autoloaded code installing
1097         menu with easymenu, because that causes build problems.
1099         * frame.el (frame-notice-user-settings): New variable.
1100         (frame-notice-user-settings): Don't modify frame parameters
1101         if called a second time.
1103 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1105         * frame.el (frame-notice-user-settings):
1106         Notice default-frame-parameters even for non-window frames.
1108 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
1110         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1111         for Emacs.
1112         (eudc-bob-can-display-inline-images): Extend for Emacs.
1113         (eudc-bob-toggle-inline-display): Ditto.
1114         (eudc-bob-display-jpeg): Ditto.
1116 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
1118         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1119         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1120         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
1122         * add-log.el (add-change-log-entry): Fix error trying an `(insert
1123         nil)'.
1125         * subdirs.el: Add `net' directory.
1127         * net: New directory.
1129         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
1130         eval-last-sexp.  Don't bind debug-on-error here.
1131         (eval-last-sexp): New function.  Bind debug-on-error if
1132         eval-expression-debug-on-error is non-nil.
1133         (eval-defun-2, eval-defun): Likewise.
1135         * simple.el (eval-expression): Don't bind debug-on-error if
1136         eval-expression-debug-on-error is nil.  Detect changed
1137         debug-on-error, and propagate new value to global binding, if
1138         eval-expression-debug-on-error is non-nil,
1139         (eval-expression-debug-on-error): Change doc string.
1141 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1143         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
1145         * emacs-lisp/lisp-mode.el (with-syntax-table):
1146         Set up lisp-indent-function property.
1148         * subr.el (with-syntax-table): Moved from simple.el.
1150         * simple.el (with-syntax-table): Moved to subr.el.
1152 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
1154         * tmm.el (tmm-shortcut): Delete region after prompt instead
1155         of erasing buffer.
1157         * textmodes/fill.el (fill-common-string-prefix): New function.
1158         (fill-context-prefix): Use the longest common prefix of first
1159         and second line fill prefix, if there is one.
1161 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1163         * array.el (array-mode): Don't use make-variable-buffer-local.
1164         Use make-local-variable for `truncate-lines'.
1166 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
1168         * add-log.el (add-log-current-defun): Handle user-defined
1169         add-log-current-function returning nil,
1171         * add-log.el (add-change-log-entry): Insert version number
1172         if having found a current function
1174         * add-log.el (add-log-current-defun): Call
1175         `add-log-current-defun-function'.  Try matches at level 0 and
1176         level 1.  Strip whitespace from defun found.
1178 2000-01-10  John Wiegley  <johnw@gnu.org>
1180         * allout.el (isearch-done/outline-provisions): Added `edit'
1181         argument to correspond with the current definition of
1182         `isearch-done'.
1184 2000-01-10  Dave Love  <fx@gnu.org>
1186         * elide-head.el (elide-head): Use point-marker, not point.
1188 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
1190         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
1191         before and after the year 2000.
1193         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
1194         Add ispell- prefix.
1196 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
1198         * ispell.el:  Only define dictionaries in menus when they exist.
1199         (version18p): New variable.
1200         (version20p): New variable.
1201         (xemacsp): New variable.
1202         (ispell-choices-win-default-height): Fix for XEmacs visibility.
1203         (ispell-dictionary-alist1): Added Brasileiro dictionary.
1204         (ispell-dictionary-alist6): Russian command lines no longer accept
1205         run-together words.
1206         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
1207         (ispell-dictionary-alist): Add koi8-r to customize definition.
1208         (check-ispell-version): Added documentation string.  Returns
1209         library path when called non-interactively.
1210         (ispell-menu-map-needed): Uses new variables.
1211         (ispell-library-path): New variable.
1212         (ispell-decode-string): XEmacs fix for bogus variable bindings.
1213         (ispell-word): Improved documentation string.  Test for valid
1214         character mappings.  Correctly check typed in word changes that can
1215         result in single words split into multiple words.  Returns
1216         replacement word.
1217         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
1218         replace in recursive query replace mode.  Help message for
1219         recursive edit mode.
1220         (ispell-show-choices): Protect against bad framepop bindings.
1221         (ispell-help): Fix to work with XEmacs.
1222         (ispell-highlight-spelling-error): Use new variables.
1223         (ispell-overlay-window): Fix to work with XEmacs.
1224         (ispell-parse-output): Passed and returns location information
1225         tracking spelling corrections.  Doesn't recheck same word on
1226         current line.
1227         (ispell-init-process): Protect against bogus XEmacs variable binding.
1228         Fix call to single argument in sleep-for.  Use new variables.
1229         (ispell-region): Passed and returns location information tracking
1230         spelling corrections.  Doesn't check same word on current line.
1231         Improved documentation string.  Doesn't resend a line already
1232         checked to the ispell process - fixes bug in LaTeX parsing.
1233         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
1234         (ispell-skip-region): No longer skips <TT> in SGML.
1235         (ispell-process-line): Tracks location information with spelling
1236         corrections.  Added documentation string.  Accounts for words
1237         already accepted on this line.  Don't allow query-replace on line
1238         starting with math characters.  Doesn't resend a line already sent
1239         to ispell process.  Fixes alignment error bug.
1241 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1243         * dired-x.el (dired-guess-shell-alist-default):
1244         Suggest xloadimage, which is free, not xv, which isn't.
1246         * ange-ftp.el (ange-ftp-file-name-nondirectory):
1247         Don't ever include the host name or user name in the value.
1249 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
1251         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
1252         of a real newline.
1254 2000-01-09  Stephen Eglen  <stephen@gnu.org>
1256         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
1257         for .png files.
1259 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
1261         * cus-edit.el (custom-hook-convert-widget): Fix comment.
1263 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
1265         * progmodes/cperl-mode.el: Replace ^F with ^L.
1267         * sendmail.el (toplevel): Provide `sendmail' when compiling
1268         before `require'ing rmail and mailalias to prevent infinite
1269         recursion.
1271 2000-01-08  Dave Love  <fx@gnu.org>
1273         * emacs-lisp/backquote.el: Remove inappropriate customization
1274         (allowing custom.el to use backquote).
1276 2000-01-07  Dave Love  <fx@gnu.org>
1278         * add-log.el (add-log-debugging): Deleted.
1279         (add-change-log-entry): Treat a backup FILE-NAME as its parent
1280         file.  Remove debugging code.
1281         (change-log-get-method-definition, change-log-name): Add doc.
1282         (change-log-sortable-date-at): New function.
1283         (change-log-merge): New command.
1285         * time.el (display-time-string-forms): Make the Mail string active.
1286         (display-time-update): Provide help-echo for load average.
1288         * bindings.el (make-mode-line-mouse2-map): New function.
1289         (mode-line-modified): Use it and simplify.
1290         (mode-line-mule-info): Provide help-echo info.
1291         (minor-mode-alist): Activate the strings.
1292         (make-mode-line-mouse-sensitive): Simplify for
1293         mode-line-buffer-identification.
1295 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
1297         * play/pong.el: New file.
1299 2000-01-06  Dave Love  <fx@gnu.org>
1301         * array.el: Assorted cleanups for compiler warnings, doc strings,
1302         `array-' prefix for symbols.
1304 2000-01-05  Dave Love  <fx@gnu.org>
1306         * textmodes/outline.el (outline-mode-menu-bar-map): Add
1307         outline-headers-as-kill.
1308         (outline-mode): Define imenu-generic-expression.
1309         (outline-headers-as-kill): New command.
1311         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
1312         from paragraph-start.
1313         (paragraph-indent-minor-mode): New command.
1315         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
1316         M-C-e, M-C-h, C-j, C-xnd, TAB.
1317         (fortran-mode): Set beginning-of-defun, end-of-defun.
1318         (fortran-column-ruler): Simplify.
1319         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
1320         (fortran-with-subprogram-narrowing): Likewise.
1321         (fortran-indent-subprogram): Call mark-defun.
1322         (fortran-check-for-matching-do): Change narrowing.
1324         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
1325         (cl-lucid-hash-tag): Delete.
1326         (cl-hash-table-p): Correct test for native table.
1327         (cl-hash-table-count): Use hash-table-count.
1329         * browse-url.el (browse-url): Fix case of
1330         browse-url-browser-function being an alist.
1332 2000-01-05  Carsten Dominik  <cd@gnu.org>
1334         * textmodes/reftex-vars.el (reftex-parse-file-extension)
1335         (reftex-index-phrase-file-extension): New options.
1337         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
1338         Use new option `reftex-index-phrase-file-extension'.
1340         * textmodes/reftex.el (reftex-access-parse-file): Use new option
1341         `reftex-parse-file-extension'.
1343 2000-01-05  Dave Love  <fx@gnu.org>
1345         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
1346         (beginning-of-defun-raw): Use it.
1347         (end-of-defun): New variable.
1348         (end-of-defun): Use it.
1349         (check-parens): New command.
1351 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1353         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
1354         (hs-show-block): Don't use `mapcar' when not accumulating.
1356         Fix buglet in local variables initialization.
1358 2000-01-05  Andreas Schwab  <schwab@suse.de>
1360         * hscroll.el (hscroll): Doc fix.
1362 2000-01-05  Carsten Dominik  <cd@gnu.org>
1364         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
1365         idlw-toolbar.
1367         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
1368         file idlw-rinfo.el.
1369         (idlwave-customize): load must read file idlw-shell.el.
1370         (idlwave-create-customize-menu): load must read file idlw-shell.el.
1372 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
1374         * progmodes/idlw-shell.el: Also provide idlwave-shell
1375         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
1376         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
1378         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
1379         both reftex-dcr and reftex-vcr.
1381         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
1383 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1385         * ps-print.el: PostScript code now is in separate files, doc fix.
1386         (ps-print-version): New version number (5.0.3).
1387         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
1388         local.
1389         (ps-spool-config): Initialization fix.
1390         (ps-print-prologue-1, ps-print-prologue-2)
1391         (ps-print-duplex-feature): PostScript code moved to separated file.
1392         (ps-background-image): Little code reformating.
1393         (ps-begin-file, ps-begin-job): Fix code.
1394         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
1395         (ps-prologue-file): New fun.
1397 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1399         * ps-vars.el: Eliminated.
1401         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
1402         `;;;###autoload'.
1404         * ps-print.el: ps-vars eliminated, doc fix.
1405         (ps-print-version): New version number (5.0.2).
1406         (ps-spool-config): Initialization fix.
1407         (ps-print-customize): New fun.
1409 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
1411         * autorevert.el (auto-revert-mode): Return value of
1412         auto-revert-mode.
1414 2000-01-04  Dave Love  <fx@gnu.org>
1416         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
1417         menu items.
1419 2000-01-03  Dave Love  <fx@gnu.org>
1421         * elide-head.el (elide-head) [defgroup]: Add :version.
1423         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
1424         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
1425         `cl-hash-table-p', not `hash-table-p'.
1426         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
1428 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1430         * faces.el (face-read-integer, read-face-attribute)
1431         (color-defined-p, color-values): unspecified-{f,b}g are now
1432         strings.
1434 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1436         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
1437         at comment end, and re-insert them after filling.
1439 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1441         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
1442         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
1443         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
1445 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1447         * term/x-win.el (xw-defined-colors): Call color-supported-p,
1448         the new name of face-color-supported-p.
1450         * term/w32-win.el (xw-defined-colors): Likewise.
1452 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1454         * simple.el (completion-setup-function): Count completion-size
1455         from minibuffer-prompt-end, not from point-min.
1457 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
1459         * faces.el (read-face-attribute, defined-colors, color-defined-p):
1460         Pass the frame to tty-color-* functions.
1461         (display-color-p, frame-set-background-mode): Pass the frame to
1462         tty-display-color-p.
1464         * term/tty-colors.el (tty-defined-color-alist): Renamed from
1465         tty-color-alist.
1466         (tty-color-alist, tty-modify-color-alist): New functions.
1467         (tty-color-define,  tty-color-clear, tty-color-approximate)
1468         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
1469         an optional parameter FRAME.
1471 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
1473         * image.el (create-image, defimage): Don't assume image data is a
1474         string.
1476         * image.el (defimage): Handle specifications containing :data
1477         instead of :file.
1478         (image-type-from-data): New function.
1479         (image-type-from-file-header): Use it.
1480         (create-image): Add parameter DATA-P.
1482 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1484         * echistory.el (electric-command-history): Call Command-history-setup
1485         and command-history-mode using their new conventions.
1487         * chistory.el (Command-history-setup): Don't switch buffers.  Take
1488         no args, and do not set major-mode, mode-name or the local map.
1489         (command-history-mode): New function, does some of those things
1490         Command-history-setup used to do.
1491         (list-command-history): Call command-history-mode, not
1492         Command-history-setup.
1493         (command-history): Renamed from command-history-mode.
1495 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1497         * arc-mode.el (archive-mode-map): Bind q to quit-window.
1499 1999-12-31  William M. Perry  <wmperry@aventail.com>
1501         * image.el (defimage): Images with the `:data' keyword should be
1502         considered valid as well.
1504 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1506         * dired.el (dired-get-filename): Don't call file-name-absolute-p
1507         with FILE if FILE is nil.
1509 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1511         * simple.el (choose-completion-string): In minibuffer,
1512         do not delete the prompt string.
1514 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
1516         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
1517         assigned to mode-line-mode-menu because bindings.el is dumped with
1518         Emacs, and thus the lists used for menu-item definition will be
1519         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
1520         like pure menu item definitions.
1522         * expand.el (expand-abbrev-hook): Return t if expansion was
1523         done, nil otherwise.
1525 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1527         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
1528         (tar-quit): Function deleted.
1530 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1532         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
1533         was used but not declared.
1535         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
1536         hs-find-block-beginning): Add or modify docstrings.
1538         (hs-isearch-show): Rewrite.
1540 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
1542         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
1544         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
1545         space in front of a C-style comment end.
1547 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
1549         * startup.el (command-line-1): Make mode line mouse-sensitive for
1550         the MS-DOS version as well.
1552 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
1554         * bs.el: New file.
1556 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1558         * textmodes/ispell.el (ispell-process-line):
1559         Add local var line-offset to adjust for the change
1560         in positions within the line, due to previous replacements.
1562 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1564         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1565         Doc fixes.
1567 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
1569         * add-log.el (change-log-version-number-regexp-list)
1570         (change-log-version-info-enabled): Change :version to 21.1.
1571         (toplevel): Require CL when compiling.
1573 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
1575         * add-log.el (change-log-version-number-regexp-list): Added tag
1576         :version 20.6
1577         (change-log-version-info-enabled): Added tag :version 20.6
1579 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
1581         * add-log.el: More general version number search with
1582         user-configurable regexp list.
1583         (change-log-version-number-regexp-list): New user variable.
1584         (change-log-find-version): Rewritten.  Use user-configurable
1585         version numbering regexp list
1586         change-log-version-number-regexp-list.
1587         (change-log-find-version): Renamed to
1588         change-log-version-number-search
1589         (add-log-file-name-function): New.
1590         (change-log-search-vc-number): Added END paramaeter.  Added doc
1591         string to function.
1592         (change-log-version-rcs): Renamed.  Was
1593         change-log-search-vc-number.
1595 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1597         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
1598         overlays if they interfere.
1599         (compilation-find-file): Make intangible overlays tangible.
1601         * progmodes/hideshow.el: Generally, synch w/ maintainer
1602         version 5.9.
1604         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
1606         (hs-minor-mode-hook): Don't initialize.
1608         (hs-special-modes-alist): Rewrite value and docstring.
1610         (hs-minor-mode-prefix): Delete unused var.
1612         (hs-block-start-mdata-select): New var, buffer local.
1614         (hs-headline): New var.
1616         (hs-match-data, hs-forward-sexp): New funcs.
1618         (hs-hide-comment-region): New func.
1620         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
1621         hs-safety-is-job-n, hs-hide-initial-comment-block,
1622         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
1623         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
1624         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
1625         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
1626         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
1628         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
1629         (hs-isearch-show-temporary): New funcs.
1631         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
1633         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
1635         When constructing menu, use `[(shift button2)]' notation.
1637 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1639         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
1640         (jka-compr-compression-info-list): Add new elt to each vector.
1641         (jka-compr-write-region): Don't compress the data if it is
1642         already compressed.
1644         * jka-compr.el (jka-compr-really-do-compress): New variable.
1645         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
1646         if visiting.
1647         (jka-compr-write-region): Set jka-compr-really-do-compress
1648         if visiting.  Test it when deciding to compress.
1650 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
1652         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
1653         with third argument t.
1655 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1657         * antlr-mode.el: Version 1.2 is released.
1658         (antlr): This package has a web page.
1660 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1662         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
1663         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
1664         (antlr-mode-map): New binding [C-c C-c].
1665         (antlr-mode-menu): New entries.
1667 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1669         * antlr-mode.el: Respect Emacs conventions.
1670         ((require 'cl)): Only use during compilation.
1671         (antlr-language-for-option): New function to avoid using `find'.
1672         (antlr-mode): Use it.
1673         (antlr-with-syntax-table): Define new instead using XEmacs' one.
1674         (antlr-imenu-create-index-function): Change accordingly.
1675         (antlr-inside-rule-p): Ditto.
1676         (antlr-end-of-rule): Ditto.
1677         (antlr-end-of-body): Ditto.
1678         (antlr-beginning-of-rule): Ditto.
1679         (antlr-indent-line): Ditto.
1681 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1683         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
1684         (antlr-set-tabs): Don't use hard-coded values.
1686         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
1687         won't be possible without a huge time penalty.
1688         (antlr-skip-exception-part): Be more specific.
1689         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
1690         Renamed from `antlr-skip-grammar-header'.
1691         (antlr-next-rule): Change accordingly.
1692         (antlr-end-of-body): Ditto.  Better error message.
1693         (antlr-beginning-of-body): Better error message.
1694         (antlr-imenu-create-index-function): Skip rule action prelude.
1696         * antlr-mode.el: Minor syntax highlighting changes.
1697         (antlr-font-lock-default-face): Deletia.
1698         (antlr-font-lock-tokendef-face): Changed color.
1699         (antlr-font-lock-tokenref-face): Changed color.
1700         (antlr-font-lock-literal-face): Changed color.
1701         (antlr-font-lock-additional-keywords): Minor changes.
1703 1999-12-20  Carsten Dominik  <cd@gnu.org>
1705         * progmodes/idlwave.el: New file.
1707         * progmodes/idlwave-rinfo.el: New file.
1709         * progmodes/idlwave-shell.el: New file.
1711         * progmodes/idlwave-toolbar.el: New file.
1713         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
1715 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
1717         * progmodes/cwarn.el: New file.
1719 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
1721         * bindings.el (completion-ignored-extensions): Add .pdf.
1723 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
1725         * version.el: Put the version info into binary on MS-DOS as well.
1727 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
1729         * emacs-lisp/debug.el (debugger-continue): Don't continue if
1730         debugger-may-continue is nil.
1732 1999-12-18  Dave Love  <fx@gnu.org>
1734         * emacs-lisp/cl-macs.el: Remove conditional definition of
1735         eval-when-compile.  Don't specify abs, expt, gethash,
1736         hash-table-count, hash-table-p as side-effect-free here.
1737         (cl-emacs-type): Don't declare.
1738         (cl-compile-time-init): Remove Emacs 18 compiler patch.
1739         (cl-parse-loop-clause): Remove compatibility code.
1741         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
1742         (side-effect-free-fns): Add gethash, hash-table-count.
1743         (side-effect-and-error-free-fns): Add hash-table-p.
1745         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
1746         `cl-' to autoload names for some hash functions.  Don't autoload
1747         eval-when-compile.  Don't provide mini-cl.
1748         (cl-emacs-type): Remove.
1749         (cl-map-extents): Remove compatibility code.
1751         * emacs-lisp/float.el: Bind free variables.
1753         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
1755 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
1757         * bindings.el (completion-ignored-extensions): Add .tfm.
1759 1999-12-16  Dave Love  <fx@gnu.org>
1761         * faces.el (set-face-attribute): Purecopy the attributes set.
1763         * custom.el (custom-declare-variable): Purecopy value.
1765         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
1766         (byte-extrude-byte-code-vectors): Use remprop.
1767         (byte-compile-lambda): Check that arg is a lambda.
1769 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
1771         * font-lock.el: System for adding and removing keywords.
1772         Both local (previously added keyword) and global keywords
1773         can be removed.
1774         (font-lock-remove-keywords): New user-level function.
1775         (font-lock-update-removed-keyword-alist): New internal function.
1776         (font-lock-removed-keywords-alist): New variable.
1777         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
1778         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
1779         growing datastructures.
1780         (font-lock-set-defaults): Removes keywords stored in
1781         `font-lock-removed-keywords-alist' after local keywords added.
1783 1999-12-16  Anders Lindgren  <andersl@andersl.com>
1785         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
1786         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
1788         * font-lock.el (c-keywords): Only highlight preprocessor
1789         directives when spelled correctly.
1791         * font-lock.el (font-lock-match-c++-structor-declaration,
1792         c++-keywords): Fontify constructors and destructors with function
1793         face inside C++ class declarations.
1795 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
1797         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
1798         the shell from sh-shell-file.
1800         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
1802 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
1804         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
1805         if one of the files specified cannot be accessed by
1806         file-attributes.  Do not strip any leading directories from the
1807         file names, to behave more like `ls' does.
1809         * dired.el (dired-get-filename): Handle absolute file names.
1810         (dired-readin-insert): If argument is a cons, don't print
1811         "wildcard" on the ``total'' line.
1813 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
1815         * faces.el (face-read-integer, read-face-attribute)
1816         (color-defined-p, color-values): Allow color values unspecified-fg
1817         and unspecified-bg, handle them as unspecified.
1819 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
1821         * textmodes/reftex.el: (reftex-compile-variables): respect new
1822         structure of `reftex-index-macro'
1823         (reftex-compile-variables): Use the changed structure of
1824         `reftex-label-alist'.
1826         * textmodes/reftex-vars.el (reftex-index-math-format,
1827         (reftex-toc-max-level): New option.
1828         reftex-index-phrases-search-whole-words,
1829         reftex-index-phrases-case-fold-search,
1830         reftex-index-phrases-skip-indexed-matches,
1831         reftex-index-phrases-wrap-long-lines,
1832         reftex-index-phrases-sort-prefers-entry,
1833         reftex-index-phrases-sort-in-blocks): New options.
1834         (reftex-index-macros): Option structure changed.
1835         (reftex-index-macros-builtin): Added `repeat' item to each entry.
1836         (reftex-label-alist): Additional item in each entry to specify if
1837         the environment should be listed in the TOC.
1838         (eval-when-compile (require 'cl)) added.
1840         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
1841         longer deals with "repeat".
1842         (reftex-index): "repeat property in `reftex-index-macro-alist' is
1843         now used.
1844         (reftex-index-phrases-comment-regexp,
1845         reftex-index-phrases-macrodef-regexp,
1846         reftex-index-phrases-phrase-regexp1,
1847         reftex-index-phrases-phrase-regexp2,
1848         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
1849         New constants.
1850         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
1851         reftex-index-phrases-font-lock-keywords,
1852         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
1853         reftex-index-phrases-restrict-file): New variables.
1854         (reftex-index-phrase-selection-or-word,
1855         reftex-index-visit-phrases-buffer,
1856         reftex-index-initialize-phrases-buffer,
1857         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
1858         reftex-index-next-phrase, reftex-index-this-phrase,
1859         reftex-index-all-phrases, reftex-index-region-phrases,
1860         reftex-index-phrases-parse-header,
1861         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
1862         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
1863         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
1864         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
1865         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
1866         reftex-index-make-replace-string,
1867         reftex-query-index-phrase-globally, reftex-query-index-phrase,
1868         reftex-index-phrase-match-is-indexed,
1869         reftex-index-phrases-fixup-line,
1870         reftex-index-phrases-replace-space,
1871         reftex-index-select-phrases-macro): New functions.
1872         (reftex-index-globalize, reftex-index-globally): functions removed
1873         (eval-when-compile (require 'cl)) added.
1875          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
1876          for max level.
1877          (reftex-toc-max-level-indicator): New variable.
1878          (reftex-toc-max-level): New command.
1879          (reftex-toc-map): New keybinding `t'.
1880          (reftex-toc-help): Constant updated.
1881          (eval-when-compile (require 'cl)) added.
1883          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
1884          `t' command key can change `reftex-toc-max-level'
1885          (eval-when-compile (require 'cl)) added.
1887          * textmode/reftex-sel (reftex-insert-docstruct): Respect
1888          `reftex-toc-max-level'
1889          (eval-when-compile (require 'cl)) added.
1891          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
1892          added.
1894          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
1895          added.
1897          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
1898          commands.
1899          (reftex-citation, reftex-do-citation,
1900          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
1901          preselect a citation format.
1902          (eval-when-compile (require 'cl)) added.
1904          * textmodes/reftex-parse.el (reftex-context-substring): Optional
1905          parameter to-end
1906          (reftex-section-info): Deal with environment matches.
1907          (eval-when-compile (require 'cl)) added.
1909          * reftex-global.el (eval-when-compile (require 'cl)) added.
1911 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
1913         The following changes are for the new composition mechanism.  We
1914         have deleted `composition' charset and composite characters,
1915         instead introduced a special text property `composition'.
1917         * composite.el: New file.
1919         * ps-mule.el: Define encode-composition-rule and find-composition
1920         for Emacs 20.4 and the earlier versions.
1921         (ps-mule-init-external-library): Just require a feature for
1922         external libraries.
1923         (ps-mule-prologue): Postscript code modified for new composition.
1924         (ps-mule-find-wrappoint): New arg COMPOSITION.
1925         (ps-mule-plot-string): Delete code for composite characaters.
1926         (ps-mule-plot-composition): New funcion.
1927         (ps-mule-prepare-font-for-components): New function.
1928         (ps-mule-plot-components): New function.
1929         (ps-mule-composition-prologue-generated): Renamed from
1930         ps-mule-cmpchar-prologue-generated.
1931         (ps-mule-composition-prologue): New named from
1932         ps-mule-cmpchar-prologue.  Modified for new composition.
1933         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
1934         ps-mule-prepare-cmpchar-font): Deleted.
1935         (ps-mule-string-encoding): New arg NO-SETFONT.
1936         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
1937         check Composing, not Cmpchar
1938         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
1939         to nil.
1940         (ps-mule-begin-job): Check existence of new composition.
1942         * ps-print.el (ps-plot-region): Handle new composition.
1944         * simple.el (what-cursor-position): Show "(composed)" if the
1945         character is composed.
1947         * international/characters.el: Fix cateogries of Lao symbols.
1949         * international/fontset.el (vertical-centering-font-regexp): New
1950         variable.
1952         * international/mule.el (mule-version): Updated to 5.0 (AOI).
1953         (mule-version-date): Updated to 1999.12.7.
1954         (with-category-table): New macro.
1956         * international/mule-cmds.el (encode-coding-char): Don't check
1957         composite character.
1959         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
1960         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
1961         x-ctext): Give `composition' property t.
1963         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
1964         non-nil) at the tail of ALIST.
1965         (compose-region, decompose-region, decompse-string,
1966         reference-point-alist, compose-chars): Moved to composite.el.
1967         (compose-chars-component, compose-chars-rule,
1968         decompose-composite-char): Deleted.
1970         * international/quail.el (quail-install-map): New optional arg
1971         NAME.
1972         (quail-get-translation): If DEF is a symbol but not a function,
1973         ignore it.
1974         (quail-start-translation): Put a key sequence undefined in the
1975         translation keymap in unread-command-events, not generated-events.
1976         Return parameterized event (compose-last-chars N) if the input
1977         characters should be composed.
1978         (quail-map-definition): If DEF is t, treat it as nil.
1979         (quail-delete-last-char): Delete the quail region.
1980         (quail-show-translations): Don't show list of translations if the
1981         quail package is deterministic.
1982         (quail-completion-max-depth): New variable.
1983         (quail-completion-1): Pay attention to the above variable.  Fix
1984         for the case that a translation is a function.
1985         (quail-map-from-table, quail-map-from-table-1,
1986         quail-map-from-table-2): New functions.
1987         (quail-lookup-map-and-concat): New function
1989         * language/devan-util.el: Mostly rewritten.
1991         * language/lao.el: Register lao-composition-function in
1992         composition-function-table.
1994         * language/lao-util.el: Mostly rewritten.
1996         * language/thai.el: Register thai-composition-function in
1997         composition-function-table.
1998         (thai-tis620): Delete `pre-write-conversion' property.
2000         * language/thai-util.el: (thai-category-table): Make it by
2001         make-category-table.
2002         (thai-composition-pattern): New variable.
2003         (thai-compose-region, thai-compose-string): Use
2004         with-category-table.
2005         (thai-post-read-conversion): Just call thai-compose-region.
2006         (thai-pre-write-conversion): Deleted.
2007         (thai-composition-function): New funciton.
2009         * language/tibet-util.el: Most functions rewritten.
2010         (tibetan-char-p): Renamed from tibetan-char-examin.
2011         (tibetan-composable-examin) (tibetan-complete-char-examin)
2012         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2013         (tibetan-add-components): New function.
2014         (tibetan-composition-function): New function.
2016         * language/tibetan.el: Register tibetan-composition-function in
2017         composition-function-table.
2018         (tibetan-composable-pattern): New variable.
2019         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2020         (tibetan-precomposition-rule-alist): Move punctuations to
2021         tibetan-punctuation-transcription-alist and
2022         tibetan-obsolete-glyphs.
2023         (tibetan-punctuation-transcription-alist): New variable.
2024         (tibetan-obsolete-glyphs): New variable.
2025         (tibetan-regexp): Improve the initialization code.
2027         * textmodes/fill.el (fill-find-break-point): Delete codes for
2028         composite characters.
2029         (fill-region-as-paragraph): Likewise.
2031 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
2033         * international/mule-cmds.el (default-input-method): Specify
2034         that it should be set after current-language-environment.
2036         * custom.el (custom-handle-keyword): Add :set-after.
2037         (custom-add-dependencies): New function.
2038         (custom-set-variables): Take dependencies between args into
2039         account.
2041         * battery.el (battery): Doc fix.
2043 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
2045         * progmodes/cc-make.el: Removed.
2047 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2049         * Release of cc-mode 5.26
2051 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2053         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2054         target depth.  Optionally count #else lines as clause limits,
2055         as suggested by don provan <provan@lucent.com>.  #elif
2056         handling fixed.
2058         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2059         (c-down-conditional-with-else): New commands that uses the
2060         added functionality in `c-forward-conditional'.
2062 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2064         * cc-align.el (c-lineup-comment): Preserve the alignment with
2065         a comment on the previous line instead of preserving the
2066         comment-column.
2068 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2070         * Fixes to IDL mode after input from Eric Eide
2071         <eeide@cs.utah.edu>:
2072         * cc-engine.el (c-beginning-of-statement-1): Allow
2073         `c-conditional-key' to be nil, for the benefit of IDL mode.
2074         * cc-engine.el (c-guess-basic-syntax): Ditto.
2075         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
2076         but do match CORBA 2.3 `valuetype'.
2077         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
2078         for IDL.
2079         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
2080         be nil for IDL.
2081         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2082         Like C++.
2083         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
2084         set `c-method-key' and `c-baseclass-key' to nil.
2086 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2088         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2089         with nonhanging open braces.
2091 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2093         * cc-align.el: Added docstrings to all lineup functions.
2095         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2096         keyword.
2098         * cc-align.el (c-lineup-C-comments): Handle free form text
2099         comments.  Use c-comment-prefix-regexp and comment-start-skip
2100         instead of hardcoded regexps.
2102 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2104         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2105         behavior and return value as documented.
2107 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2109         * Changes for new style variable init system:
2110         * cc-langs.el (c-common-init): Dito.
2111         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2112         now customizable.
2113         * cc-vars.el: Style variables may now take a value
2114         'set-from-style to make them take their value from the style
2115         system. This value is now the default on all these variables.
2116         * cc-vars.el (c-valid-offset): New function to verify a
2117         syntactic symbol offset setting.
2118         * cc-vars.el (c-offsets-alist): Variable moved from
2119         cc-styles.el since it's now customizable in a similar way to
2120         the other style variables.
2121         * cc-vars.el (c-old-style-variable-behavior): New variable to
2122         revert to the old style init behavior.
2124         * cc-vars.el (c-file-style, c-file-offsets): Made always
2125         buffer local.
2127         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
2128         the throws clause that might follow the function prototype in
2129         C++.
2131 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2133         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
2134         could move forward for macros that doesn't start in column 0.
2136 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2138         * cc-align.el (c-indent-multi-line-block,
2139         c-lineup-whitesmith-in-block): Two new lineup functions for
2140         use in whitesmith style.
2142         * cc-styles.el (c-style-alist): More fixes to whitesmith
2143         style.  It should now handle all different braces uniformly in
2144         both hanging and non-hanging cases.
2146 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2148         * cc-cmds.el (c-indent-exp): Use a marker to save point to
2149         make it stay in the same position relative to the surrounding
2150         text.
2152         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
2153         when adaptive-fill-mode doesn't manage to get it correct.
2155         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
2156         with dotted notation, e.g. foo.bar.Gnu.
2158         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
2159         within unwind-protect (previously only some were wrapped so it
2160         would be possible to register mode initialization when full
2161         initialization did not finish).
2163         * cc-styles.el (c-style-alist): Corrected the brace placement
2164         in the whitesmith style.  Thanks to Sean Luke
2165         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
2166         styles with consistent brace placement for all constructs.
2168 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2170         * cc-cmds.el (c-context-line-break): Continue C++ comments too
2171         when point is in the middle of them.
2173         * cc-cmds.el: Line breaking and paragraph filling code
2174         rewritten:
2175         (c-guess-fill-prefix): New function that uses various
2176         heuristics to guess the comment prefix.
2177         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
2178         It now assumes adaptive filling is active to preserve the line
2179         prefix inside comments.
2180         (c-indent-new-comment-line): Replacement for the now
2181         obsolete `c-comment-line-break-function' that uses
2182         `c-guess-fill-prefix' when appropriate.  It now observes the
2183         setting of `comment-multi-line', which has effect in C-style
2184         block comments.
2186         * cc-cmds.el (c-context-line-break): New function intended to
2187         be put on RET.  It's essentially `newline-and-indent', but
2188         continues C block comments with the appropriate line prefix.
2190         * cc-cmds.el (c-do-auto-fill): New function put on
2191         `normal-auto-fill-function' to implement the
2192         `c-ignore-auto-fill' variable.
2194         * cc-cmds.el (c-beginning-of-statement): Use
2195         `c-comment-prefix-regexp' to avoid ending up inside the
2196         comment prefix.  Better handling of comment starters and
2197         enders. Catch comments better when traversing code.  Stop at
2198         preprocessor directives.
2200         * cc-defs.el (c-forward-comment): New subst to hide platform
2201         dependent quirks in `forward-comment'.
2203         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
2204         argument.
2205         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
2206         arguments. Activate this function by default when
2207         `parse-partial-sexp' supports it (currently Emacs 20.x).
2209         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
2210         on the comment opener to make constants usable as lineup
2211         arguments.
2213         * cc-align.el (c-lineup-C-comments): Fixes to handle the
2214         changed anchor position in the `c' syntactic symbol.  Handle
2215         more than stars in the comment prefix; use the new variable
2216         `c-comment-prefix-regexp'.  Don't indent text not preceded by
2217         a comment prefix to the right of the comment opener if it's
2218         long.
2220         * cc-langs.el: Fixes to mode initialization for new line
2221         breaking and paragraph filling method.  Adaptive fill mode is
2222         now activated at startup instead of deactivated.  The
2223         variables used for adaptive filling and paragraph movement are
2224         also changed to incorporate the value of
2225         `c-comment-prefix-regexp'.  `substitute-key-definition' is
2226         used to override some functions in the global map instead of
2227         overriding their default bindings.
2229         * cc-mode.el (java-mode): Modify `paragraph-start' for the
2230         javadoc markup at mode init.
2232         * cc-mode.el (c-setup-filladapt): A new convenience function
2233         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
2234         function is intended to be used explicitly by the end user
2235         only.
2237         * cc-vars.el (c-comment-prefix-regexp): New variable used to
2238         recognize the comment fill prefix inside comments.
2239         (c-block-comment-prefix): New name for
2240         `c-comment-contiuation-stars', which is now obsolete.  It's
2241         generalized to handle any character sequence.
2242         (c-ignore-auto-fill): New variable used to selectively disable
2243         Auto Fill mode in specific contexts.
2245 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2247         * cc-cmds.el (c-comment-indent): Leave at least one space
2248         between the comment and the last nonblank character in the
2249         case where we look at the indentation of the comment on the
2250         previous line (case 4).
2252         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
2253         list of characters that may start a statement (it's a sort of
2254         prefix operator in Pike, and isn't used at all in any of the
2255         other languages).
2257 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2259         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
2260         inside continued statements as statement-cont instead of
2261         brace-list-open.  The reason is that one normally adjusts
2262         brace-list-open for brace lists as top-level constructs, and
2263         brace lists inside statements is a completely different
2264         context.  Case 10B.2 changed.  Also changed (the somewhat
2265         esoteric) case 9A to cope with this.
2267 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2269         * cc-cmds.el (c-electric-brace): Added electric handling of
2270         the open brace for brace-elseif-brace.
2272 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2274         * cc-defs.el (c-with-syntax-table): New macro to easily switch
2275         syntax tables temporarily.
2277         * cc-engine.el (c-guess-basic-syntax): Handle template and
2278         member init argument lists split over several lines.  Case 5D
2279         changed.
2281         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
2282         @throws introduced in Javadoc 1.2.
2284         * cc-menus.el (cc-imenu-java-generic-expression): Applied
2285         patch from RMS to avoid infinite backtracking.
2287 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2289         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
2290         by [ ].
2292 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2294         * cc-align.el (c-lineup-dont-change): Compensate properly for
2295         the column in langelem.
2297         * cc-engine.el (c-syntactic-information-on-region): New
2298         function to help debugging the syntactic analysis.
2300 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2302         * cc-align.el (c-lineup-template-args): Handle nested template
2303         arglists.
2305         * cc-langs.el (c++-template-syntax-table): New syntax table
2306         that makes `<' and `>' parenthesis characters, which is useful
2307         to switch to temporarily when analyzing template arglists.
2309         * cc-styles.el: Changed default alignment of labels in the
2310         java style to conform to the examples in the Java Language
2311         Specification.
2313         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
2314         by default.
2316 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2318         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
2319         immediately before the closing paren in an arglist, so don't
2320         check that in Pike mode.  Case 7A changed.
2322 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2324         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
2325         lines were ignored under certain conditions.
2327 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2329         * cc-align.el (c-lineup-template-args): New function for
2330         aligning continued template argument lists.
2332         * cc-engine.el (c-guess-basic-syntax): Fix for member init
2333         lists containing function arglists split over several lines.
2334         Case 5D.1 changed.
2336         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
2337         template-args-cont didn't get recognized when the first
2338         arglist opener line doesn't contain a template argument.  New
2339         case 5K.
2341 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2343         * cc-defs.el (c-point): Changed from subst to macro for
2344         efficiency.
2345         (c-beginning-of-defun-1, c-end-of-defun-1): New
2346         beginning-of-defun/end-of-defun wrappers separated from
2347         c-point.
2349         * cc-menus.el (imenu-generic-expression,
2350         imenu-case-fold-search, imenu-progress-message): Dummy
2351         definitions to avoid compiler warnings if imenu can't be
2352         loaded.
2353         * cc-menus.el (cc-imenu-init): New function called at mode
2354         init.
2355         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
2356         imenu initializations to cc-imenu-init.
2358 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2360         * cc-engine.el (c-guess-basic-syntax): Slightly better check
2361         for lambda-intro-cont in Pike mode.  Case 6 changed.
2363         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
2364         anything following "new Foo()" was considered an anonymous
2365         class body in Java mode.
2367 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
2369         * cc-cmds.el (c-comment-line-break-function): When breaking in
2370         a string, don't insert a new line.
2372 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
2374         * cc-engine.el (c-at-toplevel-p): New interface function which
2375         returns information useful to add-on authors.  It tells you
2376         whether you're at a toplevel statement or not.
2378 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
2380         * cc-cmds.el (c-comment-line-break-function): It is possible
2381         that forward-line does not land us at the bol, say if we're on
2382         the last line in a file.  In that case, do a
2383         back-to-indentation instead of a forward-comment -1.
2385 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2387         * cc-engine.el (c-beginning-of-statement-1): Don't catch
2388         "default:" as normal label in case 4.
2390 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2392         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
2393         recognize continued bitfield declarations.  Case 5D.1 changed.
2394         * cc-langs.el: New variable c-bitfield-key.
2395         * cc-mode.el: New variable c-bitfield-key.
2397 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2399         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
2400         anonymous array expressions (i.e. "new Foo[] {.. bracelist
2401         ..}").
2403 1999-12-12  Dave Love  <fx@gnu.org>
2405         * mail/footnote.el: Require cl when compiling.  Don't autoload
2406         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
2407         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
2408         Avoid `acons'.
2409         (footnote-mode-line-string, Footnote-add-footnote): Remove
2410         autoload cookie.
2412 1999-12-12  Richard Sharman  <rsharman@pobox.com>
2414         * sh-script.el: Fix for when font-lock mode is active.
2415         (sh-font-lock-unfontify-region-function): New function.
2417 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
2419         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
2420         if start-process is not bound, since Ispell now supports such
2421         platforms as well.
2423 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
2425         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
2426         rmail-summary-goto-msg.
2428         * files.el (after-find-file): Fix previous change.
2430 1999-12-11  Dave Love  <fx@gnu.org>
2432         * help.el (where-is): Use `commandp' as predicate for
2433         `completing-read'
2435 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2437         * cus-edit.el (custom-save-delete): Delete all occurrences,
2438         leave point where the first occurrence was.
2439         (custom-save-faces): Insert a newline at the end of the comment.
2440         Avoid a double newline there.
2441         If final closeparen is at bol, put a space before it.
2442         (custom-save-variables): Likewise.
2443         (custom-file): Doc fix.
2445 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
2447         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
2448         regexp matching image and audio files.
2450 1999-12-09  Dave Love  <fx@gnu.org>
2452         * mail/footnote.el: New file.
2454 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
2456         * files.el (after-find-file): Use auto-save-visited-file-name if
2457         set.
2459         * mail/feedmail.el (feedmail-find-eoh): Take
2460         feedmail-queue-alternative-mail-header-separator into account.
2462 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
2464         * smerge-mode.el: New file.
2466         * font-lock.el (font-lock-multiline): New variable.
2467         (font-lock-add-keywords): Rename `major-mode' into `mode'.
2468         (font-lock-remove-keywords): Added a dummy `mode' argument for
2469         potential future support.
2470         (font-lock-fontify-anchored-keywords,
2471         (font-lock-fontify-keywords-region): Only handle multiline strings
2472         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
2474 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2476         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
2478         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
2480 1999-12-07  Dave Love  <fx@gnu.org>
2482         * help.el (view-emacs-problems): New command, bound to C-h P.
2484         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
2486 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
2488         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
2489         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
2490         New code to support the minor mode version.
2491         (diff-recenter): New function.
2492         (diff-next-hunk, diff-next-file): Use it.
2493         (diff-remembered-files-alist): New var.
2494         (diff-merge-strings): New function.
2495         (diff-find-file-name): Make it smarter and use the user's input more.
2496         (diff-mode): Cosmetic changes.
2498         * files.el (save-some-buffers): Turn EXITING into the more general
2499         PRED argument to allow specifying a subset of buffers.
2501         * simple.el (kill-region): Use the new `delete-and-extract-region'
2502         rather than the undo log (which is incorrect with *-change-functions).
2504         * font-lock.el (font-lock-default-fontify-region): Fix subtle
2505         off-by-one problem that could force re-fontifying the whole buffer.
2506         (font-lock-remove-keywords): New function.
2507         (font-lock-add-keywords): Use the new function to ensure idempotence.
2509 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
2511         * viper-cmd.el (viper-minibuffer-standard-hook,
2512         viper-minibuffer-real-start): Mew functions.
2513         (viper-read-string-with-history,viper-file-add-suffix,
2514         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
2515         change in the status of the minibuffer prompt.
2517 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
2519         * comint.el (comint-redirect-results-list)
2520         (comint-redirect-results-list-from-process): Remove interactive
2521         spec.
2523 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2525         * info.el (info-node, info-menu-5, info-xref): Define colors for
2526         Info faces if the display supports them.
2528 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2530         Changes for automatic remapping of X colors on terminal frames:
2532         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
2533         term-setup-hook.  Call msdos-remember-default-colors and
2534         msdos-handle-reverse-video.
2535         (msdos-face-setup): Parts of code moved to
2536         msdos-setup-initial-frame.
2537         (msdos-handle-reverse-video): New function, modeled after
2538         x-handle-reverse-video.
2539         (make-msdos-frame): Don't use initial-frame-alist and
2540         default-frame-alist.  Call msdos-handle-reverse-video.
2541         (msdos-color-aliases): Remove.
2542         (msdos-color-translate, msdos-approximate-color): Remove.
2543         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
2544         for better approximation of X colors.
2545         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
2546         up tty-color-alist (it is now on startup.el).
2547         (x-display-color-p, x-color-defined-p, x-color-values,
2548         x-defined-colors, face-color-supported-p, face-color-gray-p):
2549         Remove.
2551         * facemenu.el (facemenu-read-color, list-colors-display): Use
2552         defined-colors for all frame types.
2553         (facemenu-color-equal): Use color-values for all frame types.
2555         * faces.el (read-face-attribute): For :foreground and :background
2556         attributes and frames on character terminals, translate the color
2557         to the closest supported one before looking it up in the list of
2558         valid values.
2559         (face-valid-attribute-values): Call defined-colors for all types
2560         of frames.
2561         (defined-colors, color-defined-p, color-values, display-color-p):
2562         New finctions.
2563         (x-defined-colors, x-color-defined-p, x-color-values,
2564         x-display-color-p): Aliases for the above.
2566         * startup.el (command-line): Register terminal colors for frame
2567         types other than x and w32, but only if the terminal supports
2568         colors.  Call tty-color-define instead of face-register-tty-color.
2570         * term/x-win.el (xw-defined-colors): Renamed from
2571         x-defined-colors.
2572         * term/w32-win.el (xw-defined-colors): Likewise.
2574         * term/tty-colors.el: New file.
2575         * loadup.el: Load term/tty-colors.
2577 1999-12-06  Dave Love  <fx@gnu.org>
2579         * ffap.el: Autoload the ffap alias directly.
2581 1999-12-06  Inge Frick  <inge@nada.kth.se>
2583         * dired-aux.el (dired-do-shell-command): Changed documentation.
2584         (dired-shell-stuff-it): A `?' in COMMAND has now the same
2585         meaning as `*'.
2587 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
2589         * simple.el (insert-buffer): Doc fix.
2591         * apropos.el (apropos-mode): Add autoload cookie.
2593 1999-12-06  Sam Steingold  <sds@goems.com>
2595         * progmodes/etags.el (etags-tags-completion-table): Modified the
2596         regexp to allow for the CL symbols starting with `+*'.
2597         (tags-completion-table): Doc fix (it's an obarray, not an alist).
2598         (tags-completion-table, tags-recognize-empty-tags-table): Remove
2599         `function' quoting lambda.
2600         (tags-with-face): New macro.
2601         (list-tags, tags-apropos): Use it.
2602         (tags-apropos-additional-actions): New user option.
2603         (etags-tags-apropos-additional): Use it.
2604         (tags-apropos): Call etags-tags-apropos-additional.
2605         (tags-apropos-verbose): New user option.
2606         (etags-tags-apropos): Use it.
2607         (visit-tags-table-buffer, next-file): Use `unless'.
2608         (recognize-empty-tags-table): Renamed to
2609         tags-recognize-empty-tags-table.
2610         (complete-tag): Call tags-complete-tag bypassing try-completion.
2612 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
2614         * international/mule.el (set-buffer-file-coding-system): Docstring
2615         modified.
2617 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2619         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
2620         using the hideshow package.
2621         (hs-special-modes-alist): Added entry for bibtex to allow the use
2622         of the hideshow package.
2623         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
2624         not longer provided by bibtex.el directly.  Instead the hideshow
2625         package should be used.
2626         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
2627         references to bibtex-hide-entry-bodies.
2629 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2631         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
2632         maintainer information closer to the beginning of the bibtex.el
2633         file.
2634         (bibtex-maintainer-salutation): New constant.
2635         (bibtex-version): New constant.
2636         (bibtex-submit-bug-report): Use bibtex-version and
2637         bibtex-maintainer-salutation.
2638         (bibtex-entry-field-alist): Made booktitle field optional for
2639         @inproceedings entries when crossreferenced.
2640         (bibtex-entry-field-alist): Added booktitle field to proceedings
2641         entry type (for cross referencing). Thanks to Wagner Toledo Correa
2642         for the suggestion.
2643         (bibtex-string-file-path): Fixed typo.
2645 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2647         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
2648         for reftex.el.
2649         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
2650         to menu.
2652 1999-12-04  Dave Love  <fx@gnu.org>
2654         * delsel.el: Revert previous change -- region is significant to
2655         skeleton.
2657 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
2659         * viper-cmd.el (viper-change-state): Use
2660         viper-ESC-moves-cursor-back to decide whether to move the cursor
2661         back.
2663 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
2665         * international/mule-util.el (truncate-string-to-width): Docsting
2666         fixed.
2668 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
2670         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
2671         use of `cond'.
2672         (lm-with-file): Move all the find-file...kill-buffer stuff into
2673         this macro.  Make it use `find-file-noselect' and make it kill
2674         the buffer only if it wasn't already displayed somewhere.
2675         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
2676         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
2677         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
2678         (lm-commentary): Fix to handle the case when the change log is
2679         at the end of the file.
2681 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
2683         * international/mule.el (charsetp): Fix typo in docstring.
2685         * international/mule-diag.el (list-coding-categories): Fix typo;
2686         automatic -> autoload.
2688 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
2690         * vc.el (vc-update-change-log): Look for rcs2log under
2691         exec-directory.
2693         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
2694         outline-regexp, add outline-level.
2695         (lisp-outline-level): New.
2697         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
2698         remove extraneous string-match.
2700         * finder.el (finder-commentary): Activate Finder mode.
2702 1999-12-01  Anders Lindgren  <andersl@andersl.com>
2704         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
2705         off when reverting buffers that contained mode specifiers.
2706         `revert-buffer' is now called with non-nil PRESERVE-MODES
2707         argument.
2709 1999-12-01  Dave Love  <fx@gnu.org>
2711         * delsel.el: Grok skeleton-pair-insert-maybe.
2713 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2715         * progmodes/cperl-mode.el (cperl-under-as-char):
2716         Use nil as default.
2718 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
2720         * speedbar.el (toplevel): Remove compatibility code for Emacs
2721         versions without custom.el.
2723 1999-11-30  Dave Love  <fx@gnu.org>
2725         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
2727         * autoinsert.el: Minor doc fixes.
2728         (auto-insert): Return nil.
2730         * faces.el (set-face-documentation): Purecopy STRING.
2732 1999-11-29  Dave Love  <fx@gnu.org>
2734         * derived.el: Doc fixes, remove old backquote syntax.
2736         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
2737         comment warning about editing.
2739         * help.el (help-mode-hook): Define.
2741 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
2743         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
2744         invalid translation of old-style backquote syntax to new syntax.
2746 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
2748         * Makefile (DONTCOMPILE): Add term/internal.el.
2750 1999-11-26  Dave Love  <fx@gnu.org>
2752         * comint.el: Fix last change.
2754         * emacs-lisp/advice.el: Fix last change.
2756 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2758         * cus-edit.el (Custom-reset-standard): Doc fix.
2759         (custom-variable-reset-standard): Doc fix.
2760         (custom-face-reset-standard): Doc fix.
2761         (custom-face-menu): "Reset to Standard" => "Erase Customization".
2762         (custom-variable-menu): Likewise.
2763         (custom-reset-menu): Likewise.
2764         (custom-buffer-create-internal): Likewise.
2766 1999-11-26  Dave Love  <fx@gnu.org>
2768         * progmodes/make-mode.el (makefile-mode-hook): Customize.
2770         * font-lock.el: Doc fixes.
2772         * menu-bar.el (menu-bar-mode): Customize.
2774         * cus-start.el: Add use-dialog-box.
2776         * add-log.el (change-log-mode-hook): Customize.
2777         (add-log-current-defun): Use
2778         fortran-{beginning,end}-of-subprogram.
2780 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2782         * emacs-lisp/advice.el: Many doc fixes.
2784         * comint.el (comint-preoutput-filter-functions): Doc fix.
2786 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2788         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2789         Improve messages for capitalization of arg names,
2790         for flag variables, for t and nil, for imperatives.
2791         Call them imperatives rather than infinitives sans "to".
2792         (checkdoc-common-verbs-wrong-voice): Add "moves".
2793         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
2795         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2796         Don't convert comments from 3-semicolon to 2-semicolon.
2797         That is a matter of style.
2798         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
2799         (checkdoc-comments): Don't bind that variable.
2801 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2803         * files.el (write-file-hooks): Doc fix.
2805 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
2807         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
2809 1999-11-25  Dave Love  <fx@gnu.org>
2811         * hippie-exp.el: Require comint when compiling.
2812         (hippie-expand): Add :links.
2813         (hippie-expand-try-functions-list): Customize.
2815 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
2817         * viper*el: Replaced old-style backquotes.
2819         * ediff*el: Replaced old-style backquotes.
2821         * ediff-merge
2822         (ediff-looks-like-combined-merge,ediff-get-combined-region):
2823         Changed to support the new format for ediff-combination-pattern.
2825         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
2826         Changed to support the new format for ediff-combination-pattern.
2828 1999-11-24  Dave Love  <fx@gnu.org>
2830         * custom.el (custom-declare-group): Purecopy DOC.
2831         (custom-handle-keyword): Purecopy VALUE.
2832         (custom-add-link): Purecopy WIDGET.
2833         (custom-add-version): Purecopy VERSION.
2834         (custom-add-load): Purecopy LOAD.
2836         * cus-face.el (custom-declare-face): Purecopy DOC.
2838         * info.el:
2839         (Info-build-node-completions, Info-search, Info-follow-reference)
2840         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
2841         (Info-find-emacs-command-nodes): Avoid properties on matched text
2842         which may appear in minibuffer.
2844 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
2846         * locate.el (locate-with-filter): Doc fix.
2848 1999-11-24  Alex Schroeder  <alex@gnu.org>
2850         * sql.el (sql-find-sqli-buffer): New function.
2851         (sql-set-sqli-buffer-generally): New function.
2852         (sql-set-sqli-buffer): Better checking of new-buffer.
2853         (sql-copy-column): Add comma after INTO clause, too.
2855 1999-11-24  Alex Schroeder  <alex@gnu.org>
2857         * sql.el (sql-imenu-generic-expression): New, used to set
2858         imenu-generic-expression.
2860         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
2861         setting font-lock-defaults' SYNTAX-ALIST.  Set
2862         imenu-generic-expression, imenu-case-fold-search, and
2863         imenu-syntax-alist.
2865         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
2866         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
2868 1999-11-23  Andrew Innes  <andrewi@gnu.org>
2870         * w32-win.el (w32-drag-n-drop): Load files in current window, if
2871         drop coords aren't over a specific window.
2873 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2875         * ps-print.el: Define mule funs without checking if mule package is
2876         loaded.
2877         (ps-print-version): New version number (5.0.1).
2878         (ps-header-dirpart): Now uses abbreviate-file-name.
2880 1999-11-23  Dave Love  <fx@gnu.org>
2882         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
2883         comment-line-start.
2884         (fortran-comment-line-start-skip): Renamed from
2885         comment-line-start-skip.
2886         (fortran-mode-map): Use renamed functions.  Add manual and custom
2887         entries to menu.
2888         (fortran-mode-hook): Customize.
2889         (fortran-comment-indent-function): Renamed from
2890         fortran-comment-hook.
2891         (delete-horizontal-regexp): Function deleted.
2892         (fortran-electric-line-number): Simplified.
2893         (fortran-beginning-of-subprogram): Renamed from
2894         beginning-of-fortran-subprogram.
2895         (fortran-end-of-subprogram): Renamed from
2896         end-of-fortran-subprogram.
2897         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
2898         (fortran-previous-statement, fortran-next-statement): Simplified.
2899         (fortran-blink-match): New function.
2900         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
2901         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
2902         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
2903         line-end-position.
2904         (fortran-fill): No longer interactive.  Simplified.
2905         (fortran-break-line): Simplified.
2906         (fortran-analyze-file-format): Use char-after, not looking-at.
2908         * emacs-lisp/find-func.el (find-function-regexp): Use
2909         `define-minor-mode' after easy-menu change.
2911 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
2913         * comint.el: Add redirection.from active comint buffers into
2914         another buffer.  Written by Peter Breton.
2916 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
2918         * emacs-lisp/autoload.el (make-autoload): Recognize the new
2919         `define-minor-mode'.
2920         (define-minor-mode): Specify `doc-string-elt'.
2922         * emacs-lisp/easy-mmode.el: Changed maintainer.
2923         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
2924         Use defcustom for the hooks; Improve the auto-generated docstrings.
2925         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
2926         (define-minor-mode): Add BODY arg; Only declare the keymap if
2927         provided; Improve the auto-generated docstrings.
2929 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
2931         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
2932         that the leading `^' is at the start.  This is necessary because
2933         paragraphs.el tries to remove anchors, but can find them only if
2934         they are the first character.
2936         * progmodes/antlr-mode.el: New file.
2938         * calendar/calendar.el: Fix autoload for
2939         calendar-absolute-from-astro.  Add autoload for
2940         calendar-print-astro-day-number.
2942 1999-11-21  Anders Lindgren  <andersl@andersl.com>
2944         * follow.el: Use modern backquote syntax.  Minor comment update.
2946 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
2948         * simple.el (with-syntax-table): Don't switch buffers.
2950         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
2951         progmodes/hideif.el: Use new backquote syntax.
2953 1999-11-21  Ken Manheimer  <klm@python.org>
2955         * icomplete.el (icomplete-completions): Use an explicit variable
2956         `icomplete-prospects-length', obviating the need to use an
2957         apparently faulty throw/catch arrangement.
2959 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
2961         * term/internal.el (IT-display-table-setup): Don't overstep
2962         character code 255.
2964 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
2966         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
2967         for the charset chinese-sisheng is 7bit encoding, not 8bit.
2969 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2971         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
2972         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
2974         * files.el (auto-mode-alist): Add patterns for diff-mode.
2976         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
2977         to detect an empty prompt.
2979 1999-11-18  Dave Love  <fx@gnu.org>
2981         * simple.el (input-mode-8-bit): Fix the customization.
2983 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
2985         * international/iso-acc.el (iso-languages): Add more
2986         characters for Portuguese.
2988         * speedbar.el: Clean up comment at the start of the file.
2989         Remove RCS id.
2991         * progmodes/compile.el (compilation-parse-errors): Use
2992         compilation-buffer-p instead of testing major-mode.
2994 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
2996         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
2997         (quickurl-ask): completion-ignore-case is set to the value of
2998         quickurl-completion-ignore-case for the duration of the call to
2999         completing-read.
3001 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3003         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3005 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
3007         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
3008         instead of ps-print-def.
3010         * ps-print.el: Require ps-vars instead of ps-print-def.
3012         * ps-mule.el: Require ps-vars instead of ps-print-def.
3014 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
3016         * simple.el (with-syntax-table): Save buffer explicitly instead of
3017         using save-excursion.
3019 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
3021         * mail/supercite.el: New maintainer.
3023 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
3025         * progmodes/vhdl-mode.el: Use new backquote syntax.
3027 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
3029         * simple.el (with-syntax-table): New.
3031 1999-11-15  Sam Steingold  <sds@ksp.com>
3033         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3035 1999-02-22  Sam Steingold  <sds@goems.com>
3037         * goto-addr.el (goto-address-at-mouse,
3038         goto-address-find-address-at-point): Use compose-mail.
3039         (goto-address-mail-method): Removed variable.
3040         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
3041         goto-address-send-using-mail): Removed functions.
3043 1998-11-03  Sam Steingold  <sds@goems.com>
3045         * simple.el (backward-delete-char-untabify):
3046         backward-delete-char-untabify-method can be `all' now - to delete
3047         hungrily including newlines.
3049 1999-11-15  Sam Steingold  <sds@ksp.com>
3051         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
3053 1999-11-15  Dave Love  <fx@gnu.org>
3055         * cus-edit.el (customize-face, customize-face-other-window):
3056         Require match from completing-read.
3057         (custom-buffer-done-function): Default to custom-bury-buffer, not
3058         bury-buffer.
3060 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
3062         * mail/rmail.el, iswitchb.el, hippie-exp.el,
3063         progmodes/cperl-mode.el: Use new backquote syntax.
3065 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
3067         * uniquify.el: Use new backquote syntax.
3069 1999-11-14  Markus Rost  <rost@ias.edu>
3071         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3072         as in ispell-local-dictionary-alist.
3074 1999-11-14  Alex Schroeder  <alex@gnu.org>
3076         * ansi-color.el (ansi-color-apply): Updated regexps to include
3077         highlighted face.
3079 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
3081         * forms.el (forms--make-format-elt-using-text-properties):
3082         Treat `intangible' differently.
3084         * forms.el: Use new backquote syntax.
3086 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
3088         * textmodes/scribe.el (scribe-mode): Doc-fix.
3090 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
3092         * net-utils.el (run-network-program, net-utils-run-program): Use
3093         the new backquote syntax.
3094         (smbclient-program, smbclient-program-options)
3095         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3096         variables
3097         (smbclient, smbclient-list-shares): New functions
3099 1999-11-12  Sam Steingold  <sds@ksp.com>
3101         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3102         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3103         (viper-kbd-buf-definition, viper-kbd-mode-alist)
3104         (viper-kbd-mode-pair, viper-kbd-mode-definition)
3105         (viper-kbd-global-pair, viper-kbd-global-definition):
3106         Use the new backquote syntax.
3108         * emulation/viper-cmd.el (viper-test-com-defun)
3109         (viper-prefix-arg-value, viper-prefix-arg-com):
3110         Use the new backquote syntax.
3112         * emacs-lisp/debug.el (debugger-env-macro):
3113         Use the new backquote syntax.
3115         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3116         Use the new backquote syntax.
3118         * calendar/calendar.el (calendar-remove-frame-by-deleting):
3119         New user variable.
3120         (calendar-hide-window): Use it.
3121         (increment-calendar-month, calendar-for-loop, calendar-sum):
3122         Use the new backquote syntax.
3124 1999-11-12  Andrew Innes  <andrewi@gnu.org>
3126         * select.el (x-set-selection): Call buffer-substring, not
3127         substring.  Also fix docstring
3129 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
3131         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
3132         of customizable variables to bug report message. Added
3133         system-type to package name in bug report.
3135 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
3137         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
3138         to display file names.
3140 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
3142         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
3144         * isearch.el: Add lazy-highlighting feature.
3146 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
3148         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
3149         constant.
3150         (ps-mode-submit-bug-report): New function. Entry added to menu.
3152 1999-11-10  William M. Perry  <wmperry@aventail.com>
3154         * mwheel.el: New file to support the new style wheeled mice.
3156 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
3158         * startup.el (initial-scratch-message): Add ";;" to the front of
3159         lines in the message.
3161         * files.el (file-local-copy): Remove optional BUFFER argument
3162         because that's not used by anything.
3164         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
3165         to-address.
3167 1999-11-08  Markus Rost  <rost@ias.edu>
3169         * wid-edit.el (widget-button-click): Wrap with save-excursion
3170         to restore track-mouse in the correct buffer.
3172 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
3174         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
3176 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
3178         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
3179         lpr-command to "lp" for some system-types. (copied from lpr.el
3180         Emacs version 20.2.1).
3182 1999-11-04  Markus Rost  <rost@ias.edu>
3184         * simple.el (comment-region): Strip off white space at end of
3185         comment-start.
3187 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
3189         * faces.el (secondary-selection): Fix wrong color name.
3191 1999-11-04  John Tobey  <jtobey@epsilondev.com>
3193         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
3194         the default when invoking perldb in a non-Perl buffer, and other
3195         cases involving -e or --.
3197 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
3199         * simple.el (previous-matching-history-element)
3200         (next-history-element): Use delete-field instead of erase-field.
3202         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
3203         Use delete-field instead of erase-field.
3205         * faces.el (secondary-selection): Change background to yellow.
3207         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
3208         find the start of the text.  Use field-string to read the user
3209         input.
3211 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
3213         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
3214         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
3215         for compatibility with old face implementation.
3217         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
3218         Use erase-field instead of erase-buffer.
3220         * frame.el (blink-cursor-mode, blink-cursor-end): Use
3221         internal-show-cursor with new interface.
3222         (blink-cursor-timer-function): New.
3223         (blink-cursor-start): Use blink-cursor-timer-function.
3225 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3227         * calendar.el (redraw-calendar): Move to nearest date before
3228         redrawing.
3230         * diary-lib.el (simple-diary-display): Reset modeline even if
3231         there are no diary entries since the diary buffer may be displayed.
3233 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3235         * emacs-lisp/debug.el (debug): If noninteractive, display the
3236         backtrace using `message', then exit Emacs.
3237         (debugger-batch-max-lines): New variable.
3238         (debugger-setup-buffer): New subroutine, broken out of `debug'.
3239         Change the messages put at the start, to say that the debugger
3240         was entered.
3242 1999-11-02  Sam Steingold  <sds@ksp.com>
3244         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
3246 1999-11-01  John Tobey  <jtobey@epsilondev.com>
3248         * gud.el: (gud-perldb-massage-args): Massage correctly in the
3249         presence of perl switches other than "-e".
3251 1999-11-01  Markus Rost  <rost@ias.edu>
3253         * dired-x.el (dired-smart-shell-command): Use
3254         shell-command-history as in shell-command.
3256 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3258         * userlock.el (ask-user-about-lock): Doc fix.
3260         * frame.el: Doc fixes.
3262 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
3264         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
3265         of show-cursor.
3266         (blink-cursor-start, blink-cursor-end): Ditto.
3268         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
3270 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3272         * window.el (walk-windows): If ALL-FRAMES is a frame,
3273         start on that frame.  Use save-selected-window.
3275 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
3277         * simple.el (end-of-buffer): Use window-end to find the window end
3278         instead of vertical-motion because this handles variable-height
3279         lines correctly.
3281 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
3283         * ediff.el: Version change.
3285         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
3286         make sure you are in a good frame before deleting other
3287         windows.
3288         (ediff-file-checked-in-p): Don't consider CVS
3289         files checked in.
3290         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
3291         are writing to a newly created empty file.
3293         * ediff-mult.el (ediff-show-session-group-hook): New default.
3295         * ediff-vers.el (ediff-pcl-cvs-view-revision):
3296         First cd to the file directory. reportedly works
3297         better with remote files.
3299         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
3300         Use file-name-nondirectory when passing files to CVS.
3302         * ediff-diff.el (ediff-cmp-options): New variable.
3303         (ediff-same-file-contents): Use ediff-cmp-options.
3305         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
3306         ediff-get-patch-buffer): Use current buffer if it appears to be a
3307         patch.
3309         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
3310         C-g
3312         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
3313         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
3314         (viper-save-cursor-color,viper-restore-cursor-color):
3315         Improved cursor color handling.
3316         (viper-get-saved-cursor-color-in-replace-mode,
3317         viper-get-saved-cursor-color-in-insert-mode): New functions for
3318         better cursor color handling.
3320         * viper-ex.el (ex-read,ex-edit):
3321         Fixes for correct interpretation of #,%.
3322         (viper-ex): Now works correctly when called from other functions.
3323         (viper-glob-function): New variable.
3324         (viper-ex): Save excursion before doing :global.
3326         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
3328         * viper-cmd.el (viper-post-command-sentinel,
3329         viper-insert-state-post-command-sentinel,
3330         viper-insert-state-pre-command-sentinel): Takes better care of
3331          cursor colors.
3333         * viper.el: Version change.
3335 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
3337         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
3338         that the modeline display was updated *only* when
3339         `whitespace-display-in-modeline' was set, not otherwise.
3341 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
3343         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
3344         "frac12".
3346         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
3347         ad-activate.
3349 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
3351         * whitespace.el: Test for existence of `defcustom' and `defgroup'
3352         using fboundp instead of assuming that these are not present in
3353         particular flavors of emacs.
3354         (whitespace-version): Update to 2.8
3355         (whitespace-display-in-modeline): Add custom variable to control
3356         displaying the whitespace errors on the modeline based on
3357         suggestion from <klaus.berndl@sdm.de>
3358         (whitespace-buffer): Now returns `t' if unclean and `nil' if
3359         clean, to enable using as a hook function, as suggested by Puneet
3360         Goel <puneet@computer.org>
3361         (whitespace-buffer): Fix a subtle bug that cleaned up only if
3362         quiet was not set, even with whitespace-auto-cleanup set.
3363         (whitespace-mode-line): Now uses less modeline real estate and
3364         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
3365         which is present in the file, and <y> is any type of whitespace
3366         whose check has been suppressed by setting
3367         `whitespace-check-<whitespace-type>' to nil.
3368         (whitespace-unchecked-whitespaces): New function to return the
3369         list of whitespaces for whom checks have been suppressed.
3370         (whitespace-display-unchecked-whitespaces): Renamed to
3371         `whitespace-update-modeline' to reflect its functionality.
3373 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
3375         * progmodes/compile.el (compilation-error-regexp-alist):
3376         Undo previous change.
3378 1999-10-28  Dave Love  <fx@gnu.org>
3380         * help.el (help-follow): Make arg optional again and really
3381         default to point.
3383 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
3385         * paths.el (rmail-file-name): Make it an option.
3387         * progmodes/ada-mode.el, progmodes/ada-prj.el,
3388         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
3389         comment fixes.
3391         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
3392         MIPS Pro 7.3 compiler error message syntax.
3394 1999-10-27  Dave Love  <fx@gnu.org>
3396         * progmodes/compile.el: Checkdoc-inspired fixes.
3398 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
3400         * lpr.el (print-buffer): Doc-string fix.
3402 1999-10-27  Dave Love  <fx@gnu.org>
3404         * emacs-lisp/advice.el: Doc fixes.
3405         (ad-lemacs-p): Removed.
3406         (advice): Add :link to defgroup.
3408 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
3410         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
3411         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
3413 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3415         * window.el (walk-windows): If ALL-FRAMES is a frame,
3416         start on that frame.  Use save-selected-window.
3418 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3420         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
3421         ad-activate.  All callers changed, including those in data.c.
3422         (ad-activate-internal-off): Renamed from ad-activate-off.
3423         All uses changed.
3424         (ad-activate): Renamed from ad-activate-on.  All uses changed.
3425         (ad-start-advice, ad-stop-advice, ad-recover-normality):
3426         Alter the definition of ad-activate-internal, not ad-activate.
3428 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
3430         * startup.el (command-line-1): Add support for command line
3431         arguments `file' and `execute'.  Fix handling of `visit'.
3433 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
3435         * international/mule-cmds.el (read-input-method-name): Handle the
3436         case that the arg DEFAULT is symbol.
3438         * international/mule-diag.el (mule-diag): Handle the case that
3439         default-input-method is symbol.
3441 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
3443         * textmodes/tildify.el: New file.
3445 1999-10-25  Sam Steingold  <sds@ksp.com>
3447         * Makefile (compile-files): Fixed the "tr" strings.
3448         (EMACS): Set to ../src/emacs.
3450 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
3452         * info.el (Info-build-node-completions): Add '("*") to the
3453         completion list.
3455 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3457         * frame.el (auto-raise-mode): When enabling the mode,
3458         immediately raise the selected frame.
3460         * indent.el (indent-region): Doc fix.
3462         * comint.el (comint-output-filter): Make the Comint buffer current
3463         for the comint-preoutput-filter-functions.
3465         * mail/reporter.el: Doc fix.
3467 1999-10-24  Stephen Eglen  <stephen@gnu.org>
3469         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
3470         that Octave lisp files can also run under XEmacs 20.
3471         (require 'custom) added so that files can run under Emacs 19.34.
3473         * iswitchb.el (iswitchb-default-keybindings): No need to use
3474         read-kbd-macro in keybindings.
3476 1999-10-23  Dave Love  <fx@gnu.org>
3478         * elide-head.el: New file.
3480 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
3482         * Makefile (compile-files, backup-compiled-files): New targets.
3483         (bootstrap, bootstrap-clean): Ditto.
3485 1999-10-22  Paul Eggert  <eggert@twinsun.com>
3487         * international/mule-cmds.c (locale-language-names):
3488         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
3489         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
3490         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
3491         Use Latin-8 for Welsh.
3492         Use Latin-1 for English if "en" is explicitly specified.
3493         Use Latin-1 for Scots Gaelic, Tagalog.
3494         Use Latin-1 (not Latin-4) for Greenlandic.
3495         Use Latin-1 (not Latin-2) for Albanian.
3496         (locale-preferred-coding-systems, locale-language-names):
3497         Remove generic ISO 8859 locales; locale-charset-language-names now
3498         does this.
3499         (locale-charset-language-names): New variable.
3500         (set-locale-environment): Use language name specified by
3501         locale-charset-language-names if its charsets disagree with the
3502         language name specified by locale-language-names.
3504 1999-10-22  Dave Love  <fx@gnu.org>
3506         * make-mode.el: Minor doc fixes.
3508         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
3510 1999-10-21  Dave Love  <fx@gnu.org>
3512         * loadup.el: Add latin-8, latin-9.
3514 1999-10-20  Paul Eggert  <eggert@twinsun.com>
3516         * disp-table.el (standard-display-european): Remove undocumented
3517         arg AUTO; no longer used by startup.el.  Do not attempt to treat
3518         all non-English language environments as coding system names.
3519         Instead, use the downcased language environment name as a coding
3520         system name if it is one; otherwise, use latin-1.
3522 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
3524         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
3525         that were split so that part of the comment appeared as Lisp code.
3527 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3529         * ps-bdf.el: Doc fix.
3531         * ps-print-def.el: New file: common definitions for all parts of
3532         ps-print.
3533         (ps-multibyte-buffer): Moved from ps-mule.
3535         * ps-mule.el: File dependence fix.
3536         (ps-multibyte-buffer): Moved to ps-print-def.
3538         * ps-print.el: Doc fix, better customization.
3539         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
3540         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
3541         (ps-end-file): Doc fix.
3542         (ps-setup, ps-begin-file): Fun fix.
3543         (postscript): New group.
3544         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
3545         (ps-print-prologue-1): Adjust PostScript programming.
3546         (ps-print): Adjust group hierarchy.
3547         (ps-print-n-up, ps-print-zebra, ps-print-background,
3548         ps-print-printer)
3549         (ps-print-page): New subgroups.
3550         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
3551         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
3552         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
3553         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
3554         (ps-zebra-stripe-height, ps-print-background-image)
3555         (ps-print-background-text, ps-spool-config): Adjust customization.
3556         (dos-ps-printer): Definition eliminated.
3558 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3560         * ps-mule.el: Doc fix, define functions properly if mule package is
3561         loaded or not.
3562         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
3563         mule package is loaded or not.
3565         * ps-print.el: Doc fix, n-up printing.
3566         (ps-print-version): New version number (5.0).
3567         (ps-page-dimensions-database): Added document media.
3568         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
3569         (ps-page-order, ps-printing-region-p): New vars.
3570         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
3571         funs.
3572         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
3573         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
3574         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
3575         (ps-n-up-xstart, ps-n-up-ystart): New macros.
3576         (ps-print-begin-sheet-hook): New hook.
3577         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
3578         const.
3579         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
3580         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
3581         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
3582         (ps-count-lines): Changed to defun.
3583         (ps-header-page): Changed to defsubst, fix fun.
3584         (ps-printing-region): Doc fix, adjust programming code.
3585         (ps-output-boolean, ps-background-pages, ps-background-text)
3586         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
3587         programming code.
3589 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3591         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
3592         (ps-print-version): New version number (4.2).
3593         (ps-spool-config, ps-spool-tumble): New vars.
3594         (ps-print-prologue-1): Changed to defconst, adjust PostScript
3595         programming, new PostScript procedure to handle errors.
3596         (ps-print-prologue-2): Changed to defconst.
3597         (ps-print-duplex-feature): New const: duplex and tumble setting.
3598         (ps-setup, ps-begin-file): Fix funs.
3599         (ps-boolean-capitalized): New fun.
3601 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
3603         * Makefile (dontcompilefiles): Obsoleted.
3604         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
3605         (EL): Unused.
3606         (temacs): Removed (unused).
3607         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
3608         version of the file (necessary for the update to work properly).
3609         (autoloads): Force the use of `pwd`/loaddefs.el.
3610         (updates); Redefined in terms of other targets to reduce redundancy.
3611         (.el.elc): New default rule, just in case you want it.
3612         (compile): Use a single invocation of Emacs.
3613         (bootstrap-compile); Unneeded.
3614         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
3616 1999-10-19  Dave Love  <fx@gnu.org>
3618         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
3620 1999-10-19  Sam Steingold  <sds@ksp.com>
3622         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
3623         comply with the comment.
3625 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
3627         * autorevert.el (auto-revert-mode): Make auto-revert-mode
3628         permanent-local.
3630 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
3632         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
3633         value: \"lpr\" changed to "lpr"
3634         (ps-mode-version): New constant
3635         (ps-mode-show-version): New function, added key in ps-mode-map
3636         (ps-run-messages): Removed
3637         (ps-run-font-lock-keywords-2): New defcustom variable replacing
3638         ps-run-messages. These keywords now include the value of
3639         ps-run-prompt, making its fontification customizable.
3640         (ps-run-init): Removed \\n from docstring, it is now added when
3641         the value is used
3642         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
3643         ps-run-prompt
3644         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
3645         customizable variables in doc-string (its equivalent
3646         ps-run-messages was missing in previous version of the doc-string)
3647         (ps-run-mode): Simplified assignment to font-lock-defaults, using
3648         symbols only
3650 1999-10-19  Alex Schroeder  <alex@gnu.org>
3652         * ansi-color.el: Complete rewrite.
3654 1999-10-19  Paul Eggert  <eggert@twinsun.com>
3656         Fix bootstrapping problems.
3657         Use the system locale to specify Emacs locale defaults.
3659         * international/mule-cmds.el (global-map):
3660         Do not use backquote, because that makes a bootstrapping
3661         problem if you need to recompile all Lisp files using interpreted code.
3662         * international/mule.el (charset-id, charset-bytes,
3663         charset-dimension, charset-chars, charset-width,
3664         charset-direction, charset-iso-final-char,
3665         charset-iso-graphic-plane, charset-reverse-charset,
3666         charset-short-name, charset-long-name, charset-description,
3667         charset-plist): Likewise.
3668         * subr.el (save-match-data): Likewise.
3670         * international/mule-cmds.el
3671         (set-display-table-and-terminal-coding-system): New function,
3672         containing code migrated out of set-language-environment.
3673         (set-language-environment, set-locale-environment): Use it.
3674         (locale-translation-file-name): Moved here from startup.el.
3675         (locale-language-names, locale-preferred-coding-systems):
3676         New vars.
3677         (locale-name-match, set-locale-environment): New functions.
3679         * language/japan-util.el (setup-japanese-environment-internal):
3680         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
3682         * startup.el (iso-8859-n-locale-regexp): Remove.
3683         (locale-translation-file-name): Move to mule-cmds.el.
3684         (command-line): Move locale-stuff into set-locale-environment.
3686 1999-10-18  Dave Love  <fx@gnu.org>
3688         * abbrev.el (add-abbrev, inverse-add-abbrev)
3689         (expand-region-abbrevs): Remove properties from buffer text.
3691 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
3693         * iswitchb.el (iswitchb-exhibit): Extract user-input only
3694         from the mini-buffer, without the prompt.
3696         * simple.el (minibuffer-prompt-end): Return the position
3697         after the prompt, not the position of that last character
3698         of the prompt.
3700 1999-10-17  Miles Bader  <miles@gnu.org>
3702         * simple.el: Doc fixes.
3704 1999-10-17  Miles Bader  <miles@gnu.org>
3706         * simple.el (previous-matching-history-element, next-history-element):
3707         Change to work correctly even if the point is in the prompt.
3708         (choose-completion-string): Likewise.
3709         (minibuffer-prompt-width): New function (compatibility with old subr).
3711         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
3712         When constraining the final position to the current field,
3713         don't use the ONLY-IN-LINE mode of constrain-to-field.
3715 1999-10-17  Miles Bader  <miles@gnu.org>
3717         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
3718         constrain-to-field.
3719         * textmodes/paragraphs.el (forward-sentence): Likewise.
3721 1999-10-17  Miles Bader  <miles@gnu.org>
3723         * simple.el (line-move): Use constrain-to-field to avoid
3724         moving into a prompt.
3725         (previous-complete-history-element): Clarify doc string.
3726         (next-complete-history-element): Likewise.
3727         Use field-beginning instead of point-min.
3728         (next-matching-history-element): Use field-beginning and
3729         erase-field instead of point-min and erase-buffer.
3730         * textmodes/paragraphs.el
3731         (forward-paragraph, forward-sentence): Likewise.
3732         (backward-kill-paragraph, backward-kill-sentence): Remove code to
3733         constrain the kill to an field, as the movement commands now
3734         do this.
3736 1999-10-17  Miles Bader  <miles@gnu.org>
3738         * simple.el (previous-matching-history-element): Get the
3739         minibuffer input with field-string instead of buffer-string.
3740         (choose-completion-string): Likewise.
3741         (next-history-element): Likewise.
3742         Erase the minibuffer input with erase-field, not erase-buffer.
3743         Use field-beginning to find the beginning of the input.
3744         * textmodes/paragraphs.el (backward-kill-sentence):
3745         Remove minibuffer-prompt hack.
3746         Constrain to any input field.
3748 1999-10-17  Sam Steingold  <sds@ksp.com>
3750         * bindings.el (completion-ignored-extensions): Added ".sparcf"
3751         for CMUCL on sparc and ".ufsl" for LispWorks.
3752         (bound-and-true-p): Bugfix: free variable `v'.
3754 1999-10-16  Dave Love  <d.love@dl.ac.uk>
3756         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
3757         (edebug-uninstall-read-eval-functions): Use load-read-function,
3758         avoiding elisp-eval.
3760 1999-10-16  Sam Steingold  <sds@ksp.com>
3762         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
3763         instead of `eql'.
3765 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
3767         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
3768         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
3769         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
3770         * ediff-util.el (ediff-make-temp-file):
3771         * ediff-vers.el (ediff-pcl-cvs-view-revision):
3772         * emerge.el (emerge-make-temp-file):
3773         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
3774         * vc.el (vc-update-change-log):
3775         * mail/mailpost.el (post-mail-send-it):
3776         * mail/metamail.el (metamail-region):
3777         * progmodes/cmacexp.el (c-macro-expansion):
3778         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
3780 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
3782         * smtpmail.el (smtpmail-via-smtp): Add support for
3783         automatically appending a domain to RCPT TO: addresses.
3785 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3787         * dired.el (dired-insert-directory): Insert the amount of
3788         free space after the total size.
3789         (dired-free-space-program, dired-free-space-args): New variables.
3791 1999-10-14  Karl Heuer  <kwzh@gnu.org>
3793         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
3795 1999-10-14  Dave Love  <fx@gnu.org>
3797         * international/characters.el:
3798         * international/fontset.el:
3799         * international/mule-conf.el: Add latin-iso8859-1[45].
3801         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
3802         strings.
3804         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
3805         (command-line): Detect Latin-[89] locales.
3807 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
3809         * international/mule-cmds.el (select-safe-coding-system)
3810         (leim-list-header): Avoid the use of strings that start with backslash
3811         newline since lread.c:read1 has a hack to turn those strings into
3812         integer 0 during the loadup.el process.
3814         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
3816 1999-10-13  Dave Love  <fx@gnu.org>
3818         * image.el (insert-image): Copy the image spec and add an
3819         intangible property.
3821 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
3823         * help.el (help-xref-interned): Make it also work on variable-only
3824         and function-only symbols.
3825         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
3826         (help-follow): If the point under mouse is not highlighted, try
3827         `help-xref-interned' on the pointed-to symbol anyway.
3829         * info.el (Info-on-current-buffer): New entry point.
3830         (Info-find-node): Split into two for Info-on-current-buffer to
3831         hook into it.
3832         (Info-current-file, Info-set-mode-line, Info-up):
3833         Info-current-file can now be t.
3834         (Info-clone-buffer-hook): Function for `clone-buffer'.
3835         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
3836         Make `clone-buffer' available in various ways to the user.
3838 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
3840         * simple.el (shell-command, shell-command-on-region): Use
3841         make-temp-file.
3842         (clone-buffer, clone-process, clone-buffer-hook): New functions.
3844         * subr.el (with-current-buffer): Don't use backquotes to avoid
3845         bootstrapping problems.
3847         * loadup.el (load-path): Add subdirs for bootstrapping.
3848         (docstrings): Ignore errors during bootstrapping.
3849         (args): New `bootstrap' argument (for use in place of `dump').
3851 1999-10-12  Emmanuel Briot  <briot@gnat.com>
3853         * ada-stmt.el: Doc-string fixes.
3855 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
3857         * recentf.el: New file.
3859         * ps-mode.el: New file.
3861         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
3862         case insensitive.
3864 1999-10-12  Richard Sharman  <rsharman@pobox.com>
3866         * sh-script.el: Added support for indenting existing scripts.
3867         (sh-mode-map): Added new bindings.
3868         (sh-mode): Updated mode doc-string for new commands, added
3869         make-local-variable calls, initialize mode-specific variables.
3870         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
3871         is now a different function.
3872         (sh-header-marker):  Changed docstring.
3873         (sh-set-shell): Initialize mode-specific variables.
3874         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
3875         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
3876         Changed these define-skeleton calls to work with user-specified
3877         indentation settings.
3878         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
3879         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
3880         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
3881         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
3882         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
3883         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
3884         (sh-guess-basic-offset, sh-handle-after-case-label)
3885         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
3886         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
3887         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
3888         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
3889         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
3890         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
3891         (sh-handle-this-then, sh-help-string-for-variable)
3892         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
3893         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
3894         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
3895         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
3896         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
3897         (sh-remove-our-text-properties, sh-rescan-buffer)
3898         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
3899         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
3900         (sh-scan-case, sh-search-word, sh-set-char-syntax)
3901         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
3902         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
3903         functions.
3904         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
3905         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
3906         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
3907         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
3908         (sh-var-list): New variables.
3910 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
3912         * quickurl.el (quickurl-list-insert): `count-lines' was returning
3913         a value one line to high if the cursor wasn't at the start of a
3914         line. A `beginning-of-line' is now performed before making the
3915         call to `count-lines'.
3917 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
3919         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
3921 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
3923         * Makefile (setwins): Abstract out the command to find subdirectories
3924         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
3925         (custom-deps, finder-data, autoloads, update-subdirs, updates)
3926         (autoloads-with-other-emacs): Use it.
3928         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
3930 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
3932         * Makefile (bootstrap-compile): New target.  Compile Lisp
3933         files with ../src/temacs.
3935 1999-10-08  Dave Love  <fx@gnu.org>
3937         * ange-ftp.el: Require dired when compiling.
3938         (ange-ftp-normal-login): Allow EFS-style port specification.
3940 1999-10-08  Simon Marshall  <simon@gnu.org>
3942         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
3943         (regexp-opt-group): Use it to get common suffixes in STRINGS.
3944         If STRINGS is nil, return "" rather than nil.
3946 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
3948         * Makefile (compile): Compile files one by one.  Set load-path to
3949         current directory and subdirectories when compiling.
3951 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
3953         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
3954         (emacs): Use it everywhere instead of EMACS.
3955         (compile): New target.  Compile all Lisp files from scratch.
3956         (recompile): New target.  Recompile lisp directory.
3957         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
3958         an Emacs executable not built in the current directory tree.
3960 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
3962         * filecache.el (file-cache-completion-ignore-case): New variable,
3963         defaulting to the value of completion-ignore-case.
3964         (file-cache-minibuffer-complete): Use it.
3965         (file-cache-files-matching, file-cache-files-matching-internal):
3966         New functions.
3968 1999-10-07  Emmanuel Briot  <briot@gnat.com>
3970         * ada-xref.el: New file
3972         * ada-prj.el: New file
3974         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
3976         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
3977         subprogram being created.
3979         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
3980         ada-indent-newline-indent): Rewritten to support the new indentation
3981         scheme
3983         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
3984         New functions
3986         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
3987         justification parameter
3989         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
3990         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
3991         external program
3993 1999-10-07  Dave Love  <fx@gnu.org>
3995         * bindings.el (bound-and-true-p): New macro.
3996         (make-mode-line-mouse-sensitive): Don't require easymenu.
3998 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
4000         * custom.el (defface): Extend documentation for new values of
4001         `type'.
4003         * faces.el (face-spec-set-match-display): Recognize `type' of
4004         `motif', `lucid', `x-toolkit'.
4005         (menu): New face.
4007 1999-10-05  Dave Love  <fx@gnu.org>
4009         * files.el: Recognize temporary crontab files.
4011         * info.el: Require jka-compr when compiling.
4012         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4014 1999-10-04  Dave Love  <fx@gnu.org>
4016         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4017         scroll-up-aggressively, scroll-down-aggressively.
4019         * time.el (display-time-mode): Add autoload cookie.
4021         * rect.el (delete-extract-rectangle): Doc fix from verna.
4023         * help-macro.el (three-step-help): Customize.
4025 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4027         * hexl.el (hexlify-buffer): Move point in proper range
4028         if it is too large.
4029         (hexl-after-revert-hook): Update hexl-max-address.
4030         (hexl-address-to-marker): Doc fix.
4032 1999-10-03  Dave Love  <fx@gnu.org>
4034         * image.el (defimage): Remove redundant code.  Substitute file in
4035         image plist.
4037 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4039         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4040         when doing with-temp-file.
4042 1999-10-01  Dave Love  <fx@gnu.org>
4044         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4046         * help.el: Require view when compiling.
4047         (view-emacs-FAQ): Use Info version.
4049 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
4051         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4052         (normat->normal).  Use correct font names for Korean
4053         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4055 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
4057         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4058         code not used by KOI8 to the same 8-bit code instead of mapping to
4059         SPC.
4060         (cyrillic-alternativnyj-decode-table): Likewise.
4062 1999-09-29  Alex Schroeder  <alex@gnu.org>
4064         * sql.el (sql-imenu-generic-expression): Aew, used to set
4065         imenu-generic-expression.
4066         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4067         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
4068         imenu-case-fold-search, and imenu-syntax-alist.
4069         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4070         setting font-lock-defaults' SYNTAX-ALIST.
4072 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4074         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4075         macro, try again.
4077 1999-09-28  Dave Love  <fx@gnu.org>
4079         * cus-edit.el (custom-comment): Change widget definition.
4080         (custom-comment-create, custom-comment-show)
4081         (custom-comment-invisible-p): Don't use :comment-overlay.
4082         (custom-comment-hide): New function.
4083         (custom-variable-set, custom-variable-save)
4084         (custom-variable-reset-standard, custom-face-set)
4085         (custom-face-save): Use it.
4087 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4089         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4091 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4093         * faces.el (region): Doc fix.
4095 1999-09-27  Dave Love  <fx@gnu.org>
4097         * isearch.el (isearch): Add :links in defgroup.
4098         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4099         (isearch-switch-frame-handler): Comment out (unused).
4100         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4101         (isearch-ring-retreat-edit): Doc fix.
4102         (isearch-mouse-yank): New command.
4103         (isearch-last-command-char): Removed.  Callers changed to use
4104         last-command-char.
4105         (isearch-char-to-string): Removed.  Callers changed to use
4106         char-to-string.
4108 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
4110         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4111         option for Russian.
4113 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
4115         * faces.el (face-differs-from-default-p): Compare face
4116         attributes individually.
4118         * image.el (put-image, insert-image): Add string argument.
4120 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
4122         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4123         LANG=de_DE.iso88591 on HPUX 11.0.
4125         * dired.el (dired-move-to-filename-regexp): Make it work
4126         for LANG=de_DE.iso88591 on HPUX 11.0.
4128 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4130         * info.el (info-initialize): Don't test existence of ALTERNATIVE
4131         if we know for some other reason it should not be used.
4133         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
4134         New variable.
4135         (edebug-recursive-edit): Save current-prefix-arg there,
4136         bind it, and set it back at the end.
4137         (edebug-outside-excursion): Restore and update the outside
4138         value of current-prefix-arg.
4139         (edebug-emacs-version-specific): Delete support for Epoch.
4141 1999-09-24  Howard Melman  <howard@silverstream.com>
4143         * imenu.el (imenu-after-jump-hook): New variable.
4144         (imenu): Run menu-after-jump-hook.
4145         (imenu-name-lookup-function): New variable.
4146         * imenu.el (imenu--in-alist): Use those variables.
4148 1999-09-24  Carsten Dominik  <cd@gnu.org>
4150         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
4151         multiple thebibliography environments.
4153         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
4154         with recentering window.
4155         (reftex-extract-bib-entries-from-thebibliography,
4156         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
4157         with multiple thebibliography environments.
4159         * textmodes/reftex-vars.el
4160         (reftex-section-levels): Function allowed as cdr.
4161         (reftex-max-section-depth) New option.
4163         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
4164         with multiple thebibliography environments.
4166 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
4168         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
4169         instead of point-min in call to delete-region.
4171 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4173         * vc.el (vc-backend-checkout): Use with-temp-file when checking
4174         out into arbitrary file names.
4176 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
4178         * language/european.el ("Turkish"): New language environment.
4180 1999-09-19  Dave Love  <fx@gnu.org>
4182         * delim-col.el: New file.
4184 1999-09-17  Richard Stallman  <rms@gnu.org>
4186         * files.el (after-find-file): When visiting a backup file,
4187         make it read-only.
4189         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
4190         (apropos-keybinding-face, apropos-label-face): Likewise.
4191         (apropos-property-face, apropos-match-face): Likewise.
4192         (apropos-label-properties): New variable.
4193         (apropos-print-doc): Use apropos-label-properties.
4194         (apropos-print): Set apropos-label-properties.
4196 1999-09-15  Richard Stallman  <rms@gnu.org>
4198         * winner.el: Use aref instead of sref.
4200         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
4202 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
4204         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
4206 1999-09-14  Richard Stallman  <rms@gnu.org>
4208         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
4209         cookie, even if followed by a letter.
4211 1999-09-14  Stephen Eglen  <stephen@gnu.org>
4213         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
4214         --no-line-editing are passed to Octave by including them here
4215         rather than storing them in inferior-octave-startup-args.
4217 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
4219         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
4220         command, option, env and sc.
4222         * subr.el (shell-quote-argument): Quote argument with double
4223         quotes for ms-dos.
4225 1999-09-14  Richard Stallman  <rms@gnu.org>
4227         * simple.el (eval-expression-print-level): New variable.
4228         (eval-expression-print-length): New variable.
4229         (eval-expression-debug-on-error): New variable.
4230         (eval-expression): Bind print-level, print-length and
4231         debug-on-error from those vars.
4233         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
4234         Bind print-level, print-length and debug-on-error.
4236 1999-09-14  Inge Frick  <inge@nada.kth.se>
4238         * dired.el (dired-recursive-deletes): New custom variable.
4239         (dired-re-no-dot): New variable.
4240         (dired-delete-file): New function deletes files and directories
4241         recursively.
4242         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
4244         * dired-aux.el (dired-recursive-copies): New custom variable.
4245         (dired-handle-overwrite): Broke a long line.
4246         (dired-copy-file): Call `dired-copy-file-recursive' instead of
4247         `copy-file'.
4248         (dired-copy-file-recursive): New function.  Copy directories
4249         recursively.
4250         (dired-do-create-files): Added support for generalized directory
4251         target.  How-to function may now return a function.  New fluid
4252         variable `dired-one-file'.
4253         (dired-copy-how-to-fn): New variable.
4254         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
4255         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
4256         (dired-do-copy-regexp): No recursive copies.
4258 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
4260         * whitespace.el (whitespace-version): Update version to 2.4
4262         * whitespace.el: Add customization variables to conditionally test
4263         any of the five whitespaces, per request from Rune Kleveland
4264         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
4266         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
4268         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
4269         list of modes to be checked for bogus whitespaces.
4271         * whitespace.el (whitespace-rescan-timer-time): Update
4272         documentation.
4274         * whitespace.el (whitespace-display-unchecked-whitespaces):
4275         New function to update modeline with untested whitespaces.
4277         * whitespace.el (whitespace-buffer): Test only whitespaces whose
4278         checking is turned on, and update modeline using the newly created
4279         `whitespace-display-unchecked-whitespaces'.
4281         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
4282         whose checking is turned on, and update modeline using the newly
4283         created `whitespace-display-unchecked-whitespaces'.
4285         * whitespace.el (whitespace-describe): Update documentation.
4287         * whitespace.el (whitespace-tickle-timer): Test if
4288         `whitespace-rescan-timer-time' is non-zero before tickling timer.
4290 1999-09-13  Dave Love  <fx@gnu.org>
4292         * hideif.el (hide-ifdef-mode): Add autoload cookie.
4294         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
4295         for temp buffer.
4296         (checkdoc-this-string-valid): Don't assume default comment-start.
4298 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
4300         * rsz-mini.el: Remove code, keep the interface.
4302 1999-09-13  Dave Love  <fx@gnu.org>
4304         * help.el (help-highlight-p): Doc fix.
4306         * faces.el (mode-line, header-line, tool-bar): Add :version.
4307         (highlight, secondary-selection): Add :group.
4308         (trailing-whitespace): Add :group, :version.
4310         * wid-edit.el: Remove some compatibility code and checks.
4311         (widget-specify-field, widget-specify-button): Don't use XEmacs
4312         properties.
4313         (widget-overlay-inactive): Change error message.
4314         (widget-button-pressed-face): New variable.
4315         (widget-button-click): Use it.
4316         (widget-documentation-link-add): Specify mouse and button faces.
4317         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
4318         removed now the functionality is built in.
4320         * cus-edit.el: Don't define-widget-keywords.
4321         (multimedia): New group.
4322         (custom-last): Function removed.
4323         (custom-quote): Add vectorp case, comment out characterp case.
4324         (custom-buffer-done-function, custom-raised-buttons): New option.
4325         (Custom-buffer-done): New function.
4326         (custom-buffer-create-internal): Obey custom-raised-buttons,
4327         Custom-buffer-done.
4328         (custom-button-face): Make it `released-button'.
4329         (custom-button-pressed-face): Make it `pressed-button'
4330         (custom-mode-map): Bind "q" to Custom-buffer-done.
4331         (custom-mode): Deal with raised/pressed buttons.
4333         Changes from Didier Verna:
4334         (custom-prompt-variable): Optional third arg makes prompt for a
4335         comment string.
4336         (customize-set-value, customize-set-variable,
4337         customize-save-variable): Optional prefix makes function handle
4338         variable comments.
4339         (customize-customized, customize-saved, custom-variable-state-set)
4340         (custom-variable-set, custom-variable-save, custom-face-state-set)
4341         (custom-variable-reset-saved, custom-variable-reset-standard)
4342         (custom-face-set, custom-face-save, custom-face-reset-saved)
4343         (custom-face-reset-standard, customize-save-customized): Handle
4344         custom comments.
4345         (custom-comment-face, custom-comment-tag-face): New face.
4346         (custom-comment): New widget.
4347         (custom-comment-create, custom-comment-delete)
4348         (custom-comment-value-set, custom-comment-show)
4349         ()custom-comment-invisible-p): New functions.
4350         (custom-variable-value-create, custom-face-value-create): Create a
4351         comment field widget.
4352         (custom-variable-menu, custom-face-menu): New entry for custom
4353         comment.
4354         (custom-face-value-create): Remove compatibility code.
4355         (custom-save-variables, custom-save-faces): Possibly save custom
4356         comments.
4358         * cus-face.el (custom-face-attributes): Simplify :underline,
4359         :overline, :inverse-video cases.  Fix up :box case (probably needs
4360         more work).
4362         Change from Didier Verna:
4363         (custom-set-faces): The arguments can now have a custom comment as
4364         fourth argument.
4366         * custom.el: Don't define-widget-keywords.
4367         Change from Didier Verna:
4368         (custom-set-variables): The arguments can now have a
4369         custom comment as fifth element.
4371 1999-09-13  Richard Stallman  <rms@gnu.org>
4373         * info.el (Info-find-node): Cope better if guesspos is too large.
4375 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
4377         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
4378         of buffer-substring because buffer-string doesn't copy the
4379         prompt.
4381         * faces.el (mode-line): Replaces `modeline'.
4382         (toplevel): Make `modeline' an alias for `mode-line'.
4384 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
4386         * gs.el: Change `ghostscript' to `postscript' in comment.
4388 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
4390         * emulation/tpu-edt.el (tpu-version): New version.
4391         (tpu-search-overlay, tpu-replace-overlay): New variables.
4392         (tpu-search-highlight, tpu-toggle-direction): New functions.
4393         (tpu-lm-replace): Set tpu-replace-overlay.
4394         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
4395         command hook.
4397 1999-09-11  Richard Stallman  <rms@gnu.org>
4399         * isearch.el (isearch-mode-map): Undo previous change.
4401         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
4402         use all of that as the sexp.
4404         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
4405         and use the initial argument as file name directly.
4406         Likewise if nothing matches.
4408 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
4410         * winner.el: Major changes.  Avoid changing point and mark.
4411         Save configurations after they change, not before.
4413 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
4415         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
4416         Bind print-continuous-numbering and print-number-table.
4418 1999-09-10  Dave Love  <fx@gnu.org>
4420         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
4422 1999-09-09  Richard Stallman  <rms@gnu.org>
4424         * whitespace.el: Finish making it fit Emacs conventions.
4425         Add autoloads.
4427 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
4429         * generic-x.el (bat-generic-mode): "::"-style comments don't
4430         need to begin with "-".  Fix the font-lock definitions of ON/OFF
4431         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
4432         from the list of keywords.  Add DO to the list of keywords.
4434 1999-09-09  Dave Love  <fx@gnu.org>
4436         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
4437         (byte-optimize-backward-word): New optimizations.
4438         (side-effect-free-fns, side-effect-and-error-free-fns): Add
4439         entries.
4441 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
4443         * image.el (put-image): Remove optional buffer parameter.
4445         * faces.el (face-italic-p): Return t only for values `italic'
4446         and `oblique'.
4448         * mouse.el (mouse-drag-mode-line-1): Extension of former
4449         mouse-drag-mode-line that also drags the header line.
4450         (mouse-drag-mode-line): Call it.
4451         (mouse-drag-header-line): New.
4452         (toplevel): Bind down-mouse-1 on header lines to
4453         mouse-drage-header-line.
4455 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
4457         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
4458         (make-mode-line-mouse-sensitive): Replace `top-line' by
4459         `header-line'.
4461 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
4463         * help.el (describe-function-1): Don't return empty string for keymaps.
4465         * fill.el (fill-region-as-paragraph, canonically-space-region):
4466         Respect colon-double-space at end of line.
4468 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
4470         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
4471         (backup-buffer): Use it.
4473 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
4475         * generic-x.el (generic-define-unix-modes): Added new modes:
4476         inetd-conf-generic-mode, etc-services-generic-mode,
4477         etc-passwd-generic-mode.  These are all defined for Unix by default.
4478         (apache-generic-mode): Use an imenu-generic-expression to list
4479         Configuration keywords.
4480         (samba-generic-mode): Use both ; and # as comment characters.
4481         (samba-generic-mode): Font-lock expressions now highlight name
4482         value pairs.
4483         (bat-generic-mode): Keywords are now case-insensitive through
4484         font-lock-defaults setting.
4485         (java-properties-generic-mode): Supports both ! and # as comment
4486         characters.
4487         (java-properties-generic-mode): Added an imenu-generic-expression
4488         (java-properties-generic-mode): Reworked to support the various
4489         different ways to separate name and value (viz, '=', ':' and
4490         whitespace).
4491         (show-tabs-generic-mode): Added this new generic-mode.
4493 1999-09-08  Richard Stallman  <rms@gnu.org>
4495         * progmodes/inf-lisp.el: Moved from top directory.
4497         * tar-mode.el (tar-header-block-tokenize):
4498         Use `when' instead of `and'.  Fix some clobbered text.
4500         * gud.el (gud-make-debug-menu): Make a child for the
4501         local menu, for its menu bar, and the debug menu.
4502         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
4503         Use the history in the simple way.
4505 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
4507         * language/korea-util.el (default-korean-keyboard): Initialize it
4508         according to the environment variable HANGUL_KEYBOARD_TYPE.
4510 1999-09-07  Richard Stallman  <rms@gnu.org>
4512         * subr.el (make-temp-file): New function.
4514 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
4516         * font-lock.el (font-lock-multiline): New text property contains
4517         a boolean to indicate if the char is part of a multiline match.
4518         (font-lock-default-fontify-region): Extend the region appropriately
4519         for multiline keywords.
4520         (font-lock-default-unfontify-region): Also remove the new
4521         font-lock-multiline text property.
4522         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
4523         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
4525 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4527         * diary-lib.el (list-diary-entries): Make sure two-digit years
4528         have leading zeros.
4530 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
4532         * faces.el (face-set-after-frame-default): Initialize some
4533         attributes of some faces from frame parameters.
4535         * faces.el (scroll-bar, border, cursor, mouse): New faces.
4537 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
4539         * faces.el (fringe): Replaces face `margin'.
4541 1999-09-07  Dave Love  <fx@gnu.org>
4543         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
4545 1999-09-07  Richard Stallman  <rms@gnu.org>
4547         * subr.el (push): Doc fix.
4549 1999-09-06  Richard Stallman  <rms@gnu.org>
4551         * vc.el (vc-annotate-display): Use < 69 not < 70
4552         to distinguish 20YY from 19YY.
4554         * timezone.el (timezone-parse-date): Use < 69 not < 70
4555         to distinguish 20YY from 19YY.
4557         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
4559 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
4561         * quickurl.el: (quickurl-list-focused-line): Removed.
4562         (quickurl-list-insert): Now works out the focused line using
4563         `count-lines' instead of using `quickurl-list-focused-line'.
4565 1999-09-06  Richard Stallman  <rms@gnu.org>
4567         * mail/rmail.el (rmail-retry-failure): Unconditionally move
4568         to beginning of message.
4570 1999-09-06  Dave Love  <fx@gnu.org>
4572         * isearch.el (isearch-mode-map): Add mouse-2.
4574         * mail/rmail.el (rmail-read-password): Deleted.
4575         (rmail-get-pop-password): Use read-password.
4577         * quickurl.el: Don't conditionally define caddr.
4578         (quickurl-url-comment): Use nth, not caddr in function and
4579         defsetf.
4581 1999-09-06  Richard Stallman  <rms@gnu.org>
4583         * auto-show.el: Doc fixes.
4585 1999-09-06  Stephen Eglen  <stephen@gnu.org>
4587         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
4588         --no-line-editing so that TABs in source files are not interpreted
4589         as completion requests.
4591 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
4593         * hscroll.el, auto-show.el: Remove all code, keep the public
4594         interface as no-ops.
4596         * faces.el (face-bold-p): Don't return t if face has lighter
4597         weight than normal.
4599 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
4601         * startup.el (command-line): Make small-temporary-file-directory
4602         be nil except on ms-dos.
4604         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
4606         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
4607         is defined.
4609         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
4610         letters with a colon after d or l.
4612 1999-09-06  Dave Love  <fx@gnu.org>
4614         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
4615         primitive.)
4617 1999-09-05  Richard Stallman  <rms@gnu.org>
4619         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
4621         * textmodes/paragraphs.el (backward-kill-sentence):
4622         Don't test minibuffer-prompt-end here.
4623         (forward-sentence): Do handle it here.
4624         (backward-kill-paragraph): Don't test it here.
4625         (forward-paragraph): Handle it here.
4627         * mouse.el (font-menu-add-default): Simplify code.
4629 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
4631         * faces.el (header-line): Renamed from `top-line'.
4633 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
4635         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
4637 1999-09-04  Richard Stallman  <rms@gnu.org>
4639         * whitespace.el: New file.
4641 1999-09-04  Dave Love  <fx@gnu.org>
4643         * paths.el: Make some doc strings obey the make-docfile convention.
4645         * bindings.el: Likewise.
4646         (debug-ignored-errors): Remove BBDB ones.
4648 1999-09-03  Richard Stallman  <rms@gnu.org>
4650         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
4651         not from the draft to forward.
4653         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
4655 1999-09-03  Dave Love  <fx@gnu.org>
4657         * double.el (double-mode): Customize the variable.
4659 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
4661         * international/characters.el: Delete duplicated code.
4663 1999-09-02  Richard Stallman  <rms@gnu.org>
4665         * indent.el (indent-relative): Doc fix.
4667         * quickurl.el (quickurl): Doc fix.
4669 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
4671         * faces.el (margin): Change background to "gray" for mono (this is
4672         drawn with a stipple pattern).
4674 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
4676         * simple.el (next-history-element): Use minibuffer-prompt-end once
4677         again.  Remove test for minibuffer-prompt-in-buffer.
4679 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
4681         * files.el (small-temporary-file-directory): New variable.
4683         * startup.el (command-line): Compute the value of
4684         small-temporary-file-directory.
4686         * ediff-init.el (ediff-temp-file-prefix): Use
4687         small-temporary-file-directory if non-nil.
4689         * vc.el (vc-update-change-log): Likewise.
4691         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
4693         * simple.el (shell-command, shell-command-on-region): Use
4694         make-temp-name properly.  Use small-temporary-file-directory if
4695         non-nil, otherwise temporary-file-directory, to generate temporary
4696         files.
4698         * dos-w32.el (direct-print-region-helper): Use
4699         temporary-file-directory.  (From Stefan Monnier.)
4701 1999-09-02  Richard Stallman  <rms@gnu.org>
4703         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
4704         from asm-comment-char.
4705         (asm-font-lock-keywords): Recognize instruction width suffixes.
4707 1999-09-01  Richard Stallman  <rms@gnu.org>
4709         * play/fortune.el: New file.
4711 1999-08-31  Dave Love  <fx@gnu.org>
4713         * help.el (help-make-xrefs): Don't lose on non-empty blank line
4714         after key table.
4716         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
4717         redisplay variables.
4719         * subr.el (push): Fix typo.
4721 1999-08-30  Kevin Blake  <kblake@ticnet.com>
4723         * emacs-lisp/ring.el: Many doc fixes.
4724         (ring-size, ring-copy): New functions.
4726 1999-08-29  Richard Stallman  <rms@gnu.org>
4728         * progmodes/etags.el (tags-loop-continue):
4729         After tags-loop-operate returns, force skip to next file.
4731         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
4732         (mail-extr-first-letters, mail-extr-last-letters):
4733         Use character classes [:alpha:] and [:alnum:].
4735         * subr.el (push, pop): New macros.
4737         * progmodes/compile.el (compilation-error-regexp-alist):
4738         New item for SGI IRIX MipsPro compilers.
4740         * speedbar.el (speedbar-directory-buttons): Recognize
4741         device names when checking for file names.
4743         * array.el (array-reconfigure-rows): Use generate-new-buffer.
4745         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
4746         and specially handle defvar inside their expansions.
4747         (eval-defun-1): New subroutine.
4749         * progmodes/compile.el (compilation-error-regexp-alist):
4750         Fix the Perl -w entry to allow period after line number.
4751         Don't allow newlines in file name, but allow them after line number
4752         for Perl debugging traces.
4754         * which-func.el (which-func-cleanup-function): New variable.
4755         (which-function): Call that function.
4757         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
4758         to end a function name.
4760         * informat.el (Info-tagify): Don't insert more than one newline
4761         before the tag table.
4763 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
4765         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
4766         than make-temp-name, use match-string-no-properties, and eliminate
4767         a quadratic behavior when building bibtex-strings.
4769 1999-08-29  Alex Schroeder  <alex@gnu.org>
4771         * comint.el (comint-input-ring-separator): New variable.
4772         (comint-read-input-ring): Doc change; use
4773         comint-input-ring-separator when reading file.
4774         (comint-write-input-ring): Use
4775         comint-input-ring-separator when writing file.
4777 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
4779         * informat.el (Info-tagify): Start by widening.
4780         Match node headers that don't list the file name,
4781         and more kinds of page separations.
4782         Strip properties during tagification.
4783         Use start of node header line as tag's position.
4784         Fix the "done" message.
4786         (Info-validate): Save and restore match data around narrowing down.
4788 1999-08-28  Richard M. Stallman  <rms@gnu.org>
4790         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
4791         On repeated call, override previous values put into
4792         minor-mode-map-alist and minor-mode-alist.
4794 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
4796         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
4798 1999-08-27  Andreas Schwab  <schwab@gnu.org>
4800         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
4801         from cvs update.
4803 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4805         * calendar/calendar.el (calendar-move-hook): New hook.
4807         * calendar/cal-move.el: Call the new hook in every movement function.
4809         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
4810         the right function name.
4812 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
4814         * time-stamp.el: Put quote-backquote around all symbol names
4815         in doc strings, for mousing.
4816         (time-stamp): Support multi-line patterns.
4817         (time-stamp-inserts-lines): New variable.
4818         (time-stamp-count): New variable.
4819         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
4820         "Thu" instead of "%a".
4822 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
4824         * simple.el (kill-word): Undo previous change.
4826 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
4828         * jit-lock.el (jit-lock-function): Extend the fontified range
4829         to the beginning of the line containing the range start and
4830         the beginning of the line following the range end.
4832 1999-08-24  Dave Love  <fx@gnu.org>
4834         * timezone.el: Move provide to end.
4835         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
4836         <70 are 2000+.
4837         (timezone-parse-time): Simplify somewhat.
4839 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
4841         * faces.el (margin): Renamed from bitmap-area.
4843 1999-08-24  Alex Schroeder  <alex@gnu.org>
4845         * sql.el: Doc changes.
4846         (sql-sybase): Use sql-server instead of sql-database.
4848 1999-08-23  Dave Love  <fx@gnu.org>
4850         * rect.el: Add/fix various doc strings.  Add `*' to all the
4851         interactive specs.
4853 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
4855         * jit-lock.el (jit-lock-function): Use line-beginning-position.
4856         Don't unwind-protect font-lock-fontify-region.
4858         * paragraphs.el (backward-kill-paragraph): Don't move
4859         point into mini-buffer prompt.
4860         (backward-kill-sentence): Ditto.
4862         * simple.el (next-history-element): Use minibuffer-prompt-end.
4863         Remove test for minibuffer-prompt-in-buffer.
4864         (kill-word): Don't move point into mini-buffer prompt.
4866 1999-08-21  Dave Love  <fx@gnu.org>
4868         * Makefile: Exclude CVS dirs like RCS.
4870 1999-08-19  Dave Love  <fx@gnu.org>
4872         * tooltip.el (tooltip-mode): Customize this, per convention.
4873         (tooltip-active): Option deleted.
4875         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
4877         * hanoi.el, page-ext.el: Declare dynamic vars.
4879         * term.el: Avoid ange-ftp related compilation warnings.
4881 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
4883         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
4884         the default so that beginners can benefit from it without
4885         searching in manuals.
4887 1999-08-18  Ray Blaak  <blaak@gnu.org>
4889         * progmodes/delphi.el: Consider assembly sections as blocks, to
4890         indent them better. Make auto-indent on newline optional.
4892 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
4894         * bindings.el (mode-line-modified): Look up key binding for C-x
4895         C-q.  If it's bound call that binding, otherwise call
4896         toggle-read-only.
4898 1999-08-17  Dave Love  <fx@gnu.org>
4900         * info.el (info): Doc fix.
4902         * finder.el (finder-known-keywords): Add `multimedia'.
4904         * apropos.el: Don't capitalize custom group name.
4906         * info-look.el: Remove compatibility code.
4907         (info-lookup-guess-default*): DTRT for point at start of symbol.
4908         (info-complete): Don't lose with point not at end of symbol.
4910 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
4912         * term.el (toplevel): Make face `term-default' an empty face.
4913         The code relied on the fact that Emacs ignored invalid faces in
4914         face text properties in 20.4.
4916 1999-08-16  Richard M. Stallman  <rms@gnu.org>
4918         * subr.el (point-at-eol, point-at-bol): New aliases.
4920         * simple.el: Functions reordered.
4922         * rect.el (delete-rectangle-line): Use line-end-position.
4924 1999-08-16  Karl Heuer  <kwzh@gnu.org>
4926         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
4927         here from simple.el.
4929 1999-08-16  Dave Love  <fx@gnu.org>
4931         * mouse.el: Provide `mldrag' for compatibility.
4932         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
4933         marked obsolete.
4935         * mldrag.el: Removed since the features are in mouse.el.
4937         * jka-compr.el (auto-compression-mode): New variable for
4938         customization.
4940         * bindings.el (mode-line-mule-info): Doc fix.
4942         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
4943         name comparisons.
4945         * files.el (interpreter-mode-alist): Add make, guile, clisp.
4946         (find-file): Doc fix.
4948 1999-08-16  Carsten Dominik  <cd@gnu.org>
4950         * textmodes/reftex.el: Most of the code moved to other files.
4951         * textmodes/reftex-auc.el: New file, split out from reftex.el
4952         * textmodes/reftex-cite.el: New file, split out from reftex.el
4953         * textmodes/reftex-global.el: New file, split out from reftex.el
4954         * textmodes/reftex-index.el: New file, split out from reftex.el
4955         * textmodes/reftex-parse.el: New file, split out from reftex.el
4956         * textmodes/reftex-ref.el: New file, split out from reftex.el
4957         * textmodes/reftex-sel.el: New file, split out from reftex.el
4958         * textmodes/reftex-toc.el: New file, split out from reftex.el
4959         * textmodes/reftex-vars.el: New file, split out from reftex.el
4960         * textmodes/reftex-vcr.el: New file, split out from reftex.el
4962 1999-08-16  Carsten Dominik  <cd@gnu.org>
4964         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
4965         conflict with pop-up-frames.
4966         (reftex-special-environment-parsers): New constant.
4967         (reftex-label-alist): car of an entry can also be a function.
4968         (reftex-what-special-env): Cew function.
4969         (reftex-label-location): Call `reftex-what-special-env'.
4970         (reftex-compile-variables): Check for symbol in
4971         `reftex-label-alist'.
4972         (reftex-what-environment): Fixed bug with stacked environments of
4973         same kind (e.g. enumerate).
4974         (reftex-process-string): Preserve default directory.
4975         (reftex-label-alist-builtin): Changed prefixes of endnote and
4976         footnote.  Also the magic words.
4977         (reftex-reference): Interprete new option
4978         `reftex-fref-is-default'.
4979         (reftex-replace-prefix-escapes): Interprete new `%S' format.
4980         (reftex-toc-mouse-view-line): Command removed (had no binding).
4981         (reftex-everything-regexp): New function.
4982         (reftex-nearest-match): Made better.
4983         (reftex-toc-find-section): Use new version of
4984         `reftex-nearest-match'.
4985         (reftex-insert-docstruct): Adapted to work with the index stuff.
4986         (reftex-parse-from-file): Find index entries as well.
4987         (reftex-toc-toggle-index): New function
4988         (reftex-toc-map): `i' is now used to togle the index, File
4989         boundaries has been moved to `F'.
4990         (reftex-select-label-map): Toggling display of file boundaries is
4991         now on the `F' key, for consistency with `reftex-toc-map'.
4992         (reftex-erase-all-selection-and-index-buffers): Renamed from
4993         `reftex-erase-all-selection-buffer'.  Now also kills the index
4994         buffers.
4995         (reftex-viewing-cross-references): Customization group renamed
4996         from reftex-viewing-cross-references-and-citations.
4997         (reftex-index-macro-regexp,
4998         reftex-find-index-entry-regexp-format): New variables
4999         (reftex-macros-with-index): New variable
5000         (reftex-add-index-macros): New function
5001         (reftex-renumber-simple-labels, reftex-translate): Allow for
5002         multiple labels in a single ref command.
5003         (reftex-index-support): New customization group
5004         (reftex-support-index, reftex-index-special-chars,
5005         reftex-index-macros, reftex-index-default-macro,
5006         reftex-index-default-tag, reftex-index-math-format,
5007         reftex-index-section-letters, reftex-index-include-context,
5008         reftex-index-follow-mode, reftex-index-header-face,
5009         reftex-index-section-face, reftex-index-tag-face,
5010         reftex-index-face): New options
5011         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5012         reftex-index-tag, reftex-index-return-marker,
5013         reftex-index-restriction-indicator, reftex-index-restriction-data,
5014         reftex-index-macro-regexp, reftex-index-level-re,
5015         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5016         reftex-everything-regexp-no-index, reftex-index-re,
5017         reftex-macros-with-index, reftex-index-macro-alist): New variables
5018         (reftex-index-help, reftex-index-macros-builtin,
5019         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5020         reftex-query-index-macro-help): New constants
5021         (reftex-index-selection-or-word, reftex-index,
5022         reftex-default-index, reftex-update-default-index,
5023         reftex-index-complete-tag, reftex-index-select-tag,
5024         reftex-index-complete-key, reftex-index-update-taglist,
5025         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5026         reftex-display-index, reftex-insert-index,
5027         reftex-index-insert-new-letter, reftex-get-restriction,
5028         reftex-index-pre-command-hook, reftex-index-post-command-hook,
5029         reftex-index-show-help, reftex-index-next, reftex-index-previous,
5030         reftex-index-toggle-follow, reftex-index-toggle-context,
5031         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5032         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5033         reftex-index-quit, reftex-index-quit-and-kill,
5034         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5035         reftex-index-revert, reftex-index-switch-index-tag,
5036         reftex-index-restrict-to-section, reftex-index-widen,
5037         reftex-index-restriction-forward,
5038         reftex-index-restriction-backward, reftex-index-visit-location,
5039         reftex-index-analyze-entry, reftex-index-globalize,
5040         reftex-index-edit, reftex-index-toggle-range-beginning,
5041         reftex-index-toggle-range-end, reftex-index-edit-key,
5042         reftex-index-edit-attribute, reftex-index-edit-visual,
5043         reftex-index-edit-part, reftex-index-level-down,
5044         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5045         reftex-index-change-entry, reftex-index-goto-letter,
5046         reftex-add-index-macros, reftex-ensure-index-support,
5047         reftex-index-info-safe, reftex-index-info): New functions.
5050 1999-08-15  Richard M. Stallman  <rms@gnu.org>
5052         * paren.el (show-paren-mode): Support making show-paren-mode
5053         a buffer-local variable.  Don't check for a window system.
5054         (show-paren-function): Check whether show-paren-function is
5055         enabled in current buffer; do the right thing if not.
5056         Don't check for a window system.
5057         (show-paren-mode): Make it a user variable.
5059         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5060         Handle `enum' like `struct'.
5062         * server.el (server-process-filter): If a client visits no buffers,
5063         close it immediately before recording it.
5065         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5066         Optimize by calling concat just once.  Handle =\n sequence.
5067         (mail-unquote-printable-region): New command.
5068         (mail-quote-printable): Make it autoload.
5070 1999-08-15  Karl Heuer  <kwzh@gnu.org>
5072         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5074 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5076         * lisp/texinfmt.el: Handle @ifnottex.
5078 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
5080         * frame.el (blink-cursor): Don't turn on cursor blinking for
5081         ms-dos.
5083         * faces.el (face-valid-attribute-values): Look in
5084         x-bitmap-file-path only for x and w32 window systems.
5086         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5087         Do that if width is nil as well.
5088         (x-display-mm-height, x-display-mm-width): Update values.
5089         (x-colors): Compute the list from msdos-color-values.
5090         (x-select-enable-clipboard): Doc fix.
5091         (x-frob-font-weight, x-font-family-list): New functions.
5093 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
5095         * window.el (shrink-window-if-larger-than-buffer): Don't try to
5096         back up from beginning of buffer.
5098 1999-08-13  Karl Heuer  <kwzh@gnu.org>
5100         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5102 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
5104         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
5105         doomsday clock, speed control is added and changes are made to
5106         allow large numbers of rings: rings now show the whole ring
5107         number, not just the last digit; consecutive rings are allowed to
5108         be the same size when necessary to fit all the rings in the
5109         window; and poles can be oriented horizontally.  Face support is
5110         thrown in gratuitously.
5111         (hanoi): Changed default number of rings back to 3.
5112         (hanoi-unix, hanoi-unix-64): New commands
5113         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5114         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5115         hanoi-odd-ring-face): New variables.
5116         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5117         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5118         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5119         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5120         (hanoi-topos, hanoi-draw-ring): Removed.
5122 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
5124         * faces.el (face-valid-attribute-values): Return an alist for
5125         families on ttys.
5126         (face-read-integer): Handle unspecified face attributes.  Add
5127         completion for `unspecified'.
5128         (read-face-attribute): Handle unspecified font attributes.
5129         (face-valid-attribute-values): Add `unspecified' to lists so that
5130         it can be chosen via completion.
5131         (face-read-string): Don't recognize "none" as input.
5133 1999-08-10  Dave Love  <fx@gnu.org>
5135         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
5136         string.
5138         * sun-curs.el: Require sun-fns.
5140 1999-08-10  Dave Love  <fx@gnu.org>
5142         * autorevert.el (auto-revert-mode): Add autoload cookie.
5144         * hscroll.el, auto-show.el: Files deleted -- we have built-in
5145         hscroll.
5147         * simple.el (hscroll-step, hscroll-point-visible)
5148         (hscroll-window-column): Remove now we have the mentioned real
5149         horizontal autoscrolling.
5151 1999-08-10  Richard M. Stallman  <rms@gnu.org>
5153         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
5154         control use of -f option.
5155         (mail-specify-envelope-from): New variable.
5156         (mail-from-style): Doc fix.
5158         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
5159         (easy-menu-get-map): New arg TO-MODIFY helps choose
5160         between local and global maps.
5161         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
5162         (easy-menu-change): Doc fix.
5164         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
5165         (info-lookup-guess-default): Simplified and cleaned up.
5166         (info-lookup-guess-default*): Preserve point.
5168         * view.el (view-mode-disable): If buffer-read-only is nil,
5169         don't change it.
5171         * files.el (after-find-file): Disable View mode if buffer is no
5172         longer read-only.
5174         * view.el (view-mode-enable, view-mode-disable):
5175         Call force-mode-line-update.
5177 1999-08-10  Karl Heuer  <kwzh@gnu.org>
5179         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
5180         * array.el, play/landmark.el, international/latin-3.el: Likewise.
5181         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
5183 1999-08-10  Alex Schroeder  <asc@bsiag.com>
5185         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
5186         to prevent m-eating-bug.
5188 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
5190         * term/pc-win.el (msdos-bg-mode): Remove.  Call
5191         frame-set-background-mode instead.  All callers changed.
5192         (msdos-face-setup): Don't force color display parameter, it is set
5193         by frame-set-background-mode.
5194         (make-msdos-frame): Call x-handle-reverse-video and
5195         face-set-after-frame-default.  Delete frame if creation failed.
5197         * faces.el (face-set-after-frame-default): Don't call
5198         make-face-x-resource-internal for the pc window-system.
5200 1999-08-10  Dave Love  <fx@melange.gnu.org>
5202         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
5203         case with no docstring specially.
5205 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
5207         * complete.el (PC-do-completion): If completing on file name,
5208         reproduce str by concatenating its directory and basename parts.
5210 1999-08-07  Dave Love  <fx@gnu.org>
5212         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
5213         unibyte to multibyte conversion of search-forward (from Handa),
5214         but avoid the replacement if the language is Latin-N.
5216 1999-08-06  Richard Stallman  <rms@gnu.org>
5218         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
5219         of eval-buffer.
5221         * international/mule.el (load-with-code-conversion):
5222         Pass t to eval-buffer for DO-ALLOW-PRINT.
5224 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
5226         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
5227         of filenames and attributes.
5228         (ls-lisp-insert-directory): Use directory-files-and-attributes
5229         for speed.
5231 1999-08-05  Dave Love  <fx@gnu.org>
5233         * auto-show.el (auto-show-mode): Fix :set.
5235         * widget.el (define-widget-keywords): Make dummy definition and
5236         comment-out its use.
5238 1999-08-04  Richard Stallman  <rms@gnu.org>
5240         * progmodes/tcl.el: Customized.
5242         * sql.el (sql-accumulate-and-indent): Instead of testing
5243         whether this is Emacs 20 before calling comint-accumulate,
5244         test whether comint-accumulate is defined.
5246 1999-08-04  Dave Love  <fx@gnu.org>
5248         * sgml-mode.el: Require outline when compiling.
5249         (sgml-mode-hook, html-mode-hook): Customize.
5250         (sgml-validate-command): Fix :version.
5251         (html-autoview-mode): Doc fix.
5253         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
5254         nothing in Latin-N environment.
5256         * info.el (Info-find-node): Call info-initialize here.
5257         (info): Not here.
5258         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
5260 1999-08-04  Richard Stallman  <rms@gnu.org>
5262         * ansi-color.el: New file.
5264 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
5266         * dired.el (dired-string-replace-match): Return `nil' when no match
5267         found with global search.
5269         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
5270         * terminal.el (te-terminfo-directory):
5271         * mail/mailpost.el (post-mail-send-it):
5272         * mail/metamail.el (metamail-region):
5273         * progmodes/ada-mode.el (ada-tmp-directory):
5274         Use temporary-file-directory.
5276         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
5277         (compilation-filter, compilation-forget-errors)
5278         (compilation-parse-errors): Use a marker instead of an integer for
5279         `compilation-parsing-end'.
5281         * progmodes/diff.el (diff-parse-differences):
5282         Use a marker instead of an integer for `compilation-parsing-end'.
5283         * textmodes/tex-mode.el (tex-compilation-parse-errors):
5284         Use a marker instead of an integer for `compilation-parsing-end'.
5286 1999-08-03  Richard Stallman  <rms@gnu.org>
5288         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
5289         (Buffer-menu-mode): Doc fix.
5290         (Buffer-menu-view): New command.
5291         (Buffer-menu-view-other-window): New command.
5293 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
5295         * replace.el (query-replace-regexp-eval)
5296         (replace-eval-replacement, replace-loop-through-replacements)
5297         (replace-match-string-symbols): New functions.
5298         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
5299         Use replace-loop-through-replacements.
5301 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
5303         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
5304         (5x5): Doc fix.
5306 1999-08-03  Dave Love  <fx@gnu.org>
5308         * fortran.el (fortran-indent-new-line): Make it an alias
5309         for reindent-then-newline-and-indent.
5311 1999-08-03  Didier Verna  <verna@inf.enst.fr>
5313         * rect.el: All functions rewritten, except when noted above
5314         their declaration.  Below is a list of interface changes.
5315         (apply-on-rectangle): New function, mostly replaces
5316         `operate-on-rectangle'.  All callers changed.
5317         (move-to-column-force): Pass new second argument to `move-to-column'.
5318         (kill-rectangle): Added optional prefix arg to fill lines.
5319         (delete-rectangle): Ditto.
5320         (delete-whitespace-rectangle): Ditto.
5321         (delete-extract-rectangle): Ditto.
5322         (open-rectangle): Ditto.
5323         (clear-rectangle): Ditto.
5324         (delete-whitespace-rectangle-line): New function.
5325         (delete-rectangle-line): Added third arg FILL.
5326         (delete-extract-rectangle-line): Ditto.
5327         (open-rectangle-line): Ditto.
5328         (clear-rectangle-line): Ditto.
5330 1999-08-03  Ray Blaak  <blaak@gnu.org>
5332         * progmodes/delphi.el: New file.
5334 1999-08-02  Richard Stallman  <rms@gnu.org>
5336         * textmodes/outline.el (outline-previous-heading): New function.
5337         (outline-up-heading-all): Use outline-previous-heading.
5338         (outline-next-heading): Delete definition inserted yesterday.
5340 1999-08-01  Richard Stallman  <rms@gnu.org>
5342         * textmodes/outline.el (outline-next-heading): New function.
5343         (outline-up-heading-all): New function.
5344         (outline-font-lock-level): Using outline-up-heading-all.
5345         Tell outline-back-to-heading to accept invisible headings.
5347         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
5349         * mail/mh-utils.el (mh-find-path-run): New variable.
5350         (mh-find-path): Test and set that.
5351         Set mail-user-agent only the first time this function is run.
5352         (mail-user-agent): Defvar deleted.
5354         * info.el (info-initialize): New function.
5355         (info): Call info-initialize.
5356         (Info-directory-list): Initialize to nil,
5357         so info-initialize will set it up for real.
5359 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5361         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
5362         does not interpret a time as the year in a day-month entry.
5364         * calendar/diary-lib.el: Change syntax table entry for colon in
5365         the diary as part of the european-date-diary-pattern fix.
5367 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
5369         * international/mule.el (set-auto-coding): Allow whitespace before
5370         and after the "variable: value" pair.
5372 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
5374         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
5375         (default-sendmail-coding-system): Doc-string fixed.
5377 1999-07-30  Dave Love  <fx@gnu.org>
5379         * subr.el (assoc-delete-all): New function, renamed from
5380         frame-delete-all.
5382         * frame.el: Change comments to doc strings and other doc fixes.
5383         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
5384         Callers changed.
5385         (set-background-color, set-foreground-color, set-cursor-color)
5386         (set-mouse-color, set-border-color): Offer completion of colours.
5387         (cursor): Add :version to defgroup.
5389         * facemenu.el (list-colors-display): Make it work on ttys.
5390         (facemenu-read-color): Likewise.
5392 1999-07-30  Richard M. Stallman  <rms@gnu.org>
5394         * frame.el (frame-notice-user-settings): If background
5395         color has been changed, update background-mode from it,
5396         then update faces.
5398 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
5400         * net-utils.el (finger): Don't do indirect fingering.
5402 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5404         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
5405         rules.  Add separator at end of holidays.
5406         (cal-tex-rules): New customizable variable.
5407         (cal-tex-latexify-list): Add optional parameter to put separator
5408         at end.
5410 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
5412         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
5413         fill prefix on each line while looping to the end of paragraph.
5414         End paragraph if it's longer than the existing fill prefix.
5416         * textmodes/fill.el (fill-context-prefix): Doc fix.
5418 1999-07-30  Dave Love  <fx@gnu.org>
5420         * font-lock.el (jit-lock): Fix :load, add :version.
5422 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
5424         * term/pc-win.el (msdos-face-setup): Register standard colors in
5425         Vface_tty_color_alist.
5426         (face-color-supported-p, face_color_gray_p): New functions.
5428         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
5429         is bound.
5431         * startup.el (command-line): Don't register default colors for
5432         MSDOS window-system.
5434 1999-07-29  Dave Love  <fx@gnu.org>
5436         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
5437         charquote.
5439         * lisp-mode.el (eval-defun): Re-written to avoid
5440         capturing variables.
5442         * picture.el (picture-beginning-of-line): Don't call
5443         hscroll-point-visible now we have real autoscrolling.
5444         (picture-end-of-line, picture-newline, picture-open-line):
5445         Likewise.
5447         * international/latin-8.el: New file.
5448         * international/latin-9.el: New file.
5450 1999-07-28  Dave Love  <fx@gnu.org>
5452         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
5454         * msb.el: Require cl only when compiling.
5455         (msb--home-dir): Deleted.
5456         (msb--format-title): Use abbreviate-file-name.
5457         (msb--choose-file-menu): Simplify string comparison.
5459 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
5461         * faces.el (toolbar): Add face definition for mono displays.
5463 1999-07-27  Richard M. Stallman  <rms@gnu.org>
5465         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5467         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
5468         force copying of default-frame-alist.
5470 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
5472         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
5474 1999-07-26  Richard M. Stallman  <rms@gnu.org>
5476         * frame.el (set-mouse-color): If new color is nil,
5477         really respecify the current color.
5479 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
5481         * faces.el (bitmap-area): Change background of face `bitmap-area'
5482         to white for mono displays.
5484 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
5486         * international/ccl.el (ccl-embed-symbol): New function.
5487         (ccl-program-p): Deleted.  Now it's implemented in C code.
5488         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
5489         (ccl-compile-translate-character): Likewise.
5490         (ccl-compile-map-single): Likewise.
5491         (ccl-compile-multiple-map-function): Likewise.
5492         (declare-ccl-program): Doc-string modified.
5493         (check-ccl-program): Check compiled CCL code by ccl-program-p.
5495 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
5497         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5499 1999-07-25  Markus Rost  <rost@gnu.org>
5501         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
5502         the entries to make custom-file more readable.
5504 1999-07-25  Richard M. Stallman  <rms@gnu.org>
5506         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
5508         * emacs-lisp/edebug.el: Delete compatibility code.
5509         (edebug-next-token-class): If . is followed by a digit,
5510         return `symbol' for the token class.
5512         * startup.el (command-line): If we don't find the user's init file,
5513         set user-init-file to nil.
5515 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5517         * info-look.el (info-lookup-interactive-arguments): Add optional
5518         argument query for new choice of help mode.
5519         (info-lookup-symbol):  Use it.
5520         (info-lookup-file): Ditto.
5521         (info-lookup): Don't switch to other window, if already in Info
5522         buffer.
5524 1999-07-23  Dave Love  <fx@gnu.org>
5526         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
5527         syntax.
5528         (fortran-fontify-string, fortran-match-!-comment): Deleted.
5529         (fortran-font-lock-syntactic-keywords): New variable.
5530         (fortran-mode): Use it.
5531         (fortran-font-lock-keywords-1): Don't do comments.
5532         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
5533         match data.
5535         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
5537         * msb.el (msb-menu-bar-update-buffers): Renamed from
5538         menu-bar-update-buffers.
5539         (msb-custom-set, msb--toggle-menu-type): Call
5540         msb-menu-bar-update-buffers.
5541         (msb-mode): Revise the hook setting.
5543         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
5545 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
5547         * font-lock.el, help.el, simple.el: Re-integrate previously
5548         described changes that were lost due to errors while checking them
5549         in.
5551 1999-07-23  Kevin Blake  <kblake@ticnet.com>
5553         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
5555 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
5557         * international/encoded-kb.el
5558         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
5559         but push it to unread-command-events.
5560         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
5561         (encoded-kbd-self-insert-sjis): Likewise.
5562         (encoded-kbd-self-insert-big5): Likewise.
5564         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
5565         before left margin and fill-prefix by fill-find-break-point.
5567 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5569         * info-look.el (info-lookup-setup-mode): Don't give up, if
5570         info-lookup-make-completions returns an error.
5571         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
5572         name latex, not latex2e.
5574 1999-07-21  Richard M. Stallman  <rms@gnu.org>
5576         * replace.el (perform-replace): Turn off case-fold-search
5577         if FROM-STRING argument has uppercase in it.
5579 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5581         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
5582         mode is on.  Don't use end of changed text.
5584 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5586         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
5587         (cl-hash-table-p): Renamed from hash-table-p.
5588         (cl-hash-table-count): Renamed from hash-table-count.
5589         (maphash): Alias to cl-maphash removed.
5590         (gethash): Likewise.
5591         (puthash): Likewise.
5592         (remhash): Likewise.
5593         (clrhash): Likewise.
5595 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5597         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
5598         third arg non-nil.  See comment there why this isn't a good idea.
5600 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5602         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
5604         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
5605         sit-for with 3rd arg non-nil to prevent redisplay.
5607 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5609         * image.el (image-type-from-file-header): If file doesn't
5610         have a directory part, add data-directory.
5612 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5614         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
5615         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
5616         motion handling when tooltip-gud-tips-p is nil.
5618 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5620         * tooltip.el (tooltip-mode): Don't use `plusp'.
5621         (tooltip-active): Use initial value of nil.
5623         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
5625 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5627         * bindings.el (make-mode-line-mouse-sensitive): Add key
5628         definitions for `top-line'.
5630 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5632         * faces.el (top-line): New face.
5634 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5636         * image.el (image-type-regexps): Add regexp for PS files.
5638 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5640         * faces.el (set-face-attribute): Fix wrong handling of frame
5641         begin equal to t.
5643 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5645         * image.el (image-type-regexps): Add PNG format.
5647 1999-07-21  Dave Love  <fx@gnu.org>
5649         * bindings.el (mode-line-modified): New variable.
5650         (mode-line-mode-menu-1): Switch to appropriate window before
5651         showing menu.
5653 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5655         * faces.el (face-underline): Removed.
5656         (face-underline-color): Ditto.
5658 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5660         * faces.el (face-x-resources): Fix typo.
5662 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5664         * faces.el: Remove handling of `:relief', extend handling of
5665         `:box'.
5666         (frame-set-background-mode): Choose new defface specs after
5667         frame parameters have changed.
5669         * cus-face.el: Ditto.
5671 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5673         * custom.el (defface): Extend documentation to include new
5674         face attributes.
5676         * cus-face.el (custom-face-attributes): Add overline,
5677         strike-through, box.
5679         * faces.el (face-valid-attribute-values): Handle overline,
5680         strike-through, box.
5681         (face-attribute-name-alist): Add pairs for new face attributes.
5682         (describe-face): Handle new face attributes.
5684 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5686         * faces.el (face-x-resources): Add overline, strike-through, box.
5688 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5690         * enriched.el (enriched-translations): Add `display' and
5691         "x-display".
5692         (enriched-handle-display-prop): New.
5693         (enriched-decode-display-prop): New.
5695         * format.el (top-level): Give `display' property
5696         `format-list-atomic-p.
5697         (format-annotate-single-property-change): Test that property.
5698         If present, treat list property values like atoms.
5700 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5702         * cus-face.el (custom-face-attributes): Use `choice' everywhere
5703         so that "*" can be entered.
5705 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5707         * cus-face.el (custom-face-attributes): Don't use `#''.
5709 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
5711         * cus-face.el (custom-face-attributes): Return underline
5712         face attribute directly from the second lambda of underline.
5714 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5716         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
5718         * frame.el (after-setting-font-hooks): New variable.
5719         (set-frame-font): Run those hooks.
5721         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
5723         * faces.el (set-face-attribute): Fix doc string.
5725 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5727         * cus-face.el (custom-face-attributes): Accept color name.
5729         * faces.el (face-underline-p): Accept unspecified underlining.
5730         (face-underline): Ditto.  Fix doc string.
5732 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
5734         * faces.el (face-underline-color): New function.
5736 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
5738         * cus-face.el (custom-face-attributes): Support underline coloring.
5739         Added slot to choose a color.
5741         * faces.el (face-underline): New function.
5742         (face-underline-p): Support underline coloring.
5743         Return nil only if the underline attribute is 'normal.
5744         (set-face-underline): New function.
5745         (face-valid-attribute-values): Support underline coloring.
5747 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5749         * image.el (insert-image): Use `display' instead of `glyph'
5750         as text property name.
5751         (put-image): Ditto.
5752         (image-type-from-file-header): Use insert-file-contents-literally.
5754 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5756         * easymenu.el (easy-menu-do-add-item): Don't use the empty
5757         string to indicate separators.
5759 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5761         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
5762         instead of message-log.
5764 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5766         * faces.el (bitmap-area): New face.
5768 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5770         * image.el (insert-image): New.
5772 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5774         * frame.el (blink-cursor): Set the symbol's value.
5775         (show-trailing-whitespace): Change group to font-lock.
5777 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5779         * jit-lock.el: New.
5780         * font-lock.el: Add jit-mode as new support mode.
5782         * font-lock.el (font-lock-fontify-keywords-region): Stop when
5783         reaching end instead of letting re-search-forward signal an error.
5784         (demand-lock-mode): New.
5785         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
5786         (font-lock-turn-off-thing-lock): Ditto.
5787         (font-lock-after-fontify-buffer): Ditto.
5788         (font-lock-after-unfontify-buffer): Ditto.
5790 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5792         * gs.el: New file.
5794         * startup.el (command-line-1): Activate tooltip mode if
5795         interactive.
5797 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5799         * faces.el (toolbar): Grey default background.
5800         (modeline): Ditto.
5802         * image.el (image-type-regexps): New.
5803         (image-type-from-file-header): New.
5804         (create-image): Call it.
5806 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5808         * image.el: New file.
5810 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5812         * bindings.el (mode-line-format): Replace `mode-name' with
5813         `(:eval mode-line-mode-name)'.
5814         (mode-line-mode-name): New.
5815         (make-mode-line-mouse-sensitive): Don't change default value
5816         of `mode-name'.
5818 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5820         * tooltip.el: New file.
5822 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5824         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
5825         instead of mouse-3 to pop up menus.
5826         (mode-line-kill-buffer): Removed.
5827         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
5828         buffer name.
5829         (mode-line-buffer-menu-1): Removed.
5831         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
5833         * bindings.el (mode-line-buffer-identification-keymap): New.
5834         (mode-line-buffer-menu-keymap): New.
5835         (mode-line-mode-menu-keymap): New.
5836         (mode-line-unbury-buffer): New.
5837         (mode-line-other-buffer): New.
5838         (mode-line-kill-buffer): New.
5839         (mode-line-buffer-menu-1): New.
5840         (mode-line-mode-menu-1): New.
5841         (make-mode-line-mouse-sensitive): New.
5843 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5845         * help.el (describe-key-briefly): Handle mode line strings
5846         with local-map properties.
5847         (describe-key): Ditto.
5848         (mode-line-key-binding): New.
5850 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5852         * scroll-bar.el (scroll-bar-timer): New.
5853         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
5855 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5857         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
5858         and `bottom'.
5860 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5862         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
5863         (global): Use different key bindings if using tookit scroll bars.
5865 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5867         * faces.el (modeline): Define mode line face with relief for
5868         class color, only.
5869         (toolbar): New face.
5871 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5873         * frame.el (frame-initialize): Set frame-creation-function to
5874         tty-create-frame-with-faces.
5876         * faces.el (frame-set-background-mode): Make it work for
5877         window-system nil.
5879         * faces.el (tty-create-frame-with-faces): New.
5880         (face-set-after-frame-default): Make it work for TTY frames.
5882 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5884         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
5885         Return a list of one font family for TTYs.  Don't return bitmap
5886         file paths for TTY frames.
5888         * faces.el: Add face specs for tty displays to basic faces.
5890         * font-lock.el (font-lock-comment-face): Add spec for color tty.
5891         (font-lock-string-face): Ditto.
5892         (font-lock-keyword-face): Ditto.
5893         (font-lock-builtin-face): Ditto.
5894         (font-lock-function-name-face): Ditto.
5895         (font-lock-variable-name-face): Ditto.
5896         (font-lock-type-face): Ditto.
5897         (font-lock-constant-face): Ditto.
5898         (font-lock-warning-face): Ditto.
5900 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5902         * startup.el (command-line): Register default tty colors.
5904         * faces.el (face-spec-set-match-display): Recognize `type tty'.
5906 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5908         * faces.el (modeline): For X frames, use a modeline with relief.
5910 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5912         * faces.el (frame-update-faces): Copied from 20.2.
5913         (frame-update-face-colors): Ditto.  Code removed that isn't
5914         applicable in the new face implementation.
5916 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5918         * frame.el (show-trailing-whitespace): New.
5920         * faces.el (trailing-whitespace): New basic face.
5922 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5924         * cus-face.el (custom-facep): Always define as alias for facep.
5926         * cus-face.el (custom-face-attributes): Use choice widgets.
5927         Remove :bold and :italic.
5929 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5931         * faces.el (face-charset-registries): Removed since fontset.el
5932         is no always loaded.
5934 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5936         * faces.el (internal-get-face): Added as obsolete function for
5937         compatibility.
5939 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5941         * frame.el (blink-cursor-end): Call show-cursor.
5942         (blink-cursor-mode): Ditto.
5944 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5946         * faces.el (face-spec-reset-face): Reset all attributes to
5947         `unspecified'.
5948         (face-spec-set): Use it.
5950 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5952         * faces.el (read-all-face-attributes): Bug fix.
5953         (face-read-integer): Allow nil default value.
5954         (face-valid-attribute-values): Use symbol names of attribute
5955         values for completion list.
5957 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5959         * faces.el (internal-find-face): Define for compatibility with
5960         20.2.
5961         (face-id): Likewise.
5963         * faces.el (face-id): Return the ID of a realized face for ASCII.
5965         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
5966         (x-complement-fontset-spec): Use face-charset-registries.
5968         * faces.el (face-font-selection-order): Set font selection order
5969         from Lisp.
5970         (face-alternative-font-family-alist): Set alternative font
5971         families from Lisp.
5973 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5975         * faces.el (set-face-charset-registries): Set symbol value.
5977 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5979         * faces.el (face-set-after-frame-default): Call function
5980         internal-merge-in-global-face.
5982 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5984         * faces.el (face-list): Return symbols from face-global-alist.
5986         * faces.el (face-list): Return a copy of the face name list so
5987         that it cannot be modified from outside (facemenu.el uses
5988         nreverse, for example).
5990         * cus-face.el (custom-face-attributes): Add :bold and :italic
5991         for compatibility with old code.
5993         * faces.el (set-face-attributes-from-resources): Additional
5994         frame parameter.
5995         (make-face-x-resource-internal): Set attributes from resources
5996         for a given frame or all frames.
5998 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6000         * faces.el (all-faces): Removed.
6002         * custom.el (defface): Add new face attributes to function
6003         comment.
6005         * font-lock.el (font-lock-comment-face): Use new face attribute
6006         names.
6007         (font-lock-string-face): Ditto.
6008         (font-lock-keyword-face): Ditto.
6009         (font-lock-builtin-face): Ditto.
6010         (font-lock-function-name-face): Ditto.
6011         (font-lock-variable-name-face): Ditto.
6012         (font-lock-type-face): Ditto.
6013         (font-lock-reference-face): Ditto.
6014         (font-lock-warning-face): Ditto.
6015         ((boundp 'font-lock-face-attributes)): Ditto.
6017         * cus-face.el (custom-face-attributes): Use new face attributes.
6019         * faces.el (set-face-attribute-from-resource): Initialize
6020         from resources only for X and W32.
6022         * cus-face.el (custom-declare-face): Don't make frame-local
6023         faces.
6025         * faces.el (describe-face): Use princ instead of insert.
6027         * faces.el: Add XLFD manipulation functions from 20.2 again
6028         because fontset.el uses them.
6029         (face-set-after-frame-default): Add empty definition.
6031 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6033         * faces.el (make-face): Correct typo.
6034         (set-face-attribute-from-resource): Use let*.
6035         (face-underline-p): Correct typo.
6036         (face-inverse-video-p): Ditto.
6037         (set-face-stipple): Ditto.
6038         (face-read-string): Make completion-list optional parameter.
6040 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6042         * faces.el (face-charset-registries): Alist mapping charset
6043         symbols to registries and encoding.
6045 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6047         * frame.el (blink-cursor-mode): Use interactive spec "P".
6049 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6051         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6052         mode.  The cursor of selected_window blinks if the mode is enabled.
6054 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6056         * simple.el (next-history-element): Set point to the end of the
6057         prompt if minibuffer-prompt-in-buffer.
6059 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6061         * faces.el (x-font-regexp): Add sub-expression parentheses for
6062         several font name components.
6064 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6066         * faces.el (set-face-relief): Use index 12 for relief.
6067         (face-fill-in): Set relief from data.
6068         (internal-make-face): Init relief to zero.
6070         * faces.el (face-spec-set): Call modify-face with additional
6071         parameters for relief and fixed-p.
6073 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6075         * cus-face.el: ':fixed and ':relief added.
6077         * faces.el (describe-face): Add fixed font attribute and relief.
6078         (face-attr-match-p): Ditto.
6079         (face-attr-construct): Ditto.
6080         (face-spec-set): Ditto.
6082 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6084         * faces.el (internal-make-face): Function to create a Lisp vector
6085         suitable for representing a face.
6086         (make-face): Use it instead of make-vector.
6087         (x-create-frame-with-faces): Use it instead of vector.
6088         (internal-facep): Increase vector size to 14.
6089         (internal-make-face): Ditto.
6090         (face-relief): Access relief thickness.
6091         (face-fixed-p): Access fixed font attribute.
6092         (set-face-fixed-p): Set fixed font attribute.
6093         (set-face-relief): Set relief attribute.
6094         (internal-face-interactive-int): Read int attribute of face.
6095         (modify-face): Add fixed-p and relief parameters.
6096         (copy-face): Handle fixed-p and relief.
6097         (face-equal): Compare fixed-p and relief.
6098         (face-differs-from-default-p): Ditto.
6099         (face-nontrivial-p): Add fixed-p and relief.
6101 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6103         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6104         (internal-facep): Increase vector size.
6105         (make-face): Ditto.
6106         (face-shadow-thickness): Added.
6107         (set-face-shadow-thickness): Added.
6108         (modify-face): Add optional shadow-thickness parameter.
6109         (make-face-x-resource-internal): Add shadows.
6110         (copy-face): Ditto.
6111         (face-equal): Ditto.
6112         (face-differs-from-default-p): Ditto.
6113         (face-nontrivial-p): Ditto.
6114         (face-attr-match-p): Ditto.
6115         (face-attr-construct): Ditto.
6116         (face-spec-set): Ditto.
6117         (face-fill-in): Ditto.
6119 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6121         * bench.el (bench-mark-split-window): New bench mark.
6123 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6125         * faces.el (set-face-font): Don't pass default font to
6126         x-resolve-font so that font will not have to be of the same
6127         size.
6129 1999-07-20  Dave Love  <fx@gnu.org>
6131         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
6132         unconditionally t.
6134 1999-07-20  Karl Heuer  <kwzh@gnu.org>
6136         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
6138 1999-07-20  Dave Love  <fx@gnu.org>
6140         * help.el (describe-variable): Fix test for customizability.
6142         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
6143         Check for readonly buffer in interactive spec.
6144         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
6145         (backward-kill-word): Add * to interactive spec.
6147         * underline.el (underline-region, ununderline-region): Add * to
6148         interactive spec.
6150         * fill.el (canonically-space-region, justify-current-line): Add *
6151         to interactive spec.
6152         (fill-region-as-paragraph, fill-paragraph, fill-region)
6153         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
6154         readonly buffer in interactive spec.
6156         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
6157         (backward-kill-sentence, kill-sentence): Add * to interactive
6158         spec.
6160 1999-07-19  Richard M. Stallman  <rms@gnu.org>
6162         * dired-aux.el (dired-do-shell-command): Doc fix.
6164         * shell.el (shell-unquote-argument): New function.
6165         (shell-directory-tracker): Use shell-unquote-argument.
6166         * comint.el (comint-arguments): Handle \ followed by space or tab.
6168 1999-07-19  John Wiegley  <jwiegley@borland.com>
6170         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
6171         color codes 39 and 49, which by the way lynx uses them seem to
6172         mean "foreground reset" and "background reset".
6174 1999-07-19  Karl Heuer  <kwzh@gnu.org>
6176         * font-lock.el (c++-keywords): Add "typeid".
6178         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
6179         selects no font, treat that as zero selections, not one.
6181 1999-07-19  Dave Love  <fx@gnu.org>
6183         * info.el (Info-search): Don't lose with empty regexp.
6185         * version.el: Cater for (free) `ident' program, not `which'.
6187         * hl-line.el: New file.
6189         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
6190         for modes which don't define menus.
6192 1999-07-16  Richard M. Stallman  <rms@gnu.org>
6194         * webjump.el (webjump-sample-sites): Update some URLs.
6196 1999-07-14  Richard Stallman  <rms@gnu.org>
6198         * Version 20.4 released.
6200 1999-07-14  Andreas Schwab  <schwab@gnu.org>
6202         * compare-w.el (compare-windows): Try to find the next window in
6203         the current frame before looking at the other frames.
6205 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
6207         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
6208         Use cyrillic-jcuken as default input method.
6210 1999-07-12  Richard Stallman  <rms@gnu.org>
6212         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
6213         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
6215         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
6216         (ispell-local-dictionary-alist): Add koi8-r for character set.
6218         * textmodes/flyspell.el (flyspell-get-word):
6219         Add special handling for when ispell-otherchars is empty.
6221 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
6223         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
6224         when having nested functons.
6225         (pascal-indent-nested-functions) (pascal-indent-line)
6226         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
6227         indenting nested functions.
6229 1999-07-09  Richard Stallman  <rms@gnu.org>
6231         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
6233 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
6235         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
6236         the `end' keyword was in the very beginning of the buffer.
6238 1999-07-08  Richard Stallman  <rms@gnu.org>
6240         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
6242         * term.el (term-emulate-terminal): Avoid infinite loop
6243         in strange case where minibuffer window is selected but not active.
6245 1999-07-07  Stephen Eglen  <stephen@gnu.org>
6247         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
6248         Change regexp so that it doesn't match commands beginning with `cd'.
6250 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6252         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
6254 1999-07-06  Richard Stallman  <rms@gnu.org>
6256         * hscroll.el (hscroll-minibuffer-hook): New function.
6257         (hscroll-global-mode): Add and remove that hook.
6258         Set hscroll-old-truncate-was-global's default value.
6260 1999-07-05  Richard Stallman  <rms@gnu.org>
6262         * files.el (revert-buffer): Don't preserve point here.
6263         (revert-buffer-insert-file-contents-function): Doc fix.
6265         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
6267         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
6268         doing a `stat' when it isn't necessary because that can cause
6269         trouble when an NFS server is down.
6271 1999-07-04  Richard Stallman  <rms@gnu.org>
6273         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
6275 1999-07-03  Richard Stallman  <rms@gnu.org>
6277         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
6278         for \200...\240 also.
6279         (isearch-printing-char): Use unibyte-char-to-multibyte.
6281 1999-07-02  Richard Stallman  <rms@gnu.org>
6283         * frame.el (minibuffer-frame-alist): Use defcustom.
6284         (pop-up-frame-alist): Likewise.
6285         (initial-frame-alist): Specify * in the doc string.
6287         * hscroll.el (hscroll-mode): Make it a permanent local.
6288         (hscroll-mode): Don't cancel the timer
6289         if HScroll mode is enabled in some other buffer.
6291         * isearch.el (isearch-done): If search ends in middle of intangible
6292         text (due to text property), move on to the limit of that text.
6294 1999-07-01  Andrew Innes  <andrewi@gnu.org>
6296         * man.el (Man-build-man-command): Use value of null-device,
6297         instead of hard-coding "/dev/null".
6299         * dos-w32.el (untranslated-canonical-name): Avoid expanding
6300         ange-ftp file names, which might force ange-ftp to prompt for a
6301         password.
6303         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
6304         to prevent references to temp files.
6306 1999-06-30  Richard Stallman  <rms@gnu.org>
6308         * progmodes/sh-script.el (sh-feature): If nothing is known
6309         about the given shell, use the values for `sh'.
6311 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6313         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
6314         to make it non-recursive.
6316         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
6318 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6320         * auto-show.el (auto-show-mode): Fix Typo in :set.
6322 1999-06-29  Richard M. Stallman  <rms@gnu.org>
6324         * progmodes/sh-script.el (sh-mode): When setting syntax
6325         table, default to the standard one.
6327 1999-06-27  Richard M. Stallman  <rms@gnu.org>
6329         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
6331 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
6333         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
6334         a frame when `return' is requested (even if pop-up-frames = t)
6335         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
6336         should only be set for the bibtex buffer.
6338         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
6340         * progmodes/compile.el: Deal with compilation-error-screen-columns
6341         being buffer-local.
6343 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6345         * comint.el (comint-password-prompt-regexp): Allow "(again)".
6347 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6349         * cal-x.el (calendar-only-one-frame-setup): New function.
6350         * calendar.el (calendar): Call it if requested.
6352 1999-06-24  Karl Heuer  <kwzh@gnu.org>
6354         * startup.el (iso-8859-n-locale-regexp): Doc fix.
6356 1999-06-22  Richard M. Stallman  <rms@gnu.org>
6358         * mail/supercite.el (sc-emacs-features): Doc fix.
6360 1999-06-22  Karl Heuer  <kwzh@gnu.org>
6362         * files.el (auto-mode-alist): Add pike-mode.
6364 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
6366         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
6367         last byte of a numeric field is a space or a NUL.  Parse it as
6368         potentially part of the number.  This is used by GNU tar
6369         1.12.64012 to handle larger values.
6371 1999-06-20  Karl Heuer  <kwzh@gnu.org>
6373         * custom.el (custom-handle-keyword): Fix error message.
6375 1999-06-18  Andrew Innes  <andrewi@gnu.org>
6377         * mail/smtpmail.el (smtpmail-send-it): Use
6378         convert-standard-filename to make file names for queued mail safe
6379         on Windows (`:' is invalid in file names on Windows).
6381 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
6383         * international/mule-cmds.el (describe-current-input-method):
6384         Current-input-method is string.
6385         (toggle-input-method): Docstring fixed.
6387         * international/mule-diag.el
6388         (describe-current-coding-system-briefly): Fix format string.
6390         * international/mule-util.el (coding-system-eol-type-mnemonic):
6391         Docstring modified.  Return a string.
6393 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
6395         * sql.el (sql-input-ring-file-name): Doc fix.
6397 1999-06-17  Richard M. Stallman  <rms@gnu.org>
6399         * calendar/cal-x.el (special-display-buffer-names):
6400         Don't put (get-file-buffer diary-file) on this list.
6402 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
6404         * play/mpuz.el (mpuz-try-proposal): Fix message call.
6405         Don't penalize player for certain impossible guesses.
6407 1999-06-16  Andrew Innes  <andrewi@gnu.org>
6409         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
6410         return the string "Unk  0  0000" so at least it appears to be a
6411         valid timestamp to `dired-move-to-filename-regexp'.
6413 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
6415         * ps-print.el (ps-control-character): Fix previous change.
6417 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6419         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
6420         multiple output of the last message.
6422 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
6424         * term/internal.el (IT-display-table-setup): Do not remap \222 to
6425         the ASCII apostrophe, as most DOS codepages have some other glyph
6426         there.
6428 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
6430         * language/ethio-util.el (setup-ethiopic-environment-internal):
6431         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
6432         (exit-ethiopic-environment): Likewize.
6434 1999-06-12  Richard M. Stallman  <rms@gnu.org>
6436         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
6438 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6440         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
6441         custom-initialize-default to avoid infinite loop.
6442         (crisp-mode): (defun) Call transient-mark-mode here, not when
6443         loading the file.  Run crisp-mode-hook here, and run
6444         crisp-load-hook when loading the file.
6446         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
6447         rmail-summary buffer, search for pattern in rmail-file.
6449         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
6451         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
6453         * ps-print.el (ps-printer-name): Fix custom type.
6455 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
6457         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
6458         (vhdl-port-paste-generic-map): Fix indentation bug.
6459         (vhdl-port-paste-port-map): Fix indentation bug.
6460         (vhdl-scan-file-contents): Make scanning case insensitive.
6462 1999-06-11  Richard M. Stallman  <rms@gnu.org>
6464         * files.el (write-file): When buffer is not already visiting a file,
6465         don't put buffer name in the minibuffer, just make it the default.
6466         Also handle just directory as arg usefully in that case.
6468         * simple.el (sendmail-user-agent-compose):
6469         Ignore case when inserting the rest of the "other" headers.
6471         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
6473         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
6474         (info-lookup-interactive-arguments): Never insert the default
6475         into the minibuffer automatically.
6477         * emacs-lisp/cl-extra.el (getf): Don't call get*.
6479 1999-06-09  Richard M. Stallman  <rms@gnu.org>
6481         * simple.el (shell-command): Avoid printing "mark set" message.
6483 1999-06-09  Dave Love  <fx@gnu.org>
6485         * progmodes/compile.el (compilation-error-regexp-alist): Allow
6486         digits in program name in first pattern.
6488 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6490         * vc.el (vc-dired-mode): Don't match anything before the date in
6491         dired-move-to-filename-regexp.
6493 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
6495         * international/quail.el (quail-define-rules): Fix typo in
6496         docstring.
6498 1999-06-05  Stephen Eglen  <stephen@gnu.org>
6500         * iswitchb.el (iswitchb-default-keybindings): Add
6501         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
6502         than when package is loaded.
6504 1999-06-04  Richard M. Stallman  <rms@gnu.org>
6506         * startup.el (command-line): Don't set user-init-file directly;
6507         tell `load' to set it.
6509         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
6511         * simple.el (next-history-element):
6512         Handle minibuffer-text-before-history properly when reading sexps.
6514         * disp-table.el (standard-display-european):
6515         For an interactive call by the user,
6516         don't set enable-multibyte-characters,
6517         and don't set the terminal coding system.
6519         * textmodes/refbib.el: Don't print any messages or display
6520         a buffer when loading the library.
6521         (r2b-help): Doc fix.
6522         (r2b-help-message): Update the documentation.
6523         (r2b-load-quietly): Variable deleted.
6524         (r2b-convert-buffer): Doc fix.
6526 1999-06-04  Dave Love  <fx@gnu.org>
6528         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
6530         * auto-show.el: Don't change hooks on loading.
6531         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
6532         (auto-show-mode): Add to hooks here.
6534 1999-06-04  Richard Sharman  <rsharman@pobox.com>
6536         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
6537         recursion on bogus input.
6539 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
6541         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
6542         does not select a buffer from the buffers menu, then the attached
6543         frame is not switched to anything.
6545 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
6547         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
6548         (viet-viscii-...->viet-vscii...).
6550         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
6552 1999-06-01  Dave Love  <fx@gnu.org>
6554         * progmodes/fortran.el: Add :link to defgroup.
6555         (fortran-blink-matching-if): Match ELSE statements too.
6556         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
6557         that filling is always done.
6559 1999-05-31  Richard M. Stallman  <rms@gnu.org>
6561         * simple.el (append-next-kill): Use an arg to distinguish
6562         interactive calls from Lisp calls, rather than (interactive-p).
6564         * international/iso-transl.el (iso-transl-language-alist):
6565         Interchange n and N.
6567 1999-05-31  Dave Love  <fx@gnu.org>
6569         * msb.el Add to minor-mode-map-alist.  Remove hook installation
6570         and keymap munging on load.
6571         (msb-mode): New option.
6572         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
6573         Doc fix.
6574         (msb-mode-map): New variable.
6575         (msb-mode): New command.
6577 1999-05-31  Dave Love  <fx@gnu.org>
6579         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
6580         (ispell-complete-word-dict): Likewise.
6582 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
6584         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
6585         force the data buffer to be saved, even if the data didn't
6586         change, in case the write filter was modified.  Restore the
6587         current record after read-file-filter finishes.
6589 1999-05-29  Karl Heuer  <kwzh@gnu.org>
6591         * ispell4.el: Obsolete; file deleted.
6593         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
6595         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
6596         VALUE is a syntax table.
6598         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
6600         * simple.el (zap-to-char): Doc fix.
6602 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
6604         * isearch.el (isearch-quote-char): Don't assume character codes
6605         0200 - 0237 stand for characters in some single-byte character
6606         charset.
6608 1999-05-27  Dave Love  <fx@gnu.org>
6610         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
6612 1999-05-27  Andreas Schwab  <schwab@gnu.org>
6614         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
6615         headerline does not exist already.
6617 1999-05-26  Richard Stallman  <rms@gnu.org>
6619         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6620         Avoid nested null-loops.
6622 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
6624         * international/characters.el: Typo fixed; prefered->preferred.
6626         * international/mule-cmds.el (find-coding-systems-for-charsets):
6627         Typo fixed; prefered->preferred.
6629         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
6630         method in read-event.
6632         * international/mule.el (charset-info): Doc-string fixed.
6634 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
6636         * mail/smtpmail.el (smtpmail-send-it): Bind
6637         smtpmail-code-conv-from properly.
6638         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
6639         by smtpmail-code-conv-from.
6641 1999-05-24  Richard Stallman  <rms@gnu.org>
6643         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
6644         Binding deleted also.
6646 1999-05-24  Karl Heuer  <kwzh@gnu.org>
6648         * comint.el (comint-bol-or-process-mark): Doc fix.
6650 1999-05-23  Dave Love  <fx@gnu.org>
6652         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
6653         Enter it on minor-mode-map-alist.
6654         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
6655         Autoload.  Add custom setter.
6656         (crisp-mark-line): Doc fix.
6657         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
6658         (crisp-mode-hook): Define.
6660 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
6662         * files.el (recover-file): Recover buffer-file-coding-system.
6664 1999-05-22  Richard Stallman  <rms@gnu.org>
6666         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
6667         regexp match the date, to avoid treating date as file size.
6668         Add YYYY S option to WESTERN/
6670         * bookmark.el: Delete some XEmacs compatibility code.
6671         (bookmark-jump-noselect): Check vc-backend.
6673         * subr.el (add-to-list): Doc fix.
6675 1999-05-21  Stephen Eglen  <stephen@gnu.org>
6677         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
6679 1999-05-18  Richard Stallman  <rms@gnu.org>
6681         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
6682         non-space after the @anchor command.
6683         (texinfo-format-var): Handle other nested constructs, using
6684         texinfo-parse-expanded-arg and texinfo-discard-command, not
6685         texinfo-parse-arg-discard.
6687         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
6688         (debug): Bind and use debugger-outer-inhibit-redisplay.
6689         Bind inhibit-redisplay to nil.
6690         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
6692 1999-05-17  Dave Love  <fx@gnu.org>
6694         * help.el (describe-function-1): Extra arg, interactive-p.
6695         (describe-key, describe-function): Use it.
6697 1999-05-17  Karl Heuer  <kwzh@gnu.org>
6699         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
6701 1999-05-16  Dave Love  <fx@gnu.org>
6703         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
6704         scroll-preserve-screen-position, scroll-conservatively.
6706 1999-05-16  Dave Love  <fx@gnu.org>
6708         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
6710 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
6712         * progmodes/vhdl-mode.el: Completely revised and massively extended.
6714 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6716         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
6717         magic number and is not associated with a file.
6719 1999-05-14  Richard M. Stallman  <rms@gnu.org>
6721         * files.el (find-file-noselect-1): Fix previous change.
6723 1999-05-14  Simon Marshall  <simon@gnu.org>
6725         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
6727 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
6729         * international/mule-diag.el (mule-diag): Change MULE to Mule in
6730         docstring.
6732         * international/mule-cmds.el: Change MULE to Mule in docstrings
6733         and menus.
6735 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
6737         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
6738         to correctly reflect the value of BaseLineOffset in
6739         RelativeCompose.  Now the value of RelativeCompose is an array of
6740         low and high positions.
6741         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
6742         RLC for the above change.
6744 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
6746         * comint.el (comint-password-prompt-regexp): Modified to match the
6747         output of ksu and ssh-add.
6749 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
6751         * language/korea-util.el (isearch-toggle-korean-input-method):
6752         Adjusted for the change of input method handling in isearch.el.
6753         (isearch-hangul-switch-symbol-ksc): Likewise.
6754         (isearch-hangul-switch-hanja): Likewise.
6756 1999-05-10  Dave Love  <fx@gnu.org>
6758         * help.el (help-make-xrefs): Fix typo.
6760 1999-05-10  Andreas Schwab  <schwab@gnu.org>
6762         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
6763         unibyte-display-via-language-environment.
6765         * help.el (help-make-xrefs): Handle more cases when looking for
6766         commands in a keymap description.
6768 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
6770         * loadup.el: For ms-dos systems, load ccl and codepage.
6772 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
6774         * ps-print.el (ps-control-character): Call
6775         ps-mule-prepare-ascii-font to setup ASCII fonts.
6777         * ps-mule.el (ps-mule-begin-job): Redo this change "if
6778         ps-multibyte-buffer is nil, use
6779         ps-mule-font-info-database-default."
6781 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
6783         * ispell.el (ispell-local-dictionary-alist): New variable for
6784         customizing local dictionaries not accessable by everyone.
6785         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
6786         (ispell-required-version): Changed format `(major minor
6787         revision)' to support general pattern matching.
6788         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
6789         skip region commented out due to incorrect skip potential in std latex.
6790         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
6791         cursor point on small words for calls from `ispell-minor-mode'.
6792         (check-ispell-version): Tests and accepts versions major.minor
6793         and above, with adjustments for interactions in 3.1.0-3.1.11.
6794         (ispell-get-line): No longer skips ispell process special characters.
6795         (ispell-comments-and-strings): Removed `when' macro call.
6796         (ispell-minor-check): Requires ispell-word to restore cursor point.
6797         (ispell-buffer-local-parsing): Supports checking comments only.
6799 1999-05-08  Karl Heuer  <kwzh@gnu.org>
6801         * comint.el (comint-password-prompt-regexp): Fix last change to be
6802         more specific.
6804 1999-05-07  Richard M. Stallman  <rms@gnu.org>
6806         * subr.el (with-temp-message): Fix the other call to message
6807         to use %s.
6809 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
6811         * gud.el (gud-format-command): "%F" means file sans extension.
6812         (jdb): Use %F, not %f, for gud-break.
6814 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
6816         * comint.el (comint-password-prompt-regexp): Modified so that it
6817         matches the output of kinit.
6819 1999-05-06  Greg Stark  <gsstark@mit.edu>
6821         * timezone.el (timezone-parse-date): Recognize new format used in
6822         internet cookies.
6824 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
6826         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
6828 1999-05-04  Andrew Innes  <andrewi@gnu.org>
6830         * time.el (display-time-update): Allow for wrap-around when
6831         checking against display-time-server-down-time.
6833 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
6835         * international/mule-diag.el (describe-coding-system): Fix English
6836         message.
6838 1999-05-03  Jason Rumney <jasonr@altavista.net>
6840         * term/w32-win.el: Change the x-charset-registry property for the
6841         Japanese charsets that are supported by Japanese Windows fonts.
6843 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6845         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
6846         diary-block diary entries for which the reminders and the diary
6847         entries can overlap.
6849 1999-05-02  Jason Rumney <jasonr@altavista.net>
6851         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
6852         matches the font selected in the dialog.
6854 1999-05-02  Dave Love  <fx@gnu.org>
6856         * browse-url.el (browse-url-browser-function): Add :version.
6858         * international/mule.el (auto-coding-alist): Add .tgz.
6860 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
6862         * international/codepage.el (cp-coding-system-for-codepage-1):
6863         Make the magnification parameter for the -dos encoder be 2.
6865 1999-05-2  Andrew Innes  <andrewi@gnu.org>
6867         * term/w32-win.el (w32-drag-n-drop): Select file in window where
6868         it is dropped, rather than current window.
6870         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
6871         after switching buffer, as case-fold-search is a buffer local
6872         variable.
6874         * w32-fns.el (convert-standard-filename): Only convert directory
6875         separators to backslash if the interactive shell is one of the
6876         standard Windows shells that has DOS semantics.
6878         * ls-lisp.el (ls-lisp-format-time): Trap errors from
6879         format-time-string, and return a suitable string to indicate the
6880         timestamp was invalid.
6882         * hexl.el (hexlify-command): Apply shell-quote-argument after
6883         expanding hexl-program in case exec-directory contains a space.
6884         (dehexlify-command): Ditto.
6886         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
6887         file extension regexps which aren't necessarily binary files.
6888         (direct-print-region-helper): Use subst-char-in-string instead of
6889         binding directory-sep-char to convert filenames to DOS syntax.
6890         (direct-print-region-use-command-dot-com): New variable.
6891         (direct-print-region-helper): Use it to control whether to invoked
6892         command.com to print on Windows 9x.
6894         * browse-url.el (browse-url-browser-function): Default to
6895         browse-url-default-windows-browser on windows-nt.
6896         (browse-url-default-windows-browser): New function.
6898 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
6900         * forms.el (forms-mode): Don't call forms-first-record or
6901         forms-last-record if the data file has zero records.
6903 1999-04-29  Richard M. Stallman  <rms@gnu.org>
6905         * files.el (find-file-noselect-1): If buffer-file-name has changed
6906         after find-file-not-found-hooks runs, recompute the truename.
6907         And don't use FILENAME after that point.
6909 1999-04-27  Dave Love  <fx@gnu.org>
6911         * paren.el (show-paren-mode)
6912         * which-func.el (which-func-mode-global)
6913         * type-break.el (type-break-mode)
6914         * time.el (display-time-mode)
6915         * rsz-mini.el (resize-minibuffer-mode)
6916         * mouse-sel.el (mouse-sel-mode)
6917         * icomplete.el (icomplete-mode)
6918         * hscroll.el (hscroll-global-mode)
6919         * help.el (temp-buffer-resize-mode)
6920         * font-lock.el (global-font-lock-mode)
6921         * delsel.el (delete-selection-mode)
6922         * avoid.el (mouse-avoidance-mode)
6923         * autoinsert.el (auto-insert-mode)
6924         * winner.el (winner-mode): Doc fix.
6926 1999-04-26  Karl Heuer  <kwzh@gnu.org>
6928         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
6929         the same whitespace that was ignored in choosing the subject string.
6931 1999-04-26  Richard M. Stallman  <rms@gnu.org>
6933         * info.el (Info-find-node): Position properly after finding anchor.
6935         * cus-start.el (all): Handle unibyte-display-via-language-environment.
6937         * simple.el (indent-new-comment-line): Fix previous change.
6939         * complete.el: Delete the wildcard expansion feature
6940         since that is now standard in find-file.
6941         (PC-try-load-many-files): Function deleted.
6942         (PC-after-load-many-files): Function deleted.
6943         (PC-many-files-list): Variable deleted.
6944         (PC-disable-wildcards): Variable deleted.
6945         (partial-completion-mode): Don't enable the wildcard feature.
6947         * complete.el (PC-look-for-include-file): Don't set global variables
6948         `error', `buf' and `filename' here.
6950         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
6952 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
6954         * textmodes/outline.el (outline-regexp): Doc fix.
6956 1999-04-26  John Wiegley  <johnw@borland.com>
6958         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
6959         C++Builder 4.0 error message syntax.
6961 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
6963         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
6964         supported, use find -exec.
6966 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
6968         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
6969         coding-system-for-write, to avoid hanging when non-interactive.
6971 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
6973         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
6974         start with a newline.
6976 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
6978         * international/mule-conf.el (x-ctext): New coding system.
6980 1999-04-12  Richard M. Stallman  <rms@gnu.org>
6982         * international/mule-cmds.el (input-method-function):
6983         Add permanent-local property.
6985 1999-04-12  Dave Love  <fx@gnu.org>
6987         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
6988         change to use jka-compr-byte-compiler-base-file-name.
6990         * supercite.el (sc-scan-info-alist): Revert last change.
6991         (sc-attrib-selection-list): Fix :type here instead.
6993 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
6995         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
6996         in the list of case-insensitive filesystems.
6998 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
7000         * international/fontset.el (create-fontset-from-fontset-spec):
7001         Don't register duplicated alias fontset names.
7003 1999-04-08  Richard Stallman  <rms@gnu.org>
7005         * international/mule.el (auto-coding-alist-lookup): New function.
7006         (set-auto-coding): Use auto-coding-alist-lookup.
7008         * jka-compr.el (jka-compr-insert-file-contents):
7009         Use auto-coding-alist-lookup to check for files that
7010         should not have eol conversion, in the unibyte case.
7012 1999-04-07  Dave Love  <fx@gnu.org>
7014         * help.el (describe-variable): Check custom-loads property as well
7015         as custom-type.
7017         * abbrev.el (abbrev-mode): Customizing sets the default value.
7019 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7021         * vc.el (vc-backend-revert): For CVS files that were made
7022         writeable with "cvs edit", call "cvs unedit" to undo that.
7024 1999-04-08  Dave Love  <fx@gnu.org>
7026         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7027         more.
7028         (sc-emacs-features): Recognize Emacs 20.
7029         (sc-read-string): Use history arg.
7030         (sc-scan-info-alist): Check for rtnvalue a cons.
7032 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
7034         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7035         coding system to encode the message by
7036         select-message-coding-system.
7038 1999-04-07  Richard Stallman  <rms@gnu.org>
7040         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7042         * winner.el: Reorder definitions.
7044         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7046         * mail/rmail.el (rmail-decode-babyl-format):
7047         Undo previous change.
7049 1999-04-06  Richard Stallman  <rms@gnu.org>
7051         * info.el (Info-find-node): Check for an anchor at the
7052         proper place, before reading an indirect file.
7054         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7056         * jka-compr.el (jka-compr-insert-file-contents):
7057         Use raw-text-unix when we want no conversion.
7059 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7061         * timezone.el (timezone-parse-date): Corrected regexp for
7062         style (5) date format so that tenths of seconds are optional.
7064 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
7066         * term/internal.el (dos-cpNNN-setup): New function, with the guts
7067         of dos-codepage-setup.
7068         (cjk-codepages-alist): New variable, an alist of Far-Eastern
7069         codepages for which there's no need to set up cpNNN coding
7070         systems.
7071         (dos-codepage-setup): Support Far-Eastern DOS terminals.
7073 1999-04-05  Richard Stallman  <rms@gnu.org>
7075         * mail/rmail.el (rmail-ignored-headers): Doc fix.
7077 1999-04-02  Richard Stallman  <rms@gnu.org>
7079         * progmodes/compile.el (compilation-handle-exit): Do right thing
7080         if (car status) doesn't end in a newline.
7082 1999-04-01  Dave Love  <fx@gnu.org>
7084         * progmodes/sql.el (SQL): Add defgroup :version.
7086 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7088         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7089         buffer-file-coding-system.  If the coding system used is raw-text,
7090         etc., make the *Compiler Input* buffer unibyte.
7092         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7094         * loadup.el: Don't write the fns-...el file if not dumping.
7096 1999-03-31  Dave Love  <fx@gnu.org>
7098         * snmp-mode.el (snmp): Fix defgroup :version.
7100         * hilit-chg.el (highlight-changes): Add defgroup :version.
7102 1999-03-31  Andreas Schwab  <schwab@gnu.org>
7104         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7105         the gnus-save-hidden-threads macro.
7107 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
7109         * faces.el (face-set-after-frame-default): Obey the
7110         `customized-face' for new faces.
7112 1999-03-30  Dave Love  <fx@gnu.org>
7114         * international/mule-cmds.el (current-language-environment): Doc fix.
7115         * abbrev.el (abbrev-mode): Doc fix.
7116         * autoinsert.el (auto-insert-mode): Doc fix.
7117         * complete.el (partial-completion-mode): Doc fix.
7118         * avoid.el (mouse-avoidance-mode): Doc fix.
7119         * delsel.el (delete-selection-mode): Doc fix.
7120         * font-lock.el (global-font-lock-mode): Doc fix.
7121         * help.el (temp-buffer-resize-mode): Doc fix.
7122         * hscroll.el (hscroll-global-mode): Doc fix.
7123         * icomplete.el (icomplete-mode): Doc fix.
7124         * mouse-sel.el (mouse-sel-mode): Doc fix.
7125         * paren.el (show-paren-mode): Doc fix.
7126         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7127         * time.el (display-time-mode): Doc fix.
7128         * type-break.el (type-break-mode): Doc fix.
7129         * which-func.el (which-func-mode-global): Doc fix.
7130         * winner.el (winner-mode): Doc fix.
7132 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
7134         * wid-edit.el (widget-before-change): Signal text-read-only rather
7135         than an ordinary error.
7137 1999-03-30  Richard M. Stallman  <rms@gnu.org>
7139         * repeat.el: Don't require advice.
7140         (repeat): Do function-indirection in check for kbd macro.
7141         In self-insert case, use the *last* char in INSERTION.
7143 1999-03-30  Karl Heuer  <kwzh@gnu.org>
7145         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
7147 1999-03-29  Andreas Schwab  <schwab@gnu.org>
7149         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
7150         comint-input-filter-functions.  Make variables related to shell
7151         directory tracking local.
7153 1999-03-26  Andreas Schwab  <schwab@gnu.org>
7155         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
7157         * simple.el (shell-command-on-region): Cope with exit-status being
7158         nil, which happens if call-process-region was interrupted.
7160 1999-03-26  Richard M. Stallman  <rms@gnu.org>
7162         * simple.el (indent-new-comment-line): Handle use at a point
7163         after a comment-end.  Handle multiple comments.
7165         * mail/rmail.el (rmail-decode-babyl-format):
7166         To prevent locking, bind buffer-file-name to nil.
7168 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
7170         * mail-hist.el (mail-hist-current-header-name): Don't make
7171         off-by-one-error when determining if in message body.
7173 1999-03-25  Andrew Innes  <andrewi@gnu.org>
7175         * w32-fns.el (set-default-process-coding-system): Copied from
7176         dos-w32.el, but modified to use Unix line endings for process
7177         input, and to add a suitable entry to process-coding-system-alist
7178         for DOS shells.
7180         * dos-fns.el (set-default-process-coding-system): Copied from
7181         dos-w32.el.
7183         * dos-w32.el (set-default-process-coding-system): Move function to
7184         dos-fns.el; a different version is used in w32-fns.el.
7186 1999-03-24  Dave Love  <fx@gnu.org>
7188         * info.el (Info-directory-list): Revert change to re-writing
7189         Info-default-directory-list, but put `alternative' first.
7190         (Info-insert-dir): Modify selecting the top dir file as a consequence.
7192 1999-03-23  Simon Marshall  <simon@gnu.org>
7194         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
7195         on the line by itself.
7196         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
7197         it is not in a declarative context.
7199 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7201         * cus-edit.el (custom-variable-prompt): Allow customization of
7202         autoloaded symbols.
7204 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
7206         * simple.el (what-cursor-position): Don't cause error when point
7207         is at invalid multibyte sequence.
7209 1999-03-21  Karl Heuer  <kwzh@gnu.org>
7211         * complete.el (partial-completion-mode): Doc fix.
7213 1999-03-19  Richard M. Stallman  <rms@gnu.org>
7215         * progmodes/cplus-md.el (old-c++): Remove :group.
7217         * progmodes/c-mode.el (old-c): Remove :group.
7219 1999-03-18  Simon Marshall  <simon@gnu.org>
7221         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
7222         (java-font-lock-keywords-2): Added "strictfp" keyword.
7224 1999-03-17  Jason Rumney <jasonr@altavista.net>
7226         * w32-fns.el (set-w32-system-coding-system) New function.
7227         (w32-system-coding-system) Initialize to 'iso-latin-1.
7229 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
7231         * international/mule-cmds.el (set-language-environment): Fix
7232         previous change: don't use dos-codepage when unbound.
7234 1999-03-17  Karl Heuer  <kwzh@gnu.org>
7236         * calendar/appt.el (appt-make-list): Fix previous change.
7238 1999-03-16  Richard M. Stallman  <rms@gnu.org>
7240         * window.el (shrink-window-if-larger-than-buffer):
7241         Don't try to redisplay with the cursor at the end
7242         on its own line--that would force a scroll and spoil things.
7244 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
7246         * international/mule-cmds.el (set-language-environment): Don't use
7247         cpNNN-nonascii-translation-table if it is unbound.
7249         * term/internal.el (dos-codepage-setup): Compute the unibyte
7250         syntax table and bind unibyte-display-via-language-environment
7251         here, rather than at top level, so that resetting to unibyte in
7252         .emacs works as expected.
7254 1999-03-15  Simon Marshall  <simon@gnu.org>
7256         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
7258 1999-03-14  Milan Zamazal <pdm@pvt.net>
7260         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
7262 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
7264         * international/mule-util.el (detect-coding-with-priority):
7265         Restore the internal database.
7267 1999-03-14  Stephen Eglen  <stephen@gnu.org>
7269         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
7270         if mail-from-style has invalid value.
7272 1999-03-12  Karl Heuer  <kwzh@gnu.org>
7274         * vc.el (vc-delete-logbuf-window): New var.
7275         (vc-finish-logentry): Use it.
7277 1999-03-12  Richard M. Stallman  <rms@gnu.org>
7279         * startup.el (command-line-1): Improve startup msg.
7281 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
7283         * speedbar.el: Added commentary about stealthy functions.
7284         (speedbar-message) new function.
7285         (speedbar-y-or-n-p): New function
7286         (speedbar-with-attached-buffer) Moved macro before reference.
7287         Now uses `save-selected-window'.
7288         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
7289         speedbar-generic-item-info, speedbar-item-info-file-helper,
7290         speedbar-item-delete, speedbar-insert-generic-list,
7291         speedbar-timer-fn, speedbar-check-vc-this-line,
7292         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
7293         speedbar-buffers-item-info) Use speedbar-message.
7294         (speedbar-item-info) Limit `message-log-max'.
7295         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
7296         speedbar-item-delete, speedbar-item-object-delete,
7297         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
7299 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
7301         * server.el (server-start): Set coding system for the server
7302         process to raw-text.
7303         (server-process-filter): Decode file names if necessary.
7305 1999-03-12  Dave Love  <fx@gnu.org>
7307         * textmodes/fill.el (sentence-end-double-space): Doc fix.
7309         * textmodes/paragraphs.el (sentence-end): Doc fix.
7311 1999-03-11  Karl Heuer  <kwzh@gnu.org>
7313         * comint.el (comint-password-prompt-regexp): Accept "login password:"
7315 1999-03-09  Karl Heuer  <kwzh@gnu.org>
7317         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
7318         (ispell-dictionary-alist-2): Likewise.
7319         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
7320         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
7321         (ispell-dictionary-alist): Build from six pieces, not just two.
7323         * ps-bdf.el (bdf-directory-list): Doc fix.
7325         * enriched.el (enriched-mode): Make var permanent-local.
7327 1999-03-09  Dave Love  <fx@gnu.org>
7329         * textmodes/sgml-mode.el (html-mode): Use
7330         sentence-end-double-space when setting sentence-end.
7332 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
7334         * language/thai.el (tis-620): New alias coding system for thai-tis620.
7336 1999-03-08  Felix Lee  <flee@cygnus.com>
7338         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
7340         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
7342 1999-03-08  Karl Heuer  <kwzh@gnu.org>
7344         * dired-aux.el (dired-do-copy-regexp): Doc fix.
7345         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7347         * dired.el (dired-do-copy-regexp): Doc fix.
7348         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7350 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
7352         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
7354 1999-03-08  Jason Rumney <jasonr@altavista.net>
7356         * international/codepage.el (cp1250-decode-table)
7357         (cp1251-decode-table, cp1253-decode-table)
7358         (cp1257-decode-table): New translation tables for MS Windows codepages.
7359         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
7361 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
7363         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
7365 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
7367         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
7369         * term/internal.el (top level): Display character 255 as 8bit as well.
7371 1999-03-06  Dave Love  <fx@gnu.org>
7373         * progmodes/cc-cmds.el (c-outline-level): Bind
7374         buffer-invisibility-spec.
7376         * progmodes/c-mode.el (c-outline-level): Likewise.
7378         * progmodes/ada-mode.el (ada-outline-level): Likewise.
7380 1999-03-05  Felix Lee  <flee@cygnus.com>
7382         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
7384 1999-03-05  Richard M. Stallman  <rms@gnu.org>
7386         * bindings.el (complete-symbol): Invert meaning of prefix arg.
7388 1999-03-05  Andrew Innes  <andrewi@gnu.org>
7390         * w32-fns.el (convert-standard-filename): Convert directory
7391         separators to Windows format.
7393 1999-03-05  Andreas Schwab  <schwab@gnu.org>
7395         * international/skkdic-cnv.el: Provide skkdic-cnv.
7396         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
7397         (batch-skkdic-convert): Doc fix.
7399 1999-03-04  Dave Love  <fx@gnu.org>
7401         * custom.el (custom-set-variables): Protect against setter errors.
7403 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
7405         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
7406         the file sizes from overflowing.
7407         (ls-lisp-format): If file size is a float, use %8.0f to print it.
7408         Under -s, print the size in blocks with %4.0f, in case they have
7409         a *really* huge file.
7411 1999-03-03  Dave Love  <fx@gnu.org>
7413         * options.el (edit-options): Doc fix.
7414         (list-options): Don't lose with unbound symbols.  Maintain
7415         Edit-options-mode.
7417 1999-03-01  Dave Love  <fx@gnu.org>
7419         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
7421 1999-02-28  Richard M. Stallman  <rms@gnu.org>
7423         * ispell.el (ispell-dictionary-alist-override): New variable.
7424         (ispell-dictionary-alist): Don't setq it,
7425         if ispell-dictionary-alist-override is set.
7427         * simple.el (shell-command-default-error-buffer): Renamed from
7428         shell-command-on-region-default-error-buffer.
7429         (shell-command-on-region): Mention in echo area when there
7430         is some error output.  Mention success or failure, too.
7431         Accumulate multiple error outputs
7432         going forward, with formfeed in between.  Display the error buffer
7433         when we have put something in it.
7434         (shell-command): Add the ERROR-BUFFER argument feature.
7436 1999-02-28  Karl Heuer  <kwzh@gnu.org>
7438         * mail/mh-utils.el (mh-lib): Doc fix.
7439         (mh-lib-progs, mh-nmh-p): New vars.
7440         (mh-find-progs): Set mh-lib-progs along with other vars.
7441         (mh-path-search): New arg FUNC-P; if specified, use that instead
7442         of mh-file-command-p.
7443         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
7445         * mail/mh-comp.el (mh-repl-formfile): New var.
7446         (mh-smail-batch): Don't ignore all arguments.
7447         (mh-reply): Do the right thing when using nmh.
7449 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
7451         * international/mule-cmds.el (select-safe-coding-system): Be sure
7452         to show a buffer being decoded.
7454 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
7456         * ps-bdf.el (bdf-directory-list): Initialize it to
7457         '("/usr/local/share/emacs/fonts/bdf").
7459 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7461         * ps-print.el: PostScript programming fix.
7462         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
7463         setpagedevice operator).
7465 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7467         * ps-print.el: Doc fix, font size specifies landscape and portrait
7468         sizes.
7469         (ps-print-version): New version number (4.1.4).
7470         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
7471         Specifies landscape and portrait sizes.
7472         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
7473         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
7474         fix.
7475         (ps-get-font-size): New fun.
7476         (ps-font-size-internal, ps-header-font-size-internal)
7477         (ps-header-title-font-size-internal): New vars.
7479         * ps-mule.el: Change of ps-print font size variable name.
7480         (ps-mule-generate-font): Fun fix.
7481         (ps-mule-begin-job): Programming uniformization.
7483 1999-02-25  Dave Love  <fx@gnu.org>
7485         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
7486         (help-make-xrefs): Do Info case first.
7488         * repeat.el: Don't require advice.
7489         (repeat-last-kill-command): Variable deleted.
7491 1999-02-25  Richard Stallman  <rms@gnu.org>
7493         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
7494         case just because the current buffer is the output buffer.
7496 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
7498         * simple.el (what-cursor-position): To show the character's
7499         encoding, use encoded-string-description instead of information
7500         of chaset-origin-alist.
7502         * international/mule-cmds.el (iso-2022-control-alist): New variable.
7503         (encoded-code-description): New function.
7504         (encoded-string-description): New function.
7505         (encode-coding-char): New function.
7507 1999-02-25  Andrew Innes  <andrewi@gnu.org>
7509         * startup.el (command-line) [windows-nt]: Fix typo in regexp
7510         checking for .emacs[.el[c]].
7512 1999-02-24  Richard Stallman  <rms@gnu.org>
7514         * help.el (describe-function-1): Don't print a whole lambda-function.
7516 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
7518         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
7519         inputting ?\240.
7521 1999-02-23  Karl Heuer  <kwzh@gnu.org>
7523         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
7525         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
7526         (clean-buffer-list-kill-buffer-names): Doc fix.
7528         * gud.el (gud-jdb-massage-args): Spelling fix.
7530 1999-02-23  Richard M. Stallman  <rms@gnu.org>
7532         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
7534 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
7536         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
7537         excursion while calling set-auto-coding-function.
7539         * play/handwrite.el (handwrite): Require ps-print, and use
7540         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
7541         if it's defined, instead of forking ps-lpr-command unconditionally.
7543 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
7545         * international/codepage.el (cp-coding-system-for-codepage-1): Put
7546         charset-origin-alist property to a coding system for the codepage.
7548         * international/mule.el: Modify comment for charset-origin-alist
7549         property of a coding system.
7551         * simple.el (what-cursor-position): charset-origin-alist property
7552         of a coding system may be a translation table or a symbol of which
7553         `translation-table' property is a translation table.
7555 1999-02-21  Richard Stallman  <rms@gnu.org>
7557         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
7558         to the "html" template.
7560 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
7562         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
7564 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
7566         * dirtrack.el (dirtrack): Check for the prompt in the input string
7567         instead of the buffer.
7569 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
7571         * sql.el: Set version to 1.4.1.  Changed mail address to
7572         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
7573         (sql-input-ring-separator): Doc fix.
7574         (sql-mode-syntax-table): double-dash starts comments is defined as
7575         ". 56" instead of ". 12b" for XEmacs.
7576         (sql-stop, sql-interactive-mode): Doc fixes.
7577         (sql-postgres): Queries for database and server, not just one.
7578         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
7580         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
7581         changed.  This is needed for master.el to work.
7582         (sql-set-sqli-buffer): Use the new hook.
7584         * sql.el (sql-make-alternate-buffer-name): Function that sets
7585         sql-alternate-buffer-name.
7586         (sql-alternate-buffer-name): Possible name of SQLi buffers.
7587         (sql-interactive-mode): Set sql-alternate-buffer-name.
7588         (sql-rename-buffer): New command.
7589         (sql-interactive-mode-menu): Menu for SQLi buffers.
7591         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
7592         and sql-input-ring-file-name are used to temporarily set
7593         comint-input-ring-file-name and comint-input-ring-separator when
7594         reading and writing input history files.
7596         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
7597         (sql-input-ring-file-name): New variable with customization.
7598         (sql-input-ring-separator): New variable with customization.
7599         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
7600         Callers changed.
7601         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
7602         now includes the name of the current buffer.
7604         (sql-mode): Set paragraph-separate and paragraph-start so that
7605         sql-send-paragraph sends the entire SQL statements, even if it
7606         contains indented lines.
7608 1999-02-18  Dave Love  <fx@gnu.org>
7610         * format.el (format-encode-run-method, format-decode-run-method):
7611         Fix previous change.
7613 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
7615         * international/mule.el (coding-system-list): Moved here from
7616         mule-util.el to avoid autoloading mule-util by the call of
7617         select-safe-coding-system.
7619 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7621         * simple.el (turn-on-auto-fill): Mark it as an option for
7622         `text-mode-hook'.
7624 1999-02-17  Richard Stallman  <rms@gnu.org>
7626         * emacs-lisp/easymenu.el (easy-menu-get-map):
7627         Don't crash if (current-local-map) is nil.
7629 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
7631         * filecache.el (file-cache-filter-regexps): Added .class.
7633 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
7635         * international/mule-util.el (decompose-region): Use
7636         insert-buffer-substring instead of insert-buffer to avoid putting
7637         mark.
7639 1999-02-17  Andreas Schwab  <schwab@gnu.org>
7641         * calendar/cal-move.el (scroll-calendar-left): Don't set
7642         displayed-month and displayed-year here, let generate-calendar do
7643         it, after range checking.
7645 1999-02-17  Simon Marshall  <simon@gnu.org>
7647         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
7649         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
7650         correctly between an object declared via a constructor and a method.
7651         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
7652         (java-font-lock-keywords-1): Fontify package names individually.
7653         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
7654         (java-font-lock-keywords-2): Simplify type fontification.
7655         (java-font-lock-keywords-3): Likewise.
7657 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
7659         * language/japanese.el (iso-2022-jp-2): New coding system.
7660         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
7662 1999-02-16  Dave Love  <fx@gnu.org>
7664         * help.el (describe-function-1): Accept non-symbols.
7666 1999-02-16  Paul Eggert  <eggert@twinsun.com>
7668         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
7669         find the last match if there are multiple matches.
7671 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7673         * tex-mode.el (tex-run-command, latex-run-command)
7674         (slitex-run-command, tex-command): Doc changes.
7675         (tex-start-options-string): Autoload it.  Doc change.  Provide
7676         a menu for customization.  Allow nil.  Quote backslashes only once.
7677         (tex-start-tex): Handle nil value of tex-start-options-string
7678         and apply shell-quote-argument to it.
7680 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
7682         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
7683         the size in blocks, since it can be a float.
7684         (ls-lisp-format): Likewise
7686 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
7688         * language/japanese.el (japanese-shift-jis): Add
7689         charset-origin-alist property.
7691 1999-02-15  Richard Stallman  <rms@gnu.org>
7693         * progmodes/compile.el (compile-internal): Use save-selected-window.
7695         * subr.el (momentary-string-display): Bind inhibit-read-only.
7697         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
7699 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
7701         * mail/rmail.el (rmail-show-message): If an unseen message has a
7702         Summary-line in its header, get past one more line before looking
7703         for the X-Coding-System header.
7705 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
7707         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
7708         explicitly to accomodate Windows 9X lack of a useful copy program.
7710 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7712         * wid-edit.el (widget-choice-value-create): Use `equal'
7713         instead of `eq'.
7715 1999-02-14  Richard Stallman  <rms@gnu.org>
7717         * international/iso-transl.el:
7718         (iso-transl-ae): Renamed from iso-transl-e-slash.
7719         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
7720         (iso-transl-AE): Renamed from iso-transl-E-slash.
7721         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
7722         (iso-transl-char-map): Related changes.
7724         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
7726 1999-02-13  Richard Stallman  <rms@gnu.org>
7728         * textmodes/texinfmt.el (texinfo-alias): New function.
7729         (texinfo-fold-nodename-case): Add defvar.
7730         (texinfo-format-node): Do case folding if specified.
7732         * ffap.el (ffap-file-at-point): Test local file names
7733         immediately.  Strip off line numbers.
7735 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
7737         * sql.el: Set version to 1.3.2
7738         (sql-solid-program): Added support for solid.
7739         (sql-help): Doc mentions sql-solid.
7740         (sql-solid): Entry function for Solid.
7741         (sql-buffer): Doc explains the use of the variable and how to
7742         change it.
7743         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
7744         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
7745         disabled if sql-buffer doesn't have a process; sql-send-paragraph
7746         is new.
7747         (sql-show-sqli-buffer): New function to display the value of
7748         sql-buffer.
7749         (sql-change-sqli-buffer): New function to change sql-buffer.
7750         (sql-mode): Doc explains how to change sql-buffer.
7751         (sql-send-paragraph): New function to send a paragraph.
7752         (sql-mode-map): Added keybinding for sql-send-paragraph.
7753         (sql-mysql): Doc corrected.
7754         (sql-ms): Doc corrected.
7756         * sql.el (sql-server): Doc fix.
7757         (sql-mysql): Added the use of sql-server to specify the host,
7758         sql-database now specifies database instead of host.
7759         (sql-mode-menu): Send... menu items are only active if sql-buffer
7760         is non-nil.
7761         (sql-help): Changed tag of entry functions a bit.
7763         * sql.el: Added keywords from `finder-by-keyword'.
7764         (sql-mode): Made sql-buffer a local variable, changed the
7765         documentation: removed instructions to add *.sql files to
7766         auto-mode-alist, added documentation for having mutliple SQL
7767         buffers sending their stuff to different SQLi buffers, each
7768         running a different process.
7769         (sql-postgres): Quoted *SQL* in doc string.
7770         (sql-ms): Likewise.
7771         (sql-ingres): Likewise.
7772         (sql-ingres): Quoted *SQL* in doc string, added references to
7773         sql-user and sql-password used during login.
7774         (sql-sybase): Quoted *SQL* in doc string, added comma.
7775         (sql-oracle): Likewise.
7776         (sql-interactive-mode): Added extensive documentation for having
7777         mutliple SQL buffers sending their stuff to different SQLi
7778         buffers, each running a different process.
7779         (sql-buffer): Changed doc from *SQL* to SQLi.
7780         (sql-get-login): Doc fix.
7782 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
7784         * international/mule-conf.el (undecided): Set ascii in
7785         safe-charsets property.
7787 1999-02-12  Richard Stallman  <rms@gnu.org>
7789         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
7791 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
7793         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
7794         value to ps-mule-font-info-database-latin.
7796 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
7798         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
7799         (ps-mule-font-info-database-default): New variable.
7800         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
7801         ps-mule-font-info-database-default.
7803 1999-02-12  Dave Love  <fx@gnu.org>
7805         * timezone.el (timezone-make-date-sortable)
7806         (timezone-make-date-arpa-standard): Doc fix.
7808 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
7810         * international/quail.el (quail-show-kbd-layout): Bind
7811         blink-matching-paren to nil.
7813         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
7814         for ASCII and Latin-1.
7816 1999-02-12  Andreas Schwab  <schwab@gnu.org>
7818         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
7820 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
7822         * international/mule-cmds.el (language-info-alist): Remove
7823         description about charset-origin-alist.
7825         * international/mule.el: Comment added for a new coding system
7826         property `charset-origin-alit'.
7827         (make-translation-table): This variable deleted.
7829         * language/chinese.el (chinese-big5): Add charset-origin-alist
7830         property.
7831         ("Chinese-CNS"): Remove charset-origin-alist property.
7833         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
7834         property.
7835         (cyrillic-alternativnyj): Likewise.
7836         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
7837         ("Cyrillic-ALT"): Likewise.
7839         * language/vietnamese.el (vietnamese-viqr): Add
7840         charset-origin-alist property.
7841         ("Vietnamese"): Remove charset-origin-alist property.
7843         * simple.el (what-cursor-position): Don't use the varialbe
7844         charset-origin-alist, but use charset-origin-alist property of
7845         buffer-file-coding-system to decide external character set code.
7847 1999-02-10  Richard Stallman  <rms@gnu.org>
7849         * shadowfile.el: Don't turn on the mode when the file is loaded.
7851 1999-02-09  Richard Stallman  <rms@gnu.org>
7853         * progmodes/compile.el (compile-auto-highlight): Customize.
7855         * add-log.el (add-log-file-name-function): New variable.
7856         (add-change-log-entry): Call that function, if non-nil.
7858 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
7860         * rmail.el (rmail-search): Track match with a marker, not an integer.
7862 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7864         * progmodes/compile.el (compilation-setup): Set value of
7865         compilation-directory-stack as in compilation-forget-errors.
7866         (compile-reinitialize-errors): Bind buffer-undo-list and
7867         deactivate-mark.
7868         (compilation-forget-errors): Likewise.
7870 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
7872         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
7873         def... constructs.
7875         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
7876         Remove calls to sleep-for.
7878 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
7880         * international/codepage.el (cp-coding-system-for-codepage-1): On
7881         MS-DOS, use dos-unsupported-char-glyph for characters not
7882         supported by the codepage.
7883         (cp-make-coding-systems-for-codepage): Likewise.
7885 1999-02-08  Andreas Schwab  <schwab@gnu.org>
7887         * international/mule-util.el (coding-system-list): Don't sort
7888         coding-system-list here.
7890         * international/mule.el (coding-system-lessp): Moved here from
7891         mule-util.el
7892         (add-to-coding-system-list): New function.
7893         (make-subsidiary-coding-system, make-coding-system,
7894         define-coding-system-alias): Use it instead of setting
7895         coding-system-list directly.
7897 1999-02-07  Dave Love  <fx@gnu.org>
7899         * calendar/appt.el (appt-make-list): Don't splice quotes and date
7900         onto message.
7902 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7904         * imenu.el (imenu--last-menubar-index-alist): Add doc.
7905         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
7907 1999-02-06  Richard Stallman  <rms@gnu.org>
7909         * language/european.el (setup-slovenian-environment): New function.
7910         ("Slovenian"): New language environment.
7912         * progmodes/sql.el (sql-help): Doc fix.
7913         (sql-mysql): Doc fix.
7915 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7917         * tex-mode.el: When compiling, require compare-w and skeleton
7918         to pacify the byte-compiler.  Move the def's of the tex-commands
7919         together.  Add a comment on kill-process vs. quit-process.
7921 1999-02-05  Dave Love  <fx@gnu.org>
7923         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
7924         null markers.
7925         (compile-goto-error): Likewise.
7927 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
7929         * time-stamp.el (time-stamp-format): Format doc tighter.
7930         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
7931         (time-stamp): Don't re-write the time stamp if it didn't change.
7933 1999-02-05  Alex Schroeder  <asc@bsiag.com>
7935         * progmodes/sql.el: Changed version to 1.2.1.
7936         (sql-pop-to-buffer-after-send-region): Improved documentation.
7937         (sql-mysql-program): Added MySQL support.
7938         (sql-prompt-length): Made prompt-length configurable.
7939         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
7940         (sql-help): Added MySQL support, changed documentation.
7941         (sql-send-region): A message is displayed if something is sent.
7942         (sql-mode): Added buffer-local comment-start.
7943         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
7944         (sql-interactive-mode): Added buffer-local comment-start.
7945         (sql-oracle): Set sql-prompt-length.
7946         (sql-sybase): Set sql-prompt-length.
7947         (sql-mysql): Added MySQL support.
7948         (sql-ingres): Set sql-prompt-length.
7949         (sql-ms): Set sql-prompt-length.
7950         (sql-postgres): Set sql-prompt-length.
7952 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
7954         * term/internal.el (dos-codepage-setup): Set selection coding
7955         system to cpNNN-dos.
7957 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7959         * international/characters.el: Let ethiopic use iso-2022-7bit.
7961 1999-02-02  Dave Love  <fx@gnu.org>
7963         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
7964         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
7966 1999-02-02  Karl Heuer  <kwzh@gnu.org>
7968         * terminal.el (terminal-emulator): Doc fix.
7970 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
7972         * international/mule-util.el (compose-chars): Doc-string
7973         modified.  Correctly handle a composition character in ARGS.
7975 1999-02-01  Richard Stallman  <rms@gnu.org>
7977         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
7978         (makefile-menu-index-function): Function deleted.
7979         (makefile-mode): Use makefile-imenu-generic-expression.
7981 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
7983         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
7984         change, invoke from before-init-hook.
7986 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
7988         * subr.el (remove-from-invisibility-spec): Cope with the case when
7989         buffer-invisibility-spec is t.
7991 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
7993         * calendar/calendar.el (calendar-mode-map): Fix bindings for
7994         appt-add and appt-delete.
7996 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
7998         * term/pc-win.el (msdos-approximate-color): New function.
7999         (msdos-color-translate): Call it to find a DOS color that best
8000         approximates an X-style "#NNNNNN" color specification.
8002 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
8004         * international/mule-util.el (compose-chars-component): Add
8005         autoload cookie.
8007 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
8009         * international/quail.el (quail-lookup-key): If cdr of MAP is a
8010         function, replace cdr of MAP by the return value of the function
8011         unconditionally.
8013 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8015         * progmodes/compile.el (compilation-next-error-locus): Don't
8016         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8018 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
8020         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8021         and NLs before "charset", and allow the charset name be in double
8022         quotes.
8024 1999-01-31  Richard Stallman  <rms@gnu.org>
8026         * imenu.el (imenu-sort-function): Fix custom type.
8028 1999-01-30  Richard Stallman  <rms@gnu.org>
8030         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8031         (speedbar-line-token): Likewise.
8033         * play/gametree.el (gametree-default-score): Use defcustom.
8034         (gametree-score-regexp, gametree-score-closer): Likewise.
8035         (gametree-score-manual-flag, gametree-score-opener): Likewise.
8037 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8039         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8040         decoding.
8042 1999-01-29  Markus Rost  <rost@gnu.org>
8044         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8045         tex-validate-buffer.
8046         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8047         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
8048         now with recent occur-mode.
8049         (tex-validate-region): Really walk through all Sexps.
8050         (tex-region): Bind shell-dirtrack-verbose.
8051         (tex-file, tex-bibtex-file): Likewise.
8053 1999-01-29  Dave Love  <fx@gnu.org>
8055         * finder.el: (finder-commentary): Fix interactive spec.  Try
8056         appending .el to file name.
8057         (finder-find-library, finder-commentary): Doc fixes.
8059 1999-01-29  Andrew Innes  <andrewi@gnu.org>
8061         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8062         where the userid contains directory separators.
8064 1999-01-29  Dave Love  <fx@gnu.org>
8066         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8067         (lm-commentary): Doc fix.
8069 1999-01-29  Andreas Schwab  <schwab@gnu.org>
8071         * files.el (file-expand-wildcards): Never consider `.' and `..' a
8072         wildcard match.  Fix regexp that tests if dirpart contains
8073         wildcard characters.
8075 1999-01-28  Richard Stallman  <rms@gnu.org>
8077         * font-lock.el (font-lock-default-unfontify-region):
8078         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8080 1999-01-27  Jason Rumney <jasonr@altavista.net>
8082         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8083         from FAMILY field.
8084         (w32-create-initial-fontsets): Do not use before-init-hook.
8085         (mouse-set-font): Document.  Automatically create and use fontsets.
8087         * dos-w32.el (direct-print-region-helper): Check for printer
8088         being t as well as a string.
8090 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
8092         * mail/rmail.el (rmail-decode-mime-charset): New variable.
8093         (rmail-mime-charset-pattern): New variable.
8094         (rmail-convert-to-babyl-format): Decode by MIME-charset if
8095         rmail-decode-mime-charset is non-nil.
8097 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
8099         * international/characters.el: Set category `q' for all characters
8100         in tibetan and tibetan-1-column.
8102 1999-01-27  Andrew Innes  <andrewi@gnu.org>
8104         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8105         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8107 1999-01-27  Dave Love  <fx@gnu.org>
8109         * international/mule-cmds.el (current-language-environment):
8110         Provide :link, :type (choices) and appropriate :get.
8112 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
8114         * startup.el (command-line): Set default eol-mnemonic-* strings to
8115         display end-of-line format in mode line.
8117         * cus-start.el (all): Add eol-mnemonic-* variables.
8119 1999-01-26  Dave Love  <fx@gnu.org>
8121         * startup.el (command-line-1): Up-date copyright.
8123         * paths.el (Info-default-directory-list): Use configdir twice.
8125         * info.el (Info-directory-list): Don't set path-separator now
8126         we're not shipped with Texinfo.  Simplify path definition.
8127         Substitute all occurrences of instdir in Info-default-directory-list.
8129 1999-01-25  Richard Stallman  <rms@gnu.org>
8131         * startup.el (normal-top-level-add-subdirs-to-load-path):
8132         Record the inode numbers of the dirs processed, to avoid loop.
8134         * textmodes/tex-mode.el (tex-run-command): Doc fix.
8136 1999-01-25  Dave Love  <fx@gnu.org>
8138         * browse-url.el (browse-url-netscape-program): Doc addition.
8140         * help.el (help-make-xrefs): Default info references to an `(emacs)'
8141         prefix.
8143         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
8144         auto-mode-alist.
8146 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8148         * calendar/diary-lib.el (mark-diary-entries): Use
8149         assoc-ignore-case and do not capitalize when matching month and
8150         day names.
8152         * calendar/calendar.el (calendar-read-date): Ditto.
8154         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8155         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8157         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
8159         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8161         * calendar/cal-islam.el (calendar-goto-islamic-date)
8162         (mark-islamic-diary-entries): Ditto.
8164         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8166         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8167         (calendar-read-mayan-tzolkin-date): Ditto.
8169         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
8171 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
8173         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
8175 1999-01-25  Karl Heuer  <kwzh@gnu.org>
8177         * faces.el (list-faces-display): Multiline case of previous fix.
8179 1999-01-25  Andreas Schwab  <schwab@gnu.org>
8181         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
8183 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
8185         * files.el (find-file): If find-file-noselect returns a list,
8186         do switch-to-buffer on each element.
8187         (find-file-other-window): Likewise for all but the first element.
8188         (find-file-other-frame): Same.
8189         (find-file-noselect): When we expand a wildcard, return a list
8190         of buffers.
8192 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
8194         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
8195         to set the appropriate cpNNN-dos coding system as the
8196         highest-priority coding system.
8198 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
8200         * international/fontset.el (generate-fontset-menu): Return a
8201         sorted list by plain names of fontsets.
8203         * international/mule-diag.el (list-fontsets): Sort fontsets by
8204         plain names.
8206         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
8207         FIRST is a composite character, decompose it at first.
8209 1999-01-23  Dave Love  <fx@gnu.org>
8211         * format.el: Doc fixes.
8212         (format-encode-run-method): Have things happen in the right buffer.
8213         Deal with errors from method.  Set coding-system-for-write.
8214         (format-decode-run-method): Have things happen in the right buffer.
8215         Deal with errors from method.  Set coding-system-for-read.
8216         (format-alist): Use nil instead of unmatchable regexps.
8218         * simple.el (shell-command-on-region): Return command's exit status.
8220 1999-01-23  Eric Ludlam  <zappo@gnu.org>
8222         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
8223         of the file whose info we want to display.
8224         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
8225         (speedbar-add-mode-functions-list) Improve doc.
8226         (speedbar-line-token) New function.
8227         (speedbar-dired) Fix order of directories in -shown-directories.
8228         (speedbar-line-path): Default return is default-directory
8229         (speedbar-buffers-line-path): Return is dir name only.
8230         (speedbar-mode-functions-list): New variable.
8231         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
8232         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
8233         speedbar-files-item-info speedbar-buffers-item-info): New functions.
8234         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
8235         New functions.
8236         (speedbar-line-file): Broke out part that fetches file from a line.
8237         (speedbar-line-text): New function extracted from speedbar-line-file.
8238         (speedbar-line-path): Converted into a replaceable function.
8239         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
8241 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
8243         * international/fontset.el (create-fontset-from-x-resource): Make
8244         style variants.
8246 1999-01-22  Dave Love  <fx@gnu.org>
8248         * paths.el (Info-default-directory-list): Put sysdir after start.
8250 1999-01-22  Sam Steingold  <sds@goems.com>
8252         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
8253         a process associated with it.
8255 1999-01-22  Jason Rumney <jasonr@altavista.net>
8257         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
8259 1999-01-22  Felix Lee  <flee@cygnus.com>
8261         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
8262         major-mode.
8263         (vc-annotate-mode): Delete variable.
8265 1999-01-22  Andrew Innes  <andrewi@gnu.org>
8267         * startup.el (command-line): [windows-nt]: Check for existence of
8268         .emacs file so as to notice .emacs.el or .emacs.elc and use them
8269         in preference to _emacs.
8271 1999-01-22  Dave Love  <fx@gnu.org>
8273         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
8275 1999-01-20  Richard Stallman  <rms@gnu.org>
8277         * files.el (find-file-noselect): Do wildcard processing only
8278         if new arg WILDCARDS is non-nil.
8279         (find-file, find-file-other-window): New arg WILDCARDS.
8280         Default it to non-nil if interactive.
8281         (find-file-other-frame): Likewise.
8282         (find-file-read-only): Likewise.
8283         (find-file-read-only-other-window): Likewise.
8284         (find-file-read-only-other-frame): Likewise.
8286         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
8287         (widget-plist-convert-option): Delete spurious comma.
8289 1999-01-19  Jason Rumney <jasonr@altavista.net>
8291         * term/w32-win.el (w32-standard-fontspec-spec): Change
8292         iso8859-5 to koi8-r.  Add iso8859-9.
8294 1999-01-19  Dave Love  <fx@gnu.org>
8296         * browse-url.el (browse-url-maybe-new-window): Delete macro and
8297         its uses.
8299         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
8300         is active.
8301         (fortran-indent-subprogram): Likewise.
8303 1999-01-19  Dave Love  <d.love@dl.ac.uk>
8305         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
8307 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
8309         * wid-edit.el (alist): Use sexp as default key-type.
8311 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8313         * textmodes/tex-mode.el (tex-define-common-keys):
8314         Remove key binding of tex-feed-input.
8315         (tex-mode-map): Bind tex-feed-input here.
8316         (tex-start-shell): Use compilation-shell-minor-mode.  Set
8317         comint-input-filter-functions before running tex-shell-hook.
8318         (tex-start-tex): Forget compilation errors.
8319         (tex-compilation-parse-errors): Rewritten to work also with
8320         compile-mouse-goto-error and compile-goto-error.  Adjusted to
8321         change in tex-region.
8322         (tex-region): For the temp file use file-name without directory.
8323         (tex-file): Expand file name of tex-print-file.
8325 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8327         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
8329 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
8331         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
8332         beginning could cause Emacs to hang.  Fixed.
8334 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
8336         * international/ccl.el (ccl-compile-translate-character): Handle
8337         the case that a tranlation table is CCL register correctly.
8339         * international/mule-cmds.el (select-safe-coding-system):
8340         Hightlight at most 256 characters.
8342 1999-01-18  Dave Love  <fx@gnu.org>
8344         * startup.el (command-line): If the init file changes operation to
8345         unibyte, make all buffers unibyte and re-set language environment.
8347         * disp-table.el (standard-display-european): Make all existing
8348         buffers unibyte.  Fix doc.
8350 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
8352         * wid-edit.el (coding-system): Define this unconditionally.
8354         * simple.el (shell-command-on-region-default-error-buffer): New var.
8355         (shell-command-on-region): Use that variable as interactive
8356         value of ERROR-BUFFER argument.
8358 1999-01-17  Sam Steingold  <sds@goems.com>
8360         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
8362 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8364         * progmodes/compile.el (compilation-goto-locus): If already in the
8365         compilation buffer's window, keep it in that window.
8366         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
8367         (compile-goto-error): Don't play with windows.
8369         * textmodes/tex-mode.el (latex-run-command): Doc fix.
8370         (tex-command): Doc fix.
8371         (tex-compilation-parse-errors): Doc fix.
8372         (tex-generate-zap-file-name): Don't start the name with -.
8373         (tex-expand-files): Works now also with strings ending with ":".
8375 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
8377         Patch failed to install:
8378         * gametree.el: Document scoring functionality.
8379         (gametree-score-regexp): Add optional plus sign.
8380         (gametree-score-opener): Replace `:' with `=' as the former
8381         conflicts with gametree-half-ply-regexp.
8382         (gametree-transpose-following-leaves): Add.
8383         (gametree-insert-new-leaf): Make modifying commands barf in read
8384         only buffers.
8385         (gametree-break-line-here): Add a call to
8386         `gametree-transpose-following-leaves'.  This maintains the
8387         necessary invariant that on each level all leaf children precede
8388         all nonleaf children.  This has always been implied, but left to
8389         the user, and, unfortunately, undocumented.
8391 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8393         * wid-edit.el (plist, alist): New widget types.
8395 1999-01-17  Dave Love  <fx@gnu.org>
8397         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
8398         fix scope of condition-case therein.
8400 1999-01-17  Andrew Innes  <andrewi@gnu.org>
8402         * dos-w32.el: (find-buffer-file-type-coding-system): Use
8403         default-buffer-file-coding-system when file doesn't exist (and
8404         isn't covered by a special case) instead of forcing undecided-dos
8405         against the user's wishes.
8407         * dos-w32.el (direct-print-region-helper): New function based on
8408         direct-print-region-function; sends data to specified printer port
8409         without further translation.  Recognize and handle specially the
8410         standard `print' and `nprint' programs, as well as `lpr' and
8411         similar programs.  Only write directly to the printer port if no
8412         print program is specified.  Work around a bug in Windows 9x
8413         affecting Win32 version of Emacs by invoking command.com to write
8414         to the printer port instead of writing directly.
8415         (direct-print-region-function): Use direct-print-region-helper to
8416         do most of the work.
8417         (direct-ps-print-region-function): New function; analogue of
8418         direct-print-region-function for ps-print.
8419         (ps-lpr-command): Comment out setq; leave as example usage.
8420         (ps-lpr-switches): Ditto.
8422         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
8423         and MS-Windows.
8424         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
8425         DOS and Windows platforms, to indicate direct printing.  Update
8426         the docstring accordingly.
8428         * ps-print.el: (ps-printer-name): Update docstring about usage on
8429         MS-DOS and MS-Windows.
8430         (ps-lpr-command): Update docstring as for lpr-command.
8431         (ps-print-region-function): New variable.
8432         (ps-do-despool): Use it.
8433         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
8434         DOS/Windows.
8436         * subr.el (subst-char-in-string): New function.
8438 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
8440         * international/codepage.el (cp852-decode-table): Fill a nil entry.
8442         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
8443         (bdf-find-font-info): New function, looks for the first readable
8444         file from a list of alternatives.
8445         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
8446         instead of bdf-get-font-info.
8447         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
8448         to ps-mule-generate-bitmap-glyph.
8450         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
8451         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
8452         now be a list of alternative names.
8453         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
8454         (ps-mule-prepare-font): Likewise.
8456         * international/codepage.el (cp855-decode-table,
8457         cp850-decode-table): Fill some nil entries.
8459 1999-01-16  Dave Love  <fx@gnu.org>
8461         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
8462         last change.
8464 1999-01-15  Dave Love  <fx@gnu.org>
8466         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
8467         and change regexp for command names.
8468         (help-xref-go-back, function-called-at-point, symbol-file)
8469         (where-is): Doc fixes.
8470         (help-xref-go-back): Remove interactive spec.
8471         (describe-function-1): Fix message for alias.  Buttomize alias
8472         name.
8474         * simple.el (join-line): New alias.
8476 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
8478         * forms.el: (forms--show-record): Convert integers to string
8479         expicitly since concat will no longer accept integers.
8480         (forms-print): Use local `total-nb-records' since
8481         `forms--total-records' will be inaccessible after buffer switching.
8483 1998-01-14  Felix Lee  <flee@cygnus.com>
8485         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
8487 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
8489         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
8491 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
8493         * international/codepage.el (cp850-decode-table): Fix previous change.
8495 1999-01-14  Simon Marshall  <simon@gnu.org>
8497         * shell.el (shell-dirtrack-verbose): New custom variable.
8498         (shell-dirstack-message): Use it.
8500 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
8502         * international/mule-conf.el: Coding system alias `dos' for
8503         `undecided-dos', `mac' for `undecided-mac'.
8505         * international/mule-cmds.el (describe-language-environment):
8506         Don't alter input-method-alist.
8508 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
8510         * international/codepage.el (cp850-decode-table): Replace nil
8511         entries with codes of similary looking glyphs.  (Suggested by
8512         Jason Rumney <jasonr@altavista.net>.)
8514 1999-01-13  Dave Love  <fx@gnu.org>
8516         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
8518         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
8520 1999-01-12  Karl Heuer  <kwzh@gnu.org>
8522         * files.el (auto-save-hook): Defvar this.
8524 1999-01-12  Alex Schroeder  <asc@bsiag.com>
8526         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
8527         faces, eliminating the need to load font-lock before loading sql.
8528         (sql-mode-oracle-font-lock-keywords): Likewise.
8529         (sql-mode-postgres-font-lock-keywords): Likewise.
8531 1999-01-11  Dave Love  <fx@gnu.org>
8533         * cus-start.el: Add inhibit-eol-conversion.
8535         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
8536         the values round.
8538 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
8540         * help.el (help-mode-finish): Renamed from help-mode-maybe.
8541         Don't switch to Help mode here.
8542         (temp-buffer-setup-hook): Use help-mode-finish.
8543         (help-mode-setup): New function.
8544         (temp-buffer-setup-hook): Use help-mode-setup.
8546         * progmodes/sql.el: New file.
8548         * files.el (auto-mode-alist): Add sql-mode.
8550         * faces.el (list-faces-display): Improve the formatting
8551         by computing the maximum length required for any face-name.
8553 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8555         * progmodes/compile.el (compilation-shell-minor-mode): New function.
8557 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
8559         * term.el (term_send_home): Change the string to
8560         be the same as the one emitted by xterm and consistent with the
8561         ones emitted by prior and next.
8562         (term_send_end): Likewise.
8564 1999-01-10  Dave Love  <fx@gnu.org>
8566         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
8567         bindings.
8569 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
8571         * international/codepage.el (codepage-setup): Doc fix.
8572         (cp-decoding-vector-for-codepage): Likewise.
8574 1999-01-10  Markus Rost  <rost@gnu.org>
8576         * cus-edit.el (custom-save-delete): First scan the custom-file.
8578 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
8580         * international/iso-transl.el: Define a "function name" for
8581         each translation that isn't ASCII.  Use these function names
8582         in iso-transl-char-map.
8584 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
8586         * international/mule-util.el (decompose-region): Do decomposition
8587         on temporary unibyte buffer.
8589         * international/mule.el (make-char): Doc-string modified.
8591 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
8593         * simple.el (comment-region): Delete spaces only if we
8594         deleted a comment starter.
8596 1999-01-07  Dave Love  <fx@gnu.org>
8598         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
8600         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
8601         like eval-defun does.
8603         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
8605         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
8606         constructions.  Doc fixes.
8607         (generic-create-generic-function): Use defalias, not fset.
8609         * find-func.el: More doc fixes.
8611 1999-01-06  Stephen Eglen  <stephen@gnu.org>
8613         * files.el (save-buffers-kill-emacs): Show the list of current
8614         processes before prompting to kill them and exit.
8616 1999-01-06  Dave Love  <fx@gnu.org>
8618         * emacs-lisp/find-func.el: Doc fixes.
8619         (find-function-regexp): Extend for define-generic-mode,
8620         define-derived-mode, easy-mmode-define-minor-mode.
8622 1999-01-06  Dave Love  <fx@gnu.org>
8624         * progmodes/fortran.el (fortran-window-create): Account for scroll
8625         bar width.
8627         * browse-url.el: Require (noerror) w3-auto when compiling.
8628         (browse-url-maybe-new-window): Make it a macro and revert last
8629         change to callers.
8630         (browse-url-w3): Require w3 for w3-fetch-other-window.
8632 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8634         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
8635         argument.
8637 1999-01-06  Simon Marshall  <simon@gnu.org>
8639         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
8641         * font-lock.el (font-lock-default-fontify-buffer): When using
8642         with-temp-message, use nil rather than current-message.
8644         * lazy-lock.el (lazy-lock-unstall):
8645         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
8646         rather than current-message.
8648         * fast-lock.el (fast-lock-save-cache-1):
8649         (fast-lock-cache-data): When using with-temp-message, use nil rather
8650         than current-message.
8652 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
8654         * international/codepage.el (cp-coding-system-for-codepage-1): Add
8655         the valid-codes property.
8657         * international/mule-cmds.el (prefer-coding-system): Call
8658         set-coding-priority, so that the internal array of priorities is
8659         also updated.
8661         * international/mule-util.el:
8662         (coding-system-change-eol-conversion,
8663         coding-system-change-text-conversion): Don't define here.
8665         * international/mule-cmds.el: Define them here.  Remove the
8666         autoload cookies.
8668 1999-01-06  Andreas Schwab  <schwab@gnu.org>
8670         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
8671         if it was enabled before.
8673         * view.el (View-revert-buffer-scroll-page-forward): Bind
8674         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
8676         * files.el (recover-session): Preserve point when inserting
8677         explanation.
8679 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
8681         * cus-edit.el (custom-save-delete): Don't delete whitespace
8682         and comments before the sexp that is replaced.
8684 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8686         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
8688 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8690         * vc.el (vc-dired-hook): Use the original value of
8691         dired-move-to-filename-regexp on lines that have not been
8692         reformatted yet.
8693         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
8694         file lines have already been reformatted.
8696 1999-01-05  Dave Love  <fx@gnu.org>
8698         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
8699         buffer-local.
8701 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
8703         * progmodes/f90.el: Change of regular expressions for type to
8704         correct highlighting and identation. Some small fixes for
8705         compatibility with XEmacs.
8707 1999-01-05  Stephen Eglen  <stephen@gnu.org>
8709         * mspools.el (mspools-vm-system-mail): Provide an alternative
8710         value based on rmail-spool-directory if $MAIL is not defined.
8712 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
8714         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
8715         (reftex-section-info): Handle negative section levels.
8716         (reftex-view-crossref-extra): New option.
8717         (reftex-view-crossref): Generalized to work in more places.
8718         (reftex-find-citation-regexp-format, reftex-find-reference-format,
8719         reftex-macros-with-labels, reftex-global-search-marker): New variables.
8720         (reftex-view-cite-locations-from-bibtex): New command.
8721         (reftex-view-regexp-match, reftex-global-search,
8722         reftex-global-search-continue): New functions.
8723         (reftex-extract-bib-entries): No error for non-existing BibTeX
8724         file, just a message.
8725         (reftex-extract-bib-entries): Better error handling.
8726         (reftex-select-with-char): Use `*RefTeX Select*' for selection
8727         help and force it on current frame.
8728         (reftex-default-bibliography): New function.
8729         (reftex-access-parse-file): Check consistency after loading a
8730         parse file.  When inconsistent, enfore rescan.
8731         (reftex-check-parse-consistency): New function.
8732         (easy-menu-define): Options section drastically shortened.
8734 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
8736         * language/thai-util.el (thai-compose-string): New function.
8738 1999-01-04  Inge Frick  <inge@nada.kth.se>
8740         * easymenu.el (easy-menu-define): Doc fix.
8741         (easy-menu-create-menu): New keyword :included.
8742         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
8743         be an expression, not only a string.  Simulate style `button'.
8744         Use easy-menu-define-key-intern instead of easy-menu-define-key.
8745         (easy-menu-define-key-intern): New function.
8746         (easy-menu-add-item): Understand value returned from
8747         easy-menu-item-present-p and easy-menu-remove-item.
8748         (easy-menu-return-item): New function.
8749         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
8751 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
8753         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
8754         Use rmail-output-read-rmail-file-name to read the file name.
8755         Always call rmail-output-to-rmail-file noninteractively.
8756         When count > 1, do the loop here.
8757         Handle rmail-delete-after-output here.
8758         (rmail-summary-output): Similar changes.
8760         * mail/rmailout.el: Provide `rmailout'.
8761         (rmail-output-read-rmail-file-name): New function.
8762         (rmail-output-to-rmail-file): Use that.
8763         (rmail-output-read-file-name): New function.
8764         (rmail-output): Use that.
8766         * files.el (find-file-noselect): Let /: suppress wildcard matching.
8767         Error if wildcard matches no files.
8769 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
8771         * menu-bar.el (clipboard-yank): Doc fix.
8773         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
8775 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
8777         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
8779 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
8781         * rmail.el (rmail-encode-string): Make sure mask value is
8782         positive; (emacs-pid) returns a negative number on Windows 9x
8783         which causes odd behaviour.
8785 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
8787         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
8788         and about w32-* variables unless on Windows/NT.
8790 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
8792         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
8793         if buffer is modified; ask about all modified buffers.
8795 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
8797         * simple.el (what-cursor-position): Fix previous change.
8799 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
8801         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
8802         from paragraph-start.
8804 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
8806         * international/mule-cmds.el (prefer-coding-system): If the
8807         argument requires specific EOL conversion type, make the default
8808         coding systems use that.
8810 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
8812         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
8813         Use shell-command-on-region.
8814         (m4-start-m4, m4-end-m4): Functions deleted.
8816 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
8818         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
8820 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8822         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
8823         to compose-mail in the correct places and as a list.
8825 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
8827         * page-ext.el: Added mouse-selection feature for pages directory buffer.
8828         (pages-directory-map): Bind mouse-2
8829         (pages-copy-header-and-position): Put text property.
8830         (pages-directory-goto-with-mouse): New function.
8832 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
8834         * international/codepage.el (cp-make-coding-systems-for-codepage):
8835         Doc fix.
8836         (cp-coding-system-for-codepage-1): Likewise.
8838 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
8840         * language/thai-util.el (thai-post-read-conversion): Handle Thai
8841         composition sequence correctly here instead of calling
8842         thai-compose-region.
8844         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
8845         newline in multibyte buffer, if previous or next character is a
8846         composite char, check the first component of the composite char.
8848 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
8850         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
8851         and track-mouse.
8853 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8855         * mail/sendmail.el (mail-yank-original): Remove text properties
8856         after insertion.
8857         (mail-yank-region): Barf if no mark is set in the message
8858         being replied to.
8860         * help.el (function-called-at-point): First look for function at point.
8862 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
8864         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
8866 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
8868         * simple.el (what-cursor-position): Print character encoding also.
8870 1998-12-26  Dave Love  <fx@gnu.org>
8872         * textmodes/flyspell.el: If local-maps work, don't put
8873         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
8874         in flyspell-mouse-map (only).
8875         (flyspell-use-local-map): New variable.
8876         Use a different mouse-2 binding in that case,
8877         and don't add to minor-mode-map-alist.
8878         (make-flyspell-overlay, flyspell-correct-word):
8879         Test flyspell-use-local-map.
8881 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
8883         * files.el (file-expand-wildcards): Handle wildcards in directory name.
8884         Be careful about whether to return a relative file name,
8885         and if so, relative to what directory.
8887 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
8889         * emacs-lisp/easymenu.el (easy-menu-get-map):
8890         Change global map only if this menu exists in the global map already,
8891         and not in the local map.
8892         (easy-menu-do-add-item): Fix error message.
8894         * foldout.el (foldout-inhibit-key-bindings):
8895         Avoid concatenating onto outline-minor-mode-prefix.
8896         Make a new keymap for that prefix, if it does not already have one.
8898 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
8900         * cperl-mode.el:
8901         Can use linear algorithm for indentation if Emacs supports it.
8902         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
8903         (cperl-after-block-p):  Likewise.
8904         (cperl-after-block-and-statement-beg): Likewise.
8905         (cperl-after-block-p):  After END/BEGIN we are a block.
8906         (cperl-after-expr-p):   Skip labels when checking
8907         (cperl-indent-region):  Make a marker for END - text added/removed.
8908         Disable hooks during the call (how to call them later?).
8909         Now indents 820-line-long function in 6.5 sec (including
8910         syntaxification) the first time (when buffer has few
8911         properties), 7.1 sec the second time.
8912         (cperl-indent-region):  Do not indent whitespace lines
8913         (cperl-style-alist)
8914                 Include `cperl-merge-trailing-else' where the value is clear.
8915         (cperl-styles-entries): Likewise.
8916         (cperl-problems):       Improvements to docs.
8917         (cperl-tips):           Likewise.
8918         (cperl-non-problems):   Likewise.
8919         (cperl-mode):           Make lazy syntaxification possible.
8920         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
8921         `font-lock-unfontify-region-function' was set to a wrong function.
8923         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
8924         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
8925         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
8926         but 1<<6 was considered as HERE-doc.
8927         <file/glob> made into a string.
8928         Postpone addition of faces after syntactic step.
8929         Recognition of <FH> was wrong.
8930         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
8931         Knows that split// is null-RE.
8932         Highlights separators in 3-parts expressions as labels.
8933         <> was considered as a glob.
8934         Would err if the last line is `=head1'.
8935         $a-1 ? foo : bar; was a considered a regexp.
8936         `<< (' was considered a start of HERE-doc.
8937         mark qq[]-etc sections as syntax-type=string
8938         Was not processing sub protos after a comment ine.
8939         Was treating $a++ <= 5 as a glob.
8940         Tolerate unfinished REx at end-of-buffer.
8941         `unwind-protect' was left commented.
8942         / and ? after : start a REx.
8944         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
8945         Better default, customizes to `message' too, off in text-mode.
8947         (cperl-array-face): Renamed from `font-lock-emphasized-face',
8948         `defface'd.
8949         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
8950         `defface'd.
8951         (cperl-emacs-can-parse):        New state variable.
8952         (cperl-indent-line):    Corrected to use global state.
8953         (cperl-calculate-indent):       Likewise.
8954         (cperl-fix-line-spacing):       Likewise (not used yet).
8955         (cperl-calculate-indent):       Did not consider `,' as
8956         continuation mark for statements.
8957         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
8958         Remove another parse-data optimization at toplevel: would
8959         indent correctly.
8960         Correct for labels when calculating indentation of continuations.
8961         Docstring updated.
8962         (cperl-choose-color):   Converted to a function (to be
8963         compilable in text-mode).
8964         (cperl-dark-background):        Disable without window-system.
8965         Do `defface' only if window-system.
8966         (cperl-fix-line-spacing):       Sped up to bail out early.
8967         (x-color-defined-p): Was not compiling on XEmacs
8968         Was defmacro'ed with a tick.  Remove another def.
8969         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
8970         (cperl-unwind-to-safe): New function.
8971         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
8972         (cperl-fontify-syntaxically): Unwinds start and end to go out of
8973                                      long strings (not very successful).
8974         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
8975         Highlight the starting // in s//foo/ as function-name.
8976         Emit a meaningful error instead of a cryptic one for an
8977         uncomplete REx near end-of-buffer.
8979         (cperl-electric-keyword):       `qr' recognized.
8980         (cperl-electric-else):          Likewise
8981         (cperl-to-comment-or-eol):      Likewise
8982         (cperl-make-regexp-x):  Likewise
8983         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
8984         Corrected to use new macros;
8985         `if' for copying `reference-face' to `constant-face' was backward.
8986         remove init `font-lock-other-emphasized-face',
8987         `font-lock-emphasized-face', `font-lock-keyword-face'.
8988         Interpolate `cperl-invalid-face'.
8989         (cperl-make-regexp-x):  Misprint in a message.
8990         (cperl-syntaxify-unwind): New configuration variable
8991         (cperl-fontify-m-as-s): New configuration variable
8992         (cperl-electric-pod):   Check for after-expr was performed
8993         inside of POD too.
8994         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
8995         (cperl-clobber-mode-lists): New configuration variable.
8996         (cperl-not-bad-style-regexp):   Updated.
8997         Init:                   `cperl-is-face' was busted.
8998         (cperl-make-face):      New macros.
8999         (cperl-force-face):     New macros.
9000         (font-lock-other-type-face): Done via `defface' too.
9001         (cperl-nonoverridable-face):    New face.  Renamed from
9002         `font-lock-other-type-face'.
9003         (cperl-init-faces-weak):        Use `cperl-force-face'.
9004         (cperl-comment-indent): Commenting __END__ was not working.
9005         (cperl-indent-for-comment):     Likewise.
9006         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
9007         When removing old TAGS info was not relativizing filename.
9008         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9009         Another try to work around XEmacs problems.  Better progress messages.
9010         (toplevel):             Require custom unprotected => failure on 19.28.
9011         (cperl-xemacs-p):       Defined when compile too
9012         (cperl-find-tags):      Was writing line/pos in a wrong order,
9013         pos off by 1 and not at beg-of-line.
9014         (cperl-etags-snarf-tag): New macro
9015         (cperl-etags-goto-tag-location): New macro
9016         (cperl-version):        New variable.  New menu entry
9017         random docstrings:      References to "future" 20.3 removed.
9018         Menu was described as `CPerl' instead of `Perl'
9019         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9020         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9021         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
9022         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9023         `font-lock-reference-face', `font-lock-keyword-face'.
9024         Use `eval-after-load'.
9025         Remove not-CPerl-related faces.
9026         (cperl-tips-faces):     New variable and an entry into Mini-docs.
9027         (cperl-indent-exp):     Was not processing else-blocks.
9028         (cperl-get-state):      NOP line removed.
9029         (cperl-ps-print):       New function and menu entry.
9030         (cperl-ps-print-face-properties):       New configuration variable.
9031         (cperl-invalid-face):   New configuration variable.
9032         (perl-font-lock-keywords):      Highlight trailing whitespace
9033         (cperl-contract-levels):        Documentation corrected.
9034         (cperl-contract-level):         Likewise.
9035         (cperl-ps-extend-face-list):    New macro.
9036         (cperl-invalid-face):   Change to ''underline.
9038 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
9040         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
9041         for read-file-name.
9042         (rmail-output-to-rmail-file): Likewise.
9044 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
9046         * emacs-lisp/easymenu.el (easy-menu-get-map):
9047         If MENU is nil, use global menu-bar map.
9048         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9049         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9051 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9053         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9055 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9057         * ps-print.el (ps-print-version): New version number (4.1.3).
9059 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
9061         * international/mule-cmds.el: Use make-sparse-keymap instead of
9062         define-prefix-key when defining MULE menu items.
9064         * info.el (Info-node-at-bob-matching): New function.
9065         (Info-find-node, Info-build-node-completions): Call it.
9067 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
9069         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9070         when this is an autoloaded keymap.
9072 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
9074         * international/codepage.el (cp-coding-system-for-codepage-1):
9075         Create separate encoders and decoders, for DOS and Unix.  Make the
9076         usual family of 3 coding systems, so that automatic detection of
9077         EOL type works.
9078         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9079         Unix-specific symbols here, and don't call
9080         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
9081         Handa <handa@etl.go.jp>.)
9083         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9085         * term/internal.el (IT-character-translations): New variable, an
9086         alist used to display characters for which there's no glyphs in
9087         the current codepage.
9088         (IT-display-table-setup): New function, sets up the DOS terminal
9089         for a given codepage.
9090         (dos-codepage-setup): New function, sets up the MULE environment
9091         for the current value of dos-codepage.
9092         (top-level if): In the multibyte mode, turn on
9093         unibyte-display-via-language-environment.  In the unibyte mode,
9094         set up the special syntax tables to map lower- to upper case and
9095         back.
9097 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
9099         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9100         (speedbar-frame-plist) Remove useless comments.
9101         (speedbar-frame-mode) Do not specify height if it is in the param list.
9102         Use default y position w/out changing it.
9103         If default x position is a list, keep, calculate the non-list X
9104         value when devining an initial position.
9105         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9106         (speedbar-tag-group-name-minimum-length): New variable.
9107         (speedbar-frame-parameter): New compatibility function.
9108         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9109         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9110         groups to keep things in the right order, and to help with some
9111         naming conventions.
9112         (speedbar-create-tag-hierarchy): Enable buffer local version of
9113         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9114         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
9115         the case, derive it from the cursor location in speedbar.
9117 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
9119         * international/mule-cmds.el (set-language-environment): On MS-DOS
9120         terminals, install DOS-specific nonascii-translation-table if the
9121         language info doesn't specify one.  Pass the default eol-type to
9122         set-language-environment-coding-systems.
9123         (set-default-coding-systems): Copy the eol-type property for the
9124         new default values of {buffer-file,process}-coding-system from the
9125         old defaults.
9126         (set-language-environment-coding-systems): Accept an optional
9127         argument EOL-TYPE, and set the eol-type property of the default
9128         coding systems accordingly.
9129         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
9130         (set-keyboard-coding-system): Likewise.
9131         (set-default-coding-systems): Don't set
9132         default-terminal-coding-system on MS-DOS to anything but nil.
9133         (prefer-coding-system): Describe in the doc string that
9134         default-terminal-coding-system is not changed on MS-DOS.
9135         (set-language-environment): For MS-DOS, set standard syntax table
9136         and display table for all characters with code above 127.
9137         (standard-display-european-internal): For MS-DOS, pass all
9138         characters with code above 127 directly to the terminal, and don't
9139         remap characters 160 and 146 in the unibyte case.
9141         * international/codepage.el: New file.
9143 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9145         * diary-lib.el (diary-float): Fix end-of-year error and typos in
9146         comments.
9148 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
9150         * map-ynp.el (map-y-or-n-p): Ignore input methods.
9152         * subr.el (read-passwd): Likewise.
9154 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
9156         * info.el (Info-find-node): Add 1 to the position read from the
9157         tag table.  Don't fail if the node delimiter ^_ is the first
9158         character in the file.
9159         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
9160         first character in the file.
9161         (Info-read-subfile): Likewise.
9162         (Info-select-node): Likewise.
9163         (Info-build-node-completions): Likewise.
9165 1998-12-16  Richard Stallman  <rms@gnu.org>
9167         * term/x-win.el (x-cut-buffer-or-selection-value):
9168         If clipboard is enabled, try it before PRIMARY selection.
9170 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9172         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
9173         insert c-cedilla and C-cedilla respectively, like in latin-1.
9175 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
9177         * language/hebrew.el: Don't use sublists in the flags argument
9178         passed to make-coding-system.
9180 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9182         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
9183         list of character sets found by find-charset-region.
9185         * ps-mule.el: Always require ps-print.  Move some function
9186         definitions for Emacs 20.2 and the earlier to ps-print.el.
9187         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
9189         * ps-print.el: Define several functions for Emacs 20.2 and the
9190         earlier version.
9191         (ps-printer-name): Check if printer-name is bound.
9193 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9195         * ps-mule.el: Programming uniformization and little code improvement.
9196         (ps-mule-prepare-font): Programming uniformization.
9197         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
9198         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
9200         * ps-bdf.el: Programming uniformization and little code improvement.
9201         (bdf-search-and-read): New fun.
9202         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
9203         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
9204         (bdf-info-relative-compose, bdf-info-baseline-offset)
9205         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
9206         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
9207         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
9208         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
9209         improvement.
9211 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9213         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
9214         and mule related code extraction. Autoload ps-mule funs.
9216         * ps-mule.el: Doc fix. Require ps-print only when compiled.
9217         (ps-mule-prologue-generated): New fun.
9218         (ps-mule-plot-string): Add autoload cookie.
9219         (ps-mule-begin-job): Call ps-mule-prologue-generated.
9221 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9223         * ps-bdf.el: Require ps-mule instead of ps-print.
9224         (bdf-directory-list): Add autoload cookie.
9226         * ps-mule.el: New file.  Mule related code extracted from
9227         ps-print.el.  Require ps-print, provide ps-mule.
9228         (ps-multibyte-buffer): Add autoload cookie.
9229         (ps-mule-prepare-ascii-font): New fun.
9230         (ps-mule-set-ascii-font): New fun.
9231         (ps-mule-skip-same-charset): Fun deleted.
9232         (ps-mule-plot-string): Set ps-mule-current-charset.
9233         (ps-mule-initialize): Add autload cookie.  Don't set
9234         ps-mule-font-info-database here.
9235         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
9236         ps-mule-font-info-database and ps-control-or-escape-regexp.
9237         (ps-mule-begin-page): New fun.
9239         * ps-print.el: Mule related code moved to ps-mule.el.
9240         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
9241         check ps-mule-charset-list.
9242         (ps-begin-page): Don't set ps-mule-current-charset, instead call
9243         ps-mule-begin-page.
9244         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
9245         (ps-plot-region): Don't set ps-mule-current-charset, instead call
9246         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
9247         instead skip same charsets by itself.
9248         (ps-generate): Call ps-mule-initialize of needs-begin-file is
9249         non-nil.  Call ps-mule-begin-job.
9251 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9253         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
9254         instead of bdf.
9256         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
9257         (ps-mule-external-libraries): New element FEATURE.
9258         (ps-mule-init-external-library): Ajusted for the above change.
9259         (ps-mule-generate-font): Likewise.
9260         (ps-mule-generate-glyphs): Likewise.
9261         (ps-mule-prepare-font): Likewise.
9262         (ps-mule-initialize): Likewise.
9263         (ps-begin-file): Superfluous tailing parenthesis deleted.
9265 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9267         * international/fontset.el (x-decompose-font-name): If PATTERN
9268         doesn't have any wild cards, return a vector made from a name that
9269         is found by x-resolve-font-name found.  Comments added.
9271         * international/mule-cmds.el (find-coding-systems-for-charsets):
9272         Handle the case of unknown charset.
9273         (find-multibyte-characters): If invalid multibyte characters are
9274         found, return the corresponding strings instead of character
9275         codes.
9276         (find-multibyte-characters): Adjusted for the above change.
9277         (select-safe-coding-system): For a unibyte buffer, always returns
9278         DEFAULT-CODING-SYSTEM.
9279         (get-charset-property): Fix previous change.  Make it a function.
9280         (put-charset-property): Make it a function.
9282         * international/mule.el (make-coding-system): Set mime-charset
9283         property of *-with-esc coding system to nil.
9285         * international/quail.el (quail-point-in-conversion-region): New
9286         function.
9287         (quail-conversion-backward-delete-char): When a key sequence is
9288         being translated, call quail-delete-last-char.
9290         * language/devan-util.el
9291         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
9292         handle devanagari-decomposition-rules.
9294 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
9296         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
9297         tex-start-options-string to empty string.
9298         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
9300 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
9302         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
9303         5xx responses are already handled properly).
9305 1998-12-13  Richard Stallman  <rms@gnu.org>
9307         * progmodes/compile.el (compilation-error-regexp-alist): Insist
9308         on a non-digit in the file name.
9310         * simple.el (comment-region): Handle comment-padding
9311         separately for insertion and for deletion, in the right way for each.
9313 1998-12-13  Felix Lee  <flee@cygnus.com>
9315         * progmodes/compile.el (compilation-error-regexp-alist): Fix
9316         regexp to match "ChangeLog:1:1998-12-09 ..."
9318 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
9320         * cus-start.el (dos-unsupported-char-glyph): Add.
9322 1998-12-11  Dave Love  <fx@gnu.org>
9324         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
9325         forward-sexp in condition-case.
9327         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9328         Remove unnecessary test on `library' for explicit file name.
9329         Widen scope of save-match-data.
9331 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
9333         * international/mule.el (load-with-code-conversion): If the loaded
9334         file was inserted  with no-conversion or raw-text coding system,
9335         make the buffer unibyte.
9337 1998-12-09  Richard Stallman  <rms@gnu.org>
9339         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9340         Get rid of nested loops.
9342         * mouse.el (mouse-drag-vertical-line):
9343         If WHICH-SIDE is not `right', then scroll bars are on the left.
9345         * loadhist.el (load-history-loaded): defvar moved to help.el.
9347         * help.el (symbol-file-load-history-loaded): Variable renamed,
9348         and defvar moved from loadhist.el.
9349         (symbol-file): Renamed from describe-function-find-file.
9350         Load fns-VERSION.el here.
9351         (describe-variable, describe-function-1): Use symbol-file.
9353         * textmodes/tex-mode.el (tex-generate-zap-file-name):
9354         Don't start the name with #.
9356         * ispell.el: Take out the eval-when's.
9358 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
9360         * dirtrack.el (dirtrack-directory-change-hook): New hook.
9361         (dirtrack): Run it.  Make debug message more verbose.
9363 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
9365         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
9366         name of the abbrev table, and provide support for XEmacs.
9367         (octave-xemacs-p): New variable.
9369 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
9371         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
9372         exit, when mail-interactive is nil.
9374 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
9376         * files.el (after-find-file): Message fix.
9378 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
9380         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
9382 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
9384         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
9385         filenames using backslashes.
9387 1998-12-09  Dave Love  <fx@gnu.org>
9389         * browse-url.el (browse-url-mail): Call compose-mail-other-window
9390         with correct number of args.
9391         (browse-url-maybe-new-window): New arg.  Callers changed.
9393         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
9394         comment.
9396 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
9398         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
9400 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
9402         * vc.el (vc-rcs-release): Fix Type.
9403         (vc-sccs-release): Fix Type.
9404         (vc-cvs-release): Fix Type.
9406         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
9407         arg work right.
9409         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
9410         output of last undeleted message.
9412 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
9414         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9415         (buffer-undo-list) [windows-nt]: Use different relative path.
9417 1998-12-07  Simon Marshall  <simon@gnu.org>
9419         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
9421 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
9423         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
9425         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
9427 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
9429         * info.el (Info-menu): Don't return error if point is between menu
9430         header and first menu item.
9432 1998-12-04  Dave Love  <fx@gnu.org>
9434         * help.el (describe-function-1): Fix description for alias.
9436 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
9438         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
9439         specifications from summary line.
9441         * rect.el (delete-whitespace-rectangle): Mark for autoload.
9442         (close-rectangle): Define alias only once in loaddefs.el.
9444 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
9446         * term/internal.el: Remove code which sets up a special syntax
9447         table for non-ASCII characters.
9449 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
9451         * dos-w32.el (direct-print-region-function): Try to ensure that
9452         printer-name is expanded to a file name on a local drive;
9453         sometimes printing a file loaded from a network volume fails.
9454         (direct-print-region-function): Add a function to
9455         write-region-annotate-functions to append a formfeed character to
9456         the region being printed, if the region doesn't end with a
9457         formfeed already.  This avoids creating a second print job
9458         containing a blank page when print spooling is enabled on Windows.
9460 1998-12-02  Dave Love  <fx@gnu.org>
9462         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
9463         `Info-goto-node'.
9465 1998-12-02  Richard Stallman  <rms@gnu.org>
9467         * help.el (temp-buffer-resize-mode): Doc fix.
9469         * cus-edit.el (custom-save-delete): Save point before
9470         reading a sexp, rather than backing up.
9472         * international/iso-transl.el: Fix previous change.
9474 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9476         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
9477         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
9478         Added defvars to suppress compilation warnings.
9480 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
9482         * ispell.el: Improved and fixed customize for variables:
9483         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
9484         ispell-dictionary-alist, ispell-skip-sgml.
9485         Improved and fixed comments in variables and messages for
9486         functions: ispell-help-in-bufferp, ispell-local-dictionary,
9487         ispell-menu-map, ispell-checking-message, ispell-parser,
9488         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
9489         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
9490         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
9491         ispell-message-text-end, ispell-add-per-file-word-list.
9492         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
9493         system is now required for all languages.  Casechars improved for
9494         castellano, castellano8, and norsk dictionaries.  Dictionary
9495         norsk7-tex added.  Dictionary polish added.
9496         (ispell-dictionary-alist): Redefined at load-time to support
9497         dictionary changes.
9498         (ispell-menu-map): Redefined at load-time to support menu changes.
9499         (ispell-check-version): New alias for `check-ispell-version'.
9500         (ispell-parse-output): Fixed matching for ispell error messages.
9501         Correctly returns spelling suggestions in order generated by ispell
9502         process.
9503         (check-ispell-version): Ensure `case-fold-search' doesn't get
9504         redefined.
9505         (ispell-complete-word): Ensure `case-fold-search' doesn't get
9506         redefined.  Fix bug that didn't respect case of word being completed.
9507         (ispell-init-process): Set process coding system to be compatible
9508         with emacs processes and the ispell process.
9509         (ispell-kill-ispell): Ensures ispell process has terminated before
9510         starting new process.  This can otherwise confuse process filters
9511         and hang the ispell process.
9512         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
9513         skipping support for sgml.
9514         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
9515         which could cause `ispell-complete-word' to hang.
9516         (ispell-message): Improved message reference matching.  Ensure
9517         `case-fold-search' doesn't get redefined.
9518         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
9519         get redefined.  Fixed bug in returning to nroff mode from tex mode.
9520         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
9521         get redefined.
9523 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
9525         * textmodes/flyspell.el (flyspell-check-word-p):
9526         Don't delay inside a kbd macro.
9528         * subr.el (make-local-hook): Return the hook variable.
9530 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9532         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
9533         Use a timer instead of post-command-hook.
9534         (hscroll-timer): New variable.
9536 1998-11-30  Dave Love  <fx@gnu.org>
9538         * help.el (help-xref-button): Do nothing if text already has the
9539         help-xref property.
9540         (describe-variable): Revert previous change to hyperlink to source.
9542 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
9544         * bindings.el (features): Add `base64' to this list.
9546         * loadhist.el (symbol-file): Doc fix.
9548         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9550         * files.el (hack-one-local-variable): Cope with non-file buffers.
9552 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
9554         * help.el (describe-mode): Put major mode first.
9556         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
9557         to support special-display and same-window features.
9559 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
9561         * simple.el (transpose-subr, transpose-subr-1): Rename variables
9562         bound in one function and used in the other.
9563         (transpose-subr-start1, transpose-subr-start2): Add defvars.
9564         (transpose-subr-end1, transpose-subr-end2): Add defvars.
9566 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
9568         * autoinsert.el (auto-insert-alist): Use user-mail-address.
9570 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
9572         * international/ccl.el (ccl-dump-translate-character-const-tbl):
9573         Give format correct control string.
9575         * international/mule.el (define-translation-table): Fix bug of
9576         setting incorrect translation-table-id.  If the first element of
9577         ARGS is a translation table, just register it.
9579         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
9580         property.
9582 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
9584         * thingatpt.el (thing-at-point-url-at-point): Don't use current
9585         syntax table to determine what is whitespace.
9587 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
9589         * frame.el (frame-parameter): Doc fix.
9591         * textmodes/tex-mode.el (tex-feed-input): New function.
9592         (tex-define-common-keys): Add binding for C-c C-m.
9594 1998-11-23  Dave Love  <fx@gnu.org>
9596         * progmodes/fortran.el: Various minor doc fixes.
9597         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
9598         (fortran-with-subprogram-narrowing): New macro.
9599         (fortran-check-for-matching-do): Use it.
9600         (fortran-end-do): Use fortran-check-end-prog-re.
9601         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
9602         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
9604 1998-11-23  Simon Marshall  <simon@gnu.org>
9606         * font-lock.el (font-lock-defaults): Doc fix.
9607         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
9608         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
9610         * lazy-lock.el (lazy-lock-unstall):
9611         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
9613         * fast-lock.el (fast-lock-save-cache-1):
9614         (fast-lock-cache-data): Rewritten to use with-temp-message.
9616 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
9618         * mail/rmail.el (rmail-set-message-counters-counter): Detect
9619         messages that have been added with DOS line endings and convert
9620         the line endings for such messages.
9622 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9624         * help.el: Add resizing of temporary buffers.
9625         (temp-buffer-resize-mode): New command and variable.
9626         (temp-buffer-max-height): New variable.
9627         (resize-temp-buffer-window): New function.
9629         * window.el (window-buffer-height): New function, split from
9630         shrink-window-if-larger-than-buffer.
9631         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
9633 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
9635         * frame.el (initial-frame-alist): Add defcustom.
9637         * shell.el (shell-prompt-pattern): Add defcustom.
9639 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9641         * message.el (message-ignored-supersedes-headers): Remove
9642         NNTP-Posting-Date.
9644 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
9646         * help.el (describe-mode): Don't avoid loop indirecting thru
9647         value of INDICATOR.
9649 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
9651         * help.el (describe-variable): Allow any variable with a defcustom,
9652         even if it is not a user variable.
9654         * mail/rmail.el (mail-unsent-separator): Additional alternative.
9656 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
9658         * gnus/nntp.el (nntp-request-group): Allow for failures when
9659         requesting a new group.
9661 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9663         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
9665 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9667         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
9669 1998-11-19  Simon Marshall  <simon@gnu.org>
9671         * subr.el (with-temp-message): New macro.
9673         * emacs-lisp/lisp-mode.el (with-temp-message):
9674         Add lisp-indent-function property.
9676 1998-11-18  Dave Love  <fx@gnu.org>
9678         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
9680 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
9682         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
9683         This is not obsolete.
9685 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
9687         * textmodes/picture.el: Make a new map by make-keymap.
9688         (picture-desired-column): New variable.
9689         (picture-update-desired-column): New function.
9690         (picture-beginning-of-line): Set picture-desired-column to 0.
9691         (picture-end-of-line): Set picture-desired-column to the current
9692         column.
9693         (picture-forward-column): Pay attention to multi-column character.
9694         (picture-backward-column): Likewise.
9695         (picture-move-down): Likewise.
9696         (picture-move-up): Likewise.
9697         (picture-movement-nw): With prefix arg, move twice columns.
9698         (picture-movement-ne): Likewise.
9699         (picture-movement-sw): Likewise.
9700         (picture-movement-se): Likewise.
9701         (picture-set-motion): Handle two-column movements.
9702         (picture-move): Call picture-move-down or picture-forward-column
9703         only when necessary.
9704         (picture-insert): Pay attention to picture-desired-column.
9705         (picture-self-insert): Likewise.
9706         (picture-clear-column): Pay attention to multi-column character.
9707         (picture-mode): Modify doc-string for two-column movement.
9709         * rect.el (move-to-column-force): New function.
9710         (operate-on-rectangle): If coerce-tabs is non-nil, call
9711         move-to-column-force instead of move-to-column.
9712         (insert-rectangle): Call move-to-column-force instead of
9713         move-to-column.
9714         (open-rectangle-line): If begextra is not zero, call
9715         move-to-column-force.
9718 1998-11-16  Dave Love  <fx@gnu.org>
9720         * textmodes/sgml-mode.el Require skeleton when compiling.
9721         (sgml-font-lock-keywords-1): Accept single-letter tags.
9722         (v2): Defvar free variable.
9724 1998-11-16  Sam Steingold  <sds@goems.com>
9726         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
9727         macro, not ELisp one.
9729 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
9731         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
9732         characters to symbol.
9734         * language/japan-util.el (japanese-zenkaku-region): New optional
9735         arg KATAKANA-ONLY.
9737 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
9739         * international/mule.el
9740         (after-insert-file-set-buffer-file-coding-system): If the buffer
9741         is changed to unibyte, return inserted bytes.
9743         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
9744         and link names if necessary.
9745         (tar-header-block-summarize): Handle the case that file or link
9746         names are multibyte.
9747         (tar-summarize-buffer): At first set the current buffer unibyte,
9748         then if there are multibyte file names, change it to multibyte.
9749         (tar-mode): Get char position from tar-header-offset.
9750         (tar-extract): Avoid multibyte<->unibyte conversion in
9751         insert-buffer-subsring by setting both buffers unibyte
9752         temporarily.
9753         (tar-copy): Set the buffer unibyte while doing a work.  Write
9754         without code conversion.
9755         (tar-expunge): Set the buffer unibyte while doing a work.
9756         (tar-alter-one-field): Likewise.
9757         (tar-clear-modification-flags): Compare byte position with
9758         tar-header-offset.
9759         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
9760         insert-buffer-subsring by setting both buffers unibyte
9761         temporarily.  Pay attention to multibyteness while updating the
9762         descriptor-line.
9763         (tar-mode-write-file): Write without code conversion.
9765 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9767         * nngateway.el: Require cl.
9769 1998-11-15  Dave Love  <fx@gnu.org>
9771         * progmodes/fortran.el: Fix previous change:
9772         (fortran-end-prog-re1): Changed.
9773         (fortran-check-end-prog-re): New function.
9774         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
9776 1998-11-13  Tom Breton  <tob@world.std.com>
9778         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
9779         GNU Emacs.
9781 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
9783         * textmodes/reftex.el: (reftex-finding-files): Group documentation
9784         fixed.
9785         (reftex-toc-toggle-file-boundary,
9786         reftex-toc-toggle-labels,
9787         reftex-toc-toggle-context,reftex-find-start-point): New functions.
9788         (reftex-toc-include-labels, reftex-toc-include-context,
9789         reftex-toc-include-file-boundaries,
9790         reftex-toc-keep-other-windows): New options.
9791         (reftex-use-text-after-label-as-context): Option removed.
9792         (reftex-extract-bib-entries): Protect use in non-latex
9793         buffers.
9794         (reftex-toc-visit-location): Renamed from
9795         `reftex-toc-visit-line'.
9796         (reftex-latin1-to-ascii): Works now with and without Mule.
9797         (reftex-truncate): Removed special stuff for Emacs 20.2.
9798         (reftex-get-offset): Made more general.
9799         (reftex-show-label-location): Renamed from
9800         `reftex-select-label-callback'.
9801         (reftex-pop-to-label): Function removed (using
9802         `reftex-show-label-location' instead.
9803         (reftex-insert-docstruct): Renamed from
9804         `reftex-make-and-insert-label-list'.  Function args changed.
9805         (reftex-toc): Now uses `reftex-insert-docstruct' and
9806         `reftex-find-start-point'.
9807         (reftex-select-item): Use `reftex-find-start-point'.
9808         (reftex-toc-visit-line): Can display labels and file
9809         boundaries.
9810         (reftex-TeX-master-file): `(TeX-master-file)' protected.
9812 1998-11-12  Sam Steingold  <sds@goems.com>
9814         * browse-url.el (browse-url): Handle the case when
9815         `browse-url-browser-function' is a lambda list.
9817 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
9819         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
9820         version string.
9821         * loadhist.el (symbol-file): Likewise
9823 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
9825         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
9827 1998-11-11  Sam Steingold  <sds@goems.com>
9829         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
9830         `run-lisp' instead of signalling an error.
9832 1998-11-11  Karl Heuer  <kwzh@gnu.org>
9834         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
9836 1998-11-11  Richard Stallman  <rms@gnu.org>
9838         * vc-hooks.el (vc-toggle-read-only): Doc fix.
9840 1998-11-11  Per Starback  <starback@update.uu.se>
9842         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
9843         renamed svenska8 to svenska, and fixed and extended CASECHARS
9844         for it.
9846 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
9848         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
9849         handling if setpagedevice is not available.
9850         (ps-begin-file): Fix typo.
9852 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
9854         * international/mule-util.el (compose-chars-component): Signal
9855         error if CH is a rule-based composition character.
9856         (compose-chars): Signal error if an already compsed character is
9857         going to be composed by rule-base.
9859         * term/x-win.el: If a resolved ASCII font name doesn't conform to
9860         full XLFD, don't try to get information of WEIGHT and SLANT from
9861         that font name.
9863 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
9865         * dos-w32.el (set-default-process-coding-system): Use function on
9866         before-init-hook to set default-process-coding-system based on
9867         enable-multibyte-characters.
9869         * term/w32-win.el ([language-change]): For now ignore
9870         keyboard language-change events.
9872 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
9874         * ediff-util.el (ediff-make-temp-file): Run the prefix through
9875         convert-standard-file-name, but leave the results of
9876         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
9877         characters if the original name already exists, or has a special
9878         handler.
9880 1998-11-10  Karl Heuer  <kwzh@gnu.org>
9882         * international/iso-insert.el: Delete autoload cookies.
9884         * international/iso-transl.el: Add autoload cookies.
9886 1998-11-10  Richard Stallman  <rms@gnu.org>
9888         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
9889         (ispell-process-line): Don't treat multibyte
9891 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
9893         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
9894         setpagedevice to specify the page size if setpagedevice is
9895         available.  This is necessary to select the correct paper tray on
9896         Level 2 printers with multiple paper sizes available.
9898         (ps-begin-file): Cope with font names that contain spaces, and
9899         call BeginDoc in a BeginSetup/EndSetup block.
9901 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
9903         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
9904         convert-standard-filename.
9906         * loadhist.el (symbol-file): Run fns-VERSION.el through
9907         convert-standard-filename.
9909 1998-11-06  Richard Stallman  <rms@gnu.org>
9911         * textmodes/texinfmt.el (texinfo-format-scan):
9912         Detect the case of two @-commands in a row; process just the first.
9913         (texinfo-append-refill): If line has a @c, insert the @refill
9914         before it.
9915         (texinfo-format-refill): Return with point where the @refill was.
9917         * files.el (hack-local-variables): Test local-enable-local-variables.
9918         (hack-local-variables-prop-line): Likewise.
9919         (set-auto-mode): Don't test local-enable-local-variables here.
9920         (enable-local-variables): Doc fix.
9921         (local-enable-local-variables): Doc fix.
9922         (normal-mode): Doc fix.
9924 1998-11-06  Karl Heuer  <kwzh@gnu.org>
9926         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
9928 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
9930         * simple.el (line-number-mode): Doc fix.
9932 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
9934         * international/fontset.el (create-fontset-from-fontset-spec):
9935         Give correct arg to `error'.
9937 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
9939         * textmodes/sgml-mode.el (html-mode): Doc fix.
9940         (sgml-name-8bit-mode): Fix missing format character in message string.
9942 1998-11-05  Karl Heuer  <kwzh@gnu.org>
9944         * mail/sendmail.el (sendmail-send-it): Check for failure.
9946 1998-11-05  Richard Stallman  <rms@gnu.org>
9948         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
9950         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
9951         (close-rectangle): Define as alias.
9953 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
9955         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
9957 1998-11-05  Dave Love  <fx@gnu.org>
9959         * help.el (describe-variable): Don't quote link to source.
9961 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
9963         * gud.el (gud-common-init): Use pop-to-buffer.
9964         (same-window-regexps): Add an element that matches all gud buffers.
9966 1998-11-04  Jason Rumney  <jasonr@altavista.net>
9968         * term/w32-win.el (x-get-selection-value): Alias to
9969         x-cut-buffer-or-selection-value.
9970         (w32-standard-fontset-spec): New variable.
9971         (w32-create-initial-fontsets, mouse-set-font): Check whether
9972         new-fontset is available.
9973         (w32-use-w32-font-dialog): Enable use of set-variable.
9975 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9977         * vc.el (with-vc-file, edit-vc-file): New macros.
9979 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
9981         * international/quail.el (quail-show-guidance-buf): Call
9982         set-minibuffer-window to set minibuffer window of the current
9983         frame correctly.
9985 1998-11-03  Theodore Jump <tjump@tertius.com>
9987         * term/w32-win.el: Require fontset.
9989 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
9991         * faces.el (set-face-font): Call resolve-fontset-name on w32.
9992         (set-face-font-auto): Ditto.
9994 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
9996         * mouse.el (mouse-drag-region): Fix typo.
9998 1998-11-02  Dave Love  <fx@gnu.org>
10000         * progmodes/fortran.el Fix for fontification of strings lost somehow:
10001         (fortran-fontify-string): New function.
10002         (fortran-font-lock-keywords-1): Use it.
10004 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
10006         * comint.el (comint-file-name-quote-list): Doc fix.
10008 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
10010         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10011         build directory, not source directory.
10013         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10014         if we did not get one for the final move.
10016 1998-11-01  Dave Love  <fx@gnu.org>
10018         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10019         Don't funcall browse-url-browser-function.
10021         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10022         Don't funcall browse-url-browser-function.
10024         * fortran.el (fortran-end-prog-re1): Fix the regexp.
10026 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
10028         * files.el (revert-buffer): Doc fix.
10030 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
10032         * textmodes/tex-mode.el (tex-start-options-string):
10033         Quote the backslashes with more backslashes.
10035 1998-10-31  Dave Love  <fx@gnu.org>
10037         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10038         (webjump): Don't funcall browse-url-browser-function.
10040 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
10042         * international/quail.el (quail-start-translation): Handle
10043         switching of the frame in read-key-sequence.
10044         (quail-start-conversion): Likewise.
10045         (quail-show-guidance-buf): Detach quail-guidance-buf from any
10046         windows before setting an appropriate window for it.
10047         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
10048         quail-guidance-win to nil.
10049         (quail-update-guidance): If quail-guidance-buf is not in the
10050         selected frame, call quail-show-guidance-buf again.
10052 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
10054         * progmodes/pascal.el (pascal-mode):
10055         `blink-matching-paren-dont-ignore-comments' set to t.
10057 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10059         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10061 1998-10-30  Dave Love  <fx@gnu.org>
10063         * vc.el (vc-backend-merge-news): Check for "P" output.
10065         * help.el (describe-variable): Hyperlink the definition.
10067 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
10069         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10070         (sh-set-shell): Likewise.
10072         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10074         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10075         (edebug-on-error): Fix customize type to match that of
10076         debug-on-error.
10078         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10080         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10081         report-emacs-bug-address instead of undefined bug-gnu-emacs.
10083         * international/mule-cmds.el (select-message-coding-system): Doc
10084         fix.
10086         * international/mule-diag.el (describe-coding-system): Describe
10087         all flags.
10089         * mail/sendmail.el (sendmail-coding-system,
10090         default-sendmail-coding-system): Doc fix.
10092         * simple.el (shell-command-on-region): Doc fix.
10094         * loadup.el: Write fns-*.el in current directory instead of
10095         data-directory since no installation directory exists yet.  Mark
10096         buffer unmodified afterwards.
10098         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10099         instead of data-directory since it is architecture dependent.
10100         (load-history-loaded): Update doc string.
10102 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
10104         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10105         path as a default directory when canonicalizing names.
10107         * w32-fns.el: Remove a dangling reference to a directory on the
10108         build machine.
10110 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
10112         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10113         namespace related keywords such as `class', `body', `private',
10114         `variable', `namespace eval', etc.
10115         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10116         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10117         imenu and font-lock so that searches for \sw would find words
10118         containing colons.
10120         * progmodes/etags.el (initialize-new-tags-table):
10121         Do not alter find-tag-marker-ring and tags-location-ring.
10123 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
10125         * term/w32-win.el: Require fontset.
10126         (w32-init-fontsets): New function (code from x-win.el).
10128 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10130         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
10131         calendar-and-diary-frame-parameters):  Add title parameter.
10133 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10135         * completion.el (dynamic-completion-mode): New function to enable
10136         the mode.  (Just loading the file now does not change anything.)
10138 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10140         * ps-print.el: User option for multibyte buffer handling and doc fix.
10141         (ps-multibyte-buffer): New user option.
10142         (ps-setup): Print new user option.
10143         (ps-print-quote): New fun.
10144         (ps-color-p, ps-mule-font-info-database-latin): New var.
10145         (ps-default-color, ps-mule-font-info-database)
10146         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
10147         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
10148         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
10149         Little code improvement.
10150         (ps-mule-initialize): Initialize ps-mule-font-info-database.
10151         (ps-print-prologue-header, ps-font-family, ps-font-size)
10152         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
10153         (ps-build-face-reference, ps-mule-font-info-database-bdf)
10154         (ps-mule-external-libraries, ps-mule-init-external-library)
10155         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
10156         Doc fix.
10157         (ps-print-version): New version number (4.1.1) and doc fix.
10158         (ps-print-prologue-header): New user option.
10159         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
10160         Conditional compilation for GNU Emacs and emacsens.
10161         (ps-generate-postscript-with-faces): Skip invisible text better.
10162         (ps-setup): Print new user option.
10163         (ps-print-preprint): Check if input file name exists and is unwritable.
10164         (ps-begin-file): Adjust PostScript prologue header for duplex printers
10165         and insert user PostScript prologue header comments.
10166         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
10167         New funs.
10168         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
10169         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
10170         PostScript programming normalization.
10171         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
10172         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
10173         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
10174         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
10175         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
10176         Programming style normalization.
10178 1998-10-26  Kenichi Handa <handa@etl.go.jp>
10180         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10181         version, check the value of mule-version.
10183         * international/mule-util.el (compose-region): Insert then delete
10184         to preserve markers.
10185         (decompose-region): Use search-forward for efficiency.
10187         * language/chinese.el (pre-write-encode-hz): Cancel previous
10188         change, use generate-new-buffer instead of get-buffer-create.
10189         * language/devan-util.el
10190         (in-is13194-devanagari-pre-write-conversion): Likewise.
10191         * language/thai-util.el (thai-pre-write-conversion): Likewise.
10192         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10193         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10195 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10197         * mail/rmailsum.el (rmail-message-subject-p):
10198         Handle message whose header has not been reformatted.
10200         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
10202 1998-10-25  Jason Rumney  <jasonr@altavista.net>
10204         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
10205         New variables.
10206         (mouse-set-font): Use font menus instead of dialog according to
10207         w32-use-w32-font-dialog.
10209 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10211         * calendar/calendar.el (calendar-day-name-array): Add doc string
10212         correctly!
10213         (calendar-month-name-array): Add doc string correctly!
10215 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
10217         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
10219 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
10221         * lisp/info.el (Info-next-menu-item): Stay on top of node.
10223         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
10225         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
10227         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
10229 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
10231         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
10233 1998-10-21  Karl Heuer  <kwzh@gnu.org>
10235         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
10236         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
10237         (profile-filter, profile-reset-timer): Functions deleted.
10238         (profile-check-zero-init-times, profile-get-time): Likewise.
10239         (profile-find-function, profile-quit): Likewise.
10240         (profile-distinct, profile-call-stack, profile-last-time): New vars.
10241         (profile-time-list, profile-init-list): Doc fix.
10242         (profile-functions): Simplify.
10243         (profile-print): Use float.  Make output include space separators.
10244         (profile-add-time): New helper function.
10245         (profile-function-prolog): Renamed from profile-start-function.
10246         Handle profile-distinct.
10247         (profile-function-epilog): Renamed from profile-update-function.
10248         Handle profile-distinct.
10249         (profile-a-function): If the function to be profiled is an
10250         autoload form, load it.  If it's lazy-loaded, fetch it.
10251         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
10252         (profile-restore-fun): Arg FUN is now a function symbol, as was
10253         documented, rather than a one-element list.
10254         (profile-finish): Call profile-restore-fun properly.
10256 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
10258         * international/characters.el: Setup charset property
10259         nospace-between-words.
10261         * international/mule-cmds.el (get-charset-property): If CHARSET is
10262         composition, return nil.
10263         (put-charset-property): If CHARSET is composition, do nothing.
10265         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
10266         * language/devan-util.el
10267         (in-is13194-devanagari-pre-write-conversion): Likewise.
10268         * language/thai-util.el (thai-pre-write-conversion): Likewise.
10269         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10270         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10272         * textmodes/fill.el (sentence-end-without-period): New variable.
10273         (canonically-space-region): Pay attention to
10274         sentence-end-without-period.
10275         (fill-find-break-point): The first argument CHARSET deleted.
10276         Caller changed.
10277         (fill-region-as-paragraph): Pay attention to charset property
10278         nospace-between-words and text property nospace-between-words.
10280 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
10282         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
10283         an unrecognized shell.
10285 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
10287         * desktop.el (desktop-save): Include minor modes symbolically.
10288         (desktop-create-buffer): Turn on all minor modes in `mim'.
10290 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
10292         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
10293         (sh-font-lock-keywords): Handle rpm and rpm2.
10294         (sh-ancestor-alist): Handle rpm.
10296         * files.el (auto-mode-alist): Recognize .rpm files.
10297         Also .spec and .mspec files.
10299 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
10301         * faces.el (frame-set-background-mode): Enable the function for
10302         MSDOS frames.
10304 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10306         * calendar/calendar.el (calendar-day-name-array): Add doc string.
10307         (calendar-month-name-array): Add doc string.
10309 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
10311         * simple.el (kill-ring-max): Increased to 60.
10313 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
10315         * international/characters.el: Setup auto-fill-chars.
10317         * international/kinsoku.el (kinsoku): Check the variable
10318         enable-kinsoku.
10320         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
10321         Don't call kinsoku directly, intead call fill-find-break-point.
10323         * textmodes/fill.el: Setup `fill-find-break-point-function'
10324         property to character sets which require `kinsoku' processing for
10325         filling.
10326         (fill-find-break-point): New function.
10327         (fill-region-as-paragraph): Don't check kinsoku-enable here.
10328         Don't call kinsoku directly, intead call fill-find-break-point.
10330 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
10332         * faces.el (modify-face-read-string): Return (nil) for "none".
10333         (modify-face): Don't get error if (nil) is the argument.
10334         (face-try-color-list): Don't check whether nil is a valid color.
10336 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
10338         * emacs-lisp/bytecomp.el (byte-recompile-directory):
10339         Print message about each directory, even in batch mode.
10341         * gnus/nntp.el: Require `cl' before using nnoo-declare.
10343         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
10344         (ps-mule-string-char): No need to use sref.
10345         (ps-mule-next-index): No need to use sref.
10347         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
10349         * files.el (revert-buffer-internal-hook): Add defvar.
10351         * arc-mode.el (archive-mode): Locally set file-precious-flag.
10353         * tar-mode.el (tar-mode): Locally set file-precious-flag.
10355 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
10357         * international/mule-cmds.el (default-input-method): Fix custom type.
10359         * net-utils.el (whois-server-list): Fix customization type.
10361         * shell.el (shell-input-autoexpand): Fix customization group.
10363 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
10365         * repeat.el (repeat): Handle keyboard macros properly.
10366         Handle new prefix arg after self-insert command.
10368         * repeat.el: Don't include cl even at compile time.
10369         (repeat): Avoid using `loop'.
10371         * simple.el (shell-command-on-region): Doc fix.
10372         (next-history-element): Special error message if no default.
10374 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
10376         * ps-print.el (ps-print-buffer): Doc fix.
10377         (ps-despool): Likewise.
10379         * arc-mode.el (arc-mode): Provide arc-mode.
10381 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
10383         * ps-print.el (ps-print-buffer): Doc fix.
10385 1998-10-14  Dave Love  <fx@gnu.org>
10387         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
10388         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
10389         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
10391         * progmodes/fortran.el (fortran-mode-map): Change "Join
10392         Continuation Line" to "Join Line".
10393         (fortran-font-lock-keywords-1): Add "cycle", "exit".
10395 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
10397         * progmodes/fortran.el (fortran-join-line): Use
10398         `delete-indentation' instead of issuing an error message if not on
10399         a continuation line.  Provide for joining several lines using
10400         prefix arg.
10402 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
10404         * term/pc-win.el (msdos-color-values): New variable.
10405         (x-color-values): New function, emulates its namesake from
10406         src/xfns.c.
10407         (msdos-bg-mode): Add all dark colors to those which return
10408         "dark".
10410 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
10412         * replace.el (keep-lines, flush-lines, how-many):
10413         Don't ignore case if arg has upper case letters.
10415 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
10417         * progmodes/vhdl-mode.el
10418         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
10419         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
10420         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
10421         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
10422         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
10423         (vhdl-when): Fix indentation problem.
10424         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
10425         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
10426         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
10428 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
10430         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
10431         (ls-lisp-insert-directory): Renamed from insert-directory.
10432         (insert-directory): New function.
10434 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
10436         * simple.el (completion-fixup-function): Variable deleted.
10437         (completion-setup-function): Delete code for completion-fixup-function.
10438         * emacs-lisp/lisp.el (lisp-complete-symbol):
10439         Don't bind completion-fixup-function.
10441         * files.el (find-file-wildcards): New option.
10442         (find-file-noselect): Handle wild cards, if enabled.
10443         (file-expand-wildcards): New function.
10445         * simple.el (set-fill-column): Doc fix.
10447 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10449         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
10451 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
10453         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
10454         Move declaration before first use.
10455         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
10456         hif-math, hif-factor): Rename token to hif-token and token-list to
10457         hif-token-list.
10458         (hif-token, hif-token-list): Declare them.
10459         (hif-find-ifdef-block): Return cons of top and bottom point
10460         instead of setting dynamically bound variables.
10461         (hide-ifdef-block, show-ifdef-block): Use return value of
10462         hif-find-ifdef-block.
10464 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10466         * subr.el (read-passwd): Use clear-this-command-keys.
10468         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
10470         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
10471         and ...-for-write.
10473 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
10475         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
10476         responses to GROUP command, since this may be called from a timer
10477         with quit inhibited.
10479 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
10481         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
10482         set unconditional-jump to nil.
10483         (ccl-compile-read-multibyte-character): Return nil.
10484         (ccl-compile-write-multibyte-character): Likewise.
10485         (ccl-compile-translate-character): Likewise
10486         (ccl-compile-map-multiple): Likewise.
10487         (ccl-compile-map-single): Likewise.
10489         * international/kinsoku.el: Add coding tag.
10490         (kinsoku-bol): Remove superfluous TAB in a string.
10492         * international/mule-cmds.el (find-coding-systems-for-charsets):
10493         Delete `composition' (if any) from CHARSETS.
10495 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10497         * international/mule-cmds.el (setup-specified-language-environment):
10498         Add apropos-inhibit property.
10499         (describe-specified-language-support): Likewise.
10501 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
10503         * international/mule.el (make-coding-system): Create -with-esc
10504         variant coding system.
10506 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
10508         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
10509         (next-file): Optionally offer to revert a file's buffer,
10510         if it has an existing buffer but the file has changed.
10512         * info.el (Info-insert-dir): Detect and report problems
10513         in input files, such as "No Top node".  Return with point
10514         at the beginning of the text.
10515         (Info-find-node): Reinsert the code to handle files
10516         with no tags table; it was deleted by mistake.
10518 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
10520         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
10521         texinfo-find-higher-level-node repeatedly find the same node.
10522         (texinfo-find-higher-level-node): Doc fix.
10524 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
10526         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
10527         (smtpmail-address-buffer): Add defvar.
10528         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
10530         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
10532         * ffap.el (ffap-machine-p-local): Fix editing error.
10534 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
10536         * faces.el (frame-set-background-mode):
10537         Don't do anythung for text-only or MSDOS frame.
10539 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
10541         * international/quail.el (quail-defrule): New optional arg APPEND.
10542         (quail-defrule-internal): Fix bug of handling the argument APPEND.
10544 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
10546         * gnus/pop3.el (pop3-open-server):
10547         Set process-coding-system-alist around open-network-stream.
10549 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
10551         * files.el (save-buffer): Doc fix.
10553 1998-10-07  Karl Heuer  <kwzh@gnu.org>
10555         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
10556         return DEF unchanged, not nil.  Simplify.
10558 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
10560         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
10562 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
10564         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
10566         * net-utils.el (ftp, nslookup): Require comint.
10567         (network-service-connection): Likewise.
10568         (whois-server-name): Defaults to whois.arin.net
10569         (whois-server-list, whois-server-tld, whois-guess-server): New var.
10570         (whois): Tries to guess the appropriate top-level domain server.
10571         (whois-get-tld): New function.
10573         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
10574         (dirtrack-debug-toggle): Added this function.
10576 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10578         * files.el (find-file-noselect): Switch to the correct buffer
10579         before checking find-file-literally, and allow non-nil non-t
10580         rawfile params.
10582 1998-10-06  Karl Heuer  <kwzh@gnu.org>
10584         * midnight.el (clean-buffer-list): Add autoload cookie.
10586         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
10587         no-autosave.
10588         * tar-mode.el (tar-mode-revert): Likewise.
10589         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
10590         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
10591         * gnus/message.el (message-auto-save-directory): Renamed from
10592         message-autosave-directory.  All references changed.
10594 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
10596         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
10597         string.  Expose mime stuff while searching.
10599 1998-10-06  Richard Stallman  <rms@gnu.org>
10601         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
10603         * replace.el (perform-replace): Position point properly
10604         before and after the recursive edit of C-r.
10606         * progmodes/etags.el (tags-reset-tags-tables): Properly
10607         find the markers in the old rings that are being discarded.
10609 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10611         * apropos.el (apropos-print): Control invalid characters.
10613         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10614         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
10615         confusing customize.
10617 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
10619         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
10620         built-in commands.  Add more built-in commands and fix face names.
10622 1998-10-05  Simon Marshall  <simon@gnu.org>
10624         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
10626 1998-10-04  Eric Ludlam  <zappo@gnu.org>
10628         * speedbar.el (speedbar-initial-expansion-list-name): Remove
10629         customization since it is not useful in this case.
10630         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
10631         sure it gets evalled to a number.  Also verify that set-frame-name
10632         fn exists before calling it.
10634         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10635         Protect a `forward-sexp' call which could fail, and improved regex
10636         for ie, and eg abbreviations.
10638 1998-10-02  Noah Friedman  <friedman@splode.com>
10640         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
10641         send-string.
10642         (rlogin-send-Ctrl-D): Here also.
10643         (rlogin-send-Ctrl-Z): Here also.
10644         (rlogin-send-Ctrl-backslash): Here also.
10646 1998-10-02  Dave Love  <fx@gnu.org>
10648         * outline.el (hide-region-body): Bind
10649         outline-view-change-hook to nil while making repeated calls to
10650         outline-flag-region.  Run it once at the end.
10651         (hide-other, hide-sublevels, show-children): Likewise.
10653         * info-look.el: Remove duplicate scheme-mode entry.
10654         (info-lookup-make-completions): When looking for entries, check
10655         that `item' isn't null or "Menu".
10657 1998-10-01  Karl Heuer  <kwzh@gnu.org>
10659         * net-utils.el: Don't require ffap.
10660         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
10661         (ping, nslookup-host, finger, network-connection-to-service): Use them.
10663 1998-09-30  Richard Stallman  <rms@gnu.org>
10665         * ispell.el (check-ispell-version): No need to bind default-major-mode.
10667         * imenu.el (imenu--generic-function): Sort each submenu by position.
10668         (imenu--sort-by-position): New function.
10670         * cus-edit.el (Custom-mode-menu): Fix info node name.
10671         (customize group): Fix info node name.
10673         * mail/mailalias.el (build-mail-aliases): Don't allow
10674         a newline in the alias name.  Don't define an alias
10675         if the definition would be empty.
10677         * which-func.el (which-func-mode-global): Make :set function
10678         more reliable.
10680         * custom.el (custom-set-variables): Load the requests first,
10681         then check the symbol's `set' function.
10683         * ffap.el: Doc fixes.
10685 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10687         * gnus.el: (gnus-valid-select-methods): Fix type.
10688         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
10689         * gnus-score.el (gnus-orphan-score): Fix type.
10690         (gnus-score-default-header, gnus-score-default-type): Fix type.
10691         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
10692         (gnus-saved-headers): Fix type.
10694         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
10695         Avoid nil value of `two-lines-citation-part'.
10697 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
10699         * which-func.el (which-function): Handle case when
10700         (car imenu--index-alist) is nil.
10702 1998-09-29  Dave Love  <fx@gnu.org>
10704         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
10705         bzip2 args.
10707 1998-09-29  Simon Marshall  <simon@gnu.org>
10709         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
10710         comint-exec-hook.
10712 1998-09-29  Stephen Eglen  <stephen@gnu.org>
10714         * info-look.el: Add support for Octave.
10716 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
10718         * textmodes/reftex.el (reftex-finding-files): New customize group.
10719         (reftex-texpath-environment-variables,
10720         reftex-use-external-file-finders, reftex-external-file-finders,
10721         reftex-search-unrecursed-path-first): New options.
10722         (reftex-process-string, reftex-find-file-externally): New
10723         functions.
10724         (reftex-access-search-path): Execute shell commands to find the
10725         search path.
10726         (reftex-toggle-auto-view-crossref): When turning on, make sure
10727         `reftex-auto-view-crossref' becomes non-nil.
10728         (reftex-abbrev-regexp): Constant removed.
10729         (reftex-convert-string): Abbrev regexp calculated locally.
10731 1998-09-28  Dave Love  <fx@gnu.org>
10733         * progmodes/fortran.el: Don't call regexp-opt when deriving
10734         font-lock patterns with keywords that aren't all literal.
10736 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
10738         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
10739         the form `octave.bin:1>' which come from using precopiled binary
10740         versions.
10742 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
10744         * help.el (help-for-help): Use %THIS-KEY%.
10745         (help-quit): Add doc.
10747         * help-macro.el (make-help-screen): Keep HELP-TEXT
10748         in a separate function definition, not in the help command FNAME.
10749         Replace %THIS-KEY% with the key sequence that ran FNAME.
10751 1998-09-25  Richard Stallman  <rms@gnu.org>
10753         * textmodes/texinfo.el (texinfo-show-structure):
10754         Bind inhibit-read-only.
10756         * isearch.el (isearch-search-and-update): Properly
10757         handle upper case letters in the reverse-search special case.
10759 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10761         * gnus.el: Extend the list of autoloaded functions.
10763         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
10764         buffer before creating help group. (from Gnus v5.6.43, fix by
10765         1998-08-20 Per Starback <starback@update.uu.se>)
10767         * gnus-util.el (gnus-output-to-rmail): Adjust to
10768         `rmail-output-to-rmail-file'.
10770 1998-09-25  Karl Heuer  <kwzh@gnu.org>
10772         * hexl.el (hexl-mode-map): More of previous change.
10774         * textmodes/tex-mode.el (tex-run-command): Doc fix.
10775         (tex-start-tex): Don't use tex-start-options-string in star case.
10776         Quote file name in star case as well as in non-star.
10777         Add blank and quoting of option string here.
10778         (tex-start-options-string): Not here.
10780 1998-09-23  Karl Heuer  <kwzh@gnu.org>
10782         * term.el (term-delimiter-argument-list): Doc fix.
10783         (term-emulate-terminal): Escape literal semicolon.
10784         * progmodes/asm-mode.el (asm-mode): Doc fix.
10785         (asm-comment-char): Escape literal semicolon.
10786         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
10788 1998-09-23  Richard Stallman  <rms@gnu.org>
10790         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
10791         only those that normally modify the buffer.
10793         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
10794         over again.
10796 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
10798         * ispell.el (check-ispell-version): Ensure same buffer is current
10799         when let-binding of case-fold-search ends.
10801 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10803         * ps-print.el: Skip invisible overlay.
10804         Test for set-buffer-multibyte rather than using mule-version.
10805         (ps-print-version): New version number (4.1) and doc fix.
10806         (ps-generate-postscript-with-faces): Skip invisible overlay.
10808 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
10810         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
10812 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
10814         * international/quail.el (quail-update-guidance): Check for the
10815         return value of (quail-guidance) fixed.
10816         (quail-update-translation): Bind quail-current-str locally when it
10817         calls quail-update-guidance.
10818         (quail-update-translation): If input-method-exit-on-first-char is
10819         non-nil, terminate translation only when the current input method
10820         is simple.
10822 1998-09-22  Paul Eggert  <eggert@twinsun.com>
10824         * startup.el (locale-translation-file-name): Prefer X-related names
10825         to the name used by GNU/Linux sans X.  Set to nil if no file found.
10826         (command-line): Use locale-translation-file-name if it is not nil,
10827         instead of testing for its existence again.
10828         regexp-quote the ctype before using it in a regexp.
10829         Allow a colon to appear after the ctype in the aliases file,
10830         as is done in X11R6.4.
10832 1998-09-21  Richard Stallman  <rms@gnu.org>
10834         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
10836         * calendar/appt.el (appt-interval): Variable deleted.
10837         (appt-check): For minutes in between appt-display-interval times,
10838         do check, but don't display anything except an updated mode line.
10839         Count against appt-display-interval based on minutes since
10840         first display of this appointment, not based on time of day.
10841         If appt-display-mode-line, force mode line redisplay
10842         whenever appt-mode-string has changed.
10843         (appt-add, appt-delete): Add autoload cookies.
10844         (appt-check): Catch errors from calling `diary'.
10845         (appt-max-time): Renamed from max-time.
10846         (appt-now-displayed, appt-display-count): New variables.
10847         (appt-timer): Don't create one if we already have one.
10849         * textmodes/tex-mode.el (tex-compilation-parse-errors):
10850         More general code to use the source buffer instead of the zap file.
10852         * hilit-chg.el (highlight-compare-with-file): Renamed from
10853         compare-with-file.
10855         * loadhist.el (load-history-loaded): New variable.
10856         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
10858         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
10860         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10861         Fix error messages.
10863 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
10865         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
10866         Emacs frame.
10868 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10870         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
10871         `undecided' and `undecided-unix'.
10873 1998-09-21  Dave Love  <fx@gnu.org>
10875         * help.el (help-make-xrefs): Fix typo affecting Info references.
10877         * subr.el (remove-hook): Check list values to avoid errors.
10879 1998-09-18  Noah Friedman  <friedman@splode.com>
10881         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
10882         store string in eldoc-last-message without consing a new string.
10883         Rearrange logic from nested if's into cond's.
10884         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
10885         Do not print message; just return string.
10886         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
10887         Do not print message; just return string.
10888         Cache that string in eldoc-last-data.
10889         (eldoc-last-data): Make into a vector.
10890         (eldoc-get-fnsym-args-string): Use new data form of structure.
10891         (eldoc-get-var-docstring): Here also.
10892         (eldoc-last-data-store): New function.
10893         (eldoc-get-fnsym-args-string): Use it.
10894         (eldoc-get-var-docstring): Here also.
10895         (eldoc-docstring-first-line): Minimize interim string consing.
10896         Call substitute-command-keys on the result.
10897         (eldoc-print-var-docstrings, eldoc-print-docstring,
10898         eldoc-docstring-message): Functions removed.
10899         (eldoc-docstring-format-sym-doc): New function, functionality
10900         ripped out of eldoc-docstring-message.
10901         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
10903 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
10905         * international/mule.el (make-coding-system): Doc-string modified.
10907 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
10909         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
10911         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
10912         customize type.
10914         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
10915         type.
10917         * progmodes/compile.el (compilation-error-screen-columns): New
10918         variable.
10919         (compilation-next-error-locus): Use it to decide whether to use
10920         forward-char or move-to-column.
10922         * mail/rmail.el (rmail-movemail-program): Fix customize type.
10924         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
10925         feedmail-fiddle-plex-user-list,
10926         feedmail-spray-address-fiddle-plex-list,
10927         feedmail-prompt-before-queue-user-alist,
10928         feedmail-prompt-before-queue-help-supplement,
10929         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
10930         feedmail-queue-alternative-mail-header-separator): Fix customize
10931         type.
10933         * startup.el (site-run-file): Fix customize type.
10935         * speedbar.el (speedbar-initial-expansion-list-name): Fix
10936         customize type.
10938         * shell.el (shell-input-autoexpand): Fix customize type.
10940         * ps-print.el (ps-font-info-database): Add missing dots in value.
10941         Improve layout of customize type.
10943         * net-utils.el (traceroute-program-options, ping-program-options,
10944         ipconfig-program-options, netstat-program-options,
10945         arp-program-options, route-program-options,
10946         nslookup-program-options, ftp-program-options): Fix customize
10947         type.
10949         * midnight.el (clean-buffer-list-kill-regexps,
10950         clean-buffer-list-kill-buffer-names,
10951         clean-buffer-list-kill-never-buffer-names,
10952         clean-buffer-list-kill-never-regexps): Fix customize type.
10954         * man.el (Man-init-defvars): Avoid trailing nil on
10955         Man-filter-list.
10957         * lpr.el (printer-name): Fix customize type.
10959 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
10961         * international/mule-cmds.el (reset-language-environment): Call
10962         update-coding-systems-internal.
10964         * international/mule-conf.el: Call update-coding-systems-internal
10965         at the tail.
10967 1998-09-14  Dave Love  <fx@gnu.org>
10969         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
10970         use the menu-enable properties, pending doing it correctly and
10971         acceptably fast.
10973         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
10975 1998-09-13  Dave Love  <d.love@dl.ac.uk>
10977         * progmodes/hideshow.el (hs-grok-mode-type): Check
10978         comment-{start,end} non-nil as well as bound.  Report an error if
10979         we can't grok the mode.
10981 1998-09-13  Richard Stallman  <rms@gnu.org>
10983         * simple.el (blink-matching-open): Don't log paren matching
10984         messages in *Messages*.
10986 1998-09-12  Richard Stallman  <rms@gnu.org>
10988         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
10989         Set point-before-scroll at end even if there was an error.
10991         * ange-ftp.el (ange-ftp-insert-file-contents):
10992         Use binary mode for dumb-unix hosts as for unix hosts.
10993         (ange-ftp-copy-file-internal): Likewise.
10995         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
10997         * emacs-lisp/pp.el: Doc fixes.
10999         * wid-edit.el (widget-menu-max-shortcuts): New variable.
11000         (widget-choose): Don't use single-char shortcuts if # items
11001         exceeds that many.  Use minibuffer instead.
11003 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11005         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11007 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
11009         * speedbar.el (speedbar-frame-mode): Do not set frame position if
11010         in terminal mode.
11012 1998-09-10  Noah Friedman  <friedman@splode.com>
11014         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
11015         defcustom declaration.  It's wreaking too much havoc with XEmacs
11016         and older versions of Emacs, which share this code.
11018         * type-break.el (type-break-mode): Here also.
11020         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11021         `t' to add-hook also to modify the new local value.
11023 1998-09-10  Dave Love  <fx@gnu.org>
11025         * vc.el (vc-insert-headers): Doc fix.
11027 1998-09-10  Richard Stallman  <rms@gnu.org>
11029         * textmodes/flyspell.el (flyspell-mode-on): Make the
11030         ispell-... variables permanent locals.
11031         (flyspell-mode-off): Add autoload cookie.
11033         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11034         do use binary mode, just as for `unix'.
11035         (ange-ftp-host-type): If HOST is nil, return `unix'.
11037         * dired.el (dired-mark-files-containing-regexp):
11038         Don't scan directories.  Ignore non-readable files.
11040         * progmodes/compile.el (compilation-error-regexp-alist):
11041         Fix previous change: allow . and _ in command name.
11043         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11045         * uncompress.el (uncompress-while-visiting):
11046         Use just the car of what find-operation-coding-system returns.
11048         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11050         * shell.el (shell-file-name-quote-list): Add # to the value.
11052 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
11054         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
11055         to make killing of ispell process work even if
11056         kill-all-local-variables has been run.
11058 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11060         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11061         loop when sexp entry ends at end of file with no newline.
11063 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11065         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11066         (Custom-reset-standard): Fix menu inconsistency.
11068         * mail/feedmail.el (feedmail-from-line): Allow t.
11069         (feedmail-message-id-suffix): Allow nil.
11071         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11072         Simplify.  Make prefix arg work right.
11074 1998-09-09  Dave Love  <fx@gnu.org>
11076         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11078         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11080 1998-09-08  Dave Love  <fx@gnu.org>
11082         * add-log.el (change-log-font-lock-keywords): Do parenthesized
11083         stuff only after file names or at start of line.  Allow parens
11084         around e-mail, as well as angles.
11086         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11087         ignore-errors too, eval'd when compile.  Require w3 stuff at load
11088         time for nicer failure if it's not available.
11090 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
11092         * comint.el (comint-arguments): Ignore backslashes when using
11093         w32 shells that expect backslashes as the directory separator.
11095 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
11097         * international/fontset.el (resolved-ascii-font): New variable.
11098         (x-complement-fontset-spec): By side effect, set
11099         `resolved-ascii-font' to the resolved name of ASCII font."
11100         (create-fontset-from-fontset-spec): Don't get a value for
11101         resolved-ascii-font from the list full-fontlist.  It is set by
11102         x-complement-fontset-spec now.
11104         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11105         version, check the value of mule-version.
11107 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
11109         * textmodes/reftex.el (reftex-view-crossref): Split up into
11110         several functions.  No longer moves to find a macro.
11111         (reftex-view-cr-cite, reftex-view-cr-ref,
11112         reftex-end-of-bib-entry): New functions.
11113         (reftex-auto-view-crossref): New value `window' allowed.
11114         (reftex-view-crossref-when-idle): Process new `window' option in
11115         (reftex-translate-to-ascii-function): New default.
11116         (reftex-label-illegal-re): Default changed, removed Latin1.
11117         (reftex-latin1-to-ascii): New function.
11118         (reftex-what-environment): Check for section regexp before use.
11119         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11120         absolute path names.
11121         (reftex-TeX-master-file): Changed sequence of file checks.
11122         (reftex-do-citation): bibview cache only with RefTeX mode on.
11124 1998-09-06  Richard Stallman  <rms@gnu.org>
11126         * progmodes/compile.el (compilation-error-regexp-alist):
11127         In first pattern (GNU utilities and other things),
11128         allow a space after the optional program name at the beginning.
11130         * mail/mail-hist.el (mail-hist-current-header-contents):
11131         Fix previous change: use mail-header-end.
11133 1998-09-06  Bill Richter  <richter@math.nwu.edu>
11135         * international/ccl.el: Doc fixes.
11136         * international/encoded-kb.el: Doc fixes.
11137         * international/fontset.el: Doc fixes.
11138         * international/kinsoku.el: Doc fixes.
11139         * international/kkc.el: Doc fixes.
11140         * international/mule-cmds.el: Doc fixes.
11141         * international/mule-conf.el: Doc fixes.
11142         * international/mule-util.el: Doc fixes.
11143         * international/mule.el: Doc fixes.
11145 1998-09-05  Eric Ludlam  <zappo@gnu.org>
11147         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
11148         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
11149         (checkdoc-this-string-valid-engine): Permit ? as terminating
11150         punctuation for first line sentence breaking.
11151         (checkdoc-this-string-valid): When converting a comment into a doc
11152         string, make sure " chars are \".
11153         (checkdoc-sentencespace-region-engine): Only do double space check
11154         if based on the variable `sentence-end-double-space'
11155         (checkdoc-this-string-valid-engine): ? ends valid sentence.
11156         (checkdoc-proper-noun-region-engine): Exclude items in URLs
11158 1998-09-04  Richard Stallman  <rms@gnu.org>
11160         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11161         Recognize define-skeleton as a function definer.
11163         * cus-edit.el (customize-option): Refuse to customize
11164         a variable that has no defcustom.  But if variable is autoloaded,
11165         first try to load the library that defines it.
11167         * international/iso-insert.el: Use `string' before calling `insert'
11168         so that in multibyte buffers we insert multibyte chars.
11170         * dired.el (dired-mark-files-containing-regexp):
11171         Don't use find-file; instead, insert the file in a temp buffer.
11173         * textmodes/tex-mode.el (tex-start-options-string): New option.
11174         (tex-start-tex): Use that variable.
11176         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
11177         value in the `repeat' alternative a list.
11179         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
11180         the inserted newline, verify that one was really inserted.
11182         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
11183         remains on or remains off.
11184         (flyspell-multi-language-p): Default changed to nil.
11186         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
11187         In "found in comment" case, don't beginning-of-line after forward-line.
11189         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11190         If the function definition is not a lambda, return original FORM
11191         with no error.
11193 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
11195         * net-utils.el (netstat-program-options): Changed from nil to "-a"
11196         so that by default netstat shows all network connections.
11198 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
11200         * international/quail.el: Doc fixes.
11202         * info.el (info): Don't add parens if FILE already has them.
11204 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
11206         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
11207         on extension lines.
11209 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
11211         * w32-fns.el (w32-shell-dos-semantics): New function.
11213 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
11215         * international/quail.el (quail-choose-completion-string): Store
11216         completion `choice' in `quail-current-str'; don't insert it.
11218 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
11220         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
11221         argument to ps-mule-generate-bitmap-font.
11223         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
11224         entry and change Latin-1 entry in the default value.
11225         (ps-mule-font-info-database-ps-bdf): New variable.
11226         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
11227         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
11228         registerd in FONT-SPEC.
11229         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
11230         charcter width of bitmap fonts.
11231         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
11232         procedure NF.
11233         (ps-begin-file): Output PostScript code for setting
11234         SpaceWidthRatio.
11235         (ps-plot-region): Use line-beginning-position to get a position of
11236         the beginning of the current line.
11238         * international/mule-cmds.el (register-input-method): Doc-string
11239         modified.
11241 1998-09-01  Dave Love  <fx@gnu.org>
11243         * international/mule-cmds.el (current-language-environment): Fix
11244         setter function.
11246 1998-09-01  Simon Marshall  <simon@gnu.org>
11248         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
11249         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
11250         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
11251         names with font-lock-type-face.  Fontify type specs, etc., with
11252         font-lock-keyword-face.
11254 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
11256         * international/fontset.el (x-complement-fontset-spec): If ASCII
11257         font is specified in FONTLIST, don't substitute it for the
11258         resolved name.
11260 1998-08-31  Paul Eggert  <eggert@twinsun.com>
11262         * international/mule.el (charset-description): Doc fix.
11264         * language/chinese.el, language/cyrillic.el, language/czech.el,
11265         language/devanagari.el, language/ethiopic.el,
11266         language/european.el, language/hebrew.el, language/indian.el,
11267         language/japanese.el, language/korean.el, language/lao.el,
11268         language/slovak.el, language/thai.el, language/tibetan.el,
11269         language/vietnamese.el:
11270         Add coding: local variable, to avoid bootstrapping problem
11271         if you need to recompile all the Lisp files using interpreted code.
11273 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11275         * cal-china.el (chinese-year-cache): Change range of years from
11276         1989-2000 to 1990-2010.
11278 1998-08-29  Dave Love  <d.love@dl.ac.uk>
11280         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
11281         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
11283 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11285         * ps-print.el (ps-print-control-characters): Doc-string modified.
11286         (ps-output-string-prim): Comment format changed.
11287         (ps-do-despool): Indentation of source code changed.
11289 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
11291         * subr.el (sref): Make it an alias of aref.  Make the
11292         byte-compiler warn that it is obsolete.
11293         (char-bytes): Make the byte-compiler warn that it is obsolete.
11295         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
11296         Calculate the total bytes using position-bytes instead of
11297         char-bytes.
11299 1998-08-27  Karl Heuer  <kwzh@gnu.org>
11301         * snmp-mode.el: New file.
11302         * files.el (auto-mode-alist): Add snmp-mode patterns.
11304 1998-08-27  Karl Eichwalder  <ke@suse.de>
11306         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
11308 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11310         * calendar/diary-lib.el (diary-block): Doc fix..
11311         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
11313 1998-08-27  Richard Stallman  <rms@gnu.org>
11315         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
11316         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
11317         Clear appt-mode-string if we don't put something in it.
11319 1998-08-27  Dave Love  <fx@gnu.org>
11321         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
11322         dired-local-variables-file for dired-x.
11324         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
11325         for compressed library files too.
11327 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
11329         * language/european.el ("Latin-1"): Modify `documentation' key value.
11330         ("Latin-2"): Likewise.
11332 1998-08-26  Karl Heuer  <kwzh@gnu.org>
11334         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
11336 1998-08-26  Albert L. Ting  <alt@artisan.com>
11338         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
11339         (mail-hist-current-header-contents): Use mail-text-start.
11341 1998-08-26  Richard Stallman  <rms@gnu.org>
11343         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
11344         (customize-changed-options-previous-release): New variable.
11345         (customize-changed-options): Use that variable as default arg.
11347 1998-08-26  Karl Eichwalder  <ke@suse.de>
11349         * midnight.el: Require `timer' not only when compiling.
11351 1998-08-26  Per Starback  <starback@update.uu.se>
11353         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11354         buffer before creating help group.
11356 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11358         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
11359         coding-system-for-write before saving.
11361 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
11363         * isearch.el (isearch-forward): Doc fix.
11365 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
11367         * emacs-lisp/find-func.el: Fix :version tags to have a string
11368         value, not a float.
11370         * cus-dep.el: Fix typo in output.
11372 1998-08-25  Dave Love  <fx@gnu.org>
11374         * repeat.el (repeat): Doc fix.
11375         [From rms:]
11376         (repeat-previous-repeated-command): New variable.
11377         (repeat): Check for real-last-command being null or repeat.  Set
11378         repeat-previous-repeated-command.
11380         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
11382 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
11384         * gnus/message.el (message-send-mail-with-sendmail): Bind
11385         coding-system-for-write by the return value of
11386         select-message-coding-system.
11387         (message-send-mail-with-qmail): Likewise.
11389 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
11391         * emacs-lisp/autoload.el: Fix doc-string-elt property on
11392         define-derived-mode.
11394         * files.el (file-name-invalid-regexp):
11395         Fix regex for ms-dos without long file names.
11397 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11399         * ps-print.el: Multi-byte buffer handling.
11400         (ps-print-version): New version number (4.0) and doc fix.
11401         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
11402         compilation for GNU Emacs and emacsens.
11403         (ps-generate-postscript-with-faces): Force invisible text to be
11404         visible.
11405         (dos-ps-printer): New var to avoid compilation gripes.
11407 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11409         * ps-print.el (ps-mule-plot-string): Pay attention to the case
11410         that no more characters can't be printed in the current line.
11412 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11414         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
11415         greater than TO.
11417 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11419         * ps-print.el: Add codes to make ps-print.el work also on Emacs
11420         20.2 and the earlier version.
11421         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
11422         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
11423         (ps-mule-find-wrappoint): Likewise.
11424         (ps-mule-generate-font): Change `X' to `x' in format
11425         control-string.
11426         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
11427         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
11428         `restore' form procedures `BC' and `EC'.
11430 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11432         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
11433         is an executable procedure.  Make LineThickness, Xshadow, and
11434         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
11435         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
11436         ps-mule-font-info-database-bdf): New vars.
11437         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
11438         (ccl-encode-ethio-unicode): New CCL program.
11439         (ps-mule-encode-ethiopic): New fun.
11440         (ps-mule-current-charset): New var.
11441         (ps-mule-get-font-spec, ps-mule-font-spec-src,
11442         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
11443         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
11444         (ps-mule-external-libraries): New var.
11445         (ps-mule-init-external-library): New fun.
11446         (ps-mule-font-cache): New var.
11447         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
11448         (ps-last-font): New var.
11449         (ps-mule-prepare-font): New fun.
11450         (ps-mule-charset-list): New var.
11451         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
11452         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
11453         ps-mule-plot-string): New funs.
11454         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
11455         New vars.
11456         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
11457         ps-mule-prepare-cmpchar-font): New funs.
11458         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
11459         vars.
11460         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
11461         ps-mule-generate-bitmap-glyph): New funs.
11462         (ps-mule-initialize, ps-mule-begin): New funs.
11463         (ps-output-string-prim): Insert string as unibyte.
11464         (ps-output-prologue): New fun.
11465         (ps-flush-output): Handle the case of 'prologue.
11466         (ps-begin-file): Call ps-mule-initialize.
11467         (ps-begin-job): Set ps-control-or-escape-regexp differently if
11468         printing multibyte characters.
11469         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
11470         (ps-basic-plot-string): Handle the case of printing ASCII
11471         characters by external libraries (e.g. BDF).
11472         (ps-set-font): Set ps-last-font.
11473         (ps-plot-region): Handle multibyte characters, use
11474         ps-mule-plot-string for them.
11475         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
11477         * bdf.el: New file.
11479 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
11481         * international/mule-cmds.el (select-message-coding-system): New
11482         function.
11483         (set-language-environment-coding-systems): Set
11484         default-sendmail-coding-system.
11486         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
11487         (default-sendmail-coding-system): New variable.
11488         (sendmail-send-it): Encode the message by a coding system
11489         select-message-coding-system returns.
11491 1998-08-23  Eric Ludlam  <zappo@gnu.org>
11493         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
11494         (speedbar-mode): Set buffer to read only.
11495         (speedbar-temp-buffer-show-function): For emacs don't call hook
11496         with arguments.
11497         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
11499 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
11501         * speedbar.el (speedbar-key-map): Fix typo.
11503 See ChangeLog.7 for earlier changes.