(display-color-p): Use framep-on-display.
[emacs.git] / lisp / ChangeLog
blob3b371a34d74621b8cef3bff60624c4023056c5de
1 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
3         * frame.el (frames-on-display-list, framep-on-display): New
4         functions.
5         (display-mouse-p, display-popup-menus-p, display-graphic-p)
6         (display-selections-p, display-screens, display-pixel-width)
7         (display-pixel-height, display-mm-width, display-mm-height)
8         (display-backing-store, display-save-under, display-planes)
9         (display-color-cells, display-visual-class): New functions.
11         * term/tty-colors.el (tty-color-gray-shades): New function.
13         * faces.el (display-color-p): Use framep-on-display.
14         (display-grayscale-p): New function.
16 2000-01-31  Dave Love  <fx@gnu.org>
18         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
19         (create-fontset-from-x-resource): Don't concat integers.
21 2000-01-31  Inge Frick  <inge@nada.kth.se>
23         * view.el: Some changes in documentation.  Removed some trailing
24         whitespace. Changed some parameter names to agree with
25         documentation.
26         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
27         window is not deleted.  Modifies change 1998-04-26.
28         
29 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
31         * windmove.el: New file.
33         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
34         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
35         progmodes/ebnf-yac.el: Update copyright and license info.
36         
37         * jit-lock.el (jit-lock-function): Widen before calculating end
38         position.
39         (jit-lock-stealth-chunk-start): Rewritten.
41         * info.el (Info-title-face-alist): Removed.
42         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
43         faces.
44         (Info-fontify-node): Use these faces.
46 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
48         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
49         (cl-macro-list1): Recognize `&allow-other-keys' instead of
50         `&allow-other-keywords'.
52         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
53         the list of directories scanned heuristically.
55         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
56         exist.
58 2000-01-30  Jason Rumney  <jasonr@gnu.org>
60         * w32-fns.el: Define w32-tty-standard-colors.
62         * startup.el (command-line): Use w32-tty-standard-colors when in
63         w32 console mode.
65 2000-01-30  Dave Love  <fx@gnu.org>
67         * jka-compr.el (jka-compr-load): Fix up load-history.
69         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
71         * emacs-lisp/cl-macs.el: Revert previous change.
73 2000-01-29  Dave Love  <fx@gnu.org>
75         * facemenu.el: Purecopy various strings.
77         * timezone.el (timezone-fix-time): Window against 69 for two-digit
78         years.  Deal with three-digit years.
80         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
81         defconst, purecopy.
82         (help-back-label): Purecopy it.
84 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
86         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
87         variable. If non-nil, order the buffer list according to the
88         currently selected frame.
89         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
90         non-nil, pass the selected frame to function buffer-list.
91         
92 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
94         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
96 2000-01-28  Dave Love  <fx@gnu.org>
98         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
100         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
101         Don't use lisp-indent-hook property.
102         (cl-abs): Remove.
104         * subr.el: Move out indent and edebug specs for when and unless.
106         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
107         when, unless.
109         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
110         unless, when.
112 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
114         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
115         `collecting' as synonym for `collect'.
117         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
118         for the case it contains spaces.
120         * simple.el (what-cursor-position): Change formatting of
121         messages.
123         * frame.el (delete-other-frames): New function.
124         (toplevel): Bind it to C-x 5 1.
126         * sort.el (sort-numeric-base): New option.
127         (sort-numeric-fields): If number starts with `0' or `0[xX[',
128         interpret it as octal or hexadecimal.  Use sort-numeric-base
129         as default base.
131         * progmodes/glasses.el: New file.
133 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
135         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
136         userids differently.
138         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
139         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
140         progmodes/ebnf-yac.el: New files.
142 2000-01-26  Dave Love  <fx@gnu.org>
144         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
145         on a function with an empty body.  [From Eric Ludlam.]
147 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
149         * vc.el (vc-version-diff): Make sure file name is expanded.
151 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
153         * scroll-bar.el (scroll-bar-timer): Variable removed.
154         (scroll-bar-toolkit-scroll): Don't use a timer.
156 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
158         * language/thai-util.el (thai-composition-function): Delete
159         superfluous `a'.
161 2000-01-24  Dave Love  <fx@gnu.org>
163         * fortran.el (fortran-mode): Use beginning-of-defun-function,
164         end-of-defun-function.
166         * font-lock.el (turn-on-font-lock): Don't depend on window-system
167         &c.
169 2000-01-22  Jason Rumney  <jasonr@gnu.org>
171         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
172         conflicts with new face support.
174 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
176         * replace.el (query-replace): Rename last arg to DELIMITED.
177         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
178         (query-replace-regexp): Likewise.
180 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
182         * subr.el (with-syntax-table): Use make-symbol, not gensym.
184         * emacs-lisp/lisp.el (beginning-of-defun-function):
185         Variable renamed from beginning-of-defun.
186         Do not call make-variable-buffer-local.
187         (beginning-of-defun-raw): Use new variable name; doc fix.
188         (beginning-of-defun): Doc fix.
189         (end-of-defun-function): Variable renamed from end-of-defun.
190         Do not call make-variable-buffer-local.
191         (end-of-defun): Use new variable name; doc fix.
193         * subr.el (dolist, dotimes): Copied from cl-macs.el
194         and made to work.
196         * mail/undigest.el (rmail-digest-end-regexps): 
197         Variable replaces rmail-digest-end-regexp.
198         Allows multiple regexps for detecting the end line.
199         (undigestify-rmail-message): Corresponding changes.
201 2000-01-19  Dave Love  <fx@gnu.org>
203         * files.el (user-init-file): Don't declare here -- is primitive.
205         * startup.el (command-line): Check for compiled user-init-file and
206         set to uncompiled version if necessary.
208 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
210         * mail/undigest.el (rmail-digest-end-regexp): New user option.
211         (undigestify-rmail-message): Use it.
213         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
215 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
217         * tmm.el (tmm-goto-completions): Adapt to prompt being part
218         of mini-buffer.
220 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
222         * emacs-lisp/copyright.el (copyright-update): Removed the
223         requirement for a trailing space from `copyright-regexp', to
224         support copyrights with owner specified on a separate line..
225         
226         * align.el: New file.
228         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
230         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
232 2000-01-13  Dave Love  <fx@gnu.org>
234         * ph.el: Removed.  (Obsoleted by EUDC.)
236 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
238         * net/eudc.el (toplevel): Remove autoloaded code installing
239         menu with easymenu, because that causes build problems.
241         * frame.el (frame-notice-user-settings): New variable.
242         (frame-notice-user-settings): Don't modify frame parameters
243         if called a second time.
245 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
247         * frame.el (frame-notice-user-settings):
248         Notice default-frame-parameters even for non-window frames.
250 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
252         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
253         for Emacs.
254         (eudc-bob-can-display-inline-images): Extend for Emacs.
255         (eudc-bob-toggle-inline-display): Ditto.
256         (eudc-bob-display-jpeg): Ditto.
258 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
260         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
261         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
262         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
263         
264         * add-log.el (add-change-log-entry): Fix error trying an `(insert
265         nil)'.
267         * subdirs.el: Add `net' directory.
269         * net: New directory.
271         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
272         eval-last-sexp.  Don't bind debug-on-error here.
273         (eval-last-sexp): New function.  Bind debug-on-error if
274         eval-expression-debug-on-error is non-nil.
275         (eval-defun-2, eval-defun): Likewise.
277         * simple.el (eval-expression): Don't bind debug-on-error if
278         eval-expression-debug-on-error is nil.  Detect changed
279         debug-on-error, and propagate new value to global binding, if
280         eval-expression-debug-on-error is non-nil,
281         (eval-expression-debug-on-error): Change doc string.
282         
283 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
285         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
287         * emacs-lisp/lisp-mode.el (with-syntax-table):
288         Set up lisp-indent-function property.
290         * subr.el (with-syntax-table): Moved from simple.el.
292         * simple.el (with-syntax-table): Moved to subr.el.
294 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
296         * tmm.el (tmm-shortcut): Delete region after prompt instead
297         of erasing buffer.
299         * textmodes/fill.el (fill-common-string-prefix): New function.
300         (fill-context-prefix): Use the longest common prefix of first
301         and second line fill prefix, if there is one.
303 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
305         * array.el (array-mode): Don't use make-variable-buffer-local.
306         Use make-local-variable for `truncate-lines'.
308 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
310         * add-log.el (add-log-current-defun): Handle user-defined
311         add-log-current-function returning nil,
312         
313         * add-log.el (add-change-log-entry): Insert version number
314         if having found a current function
316         * add-log.el (add-log-current-defun): Call
317         `add-log-current-defun-function'.  Try matches at level 0 and
318         level 1.  Strip whitespace from defun found.
319         
320 2000-01-10  John Wiegley  <johnw@gnu.org>
322         * allout.el (isearch-done/outline-provisions): Added `edit'
323         argument to correspond with the current definition of
324         `isearch-done'.
326 2000-01-10  Dave Love  <fx@gnu.org>
328         * elide-head.el (elide-head): Use point-marker, not point.
330 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
332         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
333         before and after the year 2000.
334         
335         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
336         Add ispell- prefix.
338 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
340         * ispell.el:  Only define dictionaries in menus when they exist.
341         (version18p): New variable.
342         (version20p): New variable.
343         (xemacsp): New variable.
344         (ispell-choices-win-default-height): Fix for XEmacs visibility.
345         (ispell-dictionary-alist1): Added Brasileiro dictionary.
346         (ispell-dictionary-alist6): Russian command lines no longer accept
347         run-together words.
348         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
349         (ispell-dictionary-alist): Add koi8-r to customize definition.
350         (check-ispell-version): Added documentation string.  Returns
351         library path when called non-interactively.
352         (ispell-menu-map-needed): Uses new variables.
353         (ispell-library-path): New variable.
354         (ispell-decode-string): XEmacs fix for bogus variable bindings.
355         (ispell-word): Improved documentation string.  Test for valid
356         character mappings.  Correctly check typed in word changes that can
357         result in single words split into multiple words.  Returns
358         replacement word.
359         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
360         replace in recursive query replace mode.  Help message for
361         recursive edit mode.
362         (ispell-show-choices): Protect against bad framepop bindings.
363         (ispell-help): Fix to work with XEmacs.
364         (ispell-highlight-spelling-error): Use new variables.
365         (ispell-overlay-window): Fix to work with XEmacs.
366         (ispell-parse-output): Passed and returns location information
367         tracking spelling corrections.  Doesn't recheck same word on
368         current line.
369         (ispell-init-process): Protect against bogus XEmacs variable binding.
370         Fix call to single argument in sleep-for.  Use new variables.
371         (ispell-region): Passed and returns location information tracking
372         spelling corrections.  Doesn't check same word on current line.
373         Improved documentation string.  Doesn't resend a line already
374         checked to the ispell process - fixes bug in LaTeX parsing.
375         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
376         (ispell-skip-region): No longer skips <TT> in SGML.
377         (ispell-process-line): Tracks location information with spelling
378         corrections.  Added documentation string.  Accounts for words
379         already accepted on this line.  Don't allow query-replace on line
380         starting with math characters.  Doesn't resend a line already sent
381         to ispell process.  Fixes alignment error bug.
382         
383 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
385         * dired-x.el (dired-guess-shell-alist-default): 
386         Suggest xloadimage, which is free, not xv, which isn't.
388         * ange-ftp.el (ange-ftp-file-name-nondirectory): 
389         Don't ever include the host name or user name in the value.
391 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
393         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
394         of a real newline.
396 2000-01-09  Stephen Eglen  <stephen@gnu.org>
398         * dired-x.el (dired-guess-shell-alist-default): Suggest xv 
399         for .png files.
401 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
403         * cus-edit.el (custom-hook-convert-widget): Fix comment.
405 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
407         * progmodes/cperl-mode.el: Replace ^F with ^L.
409         * sendmail.el (toplevel): Provide `sendmail' when compiling
410         before `require'ing rmail and mailalias to prevent infinite 
411         recursion.
413 2000-01-08  Dave Love  <fx@gnu.org>
415         * emacs-lisp/backquote.el: Remove inappropriate customization
416         (allowing custom.el to use backquote).
418 2000-01-07  Dave Love  <fx@gnu.org>
420         * add-log.el (add-log-debugging): Deleted.
421         (add-change-log-entry): Treat a backup FILE-NAME as its parent
422         file.  Remove debugging code.
423         (change-log-get-method-definition, change-log-name): Add doc.
424         (change-log-sortable-date-at): New function.
425         (change-log-merge): New command.
427         * time.el (display-time-string-forms): Make the Mail string active.
428         (display-time-update): Provide help-echo for load average.
430         * bindings.el (make-mode-line-mouse2-map): New function.
431         (mode-line-modified): Use it and simplify.
432         (mode-line-mule-info): Provide help-echo info.
433         (minor-mode-alist): Activate the strings.
434         (make-mode-line-mouse-sensitive): Simplify for
435         mode-line-buffer-identification.
437 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
439         * play/pong.el: New file.
441 2000-01-06  Dave Love  <fx@gnu.org>
443         * array.el: Assorted cleanups for compiler warnings, doc strings,
444         `array-' prefix for symbols.
446 2000-01-05  Dave Love  <fx@gnu.org>
448         * textmodes/outline.el (outline-mode-menu-bar-map): Add
449         outline-headers-as-kill.
450         (outline-mode): Define imenu-generic-expression.
451         (outline-headers-as-kill): New command.
453         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
454         from paragraph-start.
455         (paragraph-indent-minor-mode): New command.
457         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
458         M-C-e, M-C-h, C-j, C-xnd, TAB.
459         (fortran-mode): Set beginning-of-defun, end-of-defun.
460         (fortran-column-ruler): Simplify.
461         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
462         (fortran-with-subprogram-narrowing): Likewise.
463         (fortran-indent-subprogram): Call mark-defun.
464         (fortran-check-for-matching-do): Change narrowing.
466         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
467         (cl-lucid-hash-tag): Delete.
468         (cl-hash-table-p): Correct test for native table.
469         (cl-hash-table-count): Use hash-table-count.
471         * browse-url.el (browse-url): Fix case of
472         browse-url-browser-function being an alist.
474 2000-01-05  Carsten Dominik  <cd@gnu.org>
476         * textmodes/reftex-vars.el (reftex-parse-file-extension)
477         (reftex-index-phrase-file-extension): New options.
479         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
480         Use new option `reftex-index-phrase-file-extension'.
482         * textmodes/reftex.el (reftex-access-parse-file): Use new option
483         `reftex-parse-file-extension'.
485 2000-01-05  Dave Love  <fx@gnu.org>
487         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
488         (beginning-of-defun-raw): Use it.
489         (end-of-defun): New variable.
490         (end-of-defun): Use it.
491         (check-parens): New command.
493 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
495         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
496         (hs-show-block): Don't use `mapcar' when not accumulating.
498         Fix buglet in local variables initialization.
500 2000-01-05  Andreas Schwab  <schwab@suse.de>
502         * hscroll.el (hscroll): Doc fix.
504 2000-01-05  Carsten Dominik  <cd@gnu.org>
506         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
507         idlw-toolbar.
509         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
510         file idlw-rinfo.el.
511         (idlwave-customize): load must read file idlw-shell.el.
512         (idlwave-create-customize-menu): load must read file idlw-shell.el.
514 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
516         * progmodes/idlw-shell.el: Also provide idlwave-shell
517         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
518         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
520         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
521         both reftex-dcr and reftex-vcr.
523         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
525 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
527         * ps-print.el: PostScript code now is in separate files, doc fix.
528         (ps-print-version): New version number (5.0.3).
529         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
530         local.
531         (ps-spool-config): Initialization fix.
532         (ps-print-prologue-1, ps-print-prologue-2)
533         (ps-print-duplex-feature): PostScript code moved to separated file.
534         (ps-background-image): Little code reformating.
535         (ps-begin-file, ps-begin-job): Fix code.
536         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
537         (ps-prologue-file): New fun.
539 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
541         * ps-vars.el: Eliminated.
543         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
544         `;;;###autoload'.
546         * ps-print.el: ps-vars eliminated, doc fix.
547         (ps-print-version): New version number (5.0.2).
548         (ps-spool-config): Initialization fix.
549         (ps-print-customize): New fun.
551 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
553         * autorevert.el (auto-revert-mode): Return value of
554         auto-revert-mode.
556 2000-01-04  Dave Love  <fx@gnu.org>
558         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
559         menu items.
561 2000-01-03  Dave Love  <fx@gnu.org>
563         * elide-head.el (elide-head) [defgroup]: Add :version.
565         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
566         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
567         `cl-hash-table-p', not `hash-table-p'.
568         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
570 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
572         * faces.el (face-read-integer, read-face-attribute)
573         (color-defined-p, color-values): unspecified-{f,b}g are now
574         strings.
576 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
578         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
579         at comment end, and re-insert them after filling.
581 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
583         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
584         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
585         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
587 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
589         * term/x-win.el (xw-defined-colors): Call color-supported-p,
590         the new name of face-color-supported-p.
592         * term/w32-win.el (xw-defined-colors): Likewise.
594 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
596         * simple.el (completion-setup-function): Count completion-size
597         from minibuffer-prompt-end, not from point-min.
599 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
601         * faces.el (read-face-attribute, defined-colors, color-defined-p):
602         Pass the frame to tty-color-* functions.
603         (display-color-p, frame-set-background-mode): Pass the frame to
604         tty-display-color-p.
606         * term/tty-colors.el (tty-defined-color-alist): Renamed from
607         tty-color-alist.
608         (tty-color-alist, tty-modify-color-alist): New functions.
609         (tty-color-define,  tty-color-clear, tty-color-approximate)
610         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
611         an optional parameter FRAME.
613 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
615         * image.el (create-image, defimage): Don't assume image data is a
616         string.
618         * image.el (defimage): Handle specifications containing :data
619         instead of :file.
620         (image-type-from-data): New function.
621         (image-type-from-file-header): Use it.
622         (create-image): Add parameter DATA-P.
624 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
626         * echistory.el (electric-command-history): Call Command-history-setup
627         and command-history-mode using their new conventions.
629         * chistory.el (Command-history-setup): Don't switch buffers.  Take
630         no args, and do not set major-mode, mode-name or the local map.
631         (command-history-mode): New function, does some of those things
632         Command-history-setup used to do.
633         (list-command-history): Call command-history-mode, not
634         Command-history-setup.
635         (command-history): Renamed from command-history-mode.
637 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
639         * arc-mode.el (archive-mode-map): Bind q to quit-window.
641 1999-12-31  William M. Perry  <wmperry@aventail.com>
643         * image.el (defimage): Images with the `:data' keyword should be
644         considered valid as well.
646 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
648         * dired.el (dired-get-filename): Don't call file-name-absolute-p
649         with FILE if FILE is nil.
651 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
653         * simple.el (choose-completion-string): In minibuffer,
654         do not delete the prompt string.
656 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
658         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
659         assigned to mode-line-mode-menu because bindings.el is dumped with
660         Emacs, and thus the lists used for menu-item definition will be
661         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
662         like pure menu item definitions.
664         * expand.el (expand-abbrev-hook): Return t if expansion was
665         done, nil otherwise.
667 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
669         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
670         (tar-quit): Function deleted.
672 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
674         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
675         was used but not declared.
677         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
678         hs-find-block-beginning): Add or modify docstrings.
680         (hs-isearch-show): Rewrite.
682 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
684         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
686         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
687         space in front of a C-style comment end.
689 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
691         * startup.el (command-line-1): Make mode line mouse-sensitive for
692         the MS-DOS version as well.
694 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
696         * bs.el: New file.
698 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
700         * textmodes/ispell.el (ispell-process-line):
701         Add local var line-offset to adjust for the change
702         in positions within the line, due to previous replacements.
704 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
706         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
707         Doc fixes.
709 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
711         * add-log.el (change-log-version-number-regexp-list)
712         (change-log-version-info-enabled): Change :version to 21.1.
713         (toplevel): Require CL when compiling.
715 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
717         * add-log.el (change-log-version-number-regexp-list): Added tag
718         :version 20.6
719         (change-log-version-info-enabled): Added tag :version 20.6
721 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
723         * add-log.el: More general version number search with
724         user-configurable regexp list.
725         (change-log-version-number-regexp-list): New user variable.
726         (change-log-find-version): Rewritten.  Use user-configurable
727         version numbering regexp list
728         change-log-version-number-regexp-list.
729         (change-log-find-version): Renamed to
730         change-log-version-number-search
731         (add-log-file-name-function): New.
732         (change-log-search-vc-number): Added END paramaeter.  Added doc
733         string to function.
734         (change-log-version-rcs): Renamed.  Was
735         change-log-search-vc-number.
737 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
739         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
740         overlays if they interfere.
741         (compilation-find-file): Make intangible overlays tangible.
743         * progmodes/hideshow.el: Generally, synch w/ maintainer
744         version 5.9.
746         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
748         (hs-minor-mode-hook): Don't initialize.
750         (hs-special-modes-alist): Rewrite value and docstring.
752         (hs-minor-mode-prefix): Delete unused var.
754         (hs-block-start-mdata-select): New var, buffer local.
756         (hs-headline): New var.
758         (hs-match-data, hs-forward-sexp): New funcs.
760         (hs-hide-comment-region): New func.
762         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
763         hs-safety-is-job-n, hs-hide-initial-comment-block,
764         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
765         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
766         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
767         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
768         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
770         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
771         (hs-isearch-show-temporary): New funcs.
773         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
775         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
777         When constructing menu, use `[(shift button2)]' notation.
779 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
781         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
782         (jka-compr-compression-info-list): Add new elt to each vector.
783         (jka-compr-write-region): Don't compress the data if it is
784         already compressed.
786         * jka-compr.el (jka-compr-really-do-compress): New variable.
787         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
788         if visiting.
789         (jka-compr-write-region): Set jka-compr-really-do-compress
790         if visiting.  Test it when deciding to compress.
792 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
794         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
795         with third argument t.
797 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
799         * antlr-mode.el: Version 1.2 is released.
800         (antlr): This package has a web page.
802 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
804         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
805         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
806         (antlr-mode-map): New binding [C-c C-c].
807         (antlr-mode-menu): New entries.
809 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
811         * antlr-mode.el: Respect Emacs conventions.
812         ((require 'cl)): Only use during compilation.
813         (antlr-language-for-option): New function to avoid using `find'.
814         (antlr-mode): Use it.
815         (antlr-with-syntax-table): Define new instead using XEmacs' one.
816         (antlr-imenu-create-index-function): Change accordingly.
817         (antlr-inside-rule-p): Ditto.
818         (antlr-end-of-rule): Ditto.
819         (antlr-end-of-body): Ditto.
820         (antlr-beginning-of-rule): Ditto.
821         (antlr-indent-line): Ditto.
823 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
825         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
826         (antlr-set-tabs): Don't use hard-coded values.
828         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
829         won't be possible without a huge time penalty.
830         (antlr-skip-exception-part): Be more specific.
831         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
832         Renamed from `antlr-skip-grammar-header'.
833         (antlr-next-rule): Change accordingly.
834         (antlr-end-of-body): Ditto.  Better error message.
835         (antlr-beginning-of-body): Better error message.
836         (antlr-imenu-create-index-function): Skip rule action prelude.
838         * antlr-mode.el: Minor syntax highlighting changes.
839         (antlr-font-lock-default-face): Deletia.
840         (antlr-font-lock-tokendef-face): Changed color.
841         (antlr-font-lock-tokenref-face): Changed color.
842         (antlr-font-lock-literal-face): Changed color.
843         (antlr-font-lock-additional-keywords): Minor changes.
845 1999-12-20  Carsten Dominik  <cd@gnu.org>
847         * progmodes/idlwave.el: New file.
849         * progmodes/idlwave-rinfo.el: New file.
851         * progmodes/idlwave-shell.el: New file.
853         * progmodes/idlwave-toolbar.el: New file.
855         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
857 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
859         * progmodes/cwarn.el: New file.
861 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
863         * bindings.el (completion-ignored-extensions): Add .pdf.
865 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
867         * version.el: Put the version info into binary on MS-DOS as well.
869 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
871         * emacs-lisp/debug.el (debugger-continue): Don't continue if
872         debugger-may-continue is nil.
874 1999-12-18  Dave Love  <fx@gnu.org>
876         * emacs-lisp/cl-macs.el: Remove conditional definition of
877         eval-when-compile.  Don't specify abs, expt, gethash,
878         hash-table-count, hash-table-p as side-effect-free here.
879         (cl-emacs-type): Don't declare.
880         (cl-compile-time-init): Remove Emacs 18 compiler patch.
881         (cl-parse-loop-clause): Remove compatibility code.
883         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
884         (side-effect-free-fns): Add gethash, hash-table-count.
885         (side-effect-and-error-free-fns): Add hash-table-p.
887         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
888         `cl-' to autoload names for some hash functions.  Don't autoload
889         eval-when-compile.  Don't provide mini-cl.
890         (cl-emacs-type): Remove.
891         (cl-map-extents): Remove compatibility code.
893         * emacs-lisp/float.el: Bind free variables.
895         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
897 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
899         * bindings.el (completion-ignored-extensions): Add .tfm.
901 1999-12-16  Dave Love  <fx@gnu.org>
903         * faces.el (set-face-attribute): Purecopy the attributes set.
905         * custom.el (custom-declare-variable): Purecopy value.
907         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
908         (byte-extrude-byte-code-vectors): Use remprop.
909         (byte-compile-lambda): Check that arg is a lambda.
911 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
913         * font-lock.el: System for adding and removing keywords.
914         Both local (previously added keyword) and global keywords
915         can be removed.
916         (font-lock-remove-keywords): New user-level function.
917         (font-lock-update-removed-keyword-alist): New internal function.
918         (font-lock-removed-keywords-alist): New variable.
919         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
920         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
921         growing datastructures.
922         (font-lock-set-defaults): Removes keywords stored in
923         `font-lock-removed-keywords-alist' after local keywords added.
925 1999-12-16  Anders Lindgren  <andersl@andersl.com>
927         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
928         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
930         * font-lock.el (c-keywords): Only highlight preprocessor
931         directives when spelled correctly.
933         * font-lock.el (font-lock-match-c++-structor-declaration,
934         c++-keywords): Fontify constructors and destructors with function
935         face inside C++ class declarations.
937 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
939         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
940         the shell from sh-shell-file.
942         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
944 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
946         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
947         if one of the files specified cannot be accessed by
948         file-attributes.  Do not strip any leading directories from the
949         file names, to behave more like `ls' does.
951         * dired.el (dired-get-filename): Handle absolute file names.
952         (dired-readin-insert): If argument is a cons, don't print
953         "wildcard" on the ``total'' line.
955 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
957         * faces.el (face-read-integer, read-face-attribute)
958         (color-defined-p, color-values): Allow color values unspecified-fg
959         and unspecified-bg, handle them as unspecified.
961 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
963         * textmodes/reftex.el: (reftex-compile-variables): respect new
964         structure of `reftex-index-macro'
965         (reftex-compile-variables): Use the changed structure of
966         `reftex-label-alist'.
968         * textmodes/reftex-vars.el (reftex-index-math-format,
969         (reftex-toc-max-level): New option.
970         reftex-index-phrases-search-whole-words,
971         reftex-index-phrases-case-fold-search,
972         reftex-index-phrases-skip-indexed-matches,
973         reftex-index-phrases-wrap-long-lines,
974         reftex-index-phrases-sort-prefers-entry,
975         reftex-index-phrases-sort-in-blocks): New options.
976         (reftex-index-macros): Option structure changed.
977         (reftex-index-macros-builtin): Added `repeat' item to each entry.
978         (reftex-label-alist): Additional item in each entry to specify if
979         the environment should be listed in the TOC.
980         (eval-when-compile (require 'cl)) added.
982         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
983         longer deals with "repeat".
984         (reftex-index): "repeat property in `reftex-index-macro-alist' is
985         now used.
986         (reftex-index-phrases-comment-regexp,
987         reftex-index-phrases-macrodef-regexp,
988         reftex-index-phrases-phrase-regexp1,
989         reftex-index-phrases-phrase-regexp2,
990         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
991         New constants.
992         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
993         reftex-index-phrases-font-lock-keywords,
994         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
995         reftex-index-phrases-restrict-file): New variables.
996         (reftex-index-phrase-selection-or-word,
997         reftex-index-visit-phrases-buffer,
998         reftex-index-initialize-phrases-buffer,
999         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
1000         reftex-index-next-phrase, reftex-index-this-phrase,
1001         reftex-index-all-phrases, reftex-index-region-phrases,
1002         reftex-index-phrases-parse-header,
1003         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
1004         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
1005         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
1006         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
1007         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
1008         reftex-index-make-replace-string,
1009         reftex-query-index-phrase-globally, reftex-query-index-phrase,
1010         reftex-index-phrase-match-is-indexed,
1011         reftex-index-phrases-fixup-line,
1012         reftex-index-phrases-replace-space,
1013         reftex-index-select-phrases-macro): New functions.
1014         (reftex-index-globalize, reftex-index-globally): functions removed
1015         (eval-when-compile (require 'cl)) added.
1017          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
1018          for max level.
1019          (reftex-toc-max-level-indicator): New variable.
1020          (reftex-toc-max-level): New command.
1021          (reftex-toc-map): New keybinding `t'.
1022          (reftex-toc-help): Constant updated.
1023          (eval-when-compile (require 'cl)) added.
1025          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
1026          `t' command key can change `reftex-toc-max-level'
1027          (eval-when-compile (require 'cl)) added.
1029          * textmode/reftex-sel (reftex-insert-docstruct): Respect
1030          `reftex-toc-max-level'
1031          (eval-when-compile (require 'cl)) added.
1033          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
1034          added.
1036          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
1037          added.
1039          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
1040          commands.
1041          (reftex-citation, reftex-do-citation,
1042          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
1043          preselect a citation format.
1044          (eval-when-compile (require 'cl)) added.
1046          * textmodes/reftex-parse.el (reftex-context-substring): Optional
1047          parameter to-end
1048          (reftex-section-info): Deal with environment matches.
1049          (eval-when-compile (require 'cl)) added.
1051          * reftex-global.el (eval-when-compile (require 'cl)) added.
1053 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
1055         The following changes are for the new composition mechanism.  We
1056         have deleted `composition' charset and composite characters,
1057         instead introduced a special text property `composition'.
1059         * composite.el: New file.
1061         * ps-mule.el: Define encode-composition-rule and find-composition
1062         for Emacs 20.4 and the earlier versions.
1063         (ps-mule-init-external-library): Just require a feature for
1064         external libraries.
1065         (ps-mule-prologue): Postscript code modified for new composition.
1066         (ps-mule-find-wrappoint): New arg COMPOSITION.
1067         (ps-mule-plot-string): Delete code for composite characaters.
1068         (ps-mule-plot-composition): New funcion.
1069         (ps-mule-prepare-font-for-components): New function.
1070         (ps-mule-plot-components): New function.
1071         (ps-mule-composition-prologue-generated): Renamed from
1072         ps-mule-cmpchar-prologue-generated.
1073         (ps-mule-composition-prologue): New named from
1074         ps-mule-cmpchar-prologue.  Modified for new composition.
1075         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
1076         ps-mule-prepare-cmpchar-font): Deleted.
1077         (ps-mule-string-encoding): New arg NO-SETFONT.
1078         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
1079         check Composing, not Cmpchar
1080         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
1081         to nil.
1082         (ps-mule-begin-job): Check existence of new composition.
1084         * ps-print.el (ps-plot-region): Handle new composition.
1086         * simple.el (what-cursor-position): Show "(composed)" if the
1087         character is composed.
1089         * international/characters.el: Fix cateogries of Lao symbols.
1091         * international/fontset.el (vertical-centering-font-regexp): New
1092         variable.
1094         * international/mule.el (mule-version): Updated to 5.0 (AOI).
1095         (mule-version-date): Updated to 1999.12.7.
1096         (with-category-table): New macro.
1098         * international/mule-cmds.el (encode-coding-char): Don't check
1099         composite character.
1101         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
1102         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
1103         x-ctext): Give `composition' property t.
1105         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
1106         non-nil) at the tail of ALIST.
1107         (compose-region, decompose-region, decompse-string,
1108         reference-point-alist, compose-chars): Moved to composite.el.
1109         (compose-chars-component, compose-chars-rule,
1110         decompose-composite-char): Deleted.
1112         * international/quail.el (quail-install-map): New optional arg
1113         NAME.
1114         (quail-get-translation): If DEF is a symbol but not a function,
1115         ignore it.
1116         (quail-start-translation): Put a key sequence undefined in the
1117         translation keymap in unread-command-events, not generated-events.
1118         Return parameterized event (compose-last-chars N) if the input
1119         characters should be composed.
1120         (quail-map-definition): If DEF is t, treat it as nil.
1121         (quail-delete-last-char): Delete the quail region.
1122         (quail-show-translations): Don't show list of translations if the
1123         quail package is deterministic.
1124         (quail-completion-max-depth): New variable.
1125         (quail-completion-1): Pay attention to the above variable.  Fix
1126         for the case that a translation is a function.
1127         (quail-map-from-table, quail-map-from-table-1,
1128         quail-map-from-table-2): New functions.
1129         (quail-lookup-map-and-concat): New function
1131         * language/devan-util.el: Mostly rewritten.
1133         * language/lao.el: Register lao-composition-function in
1134         composition-function-table.
1136         * language/lao-util.el: Mostly rewritten.
1138         * language/thai.el: Register thai-composition-function in
1139         composition-function-table.
1140         (thai-tis620): Delete `pre-write-conversion' property.
1142         * language/thai-util.el: (thai-category-table): Make it by
1143         make-category-table.
1144         (thai-composition-pattern): New variable.
1145         (thai-compose-region, thai-compose-string): Use
1146         with-category-table.
1147         (thai-post-read-conversion): Just call thai-compose-region.
1148         (thai-pre-write-conversion): Deleted.
1149         (thai-composition-function): New funciton.
1151         * language/tibet-util.el: Most functions rewritten.
1152         (tibetan-char-p): Renamed from tibetan-char-examin.
1153         (tibetan-composable-examin) (tibetan-complete-char-examin)
1154         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
1155         (tibetan-add-components): New function.
1156         (tibetan-composition-function): New function.
1158         * language/tibetan.el: Register tibetan-composition-function in
1159         composition-function-table.
1160         (tibetan-composable-pattern): New variable.
1161         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
1162         (tibetan-precomposition-rule-alist): Move punctuations to
1163         tibetan-punctuation-transcription-alist and
1164         tibetan-obsolete-glyphs.
1165         (tibetan-punctuation-transcription-alist): New variable.
1166         (tibetan-obsolete-glyphs): New variable.
1167         (tibetan-regexp): Improve the initialization code.
1169         * textmodes/fill.el (fill-find-break-point): Delete codes for
1170         composite characters.
1171         (fill-region-as-paragraph): Likewise.
1173 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
1175         * international/mule-cmds.el (default-input-method): Specify
1176         that it should be set after current-language-environment.
1178         * custom.el (custom-handle-keyword): Add :set-after.
1179         (custom-add-dependencies): New function.
1180         (custom-set-variables): Take dependencies between args into
1181         account.
1183         * battery.el (battery): Doc fix.
1185 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
1187         * progmodes/cc-make.el: Removed.
1189 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1191         * Release of cc-mode 5.26
1193 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1195         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
1196         target depth.  Optionally count #else lines as clause limits,
1197         as suggested by don provan <provan@lucent.com>.  #elif
1198         handling fixed.
1200         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
1201         (c-down-conditional-with-else): New commands that uses the
1202         added functionality in `c-forward-conditional'.
1204 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1206         * cc-align.el (c-lineup-comment): Preserve the alignment with
1207         a comment on the previous line instead of preserving the
1208         comment-column.
1210 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1212         * Fixes to IDL mode after input from Eric Eide
1213         <eeide@cs.utah.edu>:
1214         * cc-engine.el (c-beginning-of-statement-1): Allow
1215         `c-conditional-key' to be nil, for the benefit of IDL mode.
1216         * cc-engine.el (c-guess-basic-syntax): Ditto.
1217         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
1218         but do match CORBA 2.3 `valuetype'.
1219         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
1220         for IDL.
1221         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
1222         be nil for IDL.
1223         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
1224         Like C++.
1225         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
1226         set `c-method-key' and `c-baseclass-key' to nil.
1228 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1230         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
1231         with nonhanging open braces.
1233 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1235         * cc-align.el: Added docstrings to all lineup functions.
1237         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
1238         keyword.
1240         * cc-align.el (c-lineup-C-comments): Handle free form text
1241         comments.  Use c-comment-prefix-regexp and comment-start-skip
1242         instead of hardcoded regexps.
1244 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1246         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
1247         behavior and return value as documented.
1249 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1251         * Changes for new style variable init system:
1252         * cc-langs.el (c-common-init): Dito.
1253         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
1254         now customizable.
1255         * cc-vars.el: Style variables may now take a value
1256         'set-from-style to make them take their value from the style
1257         system. This value is now the default on all these variables.
1258         * cc-vars.el (c-valid-offset): New function to verify a
1259         syntactic symbol offset setting.
1260         * cc-vars.el (c-offsets-alist): Variable moved from
1261         cc-styles.el since it's now customizable in a similar way to
1262         the other style variables.
1263         * cc-vars.el (c-old-style-variable-behavior): New variable to
1264         revert to the old style init behavior.
1266         * cc-vars.el (c-file-style, c-file-offsets): Made always
1267         buffer local.
1269         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
1270         the throws clause that might follow the function prototype in
1271         C++.
1273 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1275         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
1276         could move forward for macros that doesn't start in column 0.
1278 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1280         * cc-align.el (c-indent-multi-line-block,
1281         c-lineup-whitesmith-in-block): Two new lineup functions for
1282         use in whitesmith style.
1284         * cc-styles.el (c-style-alist): More fixes to whitesmith
1285         style.  It should now handle all different braces uniformly in
1286         both hanging and non-hanging cases.
1288 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1290         * cc-cmds.el (c-indent-exp): Use a marker to save point to
1291         make it stay in the same position relative to the surrounding
1292         text.
1294         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
1295         when adaptive-fill-mode doesn't manage to get it correct.
1297         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
1298         with dotted notation, e.g. foo.bar.Gnu.
1300         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
1301         within unwind-protect (previously only some were wrapped so it
1302         would be possible to register mode initialization when full
1303         initialization did not finish).
1305         * cc-styles.el (c-style-alist): Corrected the brace placement
1306         in the whitesmith style.  Thanks to Sean Luke
1307         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
1308         styles with consistent brace placement for all constructs.
1310 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1312         * cc-cmds.el (c-context-line-break): Continue C++ comments too
1313         when point is in the middle of them.
1315         * cc-cmds.el: Line breaking and paragraph filling code
1316         rewritten:
1317         (c-guess-fill-prefix): New function that uses various
1318         heuristics to guess the comment prefix.
1319         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
1320         It now assumes adaptive filling is active to preserve the line
1321         prefix inside comments.
1322         (c-indent-new-comment-line): Replacement for the now
1323         obsolete `c-comment-line-break-function' that uses
1324         `c-guess-fill-prefix' when appropriate.  It now observes the
1325         setting of `comment-multi-line', which has effect in C-style
1326         block comments.
1328         * cc-cmds.el (c-context-line-break): New function intended to
1329         be put on RET.  It's essentially `newline-and-indent', but
1330         continues C block comments with the appropriate line prefix.
1332         * cc-cmds.el (c-do-auto-fill): New function put on
1333         `normal-auto-fill-function' to implement the
1334         `c-ignore-auto-fill' variable.
1336         * cc-cmds.el (c-beginning-of-statement): Use
1337         `c-comment-prefix-regexp' to avoid ending up inside the
1338         comment prefix.  Better handling of comment starters and
1339         enders. Catch comments better when traversing code.  Stop at
1340         preprocessor directives.
1342         * cc-defs.el (c-forward-comment): New subst to hide platform
1343         dependent quirks in `forward-comment'.
1345         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
1346         argument.
1347         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
1348         arguments. Activate this function by default when
1349         `parse-partial-sexp' supports it (currently Emacs 20.x).
1351         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
1352         on the comment opener to make constants usable as lineup
1353         arguments.
1355         * cc-align.el (c-lineup-C-comments): Fixes to handle the
1356         changed anchor position in the `c' syntactic symbol.  Handle
1357         more than stars in the comment prefix; use the new variable
1358         `c-comment-prefix-regexp'.  Don't indent text not preceded by
1359         a comment prefix to the right of the comment opener if it's
1360         long.
1362         * cc-langs.el: Fixes to mode initialization for new line
1363         breaking and paragraph filling method.  Adaptive fill mode is
1364         now activated at startup instead of deactivated.  The
1365         variables used for adaptive filling and paragraph movement are
1366         also changed to incorporate the value of
1367         `c-comment-prefix-regexp'.  `substitute-key-definition' is
1368         used to override some functions in the global map instead of
1369         overriding their default bindings.
1371         * cc-mode.el (java-mode): Modify `paragraph-start' for the
1372         javadoc markup at mode init.
1374         * cc-mode.el (c-setup-filladapt): A new convenience function
1375         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
1376         function is intended to be used explicitly by the end user
1377         only.
1379         * cc-vars.el (c-comment-prefix-regexp): New variable used to
1380         recognize the comment fill prefix inside comments.
1381         (c-block-comment-prefix): New name for
1382         `c-comment-contiuation-stars', which is now obsolete.  It's
1383         generalized to handle any character sequence.
1384         (c-ignore-auto-fill): New variable used to selectively disable
1385         Auto Fill mode in specific contexts.
1387 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1389         * cc-cmds.el (c-comment-indent): Leave at least one space
1390         between the comment and the last nonblank character in the
1391         case where we look at the indentation of the comment on the
1392         previous line (case 4).
1394         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
1395         list of characters that may start a statement (it's a sort of
1396         prefix operator in Pike, and isn't used at all in any of the
1397         other languages).
1399 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1401         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
1402         inside continued statements as statement-cont instead of
1403         brace-list-open.  The reason is that one normally adjusts
1404         brace-list-open for brace lists as top-level constructs, and
1405         brace lists inside statements is a completely different
1406         context.  Case 10B.2 changed.  Also changed (the somewhat
1407         esoteric) case 9A to cope with this.
1409 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1411         * cc-cmds.el (c-electric-brace): Added electric handling of
1412         the open brace for brace-elseif-brace.
1414 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1416         * cc-defs.el (c-with-syntax-table): New macro to easily switch
1417         syntax tables temporarily.
1419         * cc-engine.el (c-guess-basic-syntax): Handle template and
1420         member init argument lists split over several lines.  Case 5D
1421         changed.
1423         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
1424         @throws introduced in Javadoc 1.2.
1426         * cc-menus.el (cc-imenu-java-generic-expression): Applied
1427         patch from RMS to avoid infinite backtracking.
1429 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1431         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
1432         by [ ].
1434 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1436         * cc-align.el (c-lineup-dont-change): Compensate properly for
1437         the column in langelem.
1439         * cc-engine.el (c-syntactic-information-on-region): New
1440         function to help debugging the syntactic analysis.
1442 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1444         * cc-align.el (c-lineup-template-args): Handle nested template
1445         arglists.
1447         * cc-langs.el (c++-template-syntax-table): New syntax table
1448         that makes `<' and `>' parenthesis characters, which is useful
1449         to switch to temporarily when analyzing template arglists.
1451         * cc-styles.el: Changed default alignment of labels in the
1452         java style to conform to the examples in the Java Language
1453         Specification.
1455         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
1456         by default.
1458 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1460         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
1461         immediately before the closing paren in an arglist, so don't
1462         check that in Pike mode.  Case 7A changed.
1464 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1466         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
1467         lines were ignored under certain conditions.
1469 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1471         * cc-align.el (c-lineup-template-args): New function for
1472         aligning continued template argument lists.
1474         * cc-engine.el (c-guess-basic-syntax): Fix for member init
1475         lists containing function arglists split over several lines.
1476         Case 5D.1 changed.
1478         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
1479         template-args-cont didn't get recognized when the first
1480         arglist opener line doesn't contain a template argument.  New
1481         case 5K.
1483 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1485         * cc-defs.el (c-point): Changed from subst to macro for
1486         efficiency.
1487         (c-beginning-of-defun-1, c-end-of-defun-1): New
1488         beginning-of-defun/end-of-defun wrappers separated from
1489         c-point.
1491         * cc-menus.el (imenu-generic-expression,
1492         imenu-case-fold-search, imenu-progress-message): Dummy
1493         definitions to avoid compiler warnings if imenu can't be
1494         loaded.
1495         * cc-menus.el (cc-imenu-init): New function called at mode
1496         init.
1497         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
1498         imenu initializations to cc-imenu-init.
1500 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1502         * cc-engine.el (c-guess-basic-syntax): Slightly better check
1503         for lambda-intro-cont in Pike mode.  Case 6 changed.
1505         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
1506         anything following "new Foo()" was considered an anonymous
1507         class body in Java mode.
1509 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
1511         * cc-cmds.el (c-comment-line-break-function): When breaking in
1512         a string, don't insert a new line.
1514 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
1516         * cc-engine.el (c-at-toplevel-p): New interface function which
1517         returns information useful to add-on authors.  It tells you
1518         whether you're at a toplevel statement or not.
1520 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
1522         * cc-cmds.el (c-comment-line-break-function): It is possible
1523         that forward-line does not land us at the bol, say if we're on
1524         the last line in a file.  In that case, do a
1525         back-to-indentation instead of a forward-comment -1.
1527 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1529         * cc-engine.el (c-beginning-of-statement-1): Don't catch
1530         "default:" as normal label in case 4.
1532 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1534         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
1535         recognize continued bitfield declarations.  Case 5D.1 changed.
1536         * cc-langs.el: New variable c-bitfield-key.
1537         * cc-mode.el: New variable c-bitfield-key.
1539 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
1541         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
1542         anonymous array expressions (i.e. "new Foo[] {.. bracelist
1543         ..}").
1545 1999-12-12  Dave Love  <fx@gnu.org>
1547         * mail/footnote.el: Require cl when compiling.  Don't autoload
1548         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
1549         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
1550         Avoid `acons'.
1551         (footnote-mode-line-string, Footnote-add-footnote): Remove
1552         autoload cookie.
1554 1999-12-12  Richard Sharman  <rsharman@pobox.com>
1556         * sh-script.el: Fix for when font-lock mode is active.
1557         (sh-font-lock-unfontify-region-function): New function.
1559 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
1561         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
1562         if start-process is not bound, since Ispell now supports such
1563         platforms as well.
1565 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
1567         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
1568         rmail-summary-goto-msg.
1570         * files.el (after-find-file): Fix previous change.
1572 1999-12-11  Dave Love  <fx@gnu.org>
1574         * help.el (where-is): Use `commandp' as predicate for
1575         `completing-read'
1577 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1579         * cus-edit.el (custom-save-delete): Delete all occurrences,
1580         leave point where the first occurrence was.
1581         (custom-save-faces): Insert a newline at the end of the comment.
1582         Avoid a double newline there.
1583         If final closeparen is at bol, put a space before it.
1584         (custom-save-variables): Likewise.
1585         (custom-file): Doc fix.
1587 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
1589         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
1590         regexp matching image and audio files.
1592 1999-12-09  Dave Love  <fx@gnu.org>
1594         * mail/footnote.el: New file.
1596 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
1598         * files.el (after-find-file): Use auto-save-visited-file-name if
1599         set.
1601         * mail/feedmail.el (feedmail-find-eoh): Take
1602         feedmail-queue-alternative-mail-header-separator into account.
1604 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
1606         * smerge-mode.el: New file.
1608         * font-lock.el (font-lock-multiline): New variable.
1609         (font-lock-add-keywords): Rename `major-mode' into `mode'.
1610         (font-lock-remove-keywords): Added a dummy `mode' argument for
1611         potential future support.
1612         (font-lock-fontify-anchored-keywords,
1613         (font-lock-fontify-keywords-region): Only handle multiline strings
1614         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
1616 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1618         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
1620         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
1622 1999-12-07  Dave Love  <fx@gnu.org>
1624         * help.el (view-emacs-problems): New command, bound to C-h P.
1626         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
1628 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
1630         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
1631         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
1632         New code to support the minor mode version.
1633         (diff-recenter): New function.
1634         (diff-next-hunk, diff-next-file): Use it.
1635         (diff-remembered-files-alist): New var.
1636         (diff-merge-strings): New function.
1637         (diff-find-file-name): Make it smarter and use the user's input more.
1638         (diff-mode): Cosmetic changes.
1640         * files.el (save-some-buffers): Turn EXITING into the more general
1641         PRED argument to allow specifying a subset of buffers.
1643         * simple.el (kill-region): Use the new `delete-and-extract-region'
1644         rather than the undo log (which is incorrect with *-change-functions).
1646         * font-lock.el (font-lock-default-fontify-region): Fix subtle
1647         off-by-one problem that could force re-fontifying the whole buffer.
1648         (font-lock-remove-keywords): New function.
1649         (font-lock-add-keywords): Use the new function to ensure idempotence.
1651 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
1653         * viper-cmd.el (viper-minibuffer-standard-hook,
1654         viper-minibuffer-real-start): Mew functions.
1655         (viper-read-string-with-history,viper-file-add-suffix,
1656         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
1657         change in the status of the minibuffer prompt.
1659 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
1661         * comint.el (comint-redirect-results-list)
1662         (comint-redirect-results-list-from-process): Remove interactive
1663         spec.
1665 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
1667         * info.el (info-node, info-menu-5, info-xref): Define colors for
1668         Info faces if the display supports them.
1670 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
1672         Changes for automatic remapping of X colors on terminal frames:
1674         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
1675         term-setup-hook.  Call msdos-remember-default-colors and
1676         msdos-handle-reverse-video.
1677         (msdos-face-setup): Parts of code moved to
1678         msdos-setup-initial-frame.
1679         (msdos-handle-reverse-video): New function, modeled after
1680         x-handle-reverse-video.
1681         (make-msdos-frame): Don't use initial-frame-alist and
1682         default-frame-alist.  Call msdos-handle-reverse-video.
1683         (msdos-color-aliases): Remove.
1684         (msdos-color-translate, msdos-approximate-color): Remove.
1685         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
1686         for better approximation of X colors.
1687         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
1688         up tty-color-alist (it is now on startup.el).
1689         (x-display-color-p, x-color-defined-p, x-color-values,
1690         x-defined-colors, face-color-supported-p, face-color-gray-p):
1691         Remove.
1693         * facemenu.el (facemenu-read-color, list-colors-display): Use
1694         defined-colors for all frame types.
1695         (facemenu-color-equal): Use color-values for all frame types.
1697         * faces.el (read-face-attribute): For :foreground and :background
1698         attributes and frames on character terminals, translate the color
1699         to the closest supported one before looking it up in the list of
1700         valid values.
1701         (face-valid-attribute-values): Call defined-colors for all types
1702         of frames.
1703         (defined-colors, color-defined-p, color-values, display-color-p):
1704         New finctions.
1705         (x-defined-colors, x-color-defined-p, x-color-values,
1706         x-display-color-p): Aliases for the above.
1708         * startup.el (command-line): Register terminal colors for frame
1709         types other than x and w32, but only if the terminal supports
1710         colors.  Call tty-color-define instead of face-register-tty-color.
1712         * term/x-win.el (xw-defined-colors): Renamed from
1713         x-defined-colors.
1714         * term/w32-win.el (xw-defined-colors): Likewise.
1716         * term/tty-colors.el: New file.
1717         * loadup.el: Load term/tty-colors.
1719 1999-12-06  Dave Love  <fx@gnu.org>
1721         * ffap.el: Autoload the ffap alias directly.
1723 1999-12-06  Inge Frick  <inge@nada.kth.se>
1725         * dired-aux.el (dired-do-shell-command): Changed documentation.
1726         (dired-shell-stuff-it): A `?' in COMMAND has now the same
1727         meaning as `*'.
1729 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
1731         * simple.el (insert-buffer): Doc fix.
1733         * apropos.el (apropos-mode): Add autoload cookie.
1735 1999-12-06  Sam Steingold  <sds@goems.com>
1737         * progmodes/etags.el (etags-tags-completion-table): Modified the
1738         regexp to allow for the CL symbols starting with `+*'.
1739         (tags-completion-table): Doc fix (it's an obarray, not an alist).
1740         (tags-completion-table, tags-recognize-empty-tags-table): Remove
1741         `function' quoting lambda.
1742         (tags-with-face): New macro.
1743         (list-tags, tags-apropos): Use it.
1744         (tags-apropos-additional-actions): New user option.
1745         (etags-tags-apropos-additional): Use it.
1746         (tags-apropos): Call etags-tags-apropos-additional.
1747         (tags-apropos-verbose): New user option.
1748         (etags-tags-apropos): Use it.
1749         (visit-tags-table-buffer, next-file): Use `unless'.
1750         (recognize-empty-tags-table): Renamed to
1751         tags-recognize-empty-tags-table.
1752         (complete-tag): Call tags-complete-tag bypassing try-completion.
1754 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
1756         * international/mule.el (set-buffer-file-coding-system): Docstring
1757         modified.
1759 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1761         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
1762         using the hideshow package.
1763         (hs-special-modes-alist): Added entry for bibtex to allow the use
1764         of the hideshow package.
1765         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
1766         not longer provided by bibtex.el directly.  Instead the hideshow
1767         package should be used.
1768         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
1769         references to bibtex-hide-entry-bodies.
1771 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1773         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
1774         maintainer information closer to the beginning of the bibtex.el
1775         file.
1776         (bibtex-maintainer-salutation): New constant.
1777         (bibtex-version): New constant.
1778         (bibtex-submit-bug-report): Use bibtex-version and
1779         bibtex-maintainer-salutation.
1780         (bibtex-entry-field-alist): Made booktitle field optional for
1781         @inproceedings entries when crossreferenced.
1782         (bibtex-entry-field-alist): Added booktitle field to proceedings
1783         entry type (for cross referencing). Thanks to Wagner Toledo Correa
1784         for the suggestion.
1785         (bibtex-string-file-path): Fixed typo.
1787 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1789         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
1790         for reftex.el.
1791         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
1792         to menu.
1794 1999-12-04  Dave Love  <fx@gnu.org>
1796         * delsel.el: Revert previous change -- region is significant to
1797         skeleton.
1799 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
1801         * viper-cmd.el (viper-change-state): Use
1802         viper-ESC-moves-cursor-back to decide whether to move the cursor
1803         back.
1805 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
1807         * international/mule-util.el (truncate-string-to-width): Docsting
1808         fixed.
1810 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
1812         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
1813         use of `cond'.
1814         (lm-with-file): Move all the find-file...kill-buffer stuff into
1815         this macro.  Make it use `find-file-noselect' and make it kill
1816         the buffer only if it wasn't already displayed somewhere.
1817         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
1818         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
1819         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
1820         (lm-commentary): Fix to handle the case when the change log is
1821         at the end of the file.
1823 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
1825         * international/mule.el (charsetp): Fix typo in docstring.
1827         * international/mule-diag.el (list-coding-categories): Fix typo;
1828         automatic -> autoload.
1830 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
1832         * vc.el (vc-update-change-log): Look for rcs2log under
1833         exec-directory.
1835         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
1836         outline-regexp, add outline-level.
1837         (lisp-outline-level): New.
1839         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
1840         remove extraneous string-match.
1842         * finder.el (finder-commentary): Activate Finder mode.
1844 1999-12-01  Anders Lindgren  <andersl@andersl.com>
1846         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
1847         off when reverting buffers that contained mode specifiers.
1848         `revert-buffer' is now called with non-nil PRESERVE-MODES
1849         argument.
1851 1999-12-01  Dave Love  <fx@gnu.org>
1853         * delsel.el: Grok skeleton-pair-insert-maybe.
1855 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1857         * progmodes/cperl-mode.el (cperl-under-as-char):
1858         Use nil as default.
1860 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
1862         * speedbar.el (toplevel): Remove compatibility code for Emacs
1863         versions without custom.el.
1865 1999-11-30  Dave Love  <fx@gnu.org>
1867         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
1869         * autoinsert.el: Minor doc fixes.
1870         (auto-insert): Return nil.
1872         * faces.el (set-face-documentation): Purecopy STRING.
1874 1999-11-29  Dave Love  <fx@gnu.org>
1876         * derived.el: Doc fixes, remove old backquote syntax.
1878         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
1879         comment warning about editing.
1881         * help.el (help-mode-hook): Define.
1883 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
1885         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
1886         invalid translation of old-style backquote syntax to new syntax.
1888 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
1890         * Makefile (DONTCOMPILE): Add term/internal.el.
1892 1999-11-26  Dave Love  <fx@gnu.org>
1894         * comint.el: Fix last change.
1896         * emacs-lisp/advice.el: Fix last change.
1898 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1900         * cus-edit.el (Custom-reset-standard): Doc fix.
1901         (custom-variable-reset-standard): Doc fix.
1902         (custom-face-reset-standard): Doc fix.
1903         (custom-face-menu): "Reset to Standard" => "Erase Customization".
1904         (custom-variable-menu): Likewise.
1905         (custom-reset-menu): Likewise.
1906         (custom-buffer-create-internal): Likewise.
1908 1999-11-26  Dave Love  <fx@gnu.org>
1910         * progmodes/make-mode.el (makefile-mode-hook): Customize.
1912         * font-lock.el: Doc fixes.
1914         * menu-bar.el (menu-bar-mode): Customize.
1916         * cus-start.el: Add use-dialog-box.
1918         * add-log.el (change-log-mode-hook): Customize.
1919         (add-log-current-defun): Use
1920         fortran-{beginning,end}-of-subprogram.
1922 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1924         * emacs-lisp/advice.el: Many doc fixes.
1926         * comint.el (comint-preoutput-filter-functions): Doc fix.
1928 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1930         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1931         Improve messages for capitalization of arg names,
1932         for flag variables, for t and nil, for imperatives.
1933         Call them imperatives rather than infinitives sans "to".
1934         (checkdoc-common-verbs-wrong-voice): Add "moves".
1935         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
1937         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1938         Don't convert comments from 3-semicolon to 2-semicolon.
1939         That is a matter of style.
1940         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
1941         (checkdoc-comments): Don't bind that variable.
1943 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1945         * files.el (write-file-hooks): Doc fix.
1947 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
1949         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
1951 1999-11-25  Dave Love  <fx@gnu.org>
1953         * hippie-exp.el: Require comint when compiling.
1954         (hippie-expand): Add :links.
1955         (hippie-expand-try-functions-list): Customize.
1957 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
1959         * viper*el: Replaced old-style backquotes.
1961         * ediff*el: Replaced old-style backquotes.
1963         * ediff-merge
1964         (ediff-looks-like-combined-merge,ediff-get-combined-region):
1965         Changed to support the new format for ediff-combination-pattern.
1967         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
1968         Changed to support the new format for ediff-combination-pattern.
1970 1999-11-24  Dave Love  <fx@gnu.org>
1972         * custom.el (custom-declare-group): Purecopy DOC.
1973         (custom-handle-keyword): Purecopy VALUE.
1974         (custom-add-link): Purecopy WIDGET.
1975         (custom-add-version): Purecopy VERSION.
1976         (custom-add-load): Purecopy LOAD.
1978         * cus-face.el (custom-declare-face): Purecopy DOC.
1980         * info.el:
1981         (Info-build-node-completions, Info-search, Info-follow-reference)
1982         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
1983         (Info-find-emacs-command-nodes): Avoid properties on matched text
1984         which may appear in minibuffer.
1986 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
1988         * locate.el (locate-with-filter): Doc fix.
1990 1999-11-24  Alex Schroeder  <alex@gnu.org>
1992         * sql.el (sql-find-sqli-buffer): New function.
1993         (sql-set-sqli-buffer-generally): New function.
1994         (sql-set-sqli-buffer): Better checking of new-buffer.
1995         (sql-copy-column): Add comma after INTO clause, too.
1997 1999-11-24  Alex Schroeder  <alex@gnu.org>
1999         * sql.el (sql-imenu-generic-expression): New, used to set
2000         imenu-generic-expression.
2002         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
2003         setting font-lock-defaults' SYNTAX-ALIST.  Set
2004         imenu-generic-expression, imenu-case-fold-search, and
2005         imenu-syntax-alist.
2007         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
2008         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
2010 1999-11-23  Andrew Innes  <andrewi@gnu.org>
2012         * w32-win.el (w32-drag-n-drop): Load files in current window, if
2013         drop coords aren't over a specific window.
2015 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2017         * ps-print.el: Define mule funs without checking if mule package is
2018         loaded.
2019         (ps-print-version): New version number (5.0.1).
2020         (ps-header-dirpart): Now uses abbreviate-file-name.
2022 1999-11-23  Dave Love  <fx@gnu.org>
2024         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
2025         comment-line-start.
2026         (fortran-comment-line-start-skip): Renamed from
2027         comment-line-start-skip.
2028         (fortran-mode-map): Use renamed functions.  Add manual and custom
2029         entries to menu.
2030         (fortran-mode-hook): Customize.
2031         (fortran-comment-indent-function): Renamed from
2032         fortran-comment-hook.
2033         (delete-horizontal-regexp): Function deleted.
2034         (fortran-electric-line-number): Simplified.
2035         (fortran-beginning-of-subprogram): Renamed from
2036         beginning-of-fortran-subprogram.
2037         (fortran-end-of-subprogram): Renamed from
2038         end-of-fortran-subprogram.
2039         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
2040         (fortran-previous-statement, fortran-next-statement): Simplified.
2041         (fortran-blink-match): New function.
2042         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
2043         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
2044         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
2045         line-end-position.
2046         (fortran-fill): No longer interactive.  Simplified.
2047         (fortran-break-line): Simplified.
2048         (fortran-analyze-file-format): Use char-after, not looking-at.
2050         * emacs-lisp/find-func.el (find-function-regexp): Use
2051         `define-minor-mode' after easy-menu change.
2053 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
2055         * comint.el: Add redirection.from active comint buffers into
2056         another buffer.  Written by Peter Breton.
2058 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
2060         * emacs-lisp/autoload.el (make-autoload): Recognize the new
2061         `define-minor-mode'.
2062         (define-minor-mode): Specify `doc-string-elt'.
2064         * emacs-lisp/easy-mmode.el: Changed maintainer.
2065         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
2066         Use defcustom for the hooks; Improve the auto-generated docstrings.
2067         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
2068         (define-minor-mode): Add BODY arg; Only declare the keymap if
2069         provided; Improve the auto-generated docstrings.
2071 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
2073         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
2074         that the leading `^' is at the start.  This is necessary because
2075         paragraphs.el tries to remove anchors, but can find them only if
2076         they are the first character.
2078         * progmodes/antlr-mode.el: New file.
2080         * calendar/calendar.el: Fix autoload for
2081         calendar-absolute-from-astro.  Add autoload for
2082         calendar-print-astro-day-number.
2084 1999-11-21  Anders Lindgren  <andersl@andersl.com>
2086         * follow.el: Use modern backquote syntax.  Minor comment update.
2088 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
2090         * simple.el (with-syntax-table): Don't switch buffers.
2092         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
2093         progmodes/hideif.el: Use new backquote syntax.
2095 1999-11-21  Ken Manheimer  <klm@python.org>
2097         * icomplete.el (icomplete-completions): Use an explicit variable
2098         `icomplete-prospects-length', obviating the need to use an
2099         apparently faulty throw/catch arrangement.
2101 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
2103         * term/internal.el (IT-display-table-setup): Don't overstep
2104         character code 255.
2106 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
2108         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
2109         for the charset chinese-sisheng is 7bit encoding, not 8bit.
2111 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2113         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
2114         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
2116         * files.el (auto-mode-alist): Add patterns for diff-mode.
2118         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
2119         to detect an empty prompt.
2121 1999-11-18  Dave Love  <fx@gnu.org>
2123         * simple.el (input-mode-8-bit): Fix the customization.
2125 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
2127         * international/iso-acc.el (iso-languages): Add more
2128         characters for Portuguese.
2130         * speedbar.el: Clean up comment at the start of the file.
2131         Remove RCS id.
2133         * progmodes/compile.el (compilation-parse-errors): Use
2134         compilation-buffer-p instead of testing major-mode.
2136 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
2138         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
2139         (quickurl-ask): completion-ignore-case is set to the value of
2140         quickurl-completion-ignore-case for the duration of the call to
2141         completing-read.
2143 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2145         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
2147 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
2149         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
2150         instead of ps-print-def.
2152         * ps-print.el: Require ps-vars instead of ps-print-def.
2154         * ps-mule.el: Require ps-vars instead of ps-print-def.
2156 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
2158         * simple.el (with-syntax-table): Save buffer explicitly instead of
2159         using save-excursion.
2161 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
2163         * mail/supercite.el: New maintainer.
2165 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
2167         * progmodes/vhdl-mode.el: Use new backquote syntax.
2169 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
2171         * simple.el (with-syntax-table): New.
2173 1999-11-15  Sam Steingold  <sds@ksp.com>
2175         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
2177 1999-02-22  Sam Steingold  <sds@goems.com>
2179         * goto-addr.el (goto-address-at-mouse,
2180         goto-address-find-address-at-point): Use compose-mail.
2181         (goto-address-mail-method): Removed variable.
2182         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
2183         goto-address-send-using-mail): Removed functions.
2185 1998-11-03  Sam Steingold  <sds@goems.com>
2187         * simple.el (backward-delete-char-untabify):
2188         backward-delete-char-untabify-method can be `all' now - to delete
2189         hungrily including newlines.
2191 1999-11-15  Sam Steingold  <sds@ksp.com>
2193         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
2195 1999-11-15  Dave Love  <fx@gnu.org>
2197         * cus-edit.el (customize-face, customize-face-other-window):
2198         Require match from completing-read.
2199         (custom-buffer-done-function): Default to custom-bury-buffer, not
2200         bury-buffer.
2202 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
2204         * mail/rmail.el, iswitchb.el, hippie-exp.el,
2205         progmodes/cperl-mode.el: Use new backquote syntax.
2207 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
2209         * uniquify.el: Use new backquote syntax.
2211 1999-11-14  Markus Rost  <rost@ias.edu>
2213         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
2214         as in ispell-local-dictionary-alist.
2216 1999-11-14  Alex Schroeder  <alex@gnu.org>
2218         * ansi-color.el (ansi-color-apply): Updated regexps to include
2219         highlighted face.
2221 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
2223         * forms.el (forms--make-format-elt-using-text-properties):
2224         Treat `intangible' differently.
2226         * forms.el: Use new backquote syntax.
2228 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
2230         * textmodes/scribe.el (scribe-mode): Doc-fix.
2232 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
2234         * net-utils.el (run-network-program, net-utils-run-program): Use
2235         the new backquote syntax.
2236         (smbclient-program, smbclient-program-options)
2237         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
2238         variables
2239         (smbclient, smbclient-list-shares): New functions
2241 1999-11-12  Sam Steingold  <sds@ksp.com>
2243         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
2244         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
2245         (viper-kbd-buf-definition, viper-kbd-mode-alist)
2246         (viper-kbd-mode-pair, viper-kbd-mode-definition)
2247         (viper-kbd-global-pair, viper-kbd-global-definition):
2248         Use the new backquote syntax.
2250         * emulation/viper-cmd.el (viper-test-com-defun)
2251         (viper-prefix-arg-value, viper-prefix-arg-com):
2252         Use the new backquote syntax.
2254         * emacs-lisp/debug.el (debugger-env-macro):
2255         Use the new backquote syntax.
2257         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
2258         Use the new backquote syntax.
2260         * calendar/calendar.el (calendar-remove-frame-by-deleting):
2261         New user variable.
2262         (calendar-hide-window): Use it.
2263         (increment-calendar-month, calendar-for-loop, calendar-sum):
2264         Use the new backquote syntax.
2266 1999-11-12  Andrew Innes  <andrewi@gnu.org>
2268         * select.el (x-set-selection): Call buffer-substring, not
2269         substring.  Also fix docstring
2271 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
2273         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
2274         of customizable variables to bug report message. Added
2275         system-type to package name in bug report.
2277 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
2279         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
2280         to display file names.
2282 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
2284         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
2286         * isearch.el: Add lazy-highlighting feature.
2288 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
2290         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
2291         constant.
2292         (ps-mode-submit-bug-report): New function. Entry added to menu.
2294 1999-11-10  William M. Perry  <wmperry@aventail.com>
2296         * mwheel.el: New file to support the new style wheeled mice.
2298 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
2300         * startup.el (initial-scratch-message): Add ";;" to the front of
2301         lines in the message.
2303         * files.el (file-local-copy): Remove optional BUFFER argument
2304         because that's not used by anything.
2306         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
2307         to-address.
2309 1999-11-08  Markus Rost  <rost@ias.edu>
2311         * wid-edit.el (widget-button-click): Wrap with save-excursion
2312         to restore track-mouse in the correct buffer.
2314 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
2316         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
2318 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
2320         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
2321         lpr-command to "lp" for some system-types. (copied from lpr.el
2322         Emacs version 20.2.1).
2324 1999-11-04  Markus Rost  <rost@ias.edu>
2326         * simple.el (comment-region): Strip off white space at end of
2327         comment-start.
2329 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
2331         * faces.el (secondary-selection): Fix wrong color name.
2333 1999-11-04  John Tobey  <jtobey@epsilondev.com>
2335         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
2336         the default when invoking perldb in a non-Perl buffer, and other
2337         cases involving -e or --.
2339 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
2341         * simple.el (previous-matching-history-element)
2342         (next-history-element): Use delete-field instead of erase-field.
2344         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
2345         Use delete-field instead of erase-field.
2347         * faces.el (secondary-selection): Change background to yellow.
2349         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
2350         find the start of the text.  Use field-string to read the user
2351         input.
2353 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
2355         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
2356         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
2357         for compatibility with old face implementation.
2359         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
2360         Use erase-field instead of erase-buffer.
2362         * frame.el (blink-cursor-mode, blink-cursor-end): Use
2363         internal-show-cursor with new interface.
2364         (blink-cursor-timer-function): New.
2365         (blink-cursor-start): Use blink-cursor-timer-function.
2367 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2369         * calendar.el (redraw-calendar): Move to nearest date before
2370         redrawing.
2372         * diary-lib.el (simple-diary-display): Reset modeline even if
2373         there are no diary entries since the diary buffer may be displayed.
2375 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2377         * emacs-lisp/debug.el (debug): If noninteractive, display the
2378         backtrace using `message', then exit Emacs.
2379         (debugger-batch-max-lines): New variable.
2380         (debugger-setup-buffer): New subroutine, broken out of `debug'.
2381         Change the messages put at the start, to say that the debugger
2382         was entered.
2384 1999-11-02  Sam Steingold  <sds@ksp.com>
2386         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
2388 1999-11-01  John Tobey  <jtobey@epsilondev.com>
2390         * gud.el: (gud-perldb-massage-args): Massage correctly in the
2391         presence of perl switches other than "-e".
2393 1999-11-01  Markus Rost  <rost@ias.edu>
2395         * dired-x.el (dired-smart-shell-command): Use
2396         shell-command-history as in shell-command.
2398 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2400         * userlock.el (ask-user-about-lock): Doc fix.
2402         * frame.el: Doc fixes.
2404 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
2406         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
2407         of show-cursor.
2408         (blink-cursor-start, blink-cursor-end): Ditto.
2410         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
2412 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2414         * window.el (walk-windows): If ALL-FRAMES is a frame,
2415         start on that frame.  Use save-selected-window.
2417 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
2419         * simple.el (end-of-buffer): Use window-end to find the window end
2420         instead of vertical-motion because this handles variable-height
2421         lines correctly.
2423 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
2425         * ediff.el: Version change.
2427         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
2428         make sure you are in a good frame before deleting other
2429         windows.
2430         (ediff-file-checked-in-p): Don't consider CVS
2431         files checked in.
2432         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
2433         are writing to a newly created empty file.
2435         * ediff-mult.el (ediff-show-session-group-hook): New default.
2437         * ediff-vers.el (ediff-pcl-cvs-view-revision):
2438         First cd to the file directory. reportedly works
2439         better with remote files.
2441         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
2442         Use file-name-nondirectory when passing files to CVS.
2444         * ediff-diff.el (ediff-cmp-options): New variable.
2445         (ediff-same-file-contents): Use ediff-cmp-options.
2447         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
2448         ediff-get-patch-buffer): Use current buffer if it appears to be a
2449         patch.
2451         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
2452         C-g
2454         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
2455         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
2456         (viper-save-cursor-color,viper-restore-cursor-color):
2457         Improved cursor color handling.
2458         (viper-get-saved-cursor-color-in-replace-mode,
2459         viper-get-saved-cursor-color-in-insert-mode): New functions for
2460         better cursor color handling.
2462         * viper-ex.el (ex-read,ex-edit):
2463         Fixes for correct interpretation of #,%.
2464         (viper-ex): Now works correctly when called from other functions.
2465         (viper-glob-function): New variable.
2466         (viper-ex): Save excursion before doing :global.
2468         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
2470         * viper-cmd.el (viper-post-command-sentinel,
2471         viper-insert-state-post-command-sentinel,
2472         viper-insert-state-pre-command-sentinel): Takes better care of
2473          cursor colors.
2475         * viper.el: Version change.
2477 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
2479         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
2480         that the modeline display was updated *only* when
2481         `whitespace-display-in-modeline' was set, not otherwise.
2483 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
2485         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
2486         "frac12".
2488         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
2489         ad-activate.
2491 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
2493         * whitespace.el: Test for existence of `defcustom' and `defgroup'
2494         using fboundp instead of assuming that these are not present in
2495         particular flavors of emacs.
2496         (whitespace-version): Update to 2.8
2497         (whitespace-display-in-modeline): Add custom variable to control
2498         displaying the whitespace errors on the modeline based on
2499         suggestion from <klaus.berndl@sdm.de>
2500         (whitespace-buffer): Now returns `t' if unclean and `nil' if
2501         clean, to enable using as a hook function, as suggested by Puneet
2502         Goel <puneet@computer.org>
2503         (whitespace-buffer): Fix a subtle bug that cleaned up only if
2504         quiet was not set, even with whitespace-auto-cleanup set.
2505         (whitespace-mode-line): Now uses less modeline real estate and
2506         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
2507         which is present in the file, and <y> is any type of whitespace
2508         whose check has been suppressed by setting
2509         `whitespace-check-<whitespace-type>' to nil.
2510         (whitespace-unchecked-whitespaces): New function to return the
2511         list of whitespaces for whom checks have been suppressed.
2512         (whitespace-display-unchecked-whitespaces): Renamed to
2513         `whitespace-update-modeline' to reflect its functionality.
2515 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
2517         * progmodes/compile.el (compilation-error-regexp-alist):
2518         Undo previous change.
2520 1999-10-28  Dave Love  <fx@gnu.org>
2522         * help.el (help-follow): Make arg optional again and really
2523         default to point.
2525 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
2527         * paths.el (rmail-file-name): Make it an option.
2529         * progmodes/ada-mode.el, progmodes/ada-prj.el,
2530         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
2531         comment fixes.
2533         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
2534         MIPS Pro 7.3 compiler error message syntax.
2536 1999-10-27  Dave Love  <fx@gnu.org>
2538         * progmodes/compile.el: Checkdoc-inspired fixes.
2540 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
2542         * lpr.el (print-buffer): Doc-string fix.
2544 1999-10-27  Dave Love  <fx@gnu.org>
2546         * emacs-lisp/advice.el: Doc fixes.
2547         (ad-lemacs-p): Removed.
2548         (advice): Add :link to defgroup.
2550 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
2552         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
2553         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
2555 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2557         * window.el (walk-windows): If ALL-FRAMES is a frame,
2558         start on that frame.  Use save-selected-window.
2560 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2562         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
2563         ad-activate.  All callers changed, including those in data.c.
2564         (ad-activate-internal-off): Renamed from ad-activate-off.
2565         All uses changed.
2566         (ad-activate): Renamed from ad-activate-on.  All uses changed.
2567         (ad-start-advice, ad-stop-advice, ad-recover-normality):
2568         Alter the definition of ad-activate-internal, not ad-activate.
2570 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
2572         * startup.el (command-line-1): Add support for command line
2573         arguments `file' and `execute'.  Fix handling of `visit'.
2575 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
2577         * international/mule-cmds.el (read-input-method-name): Handle the
2578         case that the arg DEFAULT is symbol.
2580         * international/mule-diag.el (mule-diag): Handle the case that
2581         default-input-method is symbol.
2583 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
2585         * textmodes/tildify.el: New file.
2587 1999-10-25  Sam Steingold  <sds@ksp.com>
2589         * Makefile (compile-files): Fixed the "tr" strings.
2590         (EMACS): Set to ../src/emacs.
2592 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
2594         * info.el (Info-build-node-completions): Add '("*") to the
2595         completion list.
2597 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2599         * frame.el (auto-raise-mode): When enabling the mode,
2600         immediately raise the selected frame.
2602         * indent.el (indent-region): Doc fix.
2604         * comint.el (comint-output-filter): Make the Comint buffer current
2605         for the comint-preoutput-filter-functions.
2607         * mail/reporter.el: Doc fix.
2609 1999-10-24  Stephen Eglen  <stephen@gnu.org>
2611         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
2612         that Octave lisp files can also run under XEmacs 20.
2613         (require 'custom) added so that files can run under Emacs 19.34.
2615         * iswitchb.el (iswitchb-default-keybindings): No need to use
2616         read-kbd-macro in keybindings.
2618 1999-10-23  Dave Love  <fx@gnu.org>
2620         * elide-head.el: New file.
2622 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
2624         * Makefile (compile-files, backup-compiled-files): New targets.
2625         (bootstrap, bootstrap-clean): Ditto.
2627 1999-10-22  Paul Eggert  <eggert@twinsun.com>
2629         * international/mule-cmds.c (locale-language-names):
2630         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
2631         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
2632         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
2633         Use Latin-8 for Welsh.
2634         Use Latin-1 for English if "en" is explicitly specified.
2635         Use Latin-1 for Scots Gaelic, Tagalog.
2636         Use Latin-1 (not Latin-4) for Greenlandic.
2637         Use Latin-1 (not Latin-2) for Albanian.
2638         (locale-preferred-coding-systems, locale-language-names):
2639         Remove generic ISO 8859 locales; locale-charset-language-names now
2640         does this.
2641         (locale-charset-language-names): New variable.
2642         (set-locale-environment): Use language name specified by
2643         locale-charset-language-names if its charsets disagree with the
2644         language name specified by locale-language-names.
2646 1999-10-22  Dave Love  <fx@gnu.org>
2648         * make-mode.el: Minor doc fixes.
2650         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
2652 1999-10-21  Dave Love  <fx@gnu.org>
2654         * loadup.el: Add latin-8, latin-9.
2656 1999-10-20  Paul Eggert  <eggert@twinsun.com>
2658         * disp-table.el (standard-display-european): Remove undocumented
2659         arg AUTO; no longer used by startup.el.  Do not attempt to treat
2660         all non-English language environments as coding system names.
2661         Instead, use the downcased language environment name as a coding
2662         system name if it is one; otherwise, use latin-1.
2664 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
2666         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
2667         that were split so that part of the comment appeared as Lisp code.
2669 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2671         * ps-bdf.el: Doc fix.
2673         * ps-print-def.el: New file: common definitions for all parts of
2674         ps-print.
2675         (ps-multibyte-buffer): Moved from ps-mule.
2677         * ps-mule.el: File dependence fix.
2678         (ps-multibyte-buffer): Moved to ps-print-def.
2680         * ps-print.el: Doc fix, better customization.
2681         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
2682         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
2683         (ps-end-file): Doc fix.
2684         (ps-setup, ps-begin-file): Fun fix.
2685         (postscript): New group.
2686         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
2687         (ps-print-prologue-1): Adjust PostScript programming.
2688         (ps-print): Adjust group hierarchy.
2689         (ps-print-n-up, ps-print-zebra, ps-print-background,
2690         ps-print-printer)
2691         (ps-print-page): New subgroups.
2692         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
2693         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
2694         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
2695         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
2696         (ps-zebra-stripe-height, ps-print-background-image)
2697         (ps-print-background-text, ps-spool-config): Adjust customization.
2698         (dos-ps-printer): Definition eliminated.
2700 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2702         * ps-mule.el: Doc fix, define functions properly if mule package is
2703         loaded or not.
2704         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
2705         mule package is loaded or not.
2707         * ps-print.el: Doc fix, n-up printing.
2708         (ps-print-version): New version number (5.0).
2709         (ps-page-dimensions-database): Added document media.
2710         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
2711         (ps-page-order, ps-printing-region-p): New vars.
2712         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
2713         funs.
2714         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
2715         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
2716         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
2717         (ps-n-up-xstart, ps-n-up-ystart): New macros.
2718         (ps-print-begin-sheet-hook): New hook.
2719         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
2720         const.
2721         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
2722         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
2723         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
2724         (ps-count-lines): Changed to defun.
2725         (ps-header-page): Changed to defsubst, fix fun.
2726         (ps-printing-region): Doc fix, adjust programming code.
2727         (ps-output-boolean, ps-background-pages, ps-background-text)
2728         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
2729         programming code.
2731 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2733         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
2734         (ps-print-version): New version number (4.2).
2735         (ps-spool-config, ps-spool-tumble): New vars.
2736         (ps-print-prologue-1): Changed to defconst, adjust PostScript
2737         programming, new PostScript procedure to handle errors.
2738         (ps-print-prologue-2): Changed to defconst.
2739         (ps-print-duplex-feature): New const: duplex and tumble setting.
2740         (ps-setup, ps-begin-file): Fix funs.
2741         (ps-boolean-capitalized): New fun.
2743 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
2745         * Makefile (dontcompilefiles): Obsoleted.
2746         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
2747         (EL): Unused.
2748         (temacs): Removed (unused).
2749         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
2750         version of the file (necessary for the update to work properly).
2751         (autoloads): Force the use of `pwd`/loaddefs.el.
2752         (updates); Redefined in terms of other targets to reduce redundancy.
2753         (.el.elc): New default rule, just in case you want it.
2754         (compile): Use a single invocation of Emacs.
2755         (bootstrap-compile); Unneeded.
2756         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
2758 1999-10-19  Dave Love  <fx@gnu.org>
2760         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
2762 1999-10-19  Sam Steingold  <sds@ksp.com>
2764         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
2765         comply with the comment.
2767 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
2769         * autorevert.el (auto-revert-mode): Make auto-revert-mode
2770         permanent-local.
2772 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
2774         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
2775         value: \"lpr\" changed to "lpr"
2776         (ps-mode-version): New constant
2777         (ps-mode-show-version): New function, added key in ps-mode-map
2778         (ps-run-messages): Removed
2779         (ps-run-font-lock-keywords-2): New defcustom variable replacing
2780         ps-run-messages. These keywords now include the value of
2781         ps-run-prompt, making its fontification customizable.
2782         (ps-run-init): Removed \\n from docstring, it is now added when
2783         the value is used
2784         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
2785         ps-run-prompt
2786         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
2787         customizable variables in doc-string (its equivalent
2788         ps-run-messages was missing in previous version of the doc-string)
2789         (ps-run-mode): Simplified assignment to font-lock-defaults, using
2790         symbols only
2792 1999-10-19  Alex Schroeder  <alex@gnu.org>
2794         * ansi-color.el: Complete rewrite.
2796 1999-10-19  Paul Eggert  <eggert@twinsun.com>
2798         Fix bootstrapping problems.
2799         Use the system locale to specify Emacs locale defaults.
2801         * international/mule-cmds.el (global-map):
2802         Do not use backquote, because that makes a bootstrapping
2803         problem if you need to recompile all Lisp files using interpreted code.
2804         * international/mule.el (charset-id, charset-bytes,
2805         charset-dimension, charset-chars, charset-width,
2806         charset-direction, charset-iso-final-char,
2807         charset-iso-graphic-plane, charset-reverse-charset,
2808         charset-short-name, charset-long-name, charset-description,
2809         charset-plist): Likewise.
2810         * subr.el (save-match-data): Likewise.
2812         * international/mule-cmds.el
2813         (set-display-table-and-terminal-coding-system): New function,
2814         containing code migrated out of set-language-environment.
2815         (set-language-environment, set-locale-environment): Use it.
2816         (locale-translation-file-name): Moved here from startup.el.
2817         (locale-language-names, locale-preferred-coding-systems):
2818         New vars.
2819         (locale-name-match, set-locale-environment): New functions.
2821         * language/japan-util.el (setup-japanese-environment-internal):
2822         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
2824         * startup.el (iso-8859-n-locale-regexp): Remove.
2825         (locale-translation-file-name): Move to mule-cmds.el.
2826         (command-line): Move locale-stuff into set-locale-environment.
2828 1999-10-18  Dave Love  <fx@gnu.org>
2830         * abbrev.el (add-abbrev, inverse-add-abbrev)
2831         (expand-region-abbrevs): Remove properties from buffer text.
2833 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
2835         * iswitchb.el (iswitchb-exhibit): Extract user-input only
2836         from the mini-buffer, without the prompt.
2838         * simple.el (minibuffer-prompt-end): Return the position
2839         after the prompt, not the position of that last character
2840         of the prompt.
2842 1999-10-17  Miles Bader  <miles@gnu.org>
2844         * simple.el: Doc fixes.
2846 1999-10-17  Miles Bader  <miles@gnu.org>
2848         * simple.el (previous-matching-history-element, next-history-element):
2849         Change to work correctly even if the point is in the prompt.
2850         (choose-completion-string): Likewise.
2851         (minibuffer-prompt-width): New function (compatibility with old subr).
2853         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
2854         When constraining the final position to the current field,
2855         don't use the ONLY-IN-LINE mode of constrain-to-field.
2857 1999-10-17  Miles Bader  <miles@gnu.org>
2859         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
2860         constrain-to-field.
2861         * textmodes/paragraphs.el (forward-sentence): Likewise.
2863 1999-10-17  Miles Bader  <miles@gnu.org>
2865         * simple.el (line-move): Use constrain-to-field to avoid
2866         moving into a prompt.
2867         (previous-complete-history-element): Clarify doc string.
2868         (next-complete-history-element): Likewise.
2869         Use field-beginning instead of point-min.
2870         (next-matching-history-element): Use field-beginning and
2871         erase-field instead of point-min and erase-buffer.
2872         * textmodes/paragraphs.el
2873         (forward-paragraph, forward-sentence): Likewise.
2874         (backward-kill-paragraph, backward-kill-sentence): Remove code to
2875         constrain the kill to an field, as the movement commands now
2876         do this.
2878 1999-10-17  Miles Bader  <miles@gnu.org>
2880         * simple.el (previous-matching-history-element): Get the
2881         minibuffer input with field-string instead of buffer-string.
2882         (choose-completion-string): Likewise.
2883         (next-history-element): Likewise.
2884         Erase the minibuffer input with erase-field, not erase-buffer.
2885         Use field-beginning to find the beginning of the input.
2886         * textmodes/paragraphs.el (backward-kill-sentence):
2887         Remove minibuffer-prompt hack.
2888         Constrain to any input field.
2890 1999-10-17  Sam Steingold  <sds@ksp.com>
2892         * bindings.el (completion-ignored-extensions): Added ".sparcf"
2893         for CMUCL on sparc and ".ufsl" for LispWorks.
2894         (bound-and-true-p): Bugfix: free variable `v'.
2896 1999-10-16  Dave Love  <d.love@dl.ac.uk>
2898         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
2899         (edebug-uninstall-read-eval-functions): Use load-read-function,
2900         avoiding elisp-eval.
2902 1999-10-16  Sam Steingold  <sds@ksp.com>
2904         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
2905         instead of `eql'.
2907 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
2909         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
2910         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
2911         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
2912         * ediff-util.el (ediff-make-temp-file):
2913         * ediff-vers.el (ediff-pcl-cvs-view-revision):
2914         * emerge.el (emerge-make-temp-file):
2915         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
2916         * vc.el (vc-update-change-log):
2917         * mail/mailpost.el (post-mail-send-it):
2918         * mail/metamail.el (metamail-region):
2919         * progmodes/cmacexp.el (c-macro-expansion):
2920         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
2922 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
2924         * smtpmail.el (smtpmail-via-smtp): Add support for
2925         automatically appending a domain to RCPT TO: addresses.
2927 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2929         * dired.el (dired-insert-directory): Insert the amount of
2930         free space after the total size.
2931         (dired-free-space-program, dired-free-space-args): New variables.
2933 1999-10-14  Karl Heuer  <kwzh@gnu.org>
2935         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
2937 1999-10-14  Dave Love  <fx@gnu.org>
2939         * international/characters.el:
2940         * international/fontset.el:
2941         * international/mule-conf.el: Add latin-iso8859-1[45].
2943         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
2944         strings.
2946         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
2947         (command-line): Detect Latin-[89] locales.
2949 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
2951         * international/mule-cmds.el (select-safe-coding-system)
2952         (leim-list-header): Avoid the use of strings that start with backslash
2953         newline since lread.c:read1 has a hack to turn those strings into
2954         integer 0 during the loadup.el process.
2956         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
2958 1999-10-13  Dave Love  <fx@gnu.org>
2960         * image.el (insert-image): Copy the image spec and add an
2961         intangible property.
2963 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
2965         * help.el (help-xref-interned): Make it also work on variable-only
2966         and function-only symbols.
2967         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
2968         (help-follow): If the point under mouse is not highlighted, try
2969         `help-xref-interned' on the pointed-to symbol anyway.
2971         * info.el (Info-on-current-buffer): New entry point.
2972         (Info-find-node): Split into two for Info-on-current-buffer to
2973         hook into it.
2974         (Info-current-file, Info-set-mode-line, Info-up):
2975         Info-current-file can now be t.
2976         (Info-clone-buffer-hook): Function for `clone-buffer'.
2977         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
2978         Make `clone-buffer' available in various ways to the user.
2980 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
2982         * simple.el (shell-command, shell-command-on-region): Use
2983         make-temp-file.
2984         (clone-buffer, clone-process, clone-buffer-hook): New functions.
2986         * subr.el (with-current-buffer): Don't use backquotes to avoid
2987         bootstrapping problems.
2989         * loadup.el (load-path): Add subdirs for bootstrapping.
2990         (docstrings): Ignore errors during bootstrapping.
2991         (args): New `bootstrap' argument (for use in place of `dump').
2993 1999-10-12  Emmanuel Briot  <briot@gnat.com>
2995         * ada-stmt.el: Doc-string fixes.
2997 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
2999         * recentf.el: New file.
3001         * ps-mode.el: New file.
3003         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
3004         case insensitive.
3006 1999-10-12  Richard Sharman  <rsharman@pobox.com>
3008         * sh-script.el: Added support for indenting existing scripts.
3009         (sh-mode-map): Added new bindings.
3010         (sh-mode): Updated mode doc-string for new commands, added
3011         make-local-variable calls, initialize mode-specific variables.
3012         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
3013         is now a different function.
3014         (sh-header-marker):  Changed docstring.
3015         (sh-set-shell): Initialize mode-specific variables.
3016         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
3017         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
3018         Changed these define-skeleton calls to work with user-specified
3019         indentation settings.
3020         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
3021         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
3022         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
3023         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
3024         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
3025         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
3026         (sh-guess-basic-offset, sh-handle-after-case-label)
3027         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
3028         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
3029         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
3030         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
3031         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
3032         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
3033         (sh-handle-this-then, sh-help-string-for-variable)
3034         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
3035         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
3036         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
3037         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
3038         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
3039         (sh-remove-our-text-properties, sh-rescan-buffer)
3040         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
3041         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
3042         (sh-scan-case, sh-search-word, sh-set-char-syntax)
3043         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
3044         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
3045         functions.
3046         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
3047         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
3048         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
3049         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
3050         (sh-var-list): New variables.
3052 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
3054         * quickurl.el (quickurl-list-insert): `count-lines' was returning
3055         a value one line to high if the cursor wasn't at the start of a
3056         line. A `beginning-of-line' is now performed before making the
3057         call to `count-lines'.
3059 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
3061         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
3063 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
3065         * Makefile (setwins): Abstract out the command to find subdirectories
3066         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
3067         (custom-deps, finder-data, autoloads, update-subdirs, updates)
3068         (autoloads-with-other-emacs): Use it.
3070         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
3072 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
3074         * Makefile (bootstrap-compile): New target.  Compile Lisp
3075         files with ../src/temacs.
3077 1999-10-08  Simon Marshall  <simon@gnu.org>
3079         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
3080         (regexp-opt-group): Use it to get common suffixes in STRINGS.
3081         If STRINGS is nil, return "" rather than nil.
3083 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
3085         * Makefile (compile): Compile files one by one.  Set load-path to
3086         current directory and subdirectories when compiling.
3088 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
3090         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
3091         (emacs): Use it everywhere instead of EMACS.
3092         (compile): New target.  Compile all Lisp files from scratch.
3093         (recompile): New target.  Recompile lisp directory.
3094         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
3095         an Emacs executable not built in the current directory tree.
3097 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
3099         * filecache.el (file-cache-completion-ignore-case): New variable,
3100         defaulting to the value of completion-ignore-case.
3101         (file-cache-minibuffer-complete): Use it.
3102         (file-cache-files-matching, file-cache-files-matching-internal):
3103         New functions.
3105 1999-10-07  Emmanuel Briot  <briot@gnat.com>
3107         * ada-xref.el: New file
3109         * ada-prj.el: New file
3111         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
3113         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
3114         subprogram being created.
3116         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
3117         ada-indent-newline-indent): Rewritten to support the new indentation
3118         scheme
3120         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
3121         New functions
3123         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
3124         justification parameter
3126         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
3127         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
3128         external program
3130 1999-10-07  Dave Love  <fx@gnu.org>
3132         * bindings.el (bound-and-true-p): New macro.
3133         (make-mode-line-mouse-sensitive): Don't require easymenu.
3135 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
3137         * custom.el (defface): Extend documentation for new values of
3138         `type'.
3140         * faces.el (face-spec-set-match-display): Recognize `type' of
3141         `motif', `lucid', `x-toolkit'.
3142         (menu): New face.
3144 1999-10-05  Dave Love  <fx@gnu.org>
3146         * files.el: Recognize temporary crontab files.
3148         * info.el: Require jka-compr when compiling.
3149         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
3151 1999-10-04  Dave Love  <fx@gnu.org>
3153         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
3154         scroll-up-aggressively, scroll-down-aggressively.
3156         * time.el (display-time-mode): Add autoload cookie.
3158         * rect.el (delete-extract-rectangle): Doc fix from verna.
3160         * help-macro.el (three-step-help): Customize.
3162 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3164         * hexl.el (hexlify-buffer): Move point in proper range
3165         if it is too large.
3166         (hexl-after-revert-hook): Update hexl-max-address.
3167         (hexl-address-to-marker): Doc fix.
3169 1999-10-03  Dave Love  <fx@gnu.org>
3171         * image.el (defimage): Remove redundant code.  Substitute file in
3172         image plist.
3174 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3176         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
3177         when doing with-temp-file.
3179 1999-10-01  Dave Love  <fx@gnu.org>
3181         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
3183         * help.el: Require view when compiling.
3184         (view-emacs-FAQ): Use Info version.
3186 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
3188         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
3189         (normat->normal).  Use correct font names for Korean
3190         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
3192 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
3194         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
3195         code not used by KOI8 to the same 8-bit code instead of mapping to
3196         SPC.
3197         (cyrillic-alternativnyj-decode-table): Likewise.
3199 1999-09-29  Alex Schroeder  <alex@gnu.org>
3201         * sql.el (sql-imenu-generic-expression): Aew, used to set
3202         imenu-generic-expression.
3203         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
3204         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
3205         imenu-case-fold-search, and imenu-syntax-alist.
3206         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
3207         setting font-lock-defaults' SYNTAX-ALIST.
3209 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3211         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
3212         macro, try again.
3214 1999-09-28  Dave Love  <fx@gnu.org>
3216         * cus-edit.el (custom-comment): Change widget definition.
3217         (custom-comment-create, custom-comment-show)
3218         (custom-comment-invisible-p): Don't use :comment-overlay.
3219         (custom-comment-hide): New function.
3220         (custom-variable-set, custom-variable-save)
3221         (custom-variable-reset-standard, custom-face-set)
3222         (custom-face-save): Use it.
3224 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3226         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
3228 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3230         * faces.el (region): Doc fix.
3232 1999-09-27  Dave Love  <fx@gnu.org>
3234         * isearch.el (isearch): Add :links in defgroup.
3235         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
3236         (isearch-switch-frame-handler): Comment out (unused).
3237         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
3238         (isearch-ring-retreat-edit): Doc fix.
3239         (isearch-mouse-yank): New command.
3240         (isearch-last-command-char): Removed.  Callers changed to use
3241         last-command-char.
3242         (isearch-char-to-string): Removed.  Callers changed to use
3243         char-to-string.
3245 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
3247         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
3248         option for Russian.
3250 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
3252         * faces.el (face-differs-from-default-p): Compare face
3253         attributes individually.
3255         * image.el (put-image, insert-image): Add string argument.
3257 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
3259         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
3260         LANG=de_DE.iso88591 on HPUX 11.0.
3262         * dired.el (dired-move-to-filename-regexp): Make it work
3263         for LANG=de_DE.iso88591 on HPUX 11.0.
3265 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3267         * info.el (info-initialize): Don't test existence of ALTERNATIVE
3268         if we know for some other reason it should not be used.
3270         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
3271         New variable.
3272         (edebug-recursive-edit): Save current-prefix-arg there,
3273         bind it, and set it back at the end.
3274         (edebug-outside-excursion): Restore and update the outside
3275         value of current-prefix-arg.
3276         (edebug-emacs-version-specific): Delete support for Epoch.
3278 1999-09-24  Howard Melman  <howard@silverstream.com>
3280         * imenu.el (imenu-after-jump-hook): New variable.
3281         (imenu): Run menu-after-jump-hook.
3282         (imenu-name-lookup-function): New variable.
3283         * imenu.el (imenu--in-alist): Use those variables.
3285 1999-09-24  Carsten Dominik  <cd@gnu.org>
3287         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
3288         multiple thebibliography environments.
3290         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
3291         with recentering window.
3292         (reftex-extract-bib-entries-from-thebibliography,
3293         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
3294         with multiple thebibliography environments.
3296         * textmodes/reftex-vars.el
3297         (reftex-section-levels): Function allowed as cdr.
3298         (reftex-max-section-depth) New option.
3300         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
3301         with multiple thebibliography environments.
3303 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
3305         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
3306         instead of point-min in call to delete-region.
3308 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3310         * vc.el (vc-backend-checkout): Use with-temp-file when checking
3311         out into arbitrary file names.
3313 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
3315         * language/european.el ("Turkish"): New language environment.
3317 1999-09-19  Dave Love  <fx@gnu.org>
3319         * delim-col.el: New file.
3321 1999-09-17  Richard Stallman  <rms@gnu.org>
3323         * files.el (after-find-file): When visiting a backup file,
3324         make it read-only.
3326         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
3327         (apropos-keybinding-face, apropos-label-face): Likewise.
3328         (apropos-property-face, apropos-match-face): Likewise.
3329         (apropos-label-properties): New variable.
3330         (apropos-print-doc): Use apropos-label-properties.
3331         (apropos-print): Set apropos-label-properties.
3333 1999-09-15  Richard Stallman  <rms@gnu.org>
3335         * winner.el: Use aref instead of sref.
3337         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
3339 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
3341         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
3343 1999-09-14  Richard Stallman  <rms@gnu.org>
3345         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
3346         cookie, even if followed by a letter.
3348 1999-09-14  Stephen Eglen  <stephen@gnu.org>
3350         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
3351         --no-line-editing are passed to Octave by including them here
3352         rather than storing them in inferior-octave-startup-args.
3354 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
3356         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
3357         command, option, env and sc.
3359         * subr.el (shell-quote-argument): Quote argument with double
3360         quotes for ms-dos.
3362 1999-09-14  Richard Stallman  <rms@gnu.org>
3364         * simple.el (eval-expression-print-level): New variable.
3365         (eval-expression-print-length): New variable.
3366         (eval-expression-debug-on-error): New variable.
3367         (eval-expression): Bind print-level, print-length and
3368         debug-on-error from those vars.
3370         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
3371         Bind print-level, print-length and debug-on-error.
3373 1999-09-14  Inge Frick  <inge@nada.kth.se>
3375         * dired.el (dired-recursive-deletes): New custom variable.
3376         (dired-re-no-dot): New variable.
3377         (dired-delete-file): New function deletes files and directories
3378         recursively.
3379         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
3381         * dired-aux.el (dired-recursive-copies): New custom variable.
3382         (dired-handle-overwrite): Broke a long line.
3383         (dired-copy-file): Call `dired-copy-file-recursive' instead of
3384         `copy-file'.
3385         (dired-copy-file-recursive): New function.  Copy directories
3386         recursively.
3387         (dired-do-create-files): Added support for generalized directory
3388         target.  How-to function may now return a function.  New fluid
3389         variable `dired-one-file'.
3390         (dired-copy-how-to-fn): New variable.
3391         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
3392         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
3393         (dired-do-copy-regexp): No recursive copies.
3395 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
3397         * whitespace.el (whitespace-version): Update version to 2.4
3399         * whitespace.el: Add customization variables to conditionally test
3400         any of the five whitespaces, per request from Rune Kleveland
3401         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
3403         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
3405         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
3406         list of modes to be checked for bogus whitespaces.
3408         * whitespace.el (whitespace-rescan-timer-time): Update
3409         documentation.
3411         * whitespace.el (whitespace-display-unchecked-whitespaces):
3412         New function to update modeline with untested whitespaces.
3414         * whitespace.el (whitespace-buffer): Test only whitespaces whose
3415         checking is turned on, and update modeline using the newly created
3416         `whitespace-display-unchecked-whitespaces'.
3418         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
3419         whose checking is turned on, and update modeline using the newly
3420         created `whitespace-display-unchecked-whitespaces'.
3422         * whitespace.el (whitespace-describe): Update documentation.
3424         * whitespace.el (whitespace-tickle-timer): Test if
3425         `whitespace-rescan-timer-time' is non-zero before tickling timer.
3427 1999-09-13  Dave Love  <fx@gnu.org>
3429         * hideif.el (hide-ifdef-mode): Add autoload cookie.
3431         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
3432         for temp buffer.
3433         (checkdoc-this-string-valid): Don't assume default comment-start.
3435 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
3437         * rsz-mini.el: Remove code, keep the interface.
3439 1999-09-13  Dave Love  <fx@gnu.org>
3441         * help.el (help-highlight-p): Doc fix.
3443         * faces.el (mode-line, header-line, tool-bar): Add :version.
3444         (highlight, secondary-selection): Add :group.
3445         (trailing-whitespace): Add :group, :version.
3447         * wid-edit.el: Remove some compatibility code and checks.
3448         (widget-specify-field, widget-specify-button): Don't use XEmacs
3449         properties.
3450         (widget-overlay-inactive): Change error message.
3451         (widget-button-pressed-face): New variable.
3452         (widget-button-click): Use it.
3453         (widget-documentation-link-add): Specify mouse and button faces.
3454         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
3455         removed now the functionality is built in.
3457         * cus-edit.el: Don't define-widget-keywords.
3458         (multimedia): New group.
3459         (custom-last): Function removed.
3460         (custom-quote): Add vectorp case, comment out characterp case.
3461         (custom-buffer-done-function, custom-raised-buttons): New option.
3462         (Custom-buffer-done): New function.
3463         (custom-buffer-create-internal): Obey custom-raised-buttons,
3464         Custom-buffer-done.
3465         (custom-button-face): Make it `released-button'.
3466         (custom-button-pressed-face): Make it `pressed-button'
3467         (custom-mode-map): Bind "q" to Custom-buffer-done.
3468         (custom-mode): Deal with raised/pressed buttons.
3470         Changes from Didier Verna:
3471         (custom-prompt-variable): Optional third arg makes prompt for a
3472         comment string.
3473         (customize-set-value, customize-set-variable,
3474         customize-save-variable): Optional prefix makes function handle
3475         variable comments.
3476         (customize-customized, customize-saved, custom-variable-state-set)
3477         (custom-variable-set, custom-variable-save, custom-face-state-set)
3478         (custom-variable-reset-saved, custom-variable-reset-standard)
3479         (custom-face-set, custom-face-save, custom-face-reset-saved)
3480         (custom-face-reset-standard, customize-save-customized): Handle
3481         custom comments.
3482         (custom-comment-face, custom-comment-tag-face): New face.
3483         (custom-comment): New widget.
3484         (custom-comment-create, custom-comment-delete)
3485         (custom-comment-value-set, custom-comment-show)
3486         ()custom-comment-invisible-p): New functions.
3487         (custom-variable-value-create, custom-face-value-create): Create a
3488         comment field widget.
3489         (custom-variable-menu, custom-face-menu): New entry for custom
3490         comment.
3491         (custom-face-value-create): Remove compatibility code.
3492         (custom-save-variables, custom-save-faces): Possibly save custom
3493         comments.
3495         * cus-face.el (custom-face-attributes): Simplify :underline,
3496         :overline, :inverse-video cases.  Fix up :box case (probably needs
3497         more work).
3499         Change from Didier Verna:
3500         (custom-set-faces): The arguments can now have a custom comment as
3501         fourth argument.
3503         * custom.el: Don't define-widget-keywords.
3504         Change from Didier Verna:
3505         (custom-set-variables): The arguments can now have a
3506         custom comment as fifth element.
3508 1999-09-13  Richard Stallman  <rms@gnu.org>
3510         * info.el (Info-find-node): Cope better if guesspos is too large.
3512 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
3514         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
3515         of buffer-substring because buffer-string doesn't copy the
3516         prompt.
3518         * faces.el (mode-line): Replaces `modeline'.
3519         (toplevel): Make `modeline' an alias for `mode-line'.
3521 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
3523         * gs.el: Change `ghostscript' to `postscript' in comment.
3525 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
3527         * emulation/tpu-edt.el (tpu-version): New version.
3528         (tpu-search-overlay, tpu-replace-overlay): New variables.
3529         (tpu-search-highlight, tpu-toggle-direction): New functions.
3530         (tpu-lm-replace): Set tpu-replace-overlay.
3531         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
3532         command hook.
3534 1999-09-11  Richard Stallman  <rms@gnu.org>
3536         * isearch.el (isearch-mode-map): Undo previous change.
3538         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
3539         use all of that as the sexp.
3541         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
3542         and use the initial argument as file name directly.
3543         Likewise if nothing matches.
3545 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
3547         * winner.el: Major changes.  Avoid changing point and mark.
3548         Save configurations after they change, not before.
3550 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
3552         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
3553         Bind print-continuous-numbering and print-number-table.
3555 1999-09-10  Dave Love  <fx@gnu.org>
3557         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
3559 1999-09-09  Richard Stallman  <rms@gnu.org>
3561         * whitespace.el: Finish making it fit Emacs conventions.
3562         Add autoloads.
3564 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
3566         * generic-x.el (bat-generic-mode): "::"-style comments don't
3567         need to begin with "-".  Fix the font-lock definitions of ON/OFF
3568         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
3569         from the list of keywords.  Add DO to the list of keywords.
3571 1999-09-09  Dave Love  <fx@gnu.org>
3573         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
3574         (byte-optimize-backward-word): New optimizations.
3575         (side-effect-free-fns, side-effect-and-error-free-fns): Add
3576         entries.
3578 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
3580         * image.el (put-image): Remove optional buffer parameter.
3582         * faces.el (face-italic-p): Return t only for values `italic'
3583         and `oblique'.
3585         * mouse.el (mouse-drag-mode-line-1): Extension of former
3586         mouse-drag-mode-line that also drags the header line.
3587         (mouse-drag-mode-line): Call it.
3588         (mouse-drag-header-line): New.
3589         (toplevel): Bind down-mouse-1 on header lines to
3590         mouse-drage-header-line.
3592 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
3594         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
3595         (make-mode-line-mouse-sensitive): Replace `top-line' by
3596         `header-line'.
3598 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
3600         * help.el (describe-function-1): Don't return empty string for keymaps.
3602         * fill.el (fill-region-as-paragraph, canonically-space-region):
3603         Respect colon-double-space at end of line.
3605 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
3607         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
3608         (backup-buffer): Use it.
3610 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
3612         * generic-x.el (generic-define-unix-modes): Added new modes:
3613         inetd-conf-generic-mode, etc-services-generic-mode,
3614         etc-passwd-generic-mode.  These are all defined for Unix by default.
3615         (apache-generic-mode): Use an imenu-generic-expression to list
3616         Configuration keywords.
3617         (samba-generic-mode): Use both ; and # as comment characters.
3618         (samba-generic-mode): Font-lock expressions now highlight name
3619         value pairs.
3620         (bat-generic-mode): Keywords are now case-insensitive through
3621         font-lock-defaults setting.
3622         (java-properties-generic-mode): Supports both ! and # as comment
3623         characters.
3624         (java-properties-generic-mode): Added an imenu-generic-expression
3625         (java-properties-generic-mode): Reworked to support the various
3626         different ways to separate name and value (viz, '=', ':' and
3627         whitespace).
3628         (show-tabs-generic-mode): Added this new generic-mode.
3630 1999-09-08  Richard Stallman  <rms@gnu.org>
3632         * progmodes/inf-lisp.el: Moved from top directory.
3634         * tar-mode.el (tar-header-block-tokenize):
3635         Use `when' instead of `and'.  Fix some clobbered text.
3637         * gud.el (gud-make-debug-menu): Make a child for the
3638         local menu, for its menu bar, and the debug menu.
3639         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
3640         Use the history in the simple way.
3642 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
3644         * language/korea-util.el (default-korean-keyboard): Initialize it
3645         according to the environment variable HANGUL_KEYBOARD_TYPE.
3647 1999-09-07  Richard Stallman  <rms@gnu.org>
3649         * subr.el (make-temp-file): New function.
3651 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
3653         * font-lock.el (font-lock-multiline): New text property contains
3654         a boolean to indicate if the char is part of a multiline match.
3655         (font-lock-default-fontify-region): Extend the region appropriately
3656         for multiline keywords.
3657         (font-lock-default-unfontify-region): Also remove the new
3658         font-lock-multiline text property.
3659         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
3660         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
3662 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3664         * diary-lib.el (list-diary-entries): Make sure two-digit years
3665         have leading zeros.
3667 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
3669         * faces.el (face-set-after-frame-default): Initialize some
3670         attributes of some faces from frame parameters.
3672         * faces.el (scroll-bar, border, cursor, mouse): New faces.
3674 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
3676         * faces.el (fringe): Replaces face `margin'.
3678 1999-09-07  Dave Love  <fx@gnu.org>
3680         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
3682 1999-09-07  Richard Stallman  <rms@gnu.org>
3684         * subr.el (push): Doc fix.
3686 1999-09-06  Richard Stallman  <rms@gnu.org>
3688         * vc.el (vc-annotate-display): Use < 69 not < 70
3689         to distinguish 20YY from 19YY.
3691         * timezone.el (timezone-parse-date): Use < 69 not < 70
3692         to distinguish 20YY from 19YY.
3694         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
3696 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
3698         * quickurl.el: (quickurl-list-focused-line): Removed.
3699         (quickurl-list-insert): Now works out the focused line using
3700         `count-lines' instead of using `quickurl-list-focused-line'.
3702 1999-09-06  Richard Stallman  <rms@gnu.org>
3704         * mail/rmail.el (rmail-retry-failure): Unconditionally move
3705         to beginning of message.
3707 1999-09-06  Dave Love  <fx@gnu.org>
3709         * isearch.el (isearch-mode-map): Add mouse-2.
3711         * mail/rmail.el (rmail-read-password): Deleted.
3712         (rmail-get-pop-password): Use read-password.
3714         * quickurl.el: Don't conditionally define caddr.
3715         (quickurl-url-comment): Use nth, not caddr in function and
3716         defsetf.
3718 1999-09-06  Richard Stallman  <rms@gnu.org>
3720         * auto-show.el: Doc fixes.
3722 1999-09-06  Stephen Eglen  <stephen@gnu.org>
3724         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
3725         --no-line-editing so that TABs in source files are not interpreted
3726         as completion requests.
3728 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
3730         * hscroll.el, auto-show.el: Remove all code, keep the public
3731         interface as no-ops.
3733         * faces.el (face-bold-p): Don't return t if face has lighter
3734         weight than normal.
3736 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
3738         * startup.el (command-line): Make small-temporary-file-directory
3739         be nil except on ms-dos.
3741         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
3743         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
3744         is defined.
3746         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
3747         letters with a colon after d or l.
3749 1999-09-06  Dave Love  <fx@gnu.org>
3751         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
3752         primitive.)
3754 1999-09-05  Richard Stallman  <rms@gnu.org>
3756         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
3758         * textmodes/paragraphs.el (backward-kill-sentence):
3759         Don't test minibuffer-prompt-end here.
3760         (forward-sentence): Do handle it here.
3761         (backward-kill-paragraph): Don't test it here.
3762         (forward-paragraph): Handle it here.
3764         * mouse.el (font-menu-add-default): Simplify code.
3766 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
3768         * faces.el (header-line): Renamed from `top-line'.
3770 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
3772         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
3774 1999-09-04  Richard Stallman  <rms@gnu.org>
3776         * whitespace.el: New file.
3778 1999-09-04  Dave Love  <fx@gnu.org>
3780         * paths.el: Make some doc strings obey the make-docfile convention.
3782         * bindings.el: Likewise.
3783         (debug-ignored-errors): Remove BBDB ones.
3785 1999-09-03  Richard Stallman  <rms@gnu.org>
3787         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
3788         not from the draft to forward.
3790         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
3792 1999-09-03  Dave Love  <fx@gnu.org>
3794         * double.el (double-mode): Customize the variable.
3796 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
3798         * international/characters.el: Delete duplicated code.
3800 1999-09-02  Richard Stallman  <rms@gnu.org>
3802         * indent.el (indent-relative): Doc fix.
3804         * quickurl.el (quickurl): Doc fix.
3806 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
3808         * faces.el (margin): Change background to "gray" for mono (this is
3809         drawn with a stipple pattern).
3811 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
3813         * simple.el (next-history-element): Use minibuffer-prompt-end once
3814         again.  Remove test for minibuffer-prompt-in-buffer.
3816 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
3818         * files.el (small-temporary-file-directory): New variable.
3820         * startup.el (command-line): Compute the value of
3821         small-temporary-file-directory.
3823         * ediff-init.el (ediff-temp-file-prefix): Use
3824         small-temporary-file-directory if non-nil.
3826         * vc.el (vc-update-change-log): Likewise.
3828         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
3830         * simple.el (shell-command, shell-command-on-region): Use
3831         make-temp-name properly.  Use small-temporary-file-directory if
3832         non-nil, otherwise temporary-file-directory, to generate temporary
3833         files.
3835         * dos-w32.el (direct-print-region-helper): Use
3836         temporary-file-directory.  (From Stefan Monnier.)
3838 1999-09-02  Richard Stallman  <rms@gnu.org>
3840         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
3841         from asm-comment-char.
3842         (asm-font-lock-keywords): Recognize instruction width suffixes.
3844 1999-09-01  Richard Stallman  <rms@gnu.org>
3846         * play/fortune.el: New file.
3848 1999-08-31  Dave Love  <fx@gnu.org>
3850         * help.el (help-make-xrefs): Don't lose on non-empty blank line
3851         after key table.
3853         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
3854         redisplay variables.
3856         * subr.el (push): Fix typo.
3858 1999-08-30  Kevin Blake  <kblake@ticnet.com>
3860         * emacs-lisp/ring.el: Many doc fixes.
3861         (ring-size, ring-copy): New functions.
3863 1999-08-29  Richard Stallman  <rms@gnu.org>
3865         * progmodes/etags.el (tags-loop-continue):
3866         After tags-loop-operate returns, force skip to next file.
3868         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
3869         (mail-extr-first-letters, mail-extr-last-letters):
3870         Use character classes [:alpha:] and [:alnum:].
3872         * subr.el (push, pop): New macros.
3874         * progmodes/compile.el (compilation-error-regexp-alist):
3875         New item for SGI IRIX MipsPro compilers.
3877         * speedbar.el (speedbar-directory-buttons): Recognize
3878         device names when checking for file names.
3880         * array.el (array-reconfigure-rows): Use generate-new-buffer.
3882         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
3883         and specially handle defvar inside their expansions.
3884         (eval-defun-1): New subroutine.
3886         * progmodes/compile.el (compilation-error-regexp-alist):
3887         Fix the Perl -w entry to allow period after line number.
3888         Don't allow newlines in file name, but allow them after line number
3889         for Perl debugging traces.
3891         * which-func.el (which-func-cleanup-function): New variable.
3892         (which-function): Call that function.
3894         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
3895         to end a function name.
3897         * informat.el (Info-tagify): Don't insert more than one newline
3898         before the tag table.
3900 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
3902         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
3903         than make-temp-name, use match-string-no-properties, and eliminate
3904         a quadratic behavior when building bibtex-strings.
3906 1999-08-29  Alex Schroeder  <alex@gnu.org>
3908         * comint.el (comint-input-ring-separator): New variable.
3909         (comint-read-input-ring): Doc change; use
3910         comint-input-ring-separator when reading file.
3911         (comint-write-input-ring): Use
3912         comint-input-ring-separator when writing file.
3914 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
3916         * informat.el (Info-tagify): Start by widening.
3917         Match node headers that don't list the file name,
3918         and more kinds of page separations.
3919         Strip properties during tagification.
3920         Use start of node header line as tag's position.
3921         Fix the "done" message.
3923         (Info-validate): Save and restore match data around narrowing down.
3925 1999-08-28  Richard M. Stallman  <rms@gnu.org>
3927         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
3928         On repeated call, override previous values put into
3929         minor-mode-map-alist and minor-mode-alist.
3931 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
3933         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
3935 1999-08-27  Andreas Schwab  <schwab@gnu.org>
3937         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
3938         from cvs update.
3940 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3942         * calendar/calendar.el (calendar-move-hook): New hook.
3944         * calendar/cal-move.el: Call the new hook in every movement function.
3946         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
3947         the right function name.
3949 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
3951         * time-stamp.el: Put quote-backquote around all symbol names
3952         in doc strings, for mousing.
3953         (time-stamp): Support multi-line patterns.
3954         (time-stamp-inserts-lines): New variable.
3955         (time-stamp-count): New variable.
3956         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
3957         "Thu" instead of "%a".
3959 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
3961         * simple.el (kill-word): Undo previous change.
3963 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
3965         * jit-lock.el (jit-lock-function): Extend the fontified range
3966         to the beginning of the line containing the range start and
3967         the beginning of the line following the range end.
3969 1999-08-24  Dave Love  <fx@gnu.org>
3971         * timezone.el: Move provide to end.
3972         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
3973         <70 are 2000+.
3974         (timezone-parse-time): Simplify somewhat.
3976 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
3978         * faces.el (margin): Renamed from bitmap-area.
3980 1999-08-24  Alex Schroeder  <alex@gnu.org>
3982         * sql.el: Doc changes.
3983         (sql-sybase): Use sql-server instead of sql-database.
3985 1999-08-23  Dave Love  <fx@gnu.org>
3987         * rect.el: Add/fix various doc strings.  Add `*' to all the
3988         interactive specs.
3990 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
3992         * jit-lock.el (jit-lock-function): Use line-beginning-position.
3993         Don't unwind-protect font-lock-fontify-region.
3995         * paragraphs.el (backward-kill-paragraph): Don't move
3996         point into mini-buffer prompt.
3997         (backward-kill-sentence): Ditto.
3999         * simple.el (next-history-element): Use minibuffer-prompt-end.
4000         Remove test for minibuffer-prompt-in-buffer.
4001         (kill-word): Don't move point into mini-buffer prompt.
4003 1999-08-21  Dave Love  <fx@gnu.org>
4005         * Makefile: Exclude CVS dirs like RCS.
4007 1999-08-19  Dave Love  <fx@gnu.org>
4009         * tooltip.el (tooltip-mode): Customize this, per convention.
4010         (tooltip-active): Option deleted.
4012         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
4014         * hanoi.el, page-ext.el: Declare dynamic vars.
4016         * term.el: Avoid ange-ftp related compilation warnings.
4018 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
4020         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
4021         the default so that beginners can benefit from it without
4022         searching in manuals.
4024 1999-08-18  Ray Blaak  <blaak@gnu.org>
4026         * progmodes/delphi.el: Consider assembly sections as blocks, to
4027         indent them better. Make auto-indent on newline optional.
4029 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
4031         * bindings.el (mode-line-modified): Look up key binding for C-x
4032         C-q.  If it's bound call that binding, otherwise call
4033         toggle-read-only.
4035 1999-08-17  Dave Love  <fx@gnu.org>
4037         * info.el (info): Doc fix.
4039         * finder.el (finder-known-keywords): Add `multimedia'.
4041         * apropos.el: Don't capitalize custom group name.
4043         * info-look.el: Remove compatibility code.
4044         (info-lookup-guess-default*): DTRT for point at start of symbol.
4045         (info-complete): Don't lose with point not at end of symbol.
4047 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
4049         * term.el (toplevel): Make face `term-default' an empty face.
4050         The code relied on the fact that Emacs ignored invalid faces in
4051         face text properties in 20.4.
4053 1999-08-16  Richard M. Stallman  <rms@gnu.org>
4055         * subr.el (point-at-eol, point-at-bol): New aliases.
4057         * simple.el: Functions reordered.
4059         * rect.el (delete-rectangle-line): Use line-end-position.
4061 1999-08-16  Karl Heuer  <kwzh@gnu.org>
4063         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
4064         here from simple.el.
4066 1999-08-16  Dave Love  <fx@gnu.org>
4068         * mouse.el: Provide `mldrag' for compatibility.
4069         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
4070         marked obsolete.
4072         * mldrag.el: Removed since the features are in mouse.el.
4074         * jka-compr.el (auto-compression-mode): New variable for
4075         customization.
4077         * bindings.el (mode-line-mule-info): Doc fix.
4079         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
4080         name comparisons.
4082         * files.el (interpreter-mode-alist): Add make, guile, clisp.
4083         (find-file): Doc fix.
4085 1999-08-16  Carsten Dominik  <cd@gnu.org>
4087         * textmodes/reftex.el: Most of the code moved to other files.
4088         * textmodes/reftex-auc.el: New file, split out from reftex.el
4089         * textmodes/reftex-cite.el: New file, split out from reftex.el
4090         * textmodes/reftex-global.el: New file, split out from reftex.el
4091         * textmodes/reftex-index.el: New file, split out from reftex.el
4092         * textmodes/reftex-parse.el: New file, split out from reftex.el
4093         * textmodes/reftex-ref.el: New file, split out from reftex.el
4094         * textmodes/reftex-sel.el: New file, split out from reftex.el
4095         * textmodes/reftex-toc.el: New file, split out from reftex.el
4096         * textmodes/reftex-vars.el: New file, split out from reftex.el
4097         * textmodes/reftex-vcr.el: New file, split out from reftex.el
4099 1999-08-16  Carsten Dominik  <cd@gnu.org>
4101         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
4102         conflict with pop-up-frames.
4103         (reftex-special-environment-parsers): New constant.
4104         (reftex-label-alist): car of an entry can also be a function.
4105         (reftex-what-special-env): Cew function.
4106         (reftex-label-location): Call `reftex-what-special-env'.
4107         (reftex-compile-variables): Check for symbol in
4108         `reftex-label-alist'.
4109         (reftex-what-environment): Fixed bug with stacked environments of
4110         same kind (e.g. enumerate).
4111         (reftex-process-string): Preserve default directory.
4112         (reftex-label-alist-builtin): Changed prefixes of endnote and
4113         footnote.  Also the magic words.
4114         (reftex-reference): Interprete new option
4115         `reftex-fref-is-default'.
4116         (reftex-replace-prefix-escapes): Interprete new `%S' format.
4117         (reftex-toc-mouse-view-line): Command removed (had no binding).
4118         (reftex-everything-regexp): New function.
4119         (reftex-nearest-match): Made better.
4120         (reftex-toc-find-section): Use new version of
4121         `reftex-nearest-match'.
4122         (reftex-insert-docstruct): Adapted to work with the index stuff.
4123         (reftex-parse-from-file): Find index entries as well.
4124         (reftex-toc-toggle-index): New function
4125         (reftex-toc-map): `i' is now used to togle the index, File
4126         boundaries has been moved to `F'.
4127         (reftex-select-label-map): Toggling display of file boundaries is
4128         now on the `F' key, for consistency with `reftex-toc-map'.
4129         (reftex-erase-all-selection-and-index-buffers): Renamed from
4130         `reftex-erase-all-selection-buffer'.  Now also kills the index
4131         buffers.
4132         (reftex-viewing-cross-references): Customization group renamed
4133         from reftex-viewing-cross-references-and-citations.
4134         (reftex-index-macro-regexp,
4135         reftex-find-index-entry-regexp-format): New variables
4136         (reftex-macros-with-index): New variable
4137         (reftex-add-index-macros): New function
4138         (reftex-renumber-simple-labels, reftex-translate): Allow for
4139         multiple labels in a single ref command.
4140         (reftex-index-support): New customization group
4141         (reftex-support-index, reftex-index-special-chars,
4142         reftex-index-macros, reftex-index-default-macro,
4143         reftex-index-default-tag, reftex-index-math-format,
4144         reftex-index-section-letters, reftex-index-include-context,
4145         reftex-index-follow-mode, reftex-index-header-face,
4146         reftex-index-section-face, reftex-index-tag-face,
4147         reftex-index-face): New options
4148         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
4149         reftex-index-tag, reftex-index-return-marker,
4150         reftex-index-restriction-indicator, reftex-index-restriction-data,
4151         reftex-index-macro-regexp, reftex-index-level-re,
4152         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
4153         reftex-everything-regexp-no-index, reftex-index-re,
4154         reftex-macros-with-index, reftex-index-macro-alist): New variables
4155         (reftex-index-help, reftex-index-macros-builtin,
4156         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
4157         reftex-query-index-macro-help): New constants
4158         (reftex-index-selection-or-word, reftex-index,
4159         reftex-default-index, reftex-update-default-index,
4160         reftex-index-complete-tag, reftex-index-select-tag,
4161         reftex-index-complete-key, reftex-index-update-taglist,
4162         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
4163         reftex-display-index, reftex-insert-index,
4164         reftex-index-insert-new-letter, reftex-get-restriction,
4165         reftex-index-pre-command-hook, reftex-index-post-command-hook,
4166         reftex-index-show-help, reftex-index-next, reftex-index-previous,
4167         reftex-index-toggle-follow, reftex-index-toggle-context,
4168         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
4169         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
4170         reftex-index-quit, reftex-index-quit-and-kill,
4171         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
4172         reftex-index-revert, reftex-index-switch-index-tag,
4173         reftex-index-restrict-to-section, reftex-index-widen,
4174         reftex-index-restriction-forward,
4175         reftex-index-restriction-backward, reftex-index-visit-location,
4176         reftex-index-analyze-entry, reftex-index-globalize,
4177         reftex-index-edit, reftex-index-toggle-range-beginning,
4178         reftex-index-toggle-range-end, reftex-index-edit-key,
4179         reftex-index-edit-attribute, reftex-index-edit-visual,
4180         reftex-index-edit-part, reftex-index-level-down,
4181         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
4182         reftex-index-change-entry, reftex-index-goto-letter,
4183         reftex-add-index-macros, reftex-ensure-index-support,
4184         reftex-index-info-safe, reftex-index-info): New functions.
4187 1999-08-15  Richard M. Stallman  <rms@gnu.org>
4189         * paren.el (show-paren-mode): Support making show-paren-mode
4190         a buffer-local variable.  Don't check for a window system.
4191         (show-paren-function): Check whether show-paren-function is
4192         enabled in current buffer; do the right thing if not.
4193         Don't check for a window system.
4194         (show-paren-mode): Make it a user variable.
4196         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
4197         Handle `enum' like `struct'.
4199         * server.el (server-process-filter): If a client visits no buffers,
4200         close it immediately before recording it.
4202         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
4203         Optimize by calling concat just once.  Handle =\n sequence.
4204         (mail-unquote-printable-region): New command.
4205         (mail-quote-printable): Make it autoload.
4207 1999-08-15  Karl Heuer  <kwzh@gnu.org>
4209         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
4211 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
4213         * lisp/texinfmt.el: Handle @ifnottex.
4215 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
4217         * frame.el (blink-cursor): Don't turn on cursor blinking for
4218         ms-dos.
4220         * faces.el (face-valid-attribute-values): Look in
4221         x-bitmap-file-path only for x and w32 window systems.
4223         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
4224         Do that if width is nil as well.
4225         (x-display-mm-height, x-display-mm-width): Update values.
4226         (x-colors): Compute the list from msdos-color-values.
4227         (x-select-enable-clipboard): Doc fix.
4228         (x-frob-font-weight, x-font-family-list): New functions.
4230 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
4232         * window.el (shrink-window-if-larger-than-buffer): Don't try to
4233         back up from beginning of buffer.
4235 1999-08-13  Karl Heuer  <kwzh@gnu.org>
4237         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
4239 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
4241         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
4242         doomsday clock, speed control is added and changes are made to
4243         allow large numbers of rings: rings now show the whole ring
4244         number, not just the last digit; consecutive rings are allowed to
4245         be the same size when necessary to fit all the rings in the
4246         window; and poles can be oriented horizontally.  Face support is
4247         thrown in gratuitously.
4248         (hanoi): Changed default number of rings back to 3.
4249         (hanoi-unix, hanoi-unix-64): New commands
4250         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
4251         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
4252         hanoi-odd-ring-face): New variables.
4253         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
4254         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
4255         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
4256         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
4257         (hanoi-topos, hanoi-draw-ring): Removed.
4259 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
4261         * faces.el (face-valid-attribute-values): Return an alist for
4262         families on ttys.
4263         (face-read-integer): Handle unspecified face attributes.  Add
4264         completion for `unspecified'.
4265         (read-face-attribute): Handle unspecified font attributes.
4266         (face-valid-attribute-values): Add `unspecified' to lists so that
4267         it can be chosen via completion.
4268         (face-read-string): Don't recognize "none" as input.
4270 1999-08-10  Dave Love  <fx@gnu.org>
4272         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
4273         string.
4275         * sun-curs.el: Require sun-fns.
4277 1999-08-10  Dave Love  <fx@gnu.org>
4279         * autorevert.el (auto-revert-mode): Add autoload cookie.
4281         * hscroll.el, auto-show.el: Files deleted -- we have built-in
4282         hscroll.
4284         * simple.el (hscroll-step, hscroll-point-visible)
4285         (hscroll-window-column): Remove now we have the mentioned real
4286         horizontal autoscrolling.
4288 1999-08-10  Richard M. Stallman  <rms@gnu.org>
4290         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
4291         control use of -f option.
4292         (mail-specify-envelope-from): New variable.
4293         (mail-from-style): Doc fix.
4295         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
4296         (easy-menu-get-map): New arg TO-MODIFY helps choose
4297         between local and global maps.
4298         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
4299         (easy-menu-change): Doc fix.
4301         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
4302         (info-lookup-guess-default): Simplified and cleaned up.
4303         (info-lookup-guess-default*): Preserve point.
4305         * view.el (view-mode-disable): If buffer-read-only is nil,
4306         don't change it.
4308         * files.el (after-find-file): Disable View mode if buffer is no
4309         longer read-only.
4311         * view.el (view-mode-enable, view-mode-disable):
4312         Call force-mode-line-update.
4314 1999-08-10  Karl Heuer  <kwzh@gnu.org>
4316         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
4317         * array.el, play/landmark.el, international/latin-3.el: Likewise.
4318         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
4320 1999-08-10  Alex Schroeder  <asc@bsiag.com>
4322         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
4323         to prevent m-eating-bug.
4325 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
4327         * term/pc-win.el (msdos-bg-mode): Remove.  Call
4328         frame-set-background-mode instead.  All callers changed.
4329         (msdos-face-setup): Don't force color display parameter, it is set
4330         by frame-set-background-mode.
4331         (make-msdos-frame): Call x-handle-reverse-video and
4332         face-set-after-frame-default.  Delete frame if creation failed.
4334         * faces.el (face-set-after-frame-default): Don't call
4335         make-face-x-resource-internal for the pc window-system.
4337 1999-08-10  Dave Love  <fx@melange.gnu.org>
4339         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
4340         case with no docstring specially.
4342 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
4344         * complete.el (PC-do-completion): If completing on file name,
4345         reproduce str by concatenating its directory and basename parts.
4347 1999-08-07  Dave Love  <fx@gnu.org>
4349         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
4350         unibyte to multibyte conversion of search-forward (from Handa),
4351         but avoid the replacement if the language is Latin-N.
4353 1999-08-06  Richard Stallman  <rms@gnu.org>
4355         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
4356         of eval-buffer.
4358         * international/mule.el (load-with-code-conversion):
4359         Pass t to eval-buffer for DO-ALLOW-PRINT.
4361 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
4363         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
4364         of filenames and attributes.
4365         (ls-lisp-insert-directory): Use directory-files-and-attributes
4366         for speed.
4368 1999-08-05  Dave Love  <fx@gnu.org>
4370         * auto-show.el (auto-show-mode): Fix :set.
4372         * widget.el (define-widget-keywords): Make dummy definition and
4373         comment-out its use.
4375 1999-08-04  Richard Stallman  <rms@gnu.org>
4377         * progmodes/tcl.el: Customized.
4379         * sql.el (sql-accumulate-and-indent): Instead of testing
4380         whether this is Emacs 20 before calling comint-accumulate,
4381         test whether comint-accumulate is defined.
4383 1999-08-04  Dave Love  <fx@gnu.org>
4385         * sgml-mode.el: Require outline when compiling.
4386         (sgml-mode-hook, html-mode-hook): Customize.
4387         (sgml-validate-command): Fix :version.
4388         (html-autoview-mode): Doc fix.
4390         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
4391         nothing in Latin-N environment.
4393         * info.el (Info-find-node): Call info-initialize here.
4394         (info): Not here.
4395         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
4397 1999-08-04  Richard Stallman  <rms@gnu.org>
4399         * ansi-color.el: New file.
4401 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
4403         * dired.el (dired-string-replace-match): Return `nil' when no match
4404         found with global search.
4406         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
4407         * terminal.el (te-terminfo-directory):
4408         * mail/mailpost.el (post-mail-send-it):
4409         * mail/metamail.el (metamail-region):
4410         * progmodes/ada-mode.el (ada-tmp-directory):
4411         Use temporary-file-directory.
4413         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
4414         (compilation-filter, compilation-forget-errors)
4415         (compilation-parse-errors): Use a marker instead of an integer for
4416         `compilation-parsing-end'.
4418         * progmodes/diff.el (diff-parse-differences):
4419         Use a marker instead of an integer for `compilation-parsing-end'.
4420         * textmodes/tex-mode.el (tex-compilation-parse-errors):
4421         Use a marker instead of an integer for `compilation-parsing-end'.
4423 1999-08-03  Richard Stallman  <rms@gnu.org>
4425         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
4426         (Buffer-menu-mode): Doc fix.
4427         (Buffer-menu-view): New command.
4428         (Buffer-menu-view-other-window): New command.
4430 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
4432         * replace.el (query-replace-regexp-eval)
4433         (replace-eval-replacement, replace-loop-through-replacements)
4434         (replace-match-string-symbols): New functions.
4435         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
4436         Use replace-loop-through-replacements.
4438 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
4440         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
4441         (5x5): Doc fix.
4443 1999-08-03  Dave Love  <fx@gnu.org>
4445         * fortran.el (fortran-indent-new-line): Make it an alias
4446         for reindent-then-newline-and-indent.
4448 1999-08-03  Didier Verna  <verna@inf.enst.fr>
4450         * rect.el: All functions rewritten, except when noted above
4451         their declaration.  Below is a list of interface changes.
4452         (apply-on-rectangle): New function, mostly replaces
4453         `operate-on-rectangle'.  All callers changed.
4454         (move-to-column-force): Pass new second argument to `move-to-column'.
4455         (kill-rectangle): Added optional prefix arg to fill lines.
4456         (delete-rectangle): Ditto.
4457         (delete-whitespace-rectangle): Ditto.
4458         (delete-extract-rectangle): Ditto.
4459         (open-rectangle): Ditto.
4460         (clear-rectangle): Ditto.
4461         (delete-whitespace-rectangle-line): New function.
4462         (delete-rectangle-line): Added third arg FILL.
4463         (delete-extract-rectangle-line): Ditto.
4464         (open-rectangle-line): Ditto.
4465         (clear-rectangle-line): Ditto.
4467 1999-08-03  Ray Blaak  <blaak@gnu.org>
4469         * progmodes/delphi.el: New file.
4471 1999-08-02  Richard Stallman  <rms@gnu.org>
4473         * textmodes/outline.el (outline-previous-heading): New function.
4474         (outline-up-heading-all): Use outline-previous-heading.
4475         (outline-next-heading): Delete definition inserted yesterday.
4477 1999-08-01  Richard Stallman  <rms@gnu.org>
4479         * textmodes/outline.el (outline-next-heading): New function.
4480         (outline-up-heading-all): New function.
4481         (outline-font-lock-level): Using outline-up-heading-all.
4482         Tell outline-back-to-heading to accept invisible headings.
4484         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
4486         * mail/mh-utils.el (mh-find-path-run): New variable.
4487         (mh-find-path): Test and set that.
4488         Set mail-user-agent only the first time this function is run.
4489         (mail-user-agent): Defvar deleted.
4491         * info.el (info-initialize): New function.
4492         (info): Call info-initialize.
4493         (Info-directory-list): Initialize to nil,
4494         so info-initialize will set it up for real.
4496 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4498         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
4499         does not interpret a time as the year in a day-month entry.
4501         * calendar/diary-lib.el: Change syntax table entry for colon in
4502         the diary as part of the european-date-diary-pattern fix.
4504 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
4506         * international/mule.el (set-auto-coding): Allow whitespace before
4507         and after the "variable: value" pair.
4509 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
4511         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
4512         (default-sendmail-coding-system): Doc-string fixed.
4514 1999-07-30  Dave Love  <fx@gnu.org>
4516         * subr.el (assoc-delete-all): New function, renamed from
4517         frame-delete-all.
4519         * frame.el: Change comments to doc strings and other doc fixes.
4520         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
4521         Callers changed.
4522         (set-background-color, set-foreground-color, set-cursor-color)
4523         (set-mouse-color, set-border-color): Offer completion of colours.
4524         (cursor): Add :version to defgroup.
4526         * facemenu.el (list-colors-display): Make it work on ttys.
4527         (facemenu-read-color): Likewise.
4529 1999-07-30  Richard M. Stallman  <rms@gnu.org>
4531         * frame.el (frame-notice-user-settings): If background
4532         color has been changed, update background-mode from it,
4533         then update faces.
4535 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
4537         * net-utils.el (finger): Don't do indirect fingering.
4539 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4541         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
4542         rules.  Add separator at end of holidays.
4543         (cal-tex-rules): New customizable variable.
4544         (cal-tex-latexify-list): Add optional parameter to put separator
4545         at end.
4547 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
4549         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
4550         fill prefix on each line while looping to the end of paragraph.
4551         End paragraph if it's longer than the existing fill prefix.
4553         * textmodes/fill.el (fill-context-prefix): Doc fix.
4555 1999-07-30  Dave Love  <fx@gnu.org>
4557         * font-lock.el (jit-lock): Fix :load, add :version.
4559 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
4561         * term/pc-win.el (msdos-face-setup): Register standard colors in
4562         Vface_tty_color_alist.
4563         (face-color-supported-p, face_color_gray_p): New functions.
4565         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
4566         is bound.
4568         * startup.el (command-line): Don't register default colors for
4569         MSDOS window-system.
4571 1999-07-29  Dave Love  <fx@gnu.org>
4573         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
4574         charquote.
4576         * lisp-mode.el (eval-defun): Re-written to avoid
4577         capturing variables.
4579         * picture.el (picture-beginning-of-line): Don't call
4580         hscroll-point-visible now we have real autoscrolling.
4581         (picture-end-of-line, picture-newline, picture-open-line):
4582         Likewise.
4584         * international/latin-8.el: New file.
4585         * international/latin-9.el: New file.
4587 1999-07-28  Dave Love  <fx@gnu.org>
4589         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
4591         * msb.el: Require cl only when compiling.
4592         (msb--home-dir): Deleted.
4593         (msb--format-title): Use abbreviate-file-name.
4594         (msb--choose-file-menu): Simplify string comparison.
4596 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
4598         * faces.el (toolbar): Add face definition for mono displays.
4600 1999-07-27  Richard M. Stallman  <rms@gnu.org>
4602         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
4604         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
4605         force copying of default-frame-alist.
4607 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
4609         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
4611 1999-07-26  Richard M. Stallman  <rms@gnu.org>
4613         * frame.el (set-mouse-color): If new color is nil,
4614         really respecify the current color.
4616 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
4618         * faces.el (bitmap-area): Change background of face `bitmap-area'
4619         to white for mono displays.
4621 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
4623         * international/ccl.el (ccl-embed-symbol): New function.
4624         (ccl-program-p): Deleted.  Now it's implemented in C code.
4625         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
4626         (ccl-compile-translate-character): Likewise.
4627         (ccl-compile-map-single): Likewise.
4628         (ccl-compile-multiple-map-function): Likewise.
4629         (declare-ccl-program): Doc-string modified.
4630         (check-ccl-program): Check compiled CCL code by ccl-program-p.
4632 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
4634         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
4636 1999-07-25  Markus Rost  <rost@gnu.org>
4638         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
4639         the entries to make custom-file more readable.
4641 1999-07-25  Richard M. Stallman  <rms@gnu.org>
4643         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
4645         * emacs-lisp/edebug.el: Delete compatibility code.
4646         (edebug-next-token-class): If . is followed by a digit,
4647         return `symbol' for the token class.
4649         * startup.el (command-line): If we don't find the user's init file,
4650         set user-init-file to nil.
4652 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4654         * info-look.el (info-lookup-interactive-arguments): Add optional
4655         argument query for new choice of help mode.
4656         (info-lookup-symbol):  Use it.
4657         (info-lookup-file): Ditto.
4658         (info-lookup): Don't switch to other window, if already in Info
4659         buffer.
4661 1999-07-23  Dave Love  <fx@gnu.org>
4663         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
4664         syntax.
4665         (fortran-fontify-string, fortran-match-!-comment): Deleted.
4666         (fortran-font-lock-syntactic-keywords): New variable.
4667         (fortran-mode): Use it.
4668         (fortran-font-lock-keywords-1): Don't do comments.
4669         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
4670         match data.
4672         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
4674         * msb.el (msb-menu-bar-update-buffers): Renamed from
4675         menu-bar-update-buffers.
4676         (msb-custom-set, msb--toggle-menu-type): Call
4677         msb-menu-bar-update-buffers.
4678         (msb-mode): Revise the hook setting.
4680         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
4682 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
4684         * font-lock.el, help.el, simple.el: Re-integrate previously
4685         described changes that were lost due to errors while checking them
4686         in.
4688 1999-07-23  Kevin Blake  <kblake@ticnet.com>
4690         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
4692 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
4694         * international/encoded-kb.el
4695         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
4696         but push it to unread-command-events.
4697         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
4698         (encoded-kbd-self-insert-sjis): Likewise.
4699         (encoded-kbd-self-insert-big5): Likewise.
4701         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
4702         before left margin and fill-prefix by fill-find-break-point.
4704 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4706         * info-look.el (info-lookup-setup-mode): Don't give up, if
4707         info-lookup-make-completions returns an error.
4708         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
4709         name latex, not latex2e.
4711 1999-07-21  Richard M. Stallman  <rms@gnu.org>
4713         * replace.el (perform-replace): Turn off case-fold-search
4714         if FROM-STRING argument has uppercase in it.
4716 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4718         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
4719         mode is on.  Don't use end of changed text.
4721 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4723         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
4724         (cl-hash-table-p): Renamed from hash-table-p.
4725         (cl-hash-table-count): Renamed from hash-table-count.
4726         (maphash): Alias to cl-maphash removed.
4727         (gethash): Likewise.
4728         (puthash): Likewise.
4729         (remhash): Likewise.
4730         (clrhash): Likewise.
4732 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4734         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
4735         third arg non-nil.  See comment there why this isn't a good idea.
4737 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4739         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
4741         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
4742         sit-for with 3rd arg non-nil to prevent redisplay.
4744 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4746         * image.el (image-type-from-file-header): If file doesn't
4747         have a directory part, add data-directory.
4749 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4751         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
4752         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
4753         motion handling when tooltip-gud-tips-p is nil.
4755 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4757         * tooltip.el (tooltip-mode): Don't use `plusp'.
4758         (tooltip-active): Use initial value of nil.
4760         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
4762 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4764         * bindings.el (make-mode-line-mouse-sensitive): Add key
4765         definitions for `top-line'.
4767 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4769         * faces.el (top-line): New face.
4771 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4773         * image.el (image-type-regexps): Add regexp for PS files.
4775 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4777         * faces.el (set-face-attribute): Fix wrong handling of frame
4778         begin equal to t.
4780 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4782         * image.el (image-type-regexps): Add PNG format.
4784 1999-07-21  Dave Love  <fx@gnu.org>
4786         * bindings.el (mode-line-modified): New variable.
4787         (mode-line-mode-menu-1): Switch to appropriate window before
4788         showing menu.
4790 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4792         * faces.el (face-underline): Removed.
4793         (face-underline-color): Ditto.
4795 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4797         * faces.el (face-x-resources): Fix typo.
4799 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4801         * faces.el: Remove handling of `:relief', extend handling of
4802         `:box'.
4803         (frame-set-background-mode): Choose new defface specs after
4804         frame parameters have changed.
4806         * cus-face.el: Ditto.
4808 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4810         * custom.el (defface): Extend documentation to include new
4811         face attributes.
4813         * cus-face.el (custom-face-attributes): Add overline,
4814         strike-through, box.
4816         * faces.el (face-valid-attribute-values): Handle overline,
4817         strike-through, box.
4818         (face-attribute-name-alist): Add pairs for new face attributes.
4819         (describe-face): Handle new face attributes.
4821 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4823         * faces.el (face-x-resources): Add overline, strike-through, box.
4825 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4827         * enriched.el (enriched-translations): Add `display' and
4828         "x-display".
4829         (enriched-handle-display-prop): New.
4830         (enriched-decode-display-prop): New.
4832         * format.el (top-level): Give `display' property
4833         `format-list-atomic-p.
4834         (format-annotate-single-property-change): Test that property.
4835         If present, treat list property values like atoms.
4837 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4839         * cus-face.el (custom-face-attributes): Use `choice' everywhere
4840         so that "*" can be entered.
4842 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4844         * cus-face.el (custom-face-attributes): Don't use `#''.
4846 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
4848         * cus-face.el (custom-face-attributes): Return underline
4849         face attribute directly from the second lambda of underline.
4851 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4853         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
4855         * frame.el (after-setting-font-hooks): New variable.
4856         (set-frame-font): Run those hooks.
4858         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
4860         * faces.el (set-face-attribute): Fix doc string.
4862 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4864         * cus-face.el (custom-face-attributes): Accept color name.
4866         * faces.el (face-underline-p): Accept unspecified underlining.
4867         (face-underline): Ditto.  Fix doc string.
4869 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
4871         * faces.el (face-underline-color): New function.
4873 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
4875         * cus-face.el (custom-face-attributes): Support underline coloring.
4876         Added slot to choose a color.
4878         * faces.el (face-underline): New function.
4879         (face-underline-p): Support underline coloring.
4880         Return nil only if the underline attribute is 'normal.
4881         (set-face-underline): New function.
4882         (face-valid-attribute-values): Support underline coloring.
4884 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4886         * image.el (insert-image): Use `display' instead of `glyph'
4887         as text property name.
4888         (put-image): Ditto.
4889         (image-type-from-file-header): Use insert-file-contents-literally.
4891 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4893         * easymenu.el (easy-menu-do-add-item): Don't use the empty
4894         string to indicate separators.
4896 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4898         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
4899         instead of message-log.
4901 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4903         * faces.el (bitmap-area): New face.
4905 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4907         * image.el (insert-image): New.
4909 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4911         * frame.el (blink-cursor): Set the symbol's value.
4912         (show-trailing-whitespace): Change group to font-lock.
4914 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4916         * jit-lock.el: New.
4917         * font-lock.el: Add jit-mode as new support mode.
4919         * font-lock.el (font-lock-fontify-keywords-region): Stop when
4920         reaching end instead of letting re-search-forward signal an error.
4921         (demand-lock-mode): New.
4922         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
4923         (font-lock-turn-off-thing-lock): Ditto.
4924         (font-lock-after-fontify-buffer): Ditto.
4925         (font-lock-after-unfontify-buffer): Ditto.
4927 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4929         * gs.el: New file.
4931         * startup.el (command-line-1): Activate tooltip mode if
4932         interactive.
4934 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4936         * faces.el (toolbar): Grey default background.
4937         (modeline): Ditto.
4939         * image.el (image-type-regexps): New.
4940         (image-type-from-file-header): New.
4941         (create-image): Call it.
4943 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4945         * image.el: New file.
4947 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4949         * bindings.el (mode-line-format): Replace `mode-name' with
4950         `(:eval mode-line-mode-name)'.
4951         (mode-line-mode-name): New.
4952         (make-mode-line-mouse-sensitive): Don't change default value
4953         of `mode-name'.
4955 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4957         * tooltip.el: New file.
4959 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4961         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
4962         instead of mouse-3 to pop up menus.
4963         (mode-line-kill-buffer): Removed.
4964         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
4965         buffer name.
4966         (mode-line-buffer-menu-1): Removed.
4968         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
4970         * bindings.el (mode-line-buffer-identification-keymap): New.
4971         (mode-line-buffer-menu-keymap): New.
4972         (mode-line-mode-menu-keymap): New.
4973         (mode-line-unbury-buffer): New.
4974         (mode-line-other-buffer): New.
4975         (mode-line-kill-buffer): New.
4976         (mode-line-buffer-menu-1): New.
4977         (mode-line-mode-menu-1): New.
4978         (make-mode-line-mouse-sensitive): New.
4980 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4982         * help.el (describe-key-briefly): Handle mode line strings
4983         with local-map properties.
4984         (describe-key): Ditto.
4985         (mode-line-key-binding): New.
4987 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4989         * scroll-bar.el (scroll-bar-timer): New.
4990         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
4992 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4994         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
4995         and `bottom'.
4997 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
4999         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
5000         (global): Use different key bindings if using tookit scroll bars.
5002 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5004         * faces.el (modeline): Define mode line face with relief for
5005         class color, only.
5006         (toolbar): New face.
5008 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5010         * frame.el (frame-initialize): Set frame-creation-function to
5011         tty-create-frame-with-faces.
5013         * faces.el (frame-set-background-mode): Make it work for
5014         window-system nil.
5016         * faces.el (tty-create-frame-with-faces): New.
5017         (face-set-after-frame-default): Make it work for TTY frames.
5019 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5021         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
5022         Return a list of one font family for TTYs.  Don't return bitmap
5023         file paths for TTY frames.
5025         * faces.el: Add face specs for tty displays to basic faces.
5027         * font-lock.el (font-lock-comment-face): Add spec for color tty.
5028         (font-lock-string-face): Ditto.
5029         (font-lock-keyword-face): Ditto.
5030         (font-lock-builtin-face): Ditto.
5031         (font-lock-function-name-face): Ditto.
5032         (font-lock-variable-name-face): Ditto.
5033         (font-lock-type-face): Ditto.
5034         (font-lock-constant-face): Ditto.
5035         (font-lock-warning-face): Ditto.
5037 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5039         * startup.el (command-line): Register default tty colors.
5041         * faces.el (face-spec-set-match-display): Recognize `type tty'.
5043 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5045         * faces.el (modeline): For X frames, use a modeline with relief.
5047 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5049         * faces.el (frame-update-faces): Copied from 20.2.
5050         (frame-update-face-colors): Ditto.  Code removed that isn't
5051         applicable in the new face implementation.
5053 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5055         * frame.el (show-trailing-whitespace): New.
5057         * faces.el (trailing-whitespace): New basic face.
5059 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5061         * cus-face.el (custom-facep): Always define as alias for facep.
5063         * cus-face.el (custom-face-attributes): Use choice widgets.
5064         Remove :bold and :italic.
5066 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5068         * faces.el (face-charset-registries): Removed since fontset.el
5069         is no always loaded.
5071 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5073         * faces.el (internal-get-face): Added as obsolete function for
5074         compatibility.
5076 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5078         * frame.el (blink-cursor-end): Call show-cursor.
5079         (blink-cursor-mode): Ditto.
5081 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5083         * faces.el (face-spec-reset-face): Reset all attributes to
5084         `unspecified'.
5085         (face-spec-set): Use it.
5087 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5089         * faces.el (read-all-face-attributes): Bug fix.
5090         (face-read-integer): Allow nil default value.
5091         (face-valid-attribute-values): Use symbol names of attribute
5092         values for completion list.
5094 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5096         * faces.el (internal-find-face): Define for compatibility with
5097         20.2.
5098         (face-id): Likewise.
5100         * faces.el (face-id): Return the ID of a realized face for ASCII.
5102         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
5103         (x-complement-fontset-spec): Use face-charset-registries.
5105         * faces.el (face-font-selection-order): Set font selection order
5106         from Lisp.
5107         (face-alternative-font-family-alist): Set alternative font
5108         families from Lisp.
5110 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5112         * faces.el (set-face-charset-registries): Set symbol value.
5114 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5116         * faces.el (face-set-after-frame-default): Call function
5117         internal-merge-in-global-face.
5119 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5121         * faces.el (face-list): Return symbols from face-global-alist.
5123         * faces.el (face-list): Return a copy of the face name list so
5124         that it cannot be modified from outside (facemenu.el uses
5125         nreverse, for example).
5127         * cus-face.el (custom-face-attributes): Add :bold and :italic
5128         for compatibility with old code.
5130         * faces.el (set-face-attributes-from-resources): Additional
5131         frame parameter.
5132         (make-face-x-resource-internal): Set attributes from resources
5133         for a given frame or all frames.
5135 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5137         * faces.el (all-faces): Removed.
5139         * custom.el (defface): Add new face attributes to function
5140         comment.
5142         * font-lock.el (font-lock-comment-face): Use new face attribute
5143         names.
5144         (font-lock-string-face): Ditto.
5145         (font-lock-keyword-face): Ditto.
5146         (font-lock-builtin-face): Ditto.
5147         (font-lock-function-name-face): Ditto.
5148         (font-lock-variable-name-face): Ditto.
5149         (font-lock-type-face): Ditto.
5150         (font-lock-reference-face): Ditto.
5151         (font-lock-warning-face): Ditto.
5152         ((boundp 'font-lock-face-attributes)): Ditto.
5154         * cus-face.el (custom-face-attributes): Use new face attributes.
5156         * faces.el (set-face-attribute-from-resource): Initialize
5157         from resources only for X and W32.
5159         * cus-face.el (custom-declare-face): Don't make frame-local
5160         faces.
5162         * faces.el (describe-face): Use princ instead of insert.
5164         * faces.el: Add XLFD manipulation functions from 20.2 again
5165         because fontset.el uses them.
5166         (face-set-after-frame-default): Add empty definition.
5168 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5170         * faces.el (make-face): Correct typo.
5171         (set-face-attribute-from-resource): Use let*.
5172         (face-underline-p): Correct typo.
5173         (face-inverse-video-p): Ditto.
5174         (set-face-stipple): Ditto.
5175         (face-read-string): Make completion-list optional parameter.
5177 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5179         * faces.el (face-charset-registries): Alist mapping charset
5180         symbols to registries and encoding.
5182 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5184         * frame.el (blink-cursor-mode): Use interactive spec "P".
5186 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5188         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
5189         mode.  The cursor of selected_window blinks if the mode is enabled.
5191 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5193         * simple.el (next-history-element): Set point to the end of the
5194         prompt if minibuffer-prompt-in-buffer.
5196 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5198         * faces.el (x-font-regexp): Add sub-expression parentheses for
5199         several font name components.
5201 1999-07-21  Gerd Moellmann  <gerd@acm.org>
5203         * faces.el (set-face-relief): Use index 12 for relief.
5204         (face-fill-in): Set relief from data.
5205         (internal-make-face): Init relief to zero.
5207         * faces.el (face-spec-set): Call modify-face with additional
5208         parameters for relief and fixed-p.
5210 1999-07-21  Gerd Moellmann  <gerd@acm.org>
5212         * cus-face.el: ':fixed and ':relief added.
5214         * faces.el (describe-face): Add fixed font attribute and relief.
5215         (face-attr-match-p): Ditto.
5216         (face-attr-construct): Ditto.
5217         (face-spec-set): Ditto.
5219 1999-07-21  Gerd Moellmann  <gerd@acm.org>
5221         * faces.el (internal-make-face): Function to create a Lisp vector
5222         suitable for representing a face.
5223         (make-face): Use it instead of make-vector.
5224         (x-create-frame-with-faces): Use it instead of vector.
5225         (internal-facep): Increase vector size to 14.
5226         (internal-make-face): Ditto.
5227         (face-relief): Access relief thickness.
5228         (face-fixed-p): Access fixed font attribute.
5229         (set-face-fixed-p): Set fixed font attribute.
5230         (set-face-relief): Set relief attribute.
5231         (internal-face-interactive-int): Read int attribute of face.
5232         (modify-face): Add fixed-p and relief parameters.
5233         (copy-face): Handle fixed-p and relief.
5234         (face-equal): Compare fixed-p and relief.
5235         (face-differs-from-default-p): Ditto.
5236         (face-nontrivial-p): Add fixed-p and relief.
5238 1999-07-21  Gerd Moellmann  <gerd@acm.org>
5240         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
5241         (internal-facep): Increase vector size.
5242         (make-face): Ditto.
5243         (face-shadow-thickness): Added.
5244         (set-face-shadow-thickness): Added.
5245         (modify-face): Add optional shadow-thickness parameter.
5246         (make-face-x-resource-internal): Add shadows.
5247         (copy-face): Ditto.
5248         (face-equal): Ditto.
5249         (face-differs-from-default-p): Ditto.
5250         (face-nontrivial-p): Ditto.
5251         (face-attr-match-p): Ditto.
5252         (face-attr-construct): Ditto.
5253         (face-spec-set): Ditto.
5254         (face-fill-in): Ditto.
5256 1999-07-21  Gerd Moellmann  <gerd@acm.org>
5258         * bench.el (bench-mark-split-window): New bench mark.
5260 1999-07-21  Gerd Moellmann  <gerd@acm.org>
5262         * faces.el (set-face-font): Don't pass default font to
5263         x-resolve-font so that font will not have to be of the same
5264         size.
5266 1999-07-20  Dave Love  <fx@gnu.org>
5268         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
5269         unconditionally t.
5271 1999-07-20  Karl Heuer  <kwzh@gnu.org>
5273         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
5275 1999-07-20  Dave Love  <fx@gnu.org>
5277         * help.el (describe-variable): Fix test for customizability.
5279         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
5280         Check for readonly buffer in interactive spec.
5281         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
5282         (backward-kill-word): Add * to interactive spec.
5284         * underline.el (underline-region, ununderline-region): Add * to
5285         interactive spec.
5287         * fill.el (canonically-space-region, justify-current-line): Add *
5288         to interactive spec.
5289         (fill-region-as-paragraph, fill-paragraph, fill-region)
5290         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
5291         readonly buffer in interactive spec.
5293         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
5294         (backward-kill-sentence, kill-sentence): Add * to interactive
5295         spec.
5297 1999-07-19  Richard M. Stallman  <rms@gnu.org>
5299         * dired-aux.el (dired-do-shell-command): Doc fix.
5301         * shell.el (shell-unquote-argument): New function.
5302         (shell-directory-tracker): Use shell-unquote-argument.
5303         * comint.el (comint-arguments): Handle \ followed by space or tab.
5305 1999-07-19  John Wiegley  <jwiegley@borland.com>
5307         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
5308         color codes 39 and 49, which by the way lynx uses them seem to
5309         mean "foreground reset" and "background reset".
5311 1999-07-19  Karl Heuer  <kwzh@gnu.org>
5313         * font-lock.el (c++-keywords): Add "typeid".
5315         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
5316         selects no font, treat that as zero selections, not one.
5318 1999-07-19  Dave Love  <fx@gnu.org>
5320         * info.el (Info-search): Don't lose with empty regexp.
5322         * version.el: Cater for (free) `ident' program, not `which'.
5324         * hl-line.el: New file.
5326         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
5327         for modes which don't define menus.
5329 1999-07-16  Richard M. Stallman  <rms@gnu.org>
5331         * webjump.el (webjump-sample-sites): Update some URLs.
5333 1999-07-14  Richard Stallman  <rms@gnu.org>
5335         * Version 20.4 released.
5337 1999-07-14  Andreas Schwab  <schwab@gnu.org>
5339         * compare-w.el (compare-windows): Try to find the next window in
5340         the current frame before looking at the other frames.
5342 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
5344         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
5345         Use cyrillic-jcuken as default input method.
5347 1999-07-12  Richard Stallman  <rms@gnu.org>
5349         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
5350         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
5352         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
5353         (ispell-local-dictionary-alist): Add koi8-r for character set.
5355         * textmodes/flyspell.el (flyspell-get-word):
5356         Add special handling for when ispell-otherchars is empty.
5358 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
5360         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
5361         when having nested functons.
5362         (pascal-indent-nested-functions) (pascal-indent-line)
5363         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
5364         indenting nested functions.
5366 1999-07-09  Richard Stallman  <rms@gnu.org>
5368         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
5370 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
5372         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
5373         the `end' keyword was in the very beginning of the buffer.
5375 1999-07-08  Richard Stallman  <rms@gnu.org>
5377         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
5379         * term.el (term-emulate-terminal): Avoid infinite loop
5380         in strange case where minibuffer window is selected but not active.
5382 1999-07-07  Stephen Eglen  <stephen@gnu.org>
5384         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
5385         Change regexp so that it doesn't match commands beginning with `cd'.
5387 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
5389         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
5391 1999-07-06  Richard Stallman  <rms@gnu.org>
5393         * hscroll.el (hscroll-minibuffer-hook): New function.
5394         (hscroll-global-mode): Add and remove that hook.
5395         Set hscroll-old-truncate-was-global's default value.
5397 1999-07-05  Richard Stallman  <rms@gnu.org>
5399         * files.el (revert-buffer): Don't preserve point here.
5400         (revert-buffer-insert-file-contents-function): Doc fix.
5402         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
5404         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
5405         doing a `stat' when it isn't necessary because that can cause
5406         trouble when an NFS server is down.
5408 1999-07-04  Richard Stallman  <rms@gnu.org>
5410         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
5412 1999-07-03  Richard Stallman  <rms@gnu.org>
5414         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
5415         for \200...\240 also.
5416         (isearch-printing-char): Use unibyte-char-to-multibyte.
5418 1999-07-02  Richard Stallman  <rms@gnu.org>
5420         * frame.el (minibuffer-frame-alist): Use defcustom.
5421         (pop-up-frame-alist): Likewise.
5422         (initial-frame-alist): Specify * in the doc string.
5424         * hscroll.el (hscroll-mode): Make it a permanent local.
5425         (hscroll-mode): Don't cancel the timer
5426         if HScroll mode is enabled in some other buffer.
5428         * isearch.el (isearch-done): If search ends in middle of intangible
5429         text (due to text property), move on to the limit of that text.
5431 1999-07-01  Andrew Innes  <andrewi@gnu.org>
5433         * man.el (Man-build-man-command): Use value of null-device,
5434         instead of hard-coding "/dev/null".
5436         * dos-w32.el (untranslated-canonical-name): Avoid expanding
5437         ange-ftp file names, which might force ange-ftp to prompt for a
5438         password.
5440         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
5441         to prevent references to temp files.
5443 1999-06-30  Richard Stallman  <rms@gnu.org>
5445         * progmodes/sh-script.el (sh-feature): If nothing is known
5446         about the given shell, use the values for `sh'.
5448 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5450         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
5451         to make it non-recursive.
5453         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
5455 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5457         * auto-show.el (auto-show-mode): Fix Typo in :set.
5459 1999-06-29  Richard M. Stallman  <rms@gnu.org>
5461         * progmodes/sh-script.el (sh-mode): When setting syntax
5462         table, default to the standard one.
5464 1999-06-27  Richard M. Stallman  <rms@gnu.org>
5466         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
5468 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
5470         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
5471         a frame when `return' is requested (even if pop-up-frames = t)
5472         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
5473         should only be set for the bibtex buffer.
5475         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
5477         * progmodes/compile.el: Deal with compilation-error-screen-columns
5478         being buffer-local.
5480 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
5482         * comint.el (comint-password-prompt-regexp): Allow "(again)".
5484 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5486         * cal-x.el (calendar-only-one-frame-setup): New function.
5487         * calendar.el (calendar): Call it if requested.
5489 1999-06-24  Karl Heuer  <kwzh@gnu.org>
5491         * startup.el (iso-8859-n-locale-regexp): Doc fix.
5493 1999-06-22  Richard M. Stallman  <rms@gnu.org>
5495         * mail/supercite.el (sc-emacs-features): Doc fix.
5497 1999-06-22  Karl Heuer  <kwzh@gnu.org>
5499         * files.el (auto-mode-alist): Add pike-mode.
5501 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
5503         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
5504         last byte of a numeric field is a space or a NUL.  Parse it as
5505         potentially part of the number.  This is used by GNU tar
5506         1.12.64012 to handle larger values.
5508 1999-06-20  Karl Heuer  <kwzh@gnu.org>
5510         * custom.el (custom-handle-keyword): Fix error message.
5512 1999-06-18  Andrew Innes  <andrewi@gnu.org>
5514         * mail/smtpmail.el (smtpmail-send-it): Use
5515         convert-standard-filename to make file names for queued mail safe
5516         on Windows (`:' is invalid in file names on Windows).
5518 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
5520         * international/mule-cmds.el (describe-current-input-method):
5521         Current-input-method is string.
5522         (toggle-input-method): Docstring fixed.
5524         * international/mule-diag.el
5525         (describe-current-coding-system-briefly): Fix format string.
5527         * international/mule-util.el (coding-system-eol-type-mnemonic):
5528         Docstring modified.  Return a string.
5530 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
5532         * sql.el (sql-input-ring-file-name): Doc fix.
5534 1999-06-17  Richard M. Stallman  <rms@gnu.org>
5536         * calendar/cal-x.el (special-display-buffer-names):
5537         Don't put (get-file-buffer diary-file) on this list.
5539 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
5541         * play/mpuz.el (mpuz-try-proposal): Fix message call.
5542         Don't penalize player for certain impossible guesses.
5544 1999-06-16  Andrew Innes  <andrewi@gnu.org>
5546         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
5547         return the string "Unk  0  0000" so at least it appears to be a
5548         valid timestamp to `dired-move-to-filename-regexp'.
5550 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
5552         * ps-print.el (ps-control-character): Fix previous change.
5554 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5556         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
5557         multiple output of the last message.
5559 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
5561         * term/internal.el (IT-display-table-setup): Do not remap \222 to
5562         the ASCII apostrophe, as most DOS codepages have some other glyph
5563         there.
5565 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
5567         * language/ethio-util.el (setup-ethiopic-environment-internal):
5568         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
5569         (exit-ethiopic-environment): Likewize.
5571 1999-06-12  Richard M. Stallman  <rms@gnu.org>
5573         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
5575 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5577         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
5578         custom-initialize-default to avoid infinite loop.
5579         (crisp-mode): (defun) Call transient-mark-mode here, not when
5580         loading the file.  Run crisp-mode-hook here, and run
5581         crisp-load-hook when loading the file.
5583         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
5584         rmail-summary buffer, search for pattern in rmail-file.
5586         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
5588         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
5590         * ps-print.el (ps-printer-name): Fix custom type.
5592 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
5594         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
5595         (vhdl-port-paste-generic-map): Fix indentation bug.
5596         (vhdl-port-paste-port-map): Fix indentation bug.
5597         (vhdl-scan-file-contents): Make scanning case insensitive.
5599 1999-06-11  Richard M. Stallman  <rms@gnu.org>
5601         * files.el (write-file): When buffer is not already visiting a file,
5602         don't put buffer name in the minibuffer, just make it the default.
5603         Also handle just directory as arg usefully in that case.
5605         * simple.el (sendmail-user-agent-compose):
5606         Ignore case when inserting the rest of the "other" headers.
5608         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
5610         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
5611         (info-lookup-interactive-arguments): Never insert the default
5612         into the minibuffer automatically.
5614         * emacs-lisp/cl-extra.el (getf): Don't call get*.
5616 1999-06-09  Richard M. Stallman  <rms@gnu.org>
5618         * simple.el (shell-command): Avoid printing "mark set" message.
5620 1999-06-09  Dave Love  <fx@gnu.org>
5622         * progmodes/compile.el (compilation-error-regexp-alist): Allow
5623         digits in program name in first pattern.
5625 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5627         * vc.el (vc-dired-mode): Don't match anything before the date in
5628         dired-move-to-filename-regexp.
5630 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
5632         * international/quail.el (quail-define-rules): Fix typo in
5633         docstring.
5635 1999-06-05  Stephen Eglen  <stephen@gnu.org>
5637         * iswitchb.el (iswitchb-default-keybindings): Add
5638         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
5639         than when package is loaded.
5641 1999-06-04  Richard M. Stallman  <rms@gnu.org>
5643         * startup.el (command-line): Don't set user-init-file directly;
5644         tell `load' to set it.
5646         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
5648         * simple.el (next-history-element):
5649         Handle minibuffer-text-before-history properly when reading sexps.
5651         * disp-table.el (standard-display-european):
5652         For an interactive call by the user,
5653         don't set enable-multibyte-characters,
5654         and don't set the terminal coding system.
5656         * textmodes/refbib.el: Don't print any messages or display
5657         a buffer when loading the library.
5658         (r2b-help): Doc fix.
5659         (r2b-help-message): Update the documentation.
5660         (r2b-load-quietly): Variable deleted.
5661         (r2b-convert-buffer): Doc fix.
5663 1999-06-04  Dave Love  <fx@gnu.org>
5665         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
5667         * auto-show.el: Don't change hooks on loading.
5668         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
5669         (auto-show-mode): Add to hooks here.
5671 1999-06-04  Richard Sharman  <rsharman@pobox.com>
5673         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
5674         recursion on bogus input.
5676 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
5678         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
5679         does not select a buffer from the buffers menu, then the attached
5680         frame is not switched to anything.
5682 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
5684         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
5685         (viet-viscii-...->viet-vscii...).
5687         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
5689 1999-06-01  Dave Love  <fx@gnu.org>
5691         * progmodes/fortran.el: Add :link to defgroup.
5692         (fortran-blink-matching-if): Match ELSE statements too.
5693         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
5694         that filling is always done.
5696 1999-05-31  Richard M. Stallman  <rms@gnu.org>
5698         * simple.el (append-next-kill): Use an arg to distinguish
5699         interactive calls from Lisp calls, rather than (interactive-p).
5701         * international/iso-transl.el (iso-transl-language-alist):
5702         Interchange n and N.
5704 1999-05-31  Dave Love  <fx@gnu.org>
5706         * msb.el Add to minor-mode-map-alist.  Remove hook installation
5707         and keymap munging on load.
5708         (msb-mode): New option.
5709         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
5710         Doc fix.
5711         (msb-mode-map): New variable.
5712         (msb-mode): New command.
5714 1999-05-31  Dave Love  <fx@gnu.org>
5716         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
5717         (ispell-complete-word-dict): Likewise.
5719 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
5721         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
5722         force the data buffer to be saved, even if the data didn't
5723         change, in case the write filter was modified.  Restore the
5724         current record after read-file-filter finishes.
5726 1999-05-29  Karl Heuer  <kwzh@gnu.org>
5728         * ispell4.el: Obsolete; file deleted.
5730         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
5732         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
5733         VALUE is a syntax table.
5735         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
5737         * simple.el (zap-to-char): Doc fix.
5739 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
5741         * isearch.el (isearch-quote-char): Don't assume character codes
5742         0200 - 0237 stand for characters in some single-byte character
5743         charset.
5745 1999-05-27  Dave Love  <fx@gnu.org>
5747         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
5749 1999-05-27  Andreas Schwab  <schwab@gnu.org>
5751         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
5752         headerline does not exist already.
5754 1999-05-26  Richard Stallman  <rms@gnu.org>
5756         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5757         Avoid nested null-loops.
5759 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
5761         * international/characters.el: Typo fixed; prefered->preferred.
5763         * international/mule-cmds.el (find-coding-systems-for-charsets):
5764         Typo fixed; prefered->preferred.
5766         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
5767         method in read-event.
5769         * international/mule.el (charset-info): Doc-string fixed.
5771 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
5773         * mail/smtpmail.el (smtpmail-send-it): Bind
5774         smtpmail-code-conv-from properly.
5775         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
5776         by smtpmail-code-conv-from.
5778 1999-05-24  Richard Stallman  <rms@gnu.org>
5780         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
5781         Binding deleted also.
5783 1999-05-24  Karl Heuer  <kwzh@gnu.org>
5785         * comint.el (comint-bol-or-process-mark): Doc fix.
5787 1999-05-23  Dave Love  <fx@gnu.org>
5789         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
5790         Enter it on minor-mode-map-alist.
5791         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
5792         Autoload.  Add custom setter.
5793         (crisp-mark-line): Doc fix.
5794         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
5795         (crisp-mode-hook): Define.
5797 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
5799         * files.el (recover-file): Recover buffer-file-coding-system.
5801 1999-05-22  Richard Stallman  <rms@gnu.org>
5803         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
5804         regexp match the date, to avoid treating date as file size.
5805         Add YYYY S option to WESTERN/
5807         * bookmark.el: Delete some XEmacs compatibility code.
5808         (bookmark-jump-noselect): Check vc-backend.
5810         * subr.el (add-to-list): Doc fix.
5812 1999-05-21  Stephen Eglen  <stephen@gnu.org>
5814         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
5816 1999-05-18  Richard Stallman  <rms@gnu.org>
5818         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
5819         non-space after the @anchor command.
5820         (texinfo-format-var): Handle other nested constructs, using
5821         texinfo-parse-expanded-arg and texinfo-discard-command, not
5822         texinfo-parse-arg-discard.
5824         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
5825         (debug): Bind and use debugger-outer-inhibit-redisplay.
5826         Bind inhibit-redisplay to nil.
5827         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
5829 1999-05-17  Dave Love  <fx@gnu.org>
5831         * help.el (describe-function-1): Extra arg, interactive-p.
5832         (describe-key, describe-function): Use it.
5834 1999-05-17  Karl Heuer  <kwzh@gnu.org>
5836         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
5838 1999-05-16  Dave Love  <fx@gnu.org>
5840         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
5841         scroll-preserve-screen-position, scroll-conservatively.
5843 1999-05-16  Dave Love  <fx@gnu.org>
5845         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
5847 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
5849         * progmodes/vhdl-mode.el: Completely revised and massively extended.
5851 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
5853         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
5854         magic number and is not associated with a file.
5856 1999-05-14  Richard M. Stallman  <rms@gnu.org>
5858         * files.el (find-file-noselect-1): Fix previous change.
5860 1999-05-14  Simon Marshall  <simon@gnu.org>
5862         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
5864 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
5866         * international/mule-diag.el (mule-diag): Change MULE to Mule in
5867         docstring.
5869         * international/mule-cmds.el: Change MULE to Mule in docstrings
5870         and menus.
5872 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
5874         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
5875         to correctly reflect the value of BaseLineOffset in
5876         RelativeCompose.  Now the value of RelativeCompose is an array of
5877         low and high positions.
5878         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
5879         RLC for the above change.
5881 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
5883         * comint.el (comint-password-prompt-regexp): Modified to match the
5884         output of ksu and ssh-add.
5886 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
5888         * language/korea-util.el (isearch-toggle-korean-input-method):
5889         Adjusted for the change of input method handling in isearch.el.
5890         (isearch-hangul-switch-symbol-ksc): Likewise.
5891         (isearch-hangul-switch-hanja): Likewise.
5893 1999-05-10  Dave Love  <fx@gnu.org>
5895         * help.el (help-make-xrefs): Fix typo.
5897 1999-05-10  Andreas Schwab  <schwab@gnu.org>
5899         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
5900         unibyte-display-via-language-environment.
5902         * help.el (help-make-xrefs): Handle more cases when looking for
5903         commands in a keymap description.
5905 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
5907         * loadup.el: For ms-dos systems, load ccl and codepage.
5909 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
5911         * ps-print.el (ps-control-character): Call
5912         ps-mule-prepare-ascii-font to setup ASCII fonts.
5914         * ps-mule.el (ps-mule-begin-job): Redo this change "if
5915         ps-multibyte-buffer is nil, use
5916         ps-mule-font-info-database-default."
5918 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
5920         * ispell.el (ispell-local-dictionary-alist): New variable for
5921         customizing local dictionaries not accessable by everyone.
5922         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
5923         (ispell-required-version): Changed format `(major minor
5924         revision)' to support general pattern matching.
5925         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
5926         skip region commented out due to incorrect skip potential in std latex.
5927         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
5928         cursor point on small words for calls from `ispell-minor-mode'.
5929         (check-ispell-version): Tests and accepts versions major.minor
5930         and above, with adjustments for interactions in 3.1.0-3.1.11.
5931         (ispell-get-line): No longer skips ispell process special characters.
5932         (ispell-comments-and-strings): Removed `when' macro call.
5933         (ispell-minor-check): Requires ispell-word to restore cursor point.
5934         (ispell-buffer-local-parsing): Supports checking comments only.
5936 1999-05-08  Karl Heuer  <kwzh@gnu.org>
5938         * comint.el (comint-password-prompt-regexp): Fix last change to be
5939         more specific.
5941 1999-05-07  Richard M. Stallman  <rms@gnu.org>
5943         * subr.el (with-temp-message): Fix the other call to message
5944         to use %s.
5946 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
5948         * gud.el (gud-format-command): "%F" means file sans extension.
5949         (jdb): Use %F, not %f, for gud-break.
5951 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
5953         * comint.el (comint-password-prompt-regexp): Modified so that it
5954         matches the output of kinit.
5956 1999-05-06  Greg Stark  <gsstark@mit.edu>
5958         * timezone.el (timezone-parse-date): Recognize new format used in
5959         internet cookies.
5961 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
5963         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
5965 1999-05-04  Andrew Innes  <andrewi@gnu.org>
5967         * time.el (display-time-update): Allow for wrap-around when
5968         checking against display-time-server-down-time.
5970 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
5972         * international/mule-diag.el (describe-coding-system): Fix English
5973         message.
5975 1999-05-03  Jason Rumney <jasonr@altavista.net>
5977         * term/w32-win.el: Change the x-charset-registry property for the
5978         Japanese charsets that are supported by Japanese Windows fonts.
5980 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5982         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
5983         diary-block diary entries for which the reminders and the diary
5984         entries can overlap.
5986 1999-05-02  Jason Rumney <jasonr@altavista.net>
5988         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
5989         matches the font selected in the dialog.
5991 1999-05-02  Dave Love  <fx@gnu.org>
5993         * browse-url.el (browse-url-browser-function): Add :version.
5995         * international/mule.el (auto-coding-alist): Add .tgz.
5997 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
5999         * international/codepage.el (cp-coding-system-for-codepage-1):
6000         Make the magnification parameter for the -dos encoder be 2.
6002 1999-05-2  Andrew Innes  <andrewi@gnu.org>
6004         * term/w32-win.el (w32-drag-n-drop): Select file in window where
6005         it is dropped, rather than current window.
6007         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
6008         after switching buffer, as case-fold-search is a buffer local
6009         variable.
6011         * w32-fns.el (convert-standard-filename): Only convert directory
6012         separators to backslash if the interactive shell is one of the
6013         standard Windows shells that has DOS semantics.
6015         * ls-lisp.el (ls-lisp-format-time): Trap errors from
6016         format-time-string, and return a suitable string to indicate the
6017         timestamp was invalid.
6019         * hexl.el (hexlify-command): Apply shell-quote-argument after
6020         expanding hexl-program in case exec-directory contains a space.
6021         (dehexlify-command): Ditto.
6023         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
6024         file extension regexps which aren't necessarily binary files.
6025         (direct-print-region-helper): Use subst-char-in-string instead of
6026         binding directory-sep-char to convert filenames to DOS syntax.
6027         (direct-print-region-use-command-dot-com): New variable.
6028         (direct-print-region-helper): Use it to control whether to invoked
6029         command.com to print on Windows 9x.
6031         * browse-url.el (browse-url-browser-function): Default to
6032         browse-url-default-windows-browser on windows-nt.
6033         (browse-url-default-windows-browser): New function.
6035 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
6037         * forms.el (forms-mode): Don't call forms-first-record or
6038         forms-last-record if the data file has zero records.
6040 1999-04-29  Richard M. Stallman  <rms@gnu.org>
6042         * files.el (find-file-noselect-1): If buffer-file-name has changed
6043         after find-file-not-found-hooks runs, recompute the truename.
6044         And don't use FILENAME after that point.
6046 1999-04-27  Dave Love  <fx@gnu.org>
6048         * paren.el (show-paren-mode)
6049         * which-func.el (which-func-mode-global)
6050         * type-break.el (type-break-mode)
6051         * time.el (display-time-mode)
6052         * rsz-mini.el (resize-minibuffer-mode)
6053         * mouse-sel.el (mouse-sel-mode)
6054         * icomplete.el (icomplete-mode)
6055         * hscroll.el (hscroll-global-mode)
6056         * help.el (temp-buffer-resize-mode)
6057         * font-lock.el (global-font-lock-mode)
6058         * delsel.el (delete-selection-mode)
6059         * avoid.el (mouse-avoidance-mode)
6060         * autoinsert.el (auto-insert-mode)
6061         * winner.el (winner-mode): Doc fix.
6063 1999-04-26  Karl Heuer  <kwzh@gnu.org>
6065         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
6066         the same whitespace that was ignored in choosing the subject string.
6068 1999-04-26  Richard M. Stallman  <rms@gnu.org>
6070         * info.el (Info-find-node): Position properly after finding anchor.
6072         * cus-start.el (all): Handle unibyte-display-via-language-environment.
6074         * simple.el (indent-new-comment-line): Fix previous change.
6076         * complete.el: Delete the wildcard expansion feature
6077         since that is now standard in find-file.
6078         (PC-try-load-many-files): Function deleted.
6079         (PC-after-load-many-files): Function deleted.
6080         (PC-many-files-list): Variable deleted.
6081         (PC-disable-wildcards): Variable deleted.
6082         (partial-completion-mode): Don't enable the wildcard feature.
6084         * complete.el (PC-look-for-include-file): Don't set global variables
6085         `error', `buf' and `filename' here.
6087         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
6089 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
6091         * textmodes/outline.el (outline-regexp): Doc fix.
6093 1999-04-26  John Wiegley  <johnw@borland.com>
6095         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
6096         C++Builder 4.0 error message syntax.
6098 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
6100         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
6101         supported, use find -exec.
6103 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
6105         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
6106         coding-system-for-write, to avoid hanging when non-interactive.
6108 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
6110         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
6111         start with a newline.
6113 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
6115         * international/mule-conf.el (x-ctext): New coding system.
6117 1999-04-12  Richard M. Stallman  <rms@gnu.org>
6119         * international/mule-cmds.el (input-method-function):
6120         Add permanent-local property.
6122 1999-04-12  Dave Love  <fx@gnu.org>
6124         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
6125         change to use jka-compr-byte-compiler-base-file-name.
6127         * supercite.el (sc-scan-info-alist): Revert last change.
6128         (sc-attrib-selection-list): Fix :type here instead.
6130 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
6132         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
6133         in the list of case-insensitive filesystems.
6135 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
6137         * international/fontset.el (create-fontset-from-fontset-spec):
6138         Don't register duplicated alias fontset names.
6140 1999-04-08  Richard Stallman  <rms@gnu.org>
6142         * international/mule.el (auto-coding-alist-lookup): New function.
6143         (set-auto-coding): Use auto-coding-alist-lookup.
6145         * jka-compr.el (jka-compr-insert-file-contents):
6146         Use auto-coding-alist-lookup to check for files that
6147         should not have eol conversion, in the unibyte case.
6149 1999-04-07  Dave Love  <fx@gnu.org>
6151         * help.el (describe-variable): Check custom-loads property as well
6152         as custom-type.
6154         * abbrev.el (abbrev-mode): Customizing sets the default value.
6156 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6158         * vc.el (vc-backend-revert): For CVS files that were made
6159         writeable with "cvs edit", call "cvs unedit" to undo that.
6161 1999-04-08  Dave Love  <fx@gnu.org>
6163         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
6164         more.
6165         (sc-emacs-features): Recognize Emacs 20.
6166         (sc-read-string): Use history arg.
6167         (sc-scan-info-alist): Check for rtnvalue a cons.
6169 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
6171         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
6172         coding system to encode the message by
6173         select-message-coding-system.
6175 1999-04-07  Richard Stallman  <rms@gnu.org>
6177         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
6179         * winner.el: Reorder definitions.
6181         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
6183         * mail/rmail.el (rmail-decode-babyl-format):
6184         Undo previous change.
6186 1999-04-06  Richard Stallman  <rms@gnu.org>
6188         * info.el (Info-find-node): Check for an anchor at the
6189         proper place, before reading an indirect file.
6191         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
6193         * jka-compr.el (jka-compr-insert-file-contents):
6194         Use raw-text-unix when we want no conversion.
6196 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
6198         * timezone.el (timezone-parse-date): Corrected regexp for
6199         style (5) date format so that tenths of seconds are optional.
6201 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
6203         * term/internal.el (dos-cpNNN-setup): New function, with the guts
6204         of dos-codepage-setup.
6205         (cjk-codepages-alist): New variable, an alist of Far-Eastern
6206         codepages for which there's no need to set up cpNNN coding
6207         systems.
6208         (dos-codepage-setup): Support Far-Eastern DOS terminals.
6210 1999-04-05  Richard Stallman  <rms@gnu.org>
6212         * mail/rmail.el (rmail-ignored-headers): Doc fix.
6214 1999-04-02  Richard Stallman  <rms@gnu.org>
6216         * progmodes/compile.el (compilation-handle-exit): Do right thing
6217         if (car status) doesn't end in a newline.
6219 1999-04-01  Dave Love  <fx@gnu.org>
6221         * progmodes/sql.el (SQL): Add defgroup :version.
6223 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6225         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
6226         buffer-file-coding-system.  If the coding system used is raw-text,
6227         etc., make the *Compiler Input* buffer unibyte.
6229         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
6231         * loadup.el: Don't write the fns-...el file if not dumping.
6233 1999-03-31  Dave Love  <fx@gnu.org>
6235         * snmp-mode.el (snmp): Fix defgroup :version.
6237         * hilit-chg.el (highlight-changes): Add defgroup :version.
6239 1999-03-31  Andreas Schwab  <schwab@gnu.org>
6241         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
6242         the gnus-save-hidden-threads macro.
6244 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
6246         * faces.el (face-set-after-frame-default): Obey the
6247         `customized-face' for new faces.
6249 1999-03-30  Dave Love  <fx@gnu.org>
6251         * international/mule-cmds.el (current-language-environment): Doc fix.
6252         * abbrev.el (abbrev-mode): Doc fix.
6253         * autoinsert.el (auto-insert-mode): Doc fix.
6254         * complete.el (partial-completion-mode): Doc fix.
6255         * avoid.el (mouse-avoidance-mode): Doc fix.
6256         * delsel.el (delete-selection-mode): Doc fix.
6257         * font-lock.el (global-font-lock-mode): Doc fix.
6258         * help.el (temp-buffer-resize-mode): Doc fix.
6259         * hscroll.el (hscroll-global-mode): Doc fix.
6260         * icomplete.el (icomplete-mode): Doc fix.
6261         * mouse-sel.el (mouse-sel-mode): Doc fix.
6262         * paren.el (show-paren-mode): Doc fix.
6263         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
6264         * time.el (display-time-mode): Doc fix.
6265         * type-break.el (type-break-mode): Doc fix.
6266         * which-func.el (which-func-mode-global): Doc fix.
6267         * winner.el (winner-mode): Doc fix.
6269 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
6271         * wid-edit.el (widget-before-change): Signal text-read-only rather
6272         than an ordinary error.
6274 1999-03-30  Richard M. Stallman  <rms@gnu.org>
6276         * repeat.el: Don't require advice.
6277         (repeat): Do function-indirection in check for kbd macro.
6278         In self-insert case, use the *last* char in INSERTION.
6280 1999-03-30  Karl Heuer  <kwzh@gnu.org>
6282         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
6284 1999-03-29  Andreas Schwab  <schwab@gnu.org>
6286         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
6287         comint-input-filter-functions.  Make variables related to shell
6288         directory tracking local.
6290 1999-03-26  Andreas Schwab  <schwab@gnu.org>
6292         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
6294         * simple.el (shell-command-on-region): Cope with exit-status being
6295         nil, which happens if call-process-region was interrupted.
6297 1999-03-26  Richard M. Stallman  <rms@gnu.org>
6299         * simple.el (indent-new-comment-line): Handle use at a point
6300         after a comment-end.  Handle multiple comments.
6302         * mail/rmail.el (rmail-decode-babyl-format):
6303         To prevent locking, bind buffer-file-name to nil.
6305 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
6307         * mail-hist.el (mail-hist-current-header-name): Don't make
6308         off-by-one-error when determining if in message body.
6310 1999-03-25  Andrew Innes  <andrewi@gnu.org>
6312         * w32-fns.el (set-default-process-coding-system): Copied from
6313         dos-w32.el, but modified to use Unix line endings for process
6314         input, and to add a suitable entry to process-coding-system-alist
6315         for DOS shells.
6317         * dos-fns.el (set-default-process-coding-system): Copied from
6318         dos-w32.el.
6320         * dos-w32.el (set-default-process-coding-system): Move function to
6321         dos-fns.el; a different version is used in w32-fns.el.
6323 1999-03-24  Dave Love  <fx@gnu.org>
6325         * info.el (Info-directory-list): Revert change to re-writing
6326         Info-default-directory-list, but put `alternative' first.
6327         (Info-insert-dir): Modify selecting the top dir file as a consequence.
6329 1999-03-23  Simon Marshall  <simon@gnu.org>
6331         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
6332         on the line by itself.
6333         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
6334         it is not in a declarative context.
6336 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6338         * cus-edit.el (custom-variable-prompt): Allow customization of
6339         autoloaded symbols.
6341 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
6343         * simple.el (what-cursor-position): Don't cause error when point
6344         is at invalid multibyte sequence.
6346 1999-03-21  Karl Heuer  <kwzh@gnu.org>
6348         * complete.el (partial-completion-mode): Doc fix.
6350 1999-03-19  Richard M. Stallman  <rms@gnu.org>
6352         * progmodes/cplus-md.el (old-c++): Remove :group.
6354         * progmodes/c-mode.el (old-c): Remove :group.
6356 1999-03-18  Simon Marshall  <simon@gnu.org>
6358         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
6359         (java-font-lock-keywords-2): Added "strictfp" keyword.
6361 1999-03-17  Jason Rumney <jasonr@altavista.net>
6363         * w32-fns.el (set-w32-system-coding-system) New function.
6364         (w32-system-coding-system) Initialize to 'iso-latin-1.
6366 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
6368         * international/mule-cmds.el (set-language-environment): Fix
6369         previous change: don't use dos-codepage when unbound.
6371 1999-03-17  Karl Heuer  <kwzh@gnu.org>
6373         * calendar/appt.el (appt-make-list): Fix previous change.
6375 1999-03-16  Richard M. Stallman  <rms@gnu.org>
6377         * window.el (shrink-window-if-larger-than-buffer):
6378         Don't try to redisplay with the cursor at the end
6379         on its own line--that would force a scroll and spoil things.
6381 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
6383         * international/mule-cmds.el (set-language-environment): Don't use
6384         cpNNN-nonascii-translation-table if it is unbound.
6386         * term/internal.el (dos-codepage-setup): Compute the unibyte
6387         syntax table and bind unibyte-display-via-language-environment
6388         here, rather than at top level, so that resetting to unibyte in
6389         .emacs works as expected.
6391 1999-03-15  Simon Marshall  <simon@gnu.org>
6393         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
6395 1999-03-14  Milan Zamazal <pdm@pvt.net>
6397         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
6399 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
6401         * international/mule-util.el (detect-coding-with-priority):
6402         Restore the internal database.
6404 1999-03-14  Stephen Eglen  <stephen@gnu.org>
6406         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
6407         if mail-from-style has invalid value.
6409 1999-03-12  Karl Heuer  <kwzh@gnu.org>
6411         * vc.el (vc-delete-logbuf-window): New var.
6412         (vc-finish-logentry): Use it.
6414 1999-03-12  Richard M. Stallman  <rms@gnu.org>
6416         * startup.el (command-line-1): Improve startup msg.
6418 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
6420         * speedbar.el: Added commentary about stealthy functions.
6421         (speedbar-message) new function.
6422         (speedbar-y-or-n-p): New function
6423         (speedbar-with-attached-buffer) Moved macro before reference.
6424         Now uses `save-selected-window'.
6425         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
6426         speedbar-generic-item-info, speedbar-item-info-file-helper,
6427         speedbar-item-delete, speedbar-insert-generic-list,
6428         speedbar-timer-fn, speedbar-check-vc-this-line,
6429         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
6430         speedbar-buffers-item-info) Use speedbar-message.
6431         (speedbar-item-info) Limit `message-log-max'.
6432         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
6433         speedbar-item-delete, speedbar-item-object-delete,
6434         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
6436 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
6438         * server.el (server-start): Set coding system for the server
6439         process to raw-text.
6440         (server-process-filter): Decode file names if necessary.
6442 1999-03-12  Dave Love  <fx@gnu.org>
6444         * textmodes/fill.el (sentence-end-double-space): Doc fix.
6446         * textmodes/paragraphs.el (sentence-end): Doc fix.
6448 1999-03-11  Karl Heuer  <kwzh@gnu.org>
6450         * comint.el (comint-password-prompt-regexp): Accept "login password:"
6452 1999-03-09  Karl Heuer  <kwzh@gnu.org>
6454         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
6455         (ispell-dictionary-alist-2): Likewise.
6456         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
6457         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
6458         (ispell-dictionary-alist): Build from six pieces, not just two.
6460         * ps-bdf.el (bdf-directory-list): Doc fix.
6462         * enriched.el (enriched-mode): Make var permanent-local.
6464 1999-03-09  Dave Love  <fx@gnu.org>
6466         * textmodes/sgml-mode.el (html-mode): Use
6467         sentence-end-double-space when setting sentence-end.
6469 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
6471         * language/thai.el (tis-620): New alias coding system for thai-tis620.
6473 1999-03-08  Felix Lee  <flee@cygnus.com>
6475         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
6477         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
6479 1999-03-08  Karl Heuer  <kwzh@gnu.org>
6481         * dired-aux.el (dired-do-copy-regexp): Doc fix.
6482         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
6484         * dired.el (dired-do-copy-regexp): Doc fix.
6485         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
6487 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
6489         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
6491 1999-03-08  Jason Rumney <jasonr@altavista.net>
6493         * international/codepage.el (cp1250-decode-table)
6494         (cp1251-decode-table, cp1253-decode-table)
6495         (cp1257-decode-table): New translation tables for MS Windows codepages.
6496         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
6498 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
6500         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
6502 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
6504         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
6506         * term/internal.el (top level): Display character 255 as 8bit as well.
6508 1999-03-06  Dave Love  <fx@gnu.org>
6510         * progmodes/cc-cmds.el (c-outline-level): Bind
6511         buffer-invisibility-spec.
6513         * progmodes/c-mode.el (c-outline-level): Likewise.
6515         * progmodes/ada-mode.el (ada-outline-level): Likewise.
6517 1999-03-05  Felix Lee  <flee@cygnus.com>
6519         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
6521 1999-03-05  Richard M. Stallman  <rms@gnu.org>
6523         * bindings.el (complete-symbol): Invert meaning of prefix arg.
6525 1999-03-05  Andrew Innes  <andrewi@gnu.org>
6527         * w32-fns.el (convert-standard-filename): Convert directory
6528         separators to Windows format.
6530 1999-03-05  Andreas Schwab  <schwab@gnu.org>
6532         * international/skkdic-cnv.el: Provide skkdic-cnv.
6533         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
6534         (batch-skkdic-convert): Doc fix.
6536 1999-03-04  Dave Love  <fx@gnu.org>
6538         * custom.el (custom-set-variables): Protect against setter errors.
6540 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
6542         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
6543         the file sizes from overflowing.
6544         (ls-lisp-format): If file size is a float, use %8.0f to print it.
6545         Under -s, print the size in blocks with %4.0f, in case they have
6546         a *really* huge file.
6548 1999-03-03  Dave Love  <fx@gnu.org>
6550         * options.el (edit-options): Doc fix.
6551         (list-options): Don't lose with unbound symbols.  Maintain
6552         Edit-options-mode.
6554 1999-03-01  Dave Love  <fx@gnu.org>
6556         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
6558 1999-02-28  Richard M. Stallman  <rms@gnu.org>
6560         * ispell.el (ispell-dictionary-alist-override): New variable.
6561         (ispell-dictionary-alist): Don't setq it,
6562         if ispell-dictionary-alist-override is set.
6564         * simple.el (shell-command-default-error-buffer): Renamed from
6565         shell-command-on-region-default-error-buffer.
6566         (shell-command-on-region): Mention in echo area when there
6567         is some error output.  Mention success or failure, too.
6568         Accumulate multiple error outputs
6569         going forward, with formfeed in between.  Display the error buffer
6570         when we have put something in it.
6571         (shell-command): Add the ERROR-BUFFER argument feature.
6573 1999-02-28  Karl Heuer  <kwzh@gnu.org>
6575         * mail/mh-utils.el (mh-lib): Doc fix.
6576         (mh-lib-progs, mh-nmh-p): New vars.
6577         (mh-find-progs): Set mh-lib-progs along with other vars.
6578         (mh-path-search): New arg FUNC-P; if specified, use that instead
6579         of mh-file-command-p.
6580         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
6582         * mail/mh-comp.el (mh-repl-formfile): New var.
6583         (mh-smail-batch): Don't ignore all arguments.
6584         (mh-reply): Do the right thing when using nmh.
6586 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
6588         * international/mule-cmds.el (select-safe-coding-system): Be sure
6589         to show a buffer being decoded.
6591 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
6593         * ps-bdf.el (bdf-directory-list): Initialize it to
6594         '("/usr/local/share/emacs/fonts/bdf").
6596 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6598         * ps-print.el: PostScript programming fix.
6599         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
6600         setpagedevice operator).
6602 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6604         * ps-print.el: Doc fix, font size specifies landscape and portrait
6605         sizes.
6606         (ps-print-version): New version number (4.1.4).
6607         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
6608         Specifies landscape and portrait sizes.
6609         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
6610         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
6611         fix.
6612         (ps-get-font-size): New fun.
6613         (ps-font-size-internal, ps-header-font-size-internal)
6614         (ps-header-title-font-size-internal): New vars.
6616         * ps-mule.el: Change of ps-print font size variable name.
6617         (ps-mule-generate-font): Fun fix.
6618         (ps-mule-begin-job): Programming uniformization.
6620 1999-02-25  Dave Love  <fx@gnu.org>
6622         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
6623         (help-make-xrefs): Do Info case first.
6625         * repeat.el: Don't require advice.
6626         (repeat-last-kill-command): Variable deleted.
6628 1999-02-25  Richard Stallman  <rms@gnu.org>
6630         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
6631         case just because the current buffer is the output buffer.
6633 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
6635         * simple.el (what-cursor-position): To show the character's
6636         encoding, use encoded-string-description instead of information
6637         of chaset-origin-alist.
6639         * international/mule-cmds.el (iso-2022-control-alist): New variable.
6640         (encoded-code-description): New function.
6641         (encoded-string-description): New function.
6642         (encode-coding-char): New function.
6644 1999-02-25  Andrew Innes  <andrewi@gnu.org>
6646         * startup.el (command-line) [windows-nt]: Fix typo in regexp
6647         checking for .emacs[.el[c]].
6649 1999-02-24  Richard Stallman  <rms@gnu.org>
6651         * help.el (describe-function-1): Don't print a whole lambda-function.
6653 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
6655         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
6656         inputting ?\240.
6658 1999-02-23  Karl Heuer  <kwzh@gnu.org>
6660         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
6662         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
6663         (clean-buffer-list-kill-buffer-names): Doc fix.
6665         * gud.el (gud-jdb-massage-args): Spelling fix.
6667 1999-02-23  Richard M. Stallman  <rms@gnu.org>
6669         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
6671 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
6673         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
6674         excursion while calling set-auto-coding-function.
6676         * play/handwrite.el (handwrite): Require ps-print, and use
6677         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
6678         if it's defined, instead of forking ps-lpr-command unconditionally.
6680 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
6682         * international/codepage.el (cp-coding-system-for-codepage-1): Put
6683         charset-origin-alist property to a coding system for the codepage.
6685         * international/mule.el: Modify comment for charset-origin-alist
6686         property of a coding system.
6688         * simple.el (what-cursor-position): charset-origin-alist property
6689         of a coding system may be a translation table or a symbol of which
6690         `translation-table' property is a translation table.
6692 1999-02-21  Richard Stallman  <rms@gnu.org>
6694         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
6695         to the "html" template.
6697 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
6699         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
6701 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
6703         * dirtrack.el (dirtrack): Check for the prompt in the input string
6704         instead of the buffer.
6706 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
6708         * sql.el: Set version to 1.4.1.  Changed mail address to
6709         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
6710         (sql-input-ring-separator): Doc fix.
6711         (sql-mode-syntax-table): double-dash starts comments is defined as
6712         ". 56" instead of ". 12b" for XEmacs.
6713         (sql-stop, sql-interactive-mode): Doc fixes.
6714         (sql-postgres): Queries for database and server, not just one.
6715         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
6717         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
6718         changed.  This is needed for master.el to work.
6719         (sql-set-sqli-buffer): Use the new hook.
6721         * sql.el (sql-make-alternate-buffer-name): Function that sets
6722         sql-alternate-buffer-name.
6723         (sql-alternate-buffer-name): Possible name of SQLi buffers.
6724         (sql-interactive-mode): Set sql-alternate-buffer-name.
6725         (sql-rename-buffer): New command.
6726         (sql-interactive-mode-menu): Menu for SQLi buffers.
6728         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
6729         and sql-input-ring-file-name are used to temporarily set
6730         comint-input-ring-file-name and comint-input-ring-separator when
6731         reading and writing input history files.
6733         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
6734         (sql-input-ring-file-name): New variable with customization.
6735         (sql-input-ring-separator): New variable with customization.
6736         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
6737         Callers changed.
6738         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
6739         now includes the name of the current buffer.
6741         (sql-mode): Set paragraph-separate and paragraph-start so that
6742         sql-send-paragraph sends the entire SQL statements, even if it
6743         contains indented lines.
6745 1999-02-18  Dave Love  <fx@gnu.org>
6747         * format.el (format-encode-run-method, format-decode-run-method):
6748         Fix previous change.
6750 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
6752         * international/mule.el (coding-system-list): Moved here from
6753         mule-util.el to avoid autoloading mule-util by the call of
6754         select-safe-coding-system.
6756 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6758         * simple.el (turn-on-auto-fill): Mark it as an option for
6759         `text-mode-hook'.
6761 1999-02-17  Richard Stallman  <rms@gnu.org>
6763         * emacs-lisp/easymenu.el (easy-menu-get-map):
6764         Don't crash if (current-local-map) is nil.
6766 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
6768         * filecache.el (file-cache-filter-regexps): Added .class.
6770 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
6772         * international/mule-util.el (decompose-region): Use
6773         insert-buffer-substring instead of insert-buffer to avoid putting
6774         mark.
6776 1999-02-17  Andreas Schwab  <schwab@gnu.org>
6778         * calendar/cal-move.el (scroll-calendar-left): Don't set
6779         displayed-month and displayed-year here, let generate-calendar do
6780         it, after range checking.
6782 1999-02-17  Simon Marshall  <simon@gnu.org>
6784         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
6786         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
6787         correctly between an object declared via a constructor and a method.
6788         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
6789         (java-font-lock-keywords-1): Fontify package names individually.
6790         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
6791         (java-font-lock-keywords-2): Simplify type fontification.
6792         (java-font-lock-keywords-3): Likewise.
6794 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
6796         * language/japanese.el (iso-2022-jp-2): New coding system.
6797         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
6799 1999-02-16  Dave Love  <fx@gnu.org>
6801         * help.el (describe-function-1): Accept non-symbols.
6803 1999-02-16  Paul Eggert  <eggert@twinsun.com>
6805         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
6806         find the last match if there are multiple matches.
6808 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6810         * tex-mode.el (tex-run-command, latex-run-command)
6811         (slitex-run-command, tex-command): Doc changes.
6812         (tex-start-options-string): Autoload it.  Doc change.  Provide
6813         a menu for customization.  Allow nil.  Quote backslashes only once.
6814         (tex-start-tex): Handle nil value of tex-start-options-string
6815         and apply shell-quote-argument to it.
6817 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
6819         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
6820         the size in blocks, since it can be a float.
6821         (ls-lisp-format): Likewise
6823 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
6825         * language/japanese.el (japanese-shift-jis): Add
6826         charset-origin-alist property.
6828 1999-02-15  Richard Stallman  <rms@gnu.org>
6830         * progmodes/compile.el (compile-internal): Use save-selected-window.
6832         * subr.el (momentary-string-display): Bind inhibit-read-only.
6834         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
6836 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
6838         * mail/rmail.el (rmail-show-message): If an unseen message has a
6839         Summary-line in its header, get past one more line before looking
6840         for the X-Coding-System header.
6842 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
6844         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
6845         explicitly to accomodate Windows 9X lack of a useful copy program.
6847 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6849         * wid-edit.el (widget-choice-value-create): Use `equal'
6850         instead of `eq'.
6852 1999-02-14  Richard Stallman  <rms@gnu.org>
6854         * international/iso-transl.el:
6855         (iso-transl-ae): Renamed from iso-transl-e-slash.
6856         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
6857         (iso-transl-AE): Renamed from iso-transl-E-slash.
6858         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
6859         (iso-transl-char-map): Related changes.
6861         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
6863 1999-02-13  Richard Stallman  <rms@gnu.org>
6865         * textmodes/texinfmt.el (texinfo-alias): New function.
6866         (texinfo-fold-nodename-case): Add defvar.
6867         (texinfo-format-node): Do case folding if specified.
6869         * ffap.el (ffap-file-at-point): Test local file names
6870         immediately.  Strip off line numbers.
6872 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
6874         * sql.el: Set version to 1.3.2
6875         (sql-solid-program): Added support for solid.
6876         (sql-help): Doc mentions sql-solid.
6877         (sql-solid): Entry function for Solid.
6878         (sql-buffer): Doc explains the use of the variable and how to
6879         change it.
6880         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
6881         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
6882         disabled if sql-buffer doesn't have a process; sql-send-paragraph
6883         is new.
6884         (sql-show-sqli-buffer): New function to display the value of
6885         sql-buffer.
6886         (sql-change-sqli-buffer): New function to change sql-buffer.
6887         (sql-mode): Doc explains how to change sql-buffer.
6888         (sql-send-paragraph): New function to send a paragraph.
6889         (sql-mode-map): Added keybinding for sql-send-paragraph.
6890         (sql-mysql): Doc corrected.
6891         (sql-ms): Doc corrected.
6893         * sql.el (sql-server): Doc fix.
6894         (sql-mysql): Added the use of sql-server to specify the host,
6895         sql-database now specifies database instead of host.
6896         (sql-mode-menu): Send... menu items are only active if sql-buffer
6897         is non-nil.
6898         (sql-help): Changed tag of entry functions a bit.
6900         * sql.el: Added keywords from `finder-by-keyword'.
6901         (sql-mode): Made sql-buffer a local variable, changed the
6902         documentation: removed instructions to add *.sql files to
6903         auto-mode-alist, added documentation for having mutliple SQL
6904         buffers sending their stuff to different SQLi buffers, each
6905         running a different process.
6906         (sql-postgres): Quoted *SQL* in doc string.
6907         (sql-ms): Likewise.
6908         (sql-ingres): Likewise.
6909         (sql-ingres): Quoted *SQL* in doc string, added references to
6910         sql-user and sql-password used during login.
6911         (sql-sybase): Quoted *SQL* in doc string, added comma.
6912         (sql-oracle): Likewise.
6913         (sql-interactive-mode): Added extensive documentation for having
6914         mutliple SQL buffers sending their stuff to different SQLi
6915         buffers, each running a different process.
6916         (sql-buffer): Changed doc from *SQL* to SQLi.
6917         (sql-get-login): Doc fix.
6919 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
6921         * international/mule-conf.el (undecided): Set ascii in
6922         safe-charsets property.
6924 1999-02-12  Richard Stallman  <rms@gnu.org>
6926         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
6928 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
6930         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
6931         value to ps-mule-font-info-database-latin.
6933 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
6935         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
6936         (ps-mule-font-info-database-default): New variable.
6937         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
6938         ps-mule-font-info-database-default.
6940 1999-02-12  Dave Love  <fx@gnu.org>
6942         * timezone.el (timezone-make-date-sortable)
6943         (timezone-make-date-arpa-standard): Doc fix.
6945 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
6947         * international/quail.el (quail-show-kbd-layout): Bind
6948         blink-matching-paren to nil.
6950         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
6951         for ASCII and Latin-1.
6953 1999-02-12  Andreas Schwab  <schwab@gnu.org>
6955         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
6957 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
6959         * international/mule-cmds.el (language-info-alist): Remove
6960         description about charset-origin-alist.
6962         * international/mule.el: Comment added for a new coding system
6963         property `charset-origin-alit'.
6964         (make-translation-table): This variable deleted.
6966         * language/chinese.el (chinese-big5): Add charset-origin-alist
6967         property.
6968         ("Chinese-CNS"): Remove charset-origin-alist property.
6970         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
6971         property.
6972         (cyrillic-alternativnyj): Likewise.
6973         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
6974         ("Cyrillic-ALT"): Likewise.
6976         * language/vietnamese.el (vietnamese-viqr): Add
6977         charset-origin-alist property.
6978         ("Vietnamese"): Remove charset-origin-alist property.
6980         * simple.el (what-cursor-position): Don't use the varialbe
6981         charset-origin-alist, but use charset-origin-alist property of
6982         buffer-file-coding-system to decide external character set code.
6984 1999-02-10  Richard Stallman  <rms@gnu.org>
6986         * shadowfile.el: Don't turn on the mode when the file is loaded.
6988 1999-02-09  Richard Stallman  <rms@gnu.org>
6990         * progmodes/compile.el (compile-auto-highlight): Customize.
6992         * add-log.el (add-log-file-name-function): New variable.
6993         (add-change-log-entry): Call that function, if non-nil.
6995 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
6997         * rmail.el (rmail-search): Track match with a marker, not an integer.
6999 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7001         * progmodes/compile.el (compilation-setup): Set value of
7002         compilation-directory-stack as in compilation-forget-errors.
7003         (compile-reinitialize-errors): Bind buffer-undo-list and
7004         deactivate-mark.
7005         (compilation-forget-errors): Likewise.
7007 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
7009         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
7010         def... constructs.
7012         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
7013         Remove calls to sleep-for.
7015 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
7017         * international/codepage.el (cp-coding-system-for-codepage-1): On
7018         MS-DOS, use dos-unsupported-char-glyph for characters not
7019         supported by the codepage.
7020         (cp-make-coding-systems-for-codepage): Likewise.
7022 1999-02-08  Andreas Schwab  <schwab@gnu.org>
7024         * international/mule-util.el (coding-system-list): Don't sort
7025         coding-system-list here.
7027         * international/mule.el (coding-system-lessp): Moved here from
7028         mule-util.el
7029         (add-to-coding-system-list): New function.
7030         (make-subsidiary-coding-system, make-coding-system,
7031         define-coding-system-alias): Use it instead of setting
7032         coding-system-list directly.
7034 1999-02-07  Dave Love  <fx@gnu.org>
7036         * calendar/appt.el (appt-make-list): Don't splice quotes and date
7037         onto message.
7039 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7041         * imenu.el (imenu--last-menubar-index-alist): Add doc.
7042         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
7044 1999-02-06  Richard Stallman  <rms@gnu.org>
7046         * language/european.el (setup-slovenian-environment): New function.
7047         ("Slovenian"): New language environment.
7049         * progmodes/sql.el (sql-help): Doc fix.
7050         (sql-mysql): Doc fix.
7052 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7054         * tex-mode.el: When compiling, require compare-w and skeleton
7055         to pacify the byte-compiler.  Move the def's of the tex-commands
7056         together.  Add a comment on kill-process vs. quit-process.
7058 1999-02-05  Dave Love  <fx@gnu.org>
7060         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
7061         null markers.
7062         (compile-goto-error): Likewise.
7064 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
7066         * time-stamp.el (time-stamp-format): Format doc tighter.
7067         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
7068         (time-stamp): Don't re-write the time stamp if it didn't change.
7070 1999-02-05  Alex Schroeder  <asc@bsiag.com>
7072         * progmodes/sql.el: Changed version to 1.2.1.
7073         (sql-pop-to-buffer-after-send-region): Improved documentation.
7074         (sql-mysql-program): Added MySQL support.
7075         (sql-prompt-length): Made prompt-length configurable.
7076         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
7077         (sql-help): Added MySQL support, changed documentation.
7078         (sql-send-region): A message is displayed if something is sent.
7079         (sql-mode): Added buffer-local comment-start.
7080         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
7081         (sql-interactive-mode): Added buffer-local comment-start.
7082         (sql-oracle): Set sql-prompt-length.
7083         (sql-sybase): Set sql-prompt-length.
7084         (sql-mysql): Added MySQL support.
7085         (sql-ingres): Set sql-prompt-length.
7086         (sql-ms): Set sql-prompt-length.
7087         (sql-postgres): Set sql-prompt-length.
7089 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
7091         * term/internal.el (dos-codepage-setup): Set selection coding
7092         system to cpNNN-dos.
7094 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7096         * international/characters.el: Let ethiopic use iso-2022-7bit.
7098 1999-02-02  Dave Love  <fx@gnu.org>
7100         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
7101         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
7103 1999-02-02  Karl Heuer  <kwzh@gnu.org>
7105         * terminal.el (terminal-emulator): Doc fix.
7107 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
7109         * international/mule-util.el (compose-chars): Doc-string
7110         modified.  Correctly handle a composition character in ARGS.
7112 1999-02-01  Richard Stallman  <rms@gnu.org>
7114         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
7115         (makefile-menu-index-function): Function deleted.
7116         (makefile-mode): Use makefile-imenu-generic-expression.
7118 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
7120         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
7121         change, invoke from before-init-hook.
7123 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
7125         * subr.el (remove-from-invisibility-spec): Cope with the case when
7126         buffer-invisibility-spec is t.
7128 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
7130         * calendar/calendar.el (calendar-mode-map): Fix bindings for
7131         appt-add and appt-delete.
7133 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
7135         * term/pc-win.el (msdos-approximate-color): New function.
7136         (msdos-color-translate): Call it to find a DOS color that best
7137         approximates an X-style "#NNNNNN" color specification.
7139 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
7141         * international/mule-util.el (compose-chars-component): Add
7142         autoload cookie.
7144 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
7146         * international/quail.el (quail-lookup-key): If cdr of MAP is a
7147         function, replace cdr of MAP by the return value of the function
7148         unconditionally.
7150 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7152         * progmodes/compile.el (compilation-next-error-locus): Don't
7153         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
7155 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
7157         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
7158         and NLs before "charset", and allow the charset name be in double
7159         quotes.
7161 1999-01-31  Richard Stallman  <rms@gnu.org>
7163         * imenu.el (imenu-sort-function): Fix custom type.
7165 1999-01-30  Richard Stallman  <rms@gnu.org>
7167         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
7168         (speedbar-line-token): Likewise.
7170         * play/gametree.el (gametree-default-score): Use defcustom.
7171         (gametree-score-regexp, gametree-score-closer): Likewise.
7172         (gametree-score-manual-flag, gametree-score-opener): Likewise.
7174 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7176         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
7177         decoding.
7179 1999-01-29  Markus Rost  <rost@gnu.org>
7181         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
7182         tex-validate-buffer.
7183         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
7184         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
7185         now with recent occur-mode.
7186         (tex-validate-region): Really walk through all Sexps.
7187         (tex-region): Bind shell-dirtrack-verbose.
7188         (tex-file, tex-bibtex-file): Likewise.
7190 1999-01-29  Dave Love  <fx@gnu.org>
7192         * finder.el: (finder-commentary): Fix interactive spec.  Try
7193         appending .el to file name.
7194         (finder-find-library, finder-commentary): Doc fixes.
7196 1999-01-29  Andrew Innes  <andrewi@gnu.org>
7198         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
7199         where the userid contains directory separators.
7201 1999-01-29  Dave Love  <fx@gnu.org>
7203         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
7204         (lm-commentary): Doc fix.
7206 1999-01-29  Andreas Schwab  <schwab@gnu.org>
7208         * files.el (file-expand-wildcards): Never consider `.' and `..' a
7209         wildcard match.  Fix regexp that tests if dirpart contains
7210         wildcard characters.
7212 1999-01-28  Richard Stallman  <rms@gnu.org>
7214         * font-lock.el (font-lock-default-unfontify-region):
7215         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
7217 1999-01-27  Jason Rumney <jasonr@altavista.net>
7219         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
7220         from FAMILY field.
7221         (w32-create-initial-fontsets): Do not use before-init-hook.
7222         (mouse-set-font): Document.  Automatically create and use fontsets.
7224         * dos-w32.el (direct-print-region-helper): Check for printer
7225         being t as well as a string.
7227 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
7229         * mail/rmail.el (rmail-decode-mime-charset): New variable.
7230         (rmail-mime-charset-pattern): New variable.
7231         (rmail-convert-to-babyl-format): Decode by MIME-charset if
7232         rmail-decode-mime-charset is non-nil.
7234 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
7236         * international/characters.el: Set category `q' for all characters
7237         in tibetan and tibetan-1-column.
7239 1999-01-27  Andrew Innes  <andrewi@gnu.org>
7241         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
7242         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
7244 1999-01-27  Dave Love  <fx@gnu.org>
7246         * international/mule-cmds.el (current-language-environment):
7247         Provide :link, :type (choices) and appropriate :get.
7249 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
7251         * startup.el (command-line): Set default eol-mnemonic-* strings to
7252         display end-of-line format in mode line.
7254         * cus-start.el (all): Add eol-mnemonic-* variables.
7256 1999-01-26  Dave Love  <fx@gnu.org>
7258         * startup.el (command-line-1): Up-date copyright.
7260         * paths.el (Info-default-directory-list): Use configdir twice.
7262         * info.el (Info-directory-list): Don't set path-separator now
7263         we're not shipped with Texinfo.  Simplify path definition.
7264         Substitute all occurrences of instdir in Info-default-directory-list.
7266 1999-01-25  Richard Stallman  <rms@gnu.org>
7268         * startup.el (normal-top-level-add-subdirs-to-load-path):
7269         Record the inode numbers of the dirs processed, to avoid loop.
7271         * textmodes/tex-mode.el (tex-run-command): Doc fix.
7273 1999-01-25  Dave Love  <fx@gnu.org>
7275         * browse-url.el (browse-url-netscape-program): Doc addition.
7277         * help.el (help-make-xrefs): Default info references to an `(emacs)'
7278         prefix.
7280         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
7281         auto-mode-alist.
7283 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7285         * calendar/diary-lib.el (mark-diary-entries): Use
7286         assoc-ignore-case and do not capitalize when matching month and
7287         day names.
7289         * calendar/calendar.el (calendar-read-date): Ditto.
7291         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
7292         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
7294         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
7296         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
7298         * calendar/cal-islam.el (calendar-goto-islamic-date)
7299         (mark-islamic-diary-entries): Ditto.
7301         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
7303         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
7304         (calendar-read-mayan-tzolkin-date): Ditto.
7306         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
7308 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
7310         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
7312 1999-01-25  Karl Heuer  <kwzh@gnu.org>
7314         * faces.el (list-faces-display): Multiline case of previous fix.
7316 1999-01-25  Andreas Schwab  <schwab@gnu.org>
7318         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
7320 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
7322         * files.el (find-file): If find-file-noselect returns a list,
7323         do switch-to-buffer on each element.
7324         (find-file-other-window): Likewise for all but the first element.
7325         (find-file-other-frame): Same.
7326         (find-file-noselect): When we expand a wildcard, return a list
7327         of buffers.
7329 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
7331         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
7332         to set the appropriate cpNNN-dos coding system as the
7333         highest-priority coding system.
7335 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
7337         * international/fontset.el (generate-fontset-menu): Return a
7338         sorted list by plain names of fontsets.
7340         * international/mule-diag.el (list-fontsets): Sort fontsets by
7341         plain names.
7343         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
7344         FIRST is a composite character, decompose it at first.
7346 1999-01-23  Dave Love  <fx@gnu.org>
7348         * format.el: Doc fixes.
7349         (format-encode-run-method): Have things happen in the right buffer.
7350         Deal with errors from method.  Set coding-system-for-write.
7351         (format-decode-run-method): Have things happen in the right buffer.
7352         Deal with errors from method.  Set coding-system-for-read.
7353         (format-alist): Use nil instead of unmatchable regexps.
7355         * simple.el (shell-command-on-region): Return command's exit status.
7357 1999-01-23  Eric Ludlam  <zappo@gnu.org>
7359         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
7360         of the file whose info we want to display.
7361         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
7362         (speedbar-add-mode-functions-list) Improve doc.
7363         (speedbar-line-token) New function.
7364         (speedbar-dired) Fix order of directories in -shown-directories.
7365         (speedbar-line-path): Default return is default-directory
7366         (speedbar-buffers-line-path): Return is dir name only.
7367         (speedbar-mode-functions-list): New variable.
7368         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
7369         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
7370         speedbar-files-item-info speedbar-buffers-item-info): New functions.
7371         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
7372         New functions.
7373         (speedbar-line-file): Broke out part that fetches file from a line.
7374         (speedbar-line-text): New function extracted from speedbar-line-file.
7375         (speedbar-line-path): Converted into a replaceable function.
7376         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
7378 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
7380         * international/fontset.el (create-fontset-from-x-resource): Make
7381         style variants.
7383 1999-01-22  Dave Love  <fx@gnu.org>
7385         * paths.el (Info-default-directory-list): Put sysdir after start.
7387 1999-01-22  Sam Steingold  <sds@goems.com>
7389         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
7390         a process associated with it.
7392 1999-01-22  Jason Rumney <jasonr@altavista.net>
7394         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
7396 1999-01-22  Felix Lee  <flee@cygnus.com>
7398         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
7399         major-mode.
7400         (vc-annotate-mode): Delete variable.
7402 1999-01-22  Andrew Innes  <andrewi@gnu.org>
7404         * startup.el (command-line): [windows-nt]: Check for existence of
7405         .emacs file so as to notice .emacs.el or .emacs.elc and use them
7406         in preference to _emacs.
7408 1999-01-22  Dave Love  <fx@gnu.org>
7410         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
7412 1999-01-20  Richard Stallman  <rms@gnu.org>
7414         * files.el (find-file-noselect): Do wildcard processing only
7415         if new arg WILDCARDS is non-nil.
7416         (find-file, find-file-other-window): New arg WILDCARDS.
7417         Default it to non-nil if interactive.
7418         (find-file-other-frame): Likewise.
7419         (find-file-read-only): Likewise.
7420         (find-file-read-only-other-window): Likewise.
7421         (find-file-read-only-other-frame): Likewise.
7423         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
7424         (widget-plist-convert-option): Delete spurious comma.
7426 1999-01-19  Jason Rumney <jasonr@altavista.net>
7428         * term/w32-win.el (w32-standard-fontspec-spec): Change
7429         iso8859-5 to koi8-r.  Add iso8859-9.
7431 1999-01-19  Dave Love  <fx@gnu.org>
7433         * browse-url.el (browse-url-maybe-new-window): Delete macro and
7434         its uses.
7436         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
7437         is active.
7438         (fortran-indent-subprogram): Likewise.
7440 1999-01-19  Dave Love  <d.love@dl.ac.uk>
7442         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
7444 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
7446         * wid-edit.el (alist): Use sexp as default key-type.
7448 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7450         * textmodes/tex-mode.el (tex-define-common-keys):
7451         Remove key binding of tex-feed-input.
7452         (tex-mode-map): Bind tex-feed-input here.
7453         (tex-start-shell): Use compilation-shell-minor-mode.  Set
7454         comint-input-filter-functions before running tex-shell-hook.
7455         (tex-start-tex): Forget compilation errors.
7456         (tex-compilation-parse-errors): Rewritten to work also with
7457         compile-mouse-goto-error and compile-goto-error.  Adjusted to
7458         change in tex-region.
7459         (tex-region): For the temp file use file-name without directory.
7460         (tex-file): Expand file name of tex-print-file.
7462 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7464         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
7466 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
7468         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
7469         beginning could cause Emacs to hang.  Fixed.
7471 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
7473         * international/ccl.el (ccl-compile-translate-character): Handle
7474         the case that a tranlation table is CCL register correctly.
7476         * international/mule-cmds.el (select-safe-coding-system):
7477         Hightlight at most 256 characters.
7479 1999-01-18  Dave Love  <fx@gnu.org>
7481         * startup.el (command-line): If the init file changes operation to
7482         unibyte, make all buffers unibyte and re-set language environment.
7484         * disp-table.el (standard-display-european): Make all existing
7485         buffers unibyte.  Fix doc.
7487 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
7489         * wid-edit.el (coding-system): Define this unconditionally.
7491         * simple.el (shell-command-on-region-default-error-buffer): New var.
7492         (shell-command-on-region): Use that variable as interactive
7493         value of ERROR-BUFFER argument.
7495 1999-01-17  Sam Steingold  <sds@goems.com>
7497         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
7499 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7501         * progmodes/compile.el (compilation-goto-locus): If already in the
7502         compilation buffer's window, keep it in that window.
7503         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
7504         (compile-goto-error): Don't play with windows.
7506         * textmodes/tex-mode.el (latex-run-command): Doc fix.
7507         (tex-command): Doc fix.
7508         (tex-compilation-parse-errors): Doc fix.
7509         (tex-generate-zap-file-name): Don't start the name with -.
7510         (tex-expand-files): Works now also with strings ending with ":".
7512 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
7514         Patch failed to install:
7515         * gametree.el: Document scoring functionality.
7516         (gametree-score-regexp): Add optional plus sign.
7517         (gametree-score-opener): Replace `:' with `=' as the former
7518         conflicts with gametree-half-ply-regexp.
7519         (gametree-transpose-following-leaves): Add.
7520         (gametree-insert-new-leaf): Make modifying commands barf in read
7521         only buffers.
7522         (gametree-break-line-here): Add a call to
7523         `gametree-transpose-following-leaves'.  This maintains the
7524         necessary invariant that on each level all leaf children precede
7525         all nonleaf children.  This has always been implied, but left to
7526         the user, and, unfortunately, undocumented.
7528 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7530         * wid-edit.el (plist, alist): New widget types.
7532 1999-01-17  Dave Love  <fx@gnu.org>
7534         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
7535         fix scope of condition-case therein.
7537 1999-01-17  Andrew Innes  <andrewi@gnu.org>
7539         * dos-w32.el: (find-buffer-file-type-coding-system): Use
7540         default-buffer-file-coding-system when file doesn't exist (and
7541         isn't covered by a special case) instead of forcing undecided-dos
7542         against the user's wishes.
7544         * dos-w32.el (direct-print-region-helper): New function based on
7545         direct-print-region-function; sends data to specified printer port
7546         without further translation.  Recognize and handle specially the
7547         standard `print' and `nprint' programs, as well as `lpr' and
7548         similar programs.  Only write directly to the printer port if no
7549         print program is specified.  Work around a bug in Windows 9x
7550         affecting Win32 version of Emacs by invoking command.com to write
7551         to the printer port instead of writing directly.
7552         (direct-print-region-function): Use direct-print-region-helper to
7553         do most of the work.
7554         (direct-ps-print-region-function): New function; analogue of
7555         direct-print-region-function for ps-print.
7556         (ps-lpr-command): Comment out setq; leave as example usage.
7557         (ps-lpr-switches): Ditto.
7559         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
7560         and MS-Windows.
7561         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
7562         DOS and Windows platforms, to indicate direct printing.  Update
7563         the docstring accordingly.
7565         * ps-print.el: (ps-printer-name): Update docstring about usage on
7566         MS-DOS and MS-Windows.
7567         (ps-lpr-command): Update docstring as for lpr-command.
7568         (ps-print-region-function): New variable.
7569         (ps-do-despool): Use it.
7570         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
7571         DOS/Windows.
7573         * subr.el (subst-char-in-string): New function.
7575 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
7577         * international/codepage.el (cp852-decode-table): Fill a nil entry.
7579         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
7580         (bdf-find-font-info): New function, looks for the first readable
7581         file from a list of alternatives.
7582         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
7583         instead of bdf-get-font-info.
7584         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
7585         to ps-mule-generate-bitmap-glyph.
7587         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
7588         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
7589         now be a list of alternative names.
7590         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
7591         (ps-mule-prepare-font): Likewise.
7593         * international/codepage.el (cp855-decode-table,
7594         cp850-decode-table): Fill some nil entries.
7596 1999-01-16  Dave Love  <fx@gnu.org>
7598         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
7599         last change.
7601 1999-01-15  Dave Love  <fx@gnu.org>
7603         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
7604         and change regexp for command names.
7605         (help-xref-go-back, function-called-at-point, symbol-file)
7606         (where-is): Doc fixes.
7607         (help-xref-go-back): Remove interactive spec.
7608         (describe-function-1): Fix message for alias.  Buttomize alias
7609         name.
7611         * simple.el (join-line): New alias.
7613 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
7615         * forms.el: (forms--show-record): Convert integers to string
7616         expicitly since concat will no longer accept integers.
7617         (forms-print): Use local `total-nb-records' since
7618         `forms--total-records' will be inaccessible after buffer switching.
7620 1998-01-14  Felix Lee  <flee@cygnus.com>
7622         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
7624 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
7626         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
7628 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
7630         * international/codepage.el (cp850-decode-table): Fix previous change.
7632 1999-01-14  Simon Marshall  <simon@gnu.org>
7634         * shell.el (shell-dirtrack-verbose): New custom variable.
7635         (shell-dirstack-message): Use it.
7637 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
7639         * international/mule-conf.el: Coding system alias `dos' for
7640         `undecided-dos', `mac' for `undecided-mac'.
7642         * international/mule-cmds.el (describe-language-environment):
7643         Don't alter input-method-alist.
7645 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
7647         * international/codepage.el (cp850-decode-table): Replace nil
7648         entries with codes of similary looking glyphs.  (Suggested by
7649         Jason Rumney <jasonr@altavista.net>.)
7651 1999-01-13  Dave Love  <fx@gnu.org>
7653         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
7655         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
7657 1999-01-12  Karl Heuer  <kwzh@gnu.org>
7659         * files.el (auto-save-hook): Defvar this.
7661 1999-01-12  Alex Schroeder  <asc@bsiag.com>
7663         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
7664         faces, eliminating the need to load font-lock before loading sql.
7665         (sql-mode-oracle-font-lock-keywords): Likewise.
7666         (sql-mode-postgres-font-lock-keywords): Likewise.
7668 1999-01-11  Dave Love  <fx@gnu.org>
7670         * cus-start.el: Add inhibit-eol-conversion.
7672         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
7673         the values round.
7675 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
7677         * help.el (help-mode-finish): Renamed from help-mode-maybe.
7678         Don't switch to Help mode here.
7679         (temp-buffer-setup-hook): Use help-mode-finish.
7680         (help-mode-setup): New function.
7681         (temp-buffer-setup-hook): Use help-mode-setup.
7683         * progmodes/sql.el: New file.
7685         * files.el (auto-mode-alist): Add sql-mode.
7687         * faces.el (list-faces-display): Improve the formatting
7688         by computing the maximum length required for any face-name.
7690 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7692         * progmodes/compile.el (compilation-shell-minor-mode): New function.
7694 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
7696         * term.el (term_send_home): Change the string to
7697         be the same as the one emitted by xterm and consistent with the
7698         ones emitted by prior and next.
7699         (term_send_end): Likewise.
7701 1999-01-10  Dave Love  <fx@gnu.org>
7703         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
7704         bindings.
7706 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
7708         * international/codepage.el (codepage-setup): Doc fix.
7709         (cp-decoding-vector-for-codepage): Likewise.
7711 1999-01-10  Markus Rost  <rost@gnu.org>
7713         * cus-edit.el (custom-save-delete): First scan the custom-file.
7715 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
7717         * international/iso-transl.el: Define a "function name" for
7718         each translation that isn't ASCII.  Use these function names
7719         in iso-transl-char-map.
7721 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
7723         * international/mule-util.el (decompose-region): Do decomposition
7724         on temporary unibyte buffer.
7726         * international/mule.el (make-char): Doc-string modified.
7728 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
7730         * simple.el (comment-region): Delete spaces only if we
7731         deleted a comment starter.
7733 1999-01-07  Dave Love  <fx@gnu.org>
7735         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7737         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
7738         like eval-defun does.
7740         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
7742         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
7743         constructions.  Doc fixes.
7744         (generic-create-generic-function): Use defalias, not fset.
7746         * find-func.el: More doc fixes.
7748 1999-01-06  Stephen Eglen  <stephen@gnu.org>
7750         * files.el (save-buffers-kill-emacs): Show the list of current
7751         processes before prompting to kill them and exit.
7753 1999-01-06  Dave Love  <fx@gnu.org>
7755         * emacs-lisp/find-func.el: Doc fixes.
7756         (find-function-regexp): Extend for define-generic-mode,
7757         define-derived-mode, easy-mmode-define-minor-mode.
7759 1999-01-06  Dave Love  <fx@gnu.org>
7761         * progmodes/fortran.el (fortran-window-create): Account for scroll
7762         bar width.
7764         * browse-url.el: Require (noerror) w3-auto when compiling.
7765         (browse-url-maybe-new-window): Make it a macro and revert last
7766         change to callers.
7767         (browse-url-w3): Require w3 for w3-fetch-other-window.
7769 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7771         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
7772         argument.
7774 1999-01-06  Simon Marshall  <simon@gnu.org>
7776         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
7778         * font-lock.el (font-lock-default-fontify-buffer): When using
7779         with-temp-message, use nil rather than current-message.
7781         * lazy-lock.el (lazy-lock-unstall):
7782         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
7783         rather than current-message.
7785         * fast-lock.el (fast-lock-save-cache-1):
7786         (fast-lock-cache-data): When using with-temp-message, use nil rather
7787         than current-message.
7789 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
7791         * international/codepage.el (cp-coding-system-for-codepage-1): Add
7792         the valid-codes property.
7794         * international/mule-cmds.el (prefer-coding-system): Call
7795         set-coding-priority, so that the internal array of priorities is
7796         also updated.
7798         * international/mule-util.el:
7799         (coding-system-change-eol-conversion,
7800         coding-system-change-text-conversion): Don't define here.
7802         * international/mule-cmds.el: Define them here.  Remove the
7803         autoload cookies.
7805 1999-01-06  Andreas Schwab  <schwab@gnu.org>
7807         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
7808         if it was enabled before.
7810         * view.el (View-revert-buffer-scroll-page-forward): Bind
7811         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
7813         * files.el (recover-session): Preserve point when inserting
7814         explanation.
7816 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
7818         * cus-edit.el (custom-save-delete): Don't delete whitespace
7819         and comments before the sexp that is replaced.
7821 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7823         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
7825 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7827         * vc.el (vc-dired-hook): Use the original value of
7828         dired-move-to-filename-regexp on lines that have not been
7829         reformatted yet.
7830         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
7831         file lines have already been reformatted.
7833 1999-01-05  Dave Love  <fx@gnu.org>
7835         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
7836         buffer-local.
7838 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
7840         * progmodes/f90.el: Change of regular expressions for type to
7841         correct highlighting and identation. Some small fixes for
7842         compatibility with XEmacs.
7844 1999-01-05  Stephen Eglen  <stephen@gnu.org>
7846         * mspools.el (mspools-vm-system-mail): Provide an alternative
7847         value based on rmail-spool-directory if $MAIL is not defined.
7849 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
7851         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
7852         (reftex-section-info): Handle negative section levels.
7853         (reftex-view-crossref-extra): New option.
7854         (reftex-view-crossref): Generalized to work in more places.
7855         (reftex-find-citation-regexp-format, reftex-find-reference-format,
7856         reftex-macros-with-labels, reftex-global-search-marker): New variables.
7857         (reftex-view-cite-locations-from-bibtex): New command.
7858         (reftex-view-regexp-match, reftex-global-search,
7859         reftex-global-search-continue): New functions.
7860         (reftex-extract-bib-entries): No error for non-existing BibTeX
7861         file, just a message.
7862         (reftex-extract-bib-entries): Better error handling.
7863         (reftex-select-with-char): Use `*RefTeX Select*' for selection
7864         help and force it on current frame.
7865         (reftex-default-bibliography): New function.
7866         (reftex-access-parse-file): Check consistency after loading a
7867         parse file.  When inconsistent, enfore rescan.
7868         (reftex-check-parse-consistency): New function.
7869         (easy-menu-define): Options section drastically shortened.
7871 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
7873         * language/thai-util.el (thai-compose-string): New function.
7875 1999-01-04  Inge Frick  <inge@nada.kth.se>
7877         * easymenu.el (easy-menu-define): Doc fix.
7878         (easy-menu-create-menu): New keyword :included.
7879         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
7880         be an expression, not only a string.  Simulate style `button'.
7881         Use easy-menu-define-key-intern instead of easy-menu-define-key.
7882         (easy-menu-define-key-intern): New function.
7883         (easy-menu-add-item): Understand value returned from
7884         easy-menu-item-present-p and easy-menu-remove-item.
7885         (easy-menu-return-item): New function.
7886         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
7888 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
7890         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
7891         Use rmail-output-read-rmail-file-name to read the file name.
7892         Always call rmail-output-to-rmail-file noninteractively.
7893         When count > 1, do the loop here.
7894         Handle rmail-delete-after-output here.
7895         (rmail-summary-output): Similar changes.
7897         * mail/rmailout.el: Provide `rmailout'.
7898         (rmail-output-read-rmail-file-name): New function.
7899         (rmail-output-to-rmail-file): Use that.
7900         (rmail-output-read-file-name): New function.
7901         (rmail-output): Use that.
7903         * files.el (find-file-noselect): Let /: suppress wildcard matching.
7904         Error if wildcard matches no files.
7906 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
7908         * menu-bar.el (clipboard-yank): Doc fix.
7910         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
7912 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
7914         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
7916 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
7918         * rmail.el (rmail-encode-string): Make sure mask value is
7919         positive; (emacs-pid) returns a negative number on Windows 9x
7920         which causes odd behaviour.
7922 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
7924         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
7925         and about w32-* variables unless on Windows/NT.
7927 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
7929         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
7930         if buffer is modified; ask about all modified buffers.
7932 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
7934         * simple.el (what-cursor-position): Fix previous change.
7936 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
7938         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
7939         from paragraph-start.
7941 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
7943         * international/mule-cmds.el (prefer-coding-system): If the
7944         argument requires specific EOL conversion type, make the default
7945         coding systems use that.
7947 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
7949         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
7950         Use shell-command-on-region.
7951         (m4-start-m4, m4-end-m4): Functions deleted.
7953 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
7955         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
7957 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7959         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
7960         to compose-mail in the correct places and as a list.
7962 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
7964         * page-ext.el: Added mouse-selection feature for pages directory buffer.
7965         (pages-directory-map): Bind mouse-2
7966         (pages-copy-header-and-position): Put text property.
7967         (pages-directory-goto-with-mouse): New function.
7969 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
7971         * international/codepage.el (cp-make-coding-systems-for-codepage):
7972         Doc fix.
7973         (cp-coding-system-for-codepage-1): Likewise.
7975 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
7977         * language/thai-util.el (thai-post-read-conversion): Handle Thai
7978         composition sequence correctly here instead of calling
7979         thai-compose-region.
7981         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
7982         newline in multibyte buffer, if previous or next character is a
7983         composite char, check the first component of the composite char.
7985 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
7987         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
7988         and track-mouse.
7990 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7992         * mail/sendmail.el (mail-yank-original): Remove text properties
7993         after insertion.
7994         (mail-yank-region): Barf if no mark is set in the message
7995         being replied to.
7997         * help.el (function-called-at-point): First look for function at point.
7999 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
8001         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
8003 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
8005         * simple.el (what-cursor-position): Print character encoding also.
8007 1998-12-26  Dave Love  <fx@gnu.org>
8009         * textmodes/flyspell.el: If local-maps work, don't put
8010         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
8011         in flyspell-mouse-map (only).
8012         (flyspell-use-local-map): New variable.
8013         Use a different mouse-2 binding in that case,
8014         and don't add to minor-mode-map-alist.
8015         (make-flyspell-overlay, flyspell-correct-word):
8016         Test flyspell-use-local-map.
8018 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
8020         * files.el (file-expand-wildcards): Handle wildcards in directory name.
8021         Be careful about whether to return a relative file name,
8022         and if so, relative to what directory.
8024 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
8026         * emacs-lisp/easymenu.el (easy-menu-get-map):
8027         Change global map only if this menu exists in the global map already,
8028         and not in the local map.
8029         (easy-menu-do-add-item): Fix error message.
8031         * foldout.el (foldout-inhibit-key-bindings):
8032         Avoid concatenating onto outline-minor-mode-prefix.
8033         Make a new keymap for that prefix, if it does not already have one.
8035 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
8037         * cperl-mode.el:
8038         Can use linear algorithm for indentation if Emacs supports it.
8039         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
8040         (cperl-after-block-p):  Likewise.
8041         (cperl-after-block-and-statement-beg): Likewise.
8042         (cperl-after-block-p):  After END/BEGIN we are a block.
8043         (cperl-after-expr-p):   Skip labels when checking
8044         (cperl-indent-region):  Make a marker for END - text added/removed.
8045         Disable hooks during the call (how to call them later?).
8046         Now indents 820-line-long function in 6.5 sec (including
8047         syntaxification) the first time (when buffer has few
8048         properties), 7.1 sec the second time.
8049         (cperl-indent-region):  Do not indent whitespace lines
8050         (cperl-style-alist)
8051                 Include `cperl-merge-trailing-else' where the value is clear.
8052         (cperl-styles-entries): Likewise.
8053         (cperl-problems):       Improvements to docs.
8054         (cperl-tips):           Likewise.
8055         (cperl-non-problems):   Likewise.
8056         (cperl-mode):           Make lazy syntaxification possible.
8057         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
8058         `font-lock-unfontify-region-function' was set to a wrong function.
8060         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
8061         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
8062         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
8063         but 1<<6 was considered as HERE-doc.
8064         <file/glob> made into a string.
8065         Postpone addition of faces after syntactic step.
8066         Recognition of <FH> was wrong.
8067         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
8068         Knows that split// is null-RE.
8069         Highlights separators in 3-parts expressions as labels.
8070         <> was considered as a glob.
8071         Would err if the last line is `=head1'.
8072         $a-1 ? foo : bar; was a considered a regexp.
8073         `<< (' was considered a start of HERE-doc.
8074         mark qq[]-etc sections as syntax-type=string
8075         Was not processing sub protos after a comment ine.
8076         Was treating $a++ <= 5 as a glob.
8077         Tolerate unfinished REx at end-of-buffer.
8078         `unwind-protect' was left commented.
8079         / and ? after : start a REx.
8081         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
8082         Better default, customizes to `message' too, off in text-mode.
8084         (cperl-array-face): Renamed from `font-lock-emphasized-face',
8085         `defface'd.
8086         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
8087         `defface'd.
8088         (cperl-emacs-can-parse):        New state variable.
8089         (cperl-indent-line):    Corrected to use global state.
8090         (cperl-calculate-indent):       Likewise.
8091         (cperl-fix-line-spacing):       Likewise (not used yet).
8092         (cperl-calculate-indent):       Did not consider `,' as
8093         continuation mark for statements.
8094         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
8095         Remove another parse-data optimization at toplevel: would
8096         indent correctly.
8097         Correct for labels when calculating indentation of continuations.
8098         Docstring updated.
8099         (cperl-choose-color):   Converted to a function (to be
8100         compilable in text-mode).
8101         (cperl-dark-background):        Disable without window-system.
8102         Do `defface' only if window-system.
8103         (cperl-fix-line-spacing):       Sped up to bail out early.
8104         (x-color-defined-p): Was not compiling on XEmacs
8105         Was defmacro'ed with a tick.  Remove another def.
8106         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
8107         (cperl-unwind-to-safe): New function.
8108         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
8109         (cperl-fontify-syntaxically): Unwinds start and end to go out of
8110                                      long strings (not very successful).
8111         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
8112         Highlight the starting // in s//foo/ as function-name.
8113         Emit a meaningful error instead of a cryptic one for an
8114         uncomplete REx near end-of-buffer.
8116         (cperl-electric-keyword):       `qr' recognized.
8117         (cperl-electric-else):          Likewise
8118         (cperl-to-comment-or-eol):      Likewise
8119         (cperl-make-regexp-x):  Likewise
8120         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
8121         Corrected to use new macros;
8122         `if' for copying `reference-face' to `constant-face' was backward.
8123         remove init `font-lock-other-emphasized-face',
8124         `font-lock-emphasized-face', `font-lock-keyword-face'.
8125         Interpolate `cperl-invalid-face'.
8126         (cperl-make-regexp-x):  Misprint in a message.
8127         (cperl-syntaxify-unwind): New configuration variable
8128         (cperl-fontify-m-as-s): New configuration variable
8129         (cperl-electric-pod):   Check for after-expr was performed
8130         inside of POD too.
8131         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
8132         (cperl-clobber-mode-lists): New configuration variable.
8133         (cperl-not-bad-style-regexp):   Updated.
8134         Init:                   `cperl-is-face' was busted.
8135         (cperl-make-face):      New macros.
8136         (cperl-force-face):     New macros.
8137         (font-lock-other-type-face): Done via `defface' too.
8138         (cperl-nonoverridable-face):    New face.  Renamed from
8139         `font-lock-other-type-face'.
8140         (cperl-init-faces-weak):        Use `cperl-force-face'.
8141         (cperl-comment-indent): Commenting __END__ was not working.
8142         (cperl-indent-for-comment):     Likewise.
8143         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
8144         When removing old TAGS info was not relativizing filename.
8145         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
8146         Another try to work around XEmacs problems.  Better progress messages.
8147         (toplevel):             Require custom unprotected => failure on 19.28.
8148         (cperl-xemacs-p):       Defined when compile too
8149         (cperl-find-tags):      Was writing line/pos in a wrong order,
8150         pos off by 1 and not at beg-of-line.
8151         (cperl-etags-snarf-tag): New macro
8152         (cperl-etags-goto-tag-location): New macro
8153         (cperl-version):        New variable.  New menu entry
8154         random docstrings:      References to "future" 20.3 removed.
8155         Menu was described as `CPerl' instead of `Perl'
8156         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
8157         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
8158         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
8159         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
8160         `font-lock-reference-face', `font-lock-keyword-face'.
8161         Use `eval-after-load'.
8162         Remove not-CPerl-related faces.
8163         (cperl-tips-faces):     New variable and an entry into Mini-docs.
8164         (cperl-indent-exp):     Was not processing else-blocks.
8165         (cperl-get-state):      NOP line removed.
8166         (cperl-ps-print):       New function and menu entry.
8167         (cperl-ps-print-face-properties):       New configuration variable.
8168         (cperl-invalid-face):   New configuration variable.
8169         (perl-font-lock-keywords):      Highlight trailing whitespace
8170         (cperl-contract-levels):        Documentation corrected.
8171         (cperl-contract-level):         Likewise.
8172         (cperl-ps-extend-face-list):    New macro.
8173         (cperl-invalid-face):   Change to ''underline.
8175 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
8177         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
8178         for read-file-name.
8179         (rmail-output-to-rmail-file): Likewise.
8181 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
8183         * emacs-lisp/easymenu.el (easy-menu-get-map):
8184         If MENU is nil, use global menu-bar map.
8185         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
8186         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
8188 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8190         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
8192 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8194         * ps-print.el (ps-print-version): New version number (4.1.3).
8196 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
8198         * international/mule-cmds.el: Use make-sparse-keymap instead of
8199         define-prefix-key when defining MULE menu items.
8201         * info.el (Info-node-at-bob-matching): New function.
8202         (Info-find-node, Info-build-node-completions): Call it.
8204 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
8206         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
8207         when this is an autoloaded keymap.
8209 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
8211         * international/codepage.el (cp-coding-system-for-codepage-1):
8212         Create separate encoders and decoders, for DOS and Unix.  Make the
8213         usual family of 3 coding systems, so that automatic detection of
8214         EOL type works.
8215         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
8216         Unix-specific symbols here, and don't call
8217         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
8218         Handa <handa@etl.go.jp>.)
8220         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
8222         * term/internal.el (IT-character-translations): New variable, an
8223         alist used to display characters for which there's no glyphs in
8224         the current codepage.
8225         (IT-display-table-setup): New function, sets up the DOS terminal
8226         for a given codepage.
8227         (dos-codepage-setup): New function, sets up the MULE environment
8228         for the current value of dos-codepage.
8229         (top-level if): In the multibyte mode, turn on
8230         unibyte-display-via-language-environment.  In the unibyte mode,
8231         set up the special syntax tables to map lower- to upper case and
8232         back.
8234 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
8236         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
8237         (speedbar-frame-plist) Remove useless comments.
8238         (speedbar-frame-mode) Do not specify height if it is in the param list.
8239         Use default y position w/out changing it.
8240         If default x position is a list, keep, calculate the non-list X
8241         value when devining an initial position.
8242         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
8243         (speedbar-tag-group-name-minimum-length): New variable.
8244         (speedbar-frame-parameter): New compatibility function.
8245         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
8246         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
8247         groups to keep things in the right order, and to help with some
8248         naming conventions.
8249         (speedbar-create-tag-hierarchy): Enable buffer local version of
8250         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
8251         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
8252         the case, derive it from the cursor location in speedbar.
8254 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
8256         * international/mule-cmds.el (set-language-environment): On MS-DOS
8257         terminals, install DOS-specific nonascii-translation-table if the
8258         language info doesn't specify one.  Pass the default eol-type to
8259         set-language-environment-coding-systems.
8260         (set-default-coding-systems): Copy the eol-type property for the
8261         new default values of {buffer-file,process}-coding-system from the
8262         old defaults.
8263         (set-language-environment-coding-systems): Accept an optional
8264         argument EOL-TYPE, and set the eol-type property of the default
8265         coding systems accordingly.
8266         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
8267         (set-keyboard-coding-system): Likewise.
8268         (set-default-coding-systems): Don't set
8269         default-terminal-coding-system on MS-DOS to anything but nil.
8270         (prefer-coding-system): Describe in the doc string that
8271         default-terminal-coding-system is not changed on MS-DOS.
8272         (set-language-environment): For MS-DOS, set standard syntax table
8273         and display table for all characters with code above 127.
8274         (standard-display-european-internal): For MS-DOS, pass all
8275         characters with code above 127 directly to the terminal, and don't
8276         remap characters 160 and 146 in the unibyte case.
8278         * international/codepage.el: New file.
8280 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8282         * diary-lib.el (diary-float): Fix end-of-year error and typos in
8283         comments.
8285 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
8287         * map-ynp.el (map-y-or-n-p): Ignore input methods.
8289         * subr.el (read-passwd): Likewise.
8291 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
8293         * info.el (Info-find-node): Add 1 to the position read from the
8294         tag table.  Don't fail if the node delimiter ^_ is the first
8295         character in the file.
8296         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
8297         first character in the file.
8298         (Info-read-subfile): Likewise.
8299         (Info-select-node): Likewise.
8300         (Info-build-node-completions): Likewise.
8302 1998-12-16  Richard Stallman  <rms@gnu.org>
8304         * term/x-win.el (x-cut-buffer-or-selection-value):
8305         If clipboard is enabled, try it before PRIMARY selection.
8307 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
8309         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
8310         insert c-cedilla and C-cedilla respectively, like in latin-1.
8312 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
8314         * language/hebrew.el: Don't use sublists in the flags argument
8315         passed to make-coding-system.
8317 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
8319         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
8320         list of character sets found by find-charset-region.
8322         * ps-mule.el: Always require ps-print.  Move some function
8323         definitions for Emacs 20.2 and the earlier to ps-print.el.
8324         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
8326         * ps-print.el: Define several functions for Emacs 20.2 and the
8327         earlier version.
8328         (ps-printer-name): Check if printer-name is bound.
8330 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8332         * ps-mule.el: Programming uniformization and little code improvement.
8333         (ps-mule-prepare-font): Programming uniformization.
8334         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
8335         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
8337         * ps-bdf.el: Programming uniformization and little code improvement.
8338         (bdf-search-and-read): New fun.
8339         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
8340         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
8341         (bdf-info-relative-compose, bdf-info-baseline-offset)
8342         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
8343         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
8344         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
8345         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
8346         improvement.
8348 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8350         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
8351         and mule related code extraction. Autoload ps-mule funs.
8353         * ps-mule.el: Doc fix. Require ps-print only when compiled.
8354         (ps-mule-prologue-generated): New fun.
8355         (ps-mule-plot-string): Add autoload cookie.
8356         (ps-mule-begin-job): Call ps-mule-prologue-generated.
8358 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
8360         * ps-bdf.el: Require ps-mule instead of ps-print.
8361         (bdf-directory-list): Add autoload cookie.
8363         * ps-mule.el: New file.  Mule related code extracted from
8364         ps-print.el.  Require ps-print, provide ps-mule.
8365         (ps-multibyte-buffer): Add autoload cookie.
8366         (ps-mule-prepare-ascii-font): New fun.
8367         (ps-mule-set-ascii-font): New fun.
8368         (ps-mule-skip-same-charset): Fun deleted.
8369         (ps-mule-plot-string): Set ps-mule-current-charset.
8370         (ps-mule-initialize): Add autload cookie.  Don't set
8371         ps-mule-font-info-database here.
8372         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
8373         ps-mule-font-info-database and ps-control-or-escape-regexp.
8374         (ps-mule-begin-page): New fun.
8376         * ps-print.el: Mule related code moved to ps-mule.el.
8377         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
8378         check ps-mule-charset-list.
8379         (ps-begin-page): Don't set ps-mule-current-charset, instead call
8380         ps-mule-begin-page.
8381         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
8382         (ps-plot-region): Don't set ps-mule-current-charset, instead call
8383         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
8384         instead skip same charsets by itself.
8385         (ps-generate): Call ps-mule-initialize of needs-begin-file is
8386         non-nil.  Call ps-mule-begin-job.
8388 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
8390         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
8391         instead of bdf.
8393         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
8394         (ps-mule-external-libraries): New element FEATURE.
8395         (ps-mule-init-external-library): Ajusted for the above change.
8396         (ps-mule-generate-font): Likewise.
8397         (ps-mule-generate-glyphs): Likewise.
8398         (ps-mule-prepare-font): Likewise.
8399         (ps-mule-initialize): Likewise.
8400         (ps-begin-file): Superfluous tailing parenthesis deleted.
8402 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
8404         * international/fontset.el (x-decompose-font-name): If PATTERN
8405         doesn't have any wild cards, return a vector made from a name that
8406         is found by x-resolve-font-name found.  Comments added.
8408         * international/mule-cmds.el (find-coding-systems-for-charsets):
8409         Handle the case of unknown charset.
8410         (find-multibyte-characters): If invalid multibyte characters are
8411         found, return the corresponding strings instead of character
8412         codes.
8413         (find-multibyte-characters): Adjusted for the above change.
8414         (select-safe-coding-system): For a unibyte buffer, always returns
8415         DEFAULT-CODING-SYSTEM.
8416         (get-charset-property): Fix previous change.  Make it a function.
8417         (put-charset-property): Make it a function.
8419         * international/mule.el (make-coding-system): Set mime-charset
8420         property of *-with-esc coding system to nil.
8422         * international/quail.el (quail-point-in-conversion-region): New
8423         function.
8424         (quail-conversion-backward-delete-char): When a key sequence is
8425         being translated, call quail-delete-last-char.
8427         * language/devan-util.el
8428         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
8429         handle devanagari-decomposition-rules.
8431 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
8433         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
8434         tex-start-options-string to empty string.
8435         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
8437 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
8439         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
8440         5xx responses are already handled properly).
8442 1998-12-13  Richard Stallman  <rms@gnu.org>
8444         * progmodes/compile.el (compilation-error-regexp-alist): Insist
8445         on a non-digit in the file name.
8447         * simple.el (comment-region): Handle comment-padding
8448         separately for insertion and for deletion, in the right way for each.
8450 1998-12-13  Felix Lee  <flee@cygnus.com>
8452         * progmodes/compile.el (compilation-error-regexp-alist): Fix
8453         regexp to match "ChangeLog:1:1998-12-09 ..."
8455 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
8457         * cus-start.el (dos-unsupported-char-glyph): Add.
8459 1998-12-11  Dave Love  <fx@gnu.org>
8461         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
8462         forward-sexp in condition-case.
8464         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8465         Remove unnecessary test on `library' for explicit file name.
8466         Widen scope of save-match-data.
8468 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
8470         * international/mule.el (load-with-code-conversion): If the loaded
8471         file was inserted  with no-conversion or raw-text coding system,
8472         make the buffer unibyte.
8474 1998-12-09  Richard Stallman  <rms@gnu.org>
8476         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8477         Get rid of nested loops.
8479         * mouse.el (mouse-drag-vertical-line):
8480         If WHICH-SIDE is not `right', then scroll bars are on the left.
8482         * loadhist.el (load-history-loaded): defvar moved to help.el.
8484         * help.el (symbol-file-load-history-loaded): Variable renamed,
8485         and defvar moved from loadhist.el.
8486         (symbol-file): Renamed from describe-function-find-file.
8487         Load fns-VERSION.el here.
8488         (describe-variable, describe-function-1): Use symbol-file.
8490         * textmodes/tex-mode.el (tex-generate-zap-file-name):
8491         Don't start the name with #.
8493         * ispell.el: Take out the eval-when's.
8495 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
8497         * dirtrack.el (dirtrack-directory-change-hook): New hook.
8498         (dirtrack): Run it.  Make debug message more verbose.
8500 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
8502         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
8503         name of the abbrev table, and provide support for XEmacs.
8504         (octave-xemacs-p): New variable.
8506 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
8508         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
8509         exit, when mail-interactive is nil.
8511 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
8513         * files.el (after-find-file): Message fix.
8515 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
8517         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
8519 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
8521         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
8522         filenames using backslashes.
8524 1998-12-09  Dave Love  <fx@gnu.org>
8526         * browse-url.el (browse-url-mail): Call compose-mail-other-window
8527         with correct number of args.
8528         (browse-url-maybe-new-window): New arg.  Callers changed.
8530         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
8531         comment.
8533 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
8535         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
8537 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
8539         * vc.el (vc-rcs-release): Fix Type.
8540         (vc-sccs-release): Fix Type.
8541         (vc-cvs-release): Fix Type.
8543         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
8544         arg work right.
8546         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
8547         output of last undeleted message.
8549 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
8551         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
8552         (buffer-undo-list) [windows-nt]: Use different relative path.
8554 1998-12-07  Simon Marshall  <simon@gnu.org>
8556         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
8558 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
8560         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
8562         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
8564 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
8566         * info.el (Info-menu): Don't return error if point is between menu
8567         header and first menu item.
8569 1998-12-04  Dave Love  <fx@gnu.org>
8571         * help.el (describe-function-1): Fix description for alias.
8573 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
8575         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
8576         specifications from summary line.
8578         * rect.el (delete-whitespace-rectangle): Mark for autoload.
8579         (close-rectangle): Define alias only once in loaddefs.el.
8581 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
8583         * term/internal.el: Remove code which sets up a special syntax
8584         table for non-ASCII characters.
8586 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
8588         * dos-w32.el (direct-print-region-function): Try to ensure that
8589         printer-name is expanded to a file name on a local drive;
8590         sometimes printing a file loaded from a network volume fails.
8591         (direct-print-region-function): Add a function to
8592         write-region-annotate-functions to append a formfeed character to
8593         the region being printed, if the region doesn't end with a
8594         formfeed already.  This avoids creating a second print job
8595         containing a blank page when print spooling is enabled on Windows.
8597 1998-12-02  Dave Love  <fx@gnu.org>
8599         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
8600         `Info-goto-node'.
8602 1998-12-02  Richard Stallman  <rms@gnu.org>
8604         * help.el (temp-buffer-resize-mode): Doc fix.
8606         * cus-edit.el (custom-save-delete): Save point before
8607         reading a sexp, rather than backing up.
8609         * international/iso-transl.el: Fix previous change.
8611 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8613         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
8614         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
8615         Added defvars to suppress compilation warnings.
8617 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
8619         * ispell.el: Improved and fixed customize for variables:
8620         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
8621         ispell-dictionary-alist, ispell-skip-sgml.
8622         Improved and fixed comments in variables and messages for
8623         functions: ispell-help-in-bufferp, ispell-local-dictionary,
8624         ispell-menu-map, ispell-checking-message, ispell-parser,
8625         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
8626         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
8627         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
8628         ispell-message-text-end, ispell-add-per-file-word-list.
8629         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
8630         system is now required for all languages.  Casechars improved for
8631         castellano, castellano8, and norsk dictionaries.  Dictionary
8632         norsk7-tex added.  Dictionary polish added.
8633         (ispell-dictionary-alist): Redefined at load-time to support
8634         dictionary changes.
8635         (ispell-menu-map): Redefined at load-time to support menu changes.
8636         (ispell-check-version): New alias for `check-ispell-version'.
8637         (ispell-parse-output): Fixed matching for ispell error messages.
8638         Correctly returns spelling suggestions in order generated by ispell
8639         process.
8640         (check-ispell-version): Ensure `case-fold-search' doesn't get
8641         redefined.
8642         (ispell-complete-word): Ensure `case-fold-search' doesn't get
8643         redefined.  Fix bug that didn't respect case of word being completed.
8644         (ispell-init-process): Set process coding system to be compatible
8645         with emacs processes and the ispell process.
8646         (ispell-kill-ispell): Ensures ispell process has terminated before
8647         starting new process.  This can otherwise confuse process filters
8648         and hang the ispell process.
8649         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
8650         skipping support for sgml.
8651         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
8652         which could cause `ispell-complete-word' to hang.
8653         (ispell-message): Improved message reference matching.  Ensure
8654         `case-fold-search' doesn't get redefined.
8655         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
8656         get redefined.  Fixed bug in returning to nroff mode from tex mode.
8657         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
8658         get redefined.
8660 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
8662         * textmodes/flyspell.el (flyspell-check-word-p):
8663         Don't delay inside a kbd macro.
8665         * subr.el (make-local-hook): Return the hook variable.
8667 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
8669         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
8670         Use a timer instead of post-command-hook.
8671         (hscroll-timer): New variable.
8673 1998-11-30  Dave Love  <fx@gnu.org>
8675         * help.el (help-xref-button): Do nothing if text already has the
8676         help-xref property.
8677         (describe-variable): Revert previous change to hyperlink to source.
8679 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
8681         * bindings.el (features): Add `base64' to this list.
8683         * loadhist.el (symbol-file): Doc fix.
8685         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
8687         * files.el (hack-one-local-variable): Cope with non-file buffers.
8689 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
8691         * help.el (describe-mode): Put major mode first.
8693         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
8694         to support special-display and same-window features.
8696 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
8698         * simple.el (transpose-subr, transpose-subr-1): Rename variables
8699         bound in one function and used in the other.
8700         (transpose-subr-start1, transpose-subr-start2): Add defvars.
8701         (transpose-subr-end1, transpose-subr-end2): Add defvars.
8703 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
8705         * autoinsert.el (auto-insert-alist): Use user-mail-address.
8707 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
8709         * international/ccl.el (ccl-dump-translate-character-const-tbl):
8710         Give format correct control string.
8712         * international/mule.el (define-translation-table): Fix bug of
8713         setting incorrect translation-table-id.  If the first element of
8714         ARGS is a translation table, just register it.
8716         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
8717         property.
8719 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
8721         * thingatpt.el (thing-at-point-url-at-point): Don't use current
8722         syntax table to determine what is whitespace.
8724 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
8726         * frame.el (frame-parameter): Doc fix.
8728         * textmodes/tex-mode.el (tex-feed-input): New function.
8729         (tex-define-common-keys): Add binding for C-c C-m.
8731 1998-11-23  Dave Love  <fx@gnu.org>
8733         * progmodes/fortran.el: Various minor doc fixes.
8734         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
8735         (fortran-with-subprogram-narrowing): New macro.
8736         (fortran-check-for-matching-do): Use it.
8737         (fortran-end-do): Use fortran-check-end-prog-re.
8738         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
8739         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
8741 1998-11-23  Simon Marshall  <simon@gnu.org>
8743         * font-lock.el (font-lock-defaults): Doc fix.
8744         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
8745         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
8747         * lazy-lock.el (lazy-lock-unstall):
8748         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
8750         * fast-lock.el (fast-lock-save-cache-1):
8751         (fast-lock-cache-data): Rewritten to use with-temp-message.
8753 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
8755         * mail/rmail.el (rmail-set-message-counters-counter): Detect
8756         messages that have been added with DOS line endings and convert
8757         the line endings for such messages.
8759 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
8761         * help.el: Add resizing of temporary buffers.
8762         (temp-buffer-resize-mode): New command and variable.
8763         (temp-buffer-max-height): New variable.
8764         (resize-temp-buffer-window): New function.
8766         * window.el (window-buffer-height): New function, split from
8767         shrink-window-if-larger-than-buffer.
8768         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
8770 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
8772         * frame.el (initial-frame-alist): Add defcustom.
8774         * shell.el (shell-prompt-pattern): Add defcustom.
8776 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8778         * message.el (message-ignored-supersedes-headers): Remove
8779         NNTP-Posting-Date.
8781 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
8783         * help.el (describe-mode): Don't avoid loop indirecting thru
8784         value of INDICATOR.
8786 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
8788         * help.el (describe-variable): Allow any variable with a defcustom,
8789         even if it is not a user variable.
8791         * mail/rmail.el (mail-unsent-separator): Additional alternative.
8793 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
8795         * gnus/nntp.el (nntp-request-group): Allow for failures when
8796         requesting a new group.
8798 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
8800         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
8802 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8804         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
8806 1998-11-19  Simon Marshall  <simon@gnu.org>
8808         * subr.el (with-temp-message): New macro.
8810         * emacs-lisp/lisp-mode.el (with-temp-message):
8811         Add lisp-indent-function property.
8813 1998-11-18  Dave Love  <fx@gnu.org>
8815         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
8817 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
8819         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
8820         This is not obsolete.
8822 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
8824         * textmodes/picture.el: Make a new map by make-keymap.
8825         (picture-desired-column): New variable.
8826         (picture-update-desired-column): New function.
8827         (picture-beginning-of-line): Set picture-desired-column to 0.
8828         (picture-end-of-line): Set picture-desired-column to the current
8829         column.
8830         (picture-forward-column): Pay attention to multi-column character.
8831         (picture-backward-column): Likewise.
8832         (picture-move-down): Likewise.
8833         (picture-move-up): Likewise.
8834         (picture-movement-nw): With prefix arg, move twice columns.
8835         (picture-movement-ne): Likewise.
8836         (picture-movement-sw): Likewise.
8837         (picture-movement-se): Likewise.
8838         (picture-set-motion): Handle two-column movements.
8839         (picture-move): Call picture-move-down or picture-forward-column
8840         only when necessary.
8841         (picture-insert): Pay attention to picture-desired-column.
8842         (picture-self-insert): Likewise.
8843         (picture-clear-column): Pay attention to multi-column character.
8844         (picture-mode): Modify doc-string for two-column movement.
8846         * rect.el (move-to-column-force): New function.
8847         (operate-on-rectangle): If coerce-tabs is non-nil, call
8848         move-to-column-force instead of move-to-column.
8849         (insert-rectangle): Call move-to-column-force instead of
8850         move-to-column.
8851         (open-rectangle-line): If begextra is not zero, call
8852         move-to-column-force.
8855 1998-11-16  Dave Love  <fx@gnu.org>
8857         * textmodes/sgml-mode.el Require skeleton when compiling.
8858         (sgml-font-lock-keywords-1): Accept single-letter tags.
8859         (v2): Defvar free variable.
8861 1998-11-16  Sam Steingold  <sds@goems.com>
8863         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
8864         macro, not ELisp one.
8866 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
8868         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
8869         characters to symbol.
8871         * language/japan-util.el (japanese-zenkaku-region): New optional
8872         arg KATAKANA-ONLY.
8874 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
8876         * international/mule.el
8877         (after-insert-file-set-buffer-file-coding-system): If the buffer
8878         is changed to unibyte, return inserted bytes.
8880         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
8881         and link names if necessary.
8882         (tar-header-block-summarize): Handle the case that file or link
8883         names are multibyte.
8884         (tar-summarize-buffer): At first set the current buffer unibyte,
8885         then if there are multibyte file names, change it to multibyte.
8886         (tar-mode): Get char position from tar-header-offset.
8887         (tar-extract): Avoid multibyte<->unibyte conversion in
8888         insert-buffer-subsring by setting both buffers unibyte
8889         temporarily.
8890         (tar-copy): Set the buffer unibyte while doing a work.  Write
8891         without code conversion.
8892         (tar-expunge): Set the buffer unibyte while doing a work.
8893         (tar-alter-one-field): Likewise.
8894         (tar-clear-modification-flags): Compare byte position with
8895         tar-header-offset.
8896         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
8897         insert-buffer-subsring by setting both buffers unibyte
8898         temporarily.  Pay attention to multibyteness while updating the
8899         descriptor-line.
8900         (tar-mode-write-file): Write without code conversion.
8902 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8904         * nngateway.el: Require cl.
8906 1998-11-15  Dave Love  <fx@gnu.org>
8908         * progmodes/fortran.el: Fix previous change:
8909         (fortran-end-prog-re1): Changed.
8910         (fortran-check-end-prog-re): New function.
8911         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
8913 1998-11-13  Tom Breton  <tob@world.std.com>
8915         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
8916         GNU Emacs.
8918 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
8920         * textmodes/reftex.el: (reftex-finding-files): Group documentation
8921         fixed.
8922         (reftex-toc-toggle-file-boundary,
8923         reftex-toc-toggle-labels,
8924         reftex-toc-toggle-context,reftex-find-start-point): New functions.
8925         (reftex-toc-include-labels, reftex-toc-include-context,
8926         reftex-toc-include-file-boundaries,
8927         reftex-toc-keep-other-windows): New options.
8928         (reftex-use-text-after-label-as-context): Option removed.
8929         (reftex-extract-bib-entries): Protect use in non-latex
8930         buffers.
8931         (reftex-toc-visit-location): Renamed from
8932         `reftex-toc-visit-line'.
8933         (reftex-latin1-to-ascii): Works now with and without Mule.
8934         (reftex-truncate): Removed special stuff for Emacs 20.2.
8935         (reftex-get-offset): Made more general.
8936         (reftex-show-label-location): Renamed from
8937         `reftex-select-label-callback'.
8938         (reftex-pop-to-label): Function removed (using
8939         `reftex-show-label-location' instead.
8940         (reftex-insert-docstruct): Renamed from
8941         `reftex-make-and-insert-label-list'.  Function args changed.
8942         (reftex-toc): Now uses `reftex-insert-docstruct' and
8943         `reftex-find-start-point'.
8944         (reftex-select-item): Use `reftex-find-start-point'.
8945         (reftex-toc-visit-line): Can display labels and file
8946         boundaries.
8947         (reftex-TeX-master-file): `(TeX-master-file)' protected.
8949 1998-11-12  Sam Steingold  <sds@goems.com>
8951         * browse-url.el (browse-url): Handle the case when
8952         `browse-url-browser-function' is a lambda list.
8954 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
8956         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
8957         version string.
8958         * loadhist.el (symbol-file): Likewise
8960 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
8962         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
8964 1998-11-11  Sam Steingold  <sds@goems.com>
8966         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
8967         `run-lisp' instead of signalling an error.
8969 1998-11-11  Karl Heuer  <kwzh@gnu.org>
8971         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
8973 1998-11-11  Richard Stallman  <rms@gnu.org>
8975         * vc-hooks.el (vc-toggle-read-only): Doc fix.
8977 1998-11-11  Per Starback  <starback@update.uu.se>
8979         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
8980         renamed svenska8 to svenska, and fixed and extended CASECHARS
8981         for it.
8983 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
8985         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
8986         handling if setpagedevice is not available.
8987         (ps-begin-file): Fix typo.
8989 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
8991         * international/mule-util.el (compose-chars-component): Signal
8992         error if CH is a rule-based composition character.
8993         (compose-chars): Signal error if an already compsed character is
8994         going to be composed by rule-base.
8996         * term/x-win.el: If a resolved ASCII font name doesn't conform to
8997         full XLFD, don't try to get information of WEIGHT and SLANT from
8998         that font name.
9000 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
9002         * dos-w32.el (set-default-process-coding-system): Use function on
9003         before-init-hook to set default-process-coding-system based on
9004         enable-multibyte-characters.
9006         * term/w32-win.el ([language-change]): For now ignore
9007         keyboard language-change events.
9009 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
9011         * ediff-util.el (ediff-make-temp-file): Run the prefix through
9012         convert-standard-file-name, but leave the results of
9013         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
9014         characters if the original name already exists, or has a special
9015         handler.
9017 1998-11-10  Karl Heuer  <kwzh@gnu.org>
9019         * international/iso-insert.el: Delete autoload cookies.
9021         * international/iso-transl.el: Add autoload cookies.
9023 1998-11-10  Richard Stallman  <rms@gnu.org>
9025         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
9026         (ispell-process-line): Don't treat multibyte
9028 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
9030         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
9031         setpagedevice to specify the page size if setpagedevice is
9032         available.  This is necessary to select the correct paper tray on
9033         Level 2 printers with multiple paper sizes available.
9035         (ps-begin-file): Cope with font names that contain spaces, and
9036         call BeginDoc in a BeginSetup/EndSetup block.
9038 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
9040         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
9041         convert-standard-filename.
9043         * loadhist.el (symbol-file): Run fns-VERSION.el through
9044         convert-standard-filename.
9046 1998-11-06  Richard Stallman  <rms@gnu.org>
9048         * textmodes/texinfmt.el (texinfo-format-scan):
9049         Detect the case of two @-commands in a row; process just the first.
9050         (texinfo-append-refill): If line has a @c, insert the @refill
9051         before it.
9052         (texinfo-format-refill): Return with point where the @refill was.
9054         * files.el (hack-local-variables): Test local-enable-local-variables.
9055         (hack-local-variables-prop-line): Likewise.
9056         (set-auto-mode): Don't test local-enable-local-variables here.
9057         (enable-local-variables): Doc fix.
9058         (local-enable-local-variables): Doc fix.
9059         (normal-mode): Doc fix.
9061 1998-11-06  Karl Heuer  <kwzh@gnu.org>
9063         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
9065 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
9067         * simple.el (line-number-mode): Doc fix.
9069 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
9071         * international/fontset.el (create-fontset-from-fontset-spec):
9072         Give correct arg to `error'.
9074 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
9076         * textmodes/sgml-mode.el (html-mode): Doc fix.
9077         (sgml-name-8bit-mode): Fix missing format character in message string.
9079 1998-11-05  Karl Heuer  <kwzh@gnu.org>
9081         * mail/sendmail.el (sendmail-send-it): Check for failure.
9083 1998-11-05  Richard Stallman  <rms@gnu.org>
9085         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
9087         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
9088         (close-rectangle): Define as alias.
9090 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
9092         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
9094 1998-11-05  Dave Love  <fx@gnu.org>
9096         * help.el (describe-variable): Don't quote link to source.
9098 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
9100         * gud.el (gud-common-init): Use pop-to-buffer.
9101         (same-window-regexps): Add an element that matches all gud buffers.
9103 1998-11-04  Jason Rumney  <jasonr@altavista.net>
9105         * term/w32-win.el (x-get-selection-value): Alias to
9106         x-cut-buffer-or-selection-value.
9107         (w32-standard-fontset-spec): New variable.
9108         (w32-create-initial-fontsets, mouse-set-font): Check whether
9109         new-fontset is available.
9110         (w32-use-w32-font-dialog): Enable use of set-variable.
9112 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9114         * vc.el (with-vc-file, edit-vc-file): New macros.
9116 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
9118         * international/quail.el (quail-show-guidance-buf): Call
9119         set-minibuffer-window to set minibuffer window of the current
9120         frame correctly.
9122 1998-11-03  Theodore Jump <tjump@tertius.com>
9124         * term/w32-win.el: Require fontset.
9126 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
9128         * faces.el (set-face-font): Call resolve-fontset-name on w32.
9129         (set-face-font-auto): Ditto.
9131 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
9133         * mouse.el (mouse-drag-region): Fix typo.
9135 1998-11-02  Dave Love  <fx@gnu.org>
9137         * progmodes/fortran.el Fix for fontification of strings lost somehow:
9138         (fortran-fontify-string): New function.
9139         (fortran-font-lock-keywords-1): Use it.
9141 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
9143         * comint.el (comint-file-name-quote-list): Doc fix.
9145 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
9147         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
9148         build directory, not source directory.
9150         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
9151         if we did not get one for the final move.
9153 1998-11-01  Dave Love  <fx@gnu.org>
9155         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
9156         Don't funcall browse-url-browser-function.
9158         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
9159         Don't funcall browse-url-browser-function.
9161         * fortran.el (fortran-end-prog-re1): Fix the regexp.
9163 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
9165         * files.el (revert-buffer): Doc fix.
9167 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
9169         * textmodes/tex-mode.el (tex-start-options-string):
9170         Quote the backslashes with more backslashes.
9172 1998-10-31  Dave Love  <fx@gnu.org>
9174         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
9175         (webjump): Don't funcall browse-url-browser-function.
9177 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
9179         * international/quail.el (quail-start-translation): Handle
9180         switching of the frame in read-key-sequence.
9181         (quail-start-conversion): Likewise.
9182         (quail-show-guidance-buf): Detach quail-guidance-buf from any
9183         windows before setting an appropriate window for it.
9184         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
9185         quail-guidance-win to nil.
9186         (quail-update-guidance): If quail-guidance-buf is not in the
9187         selected frame, call quail-show-guidance-buf again.
9189 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
9191         * progmodes/pascal.el (pascal-mode):
9192         `blink-matching-paren-dont-ignore-comments' set to t.
9194 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9196         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
9198 1998-10-30  Dave Love  <fx@gnu.org>
9200         * vc.el (vc-backend-merge-news): Check for "P" output.
9202         * help.el (describe-variable): Hyperlink the definition.
9204 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
9206         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
9207         (sh-set-shell): Likewise.
9209         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
9211         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
9212         (edebug-on-error): Fix customize type to match that of
9213         debug-on-error.
9215         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
9217         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
9218         report-emacs-bug-address instead of undefined bug-gnu-emacs.
9220         * international/mule-cmds.el (select-message-coding-system): Doc
9221         fix.
9223         * international/mule-diag.el (describe-coding-system): Describe
9224         all flags.
9226         * mail/sendmail.el (sendmail-coding-system,
9227         default-sendmail-coding-system): Doc fix.
9229         * simple.el (shell-command-on-region): Doc fix.
9231         * loadup.el: Write fns-*.el in current directory instead of
9232         data-directory since no installation directory exists yet.  Mark
9233         buffer unmodified afterwards.
9235         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
9236         instead of data-directory since it is architecture dependent.
9237         (load-history-loaded): Update doc string.
9239 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
9241         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
9242         path as a default directory when canonicalizing names.
9244         * w32-fns.el: Remove a dangling reference to a directory on the
9245         build machine.
9247 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
9249         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
9250         namespace related keywords such as `class', `body', `private',
9251         `variable', `namespace eval', etc.
9252         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
9253         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
9254         imenu and font-lock so that searches for \sw would find words
9255         containing colons.
9257         * progmodes/etags.el (initialize-new-tags-table):
9258         Do not alter find-tag-marker-ring and tags-location-ring.
9260 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
9262         * term/w32-win.el: Require fontset.
9263         (w32-init-fontsets): New function (code from x-win.el).
9265 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9267         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
9268         calendar-and-diary-frame-parameters):  Add title parameter.
9270 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
9272         * completion.el (dynamic-completion-mode): New function to enable
9273         the mode.  (Just loading the file now does not change anything.)
9275 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9277         * ps-print.el: User option for multibyte buffer handling and doc fix.
9278         (ps-multibyte-buffer): New user option.
9279         (ps-setup): Print new user option.
9280         (ps-print-quote): New fun.
9281         (ps-color-p, ps-mule-font-info-database-latin): New var.
9282         (ps-default-color, ps-mule-font-info-database)
9283         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
9284         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
9285         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
9286         Little code improvement.
9287         (ps-mule-initialize): Initialize ps-mule-font-info-database.
9288         (ps-print-prologue-header, ps-font-family, ps-font-size)
9289         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
9290         (ps-build-face-reference, ps-mule-font-info-database-bdf)
9291         (ps-mule-external-libraries, ps-mule-init-external-library)
9292         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
9293         Doc fix.
9294         (ps-print-version): New version number (4.1.1) and doc fix.
9295         (ps-print-prologue-header): New user option.
9296         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
9297         Conditional compilation for GNU Emacs and emacsens.
9298         (ps-generate-postscript-with-faces): Skip invisible text better.
9299         (ps-setup): Print new user option.
9300         (ps-print-preprint): Check if input file name exists and is unwritable.
9301         (ps-begin-file): Adjust PostScript prologue header for duplex printers
9302         and insert user PostScript prologue header comments.
9303         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
9304         New funs.
9305         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
9306         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
9307         PostScript programming normalization.
9308         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
9309         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
9310         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
9311         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
9312         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
9313         Programming style normalization.
9315 1998-10-26  Kenichi Handa <handa@etl.go.jp>
9317         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
9318         version, check the value of mule-version.
9320         * international/mule-util.el (compose-region): Insert then delete
9321         to preserve markers.
9322         (decompose-region): Use search-forward for efficiency.
9324         * language/chinese.el (pre-write-encode-hz): Cancel previous
9325         change, use generate-new-buffer instead of get-buffer-create.
9326         * language/devan-util.el
9327         (in-is13194-devanagari-pre-write-conversion): Likewise.
9328         * language/thai-util.el (thai-pre-write-conversion): Likewise.
9329         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
9330         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
9332 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
9334         * mail/rmailsum.el (rmail-message-subject-p):
9335         Handle message whose header has not been reformatted.
9337         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
9339 1998-10-25  Jason Rumney  <jasonr@altavista.net>
9341         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
9342         New variables.
9343         (mouse-set-font): Use font menus instead of dialog according to
9344         w32-use-w32-font-dialog.
9346 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9348         * calendar/calendar.el (calendar-day-name-array): Add doc string
9349         correctly!
9350         (calendar-month-name-array): Add doc string correctly!
9352 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
9354         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
9356 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
9358         * lisp/info.el (Info-next-menu-item): Stay on top of node.
9360         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
9362         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
9364         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
9366 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
9368         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
9370 1998-10-21  Karl Heuer  <kwzh@gnu.org>
9372         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
9373         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
9374         (profile-filter, profile-reset-timer): Functions deleted.
9375         (profile-check-zero-init-times, profile-get-time): Likewise.
9376         (profile-find-function, profile-quit): Likewise.
9377         (profile-distinct, profile-call-stack, profile-last-time): New vars.
9378         (profile-time-list, profile-init-list): Doc fix.
9379         (profile-functions): Simplify.
9380         (profile-print): Use float.  Make output include space separators.
9381         (profile-add-time): New helper function.
9382         (profile-function-prolog): Renamed from profile-start-function.
9383         Handle profile-distinct.
9384         (profile-function-epilog): Renamed from profile-update-function.
9385         Handle profile-distinct.
9386         (profile-a-function): If the function to be profiled is an
9387         autoload form, load it.  If it's lazy-loaded, fetch it.
9388         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
9389         (profile-restore-fun): Arg FUN is now a function symbol, as was
9390         documented, rather than a one-element list.
9391         (profile-finish): Call profile-restore-fun properly.
9393 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
9395         * international/characters.el: Setup charset property
9396         nospace-between-words.
9398         * international/mule-cmds.el (get-charset-property): If CHARSET is
9399         composition, return nil.
9400         (put-charset-property): If CHARSET is composition, do nothing.
9402         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
9403         * language/devan-util.el
9404         (in-is13194-devanagari-pre-write-conversion): Likewise.
9405         * language/thai-util.el (thai-pre-write-conversion): Likewise.
9406         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
9407         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
9409         * textmodes/fill.el (sentence-end-without-period): New variable.
9410         (canonically-space-region): Pay attention to
9411         sentence-end-without-period.
9412         (fill-find-break-point): The first argument CHARSET deleted.
9413         Caller changed.
9414         (fill-region-as-paragraph): Pay attention to charset property
9415         nospace-between-words and text property nospace-between-words.
9417 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
9419         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
9420         an unrecognized shell.
9422 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
9424         * desktop.el (desktop-save): Include minor modes symbolically.
9425         (desktop-create-buffer): Turn on all minor modes in `mim'.
9427 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
9429         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
9430         (sh-font-lock-keywords): Handle rpm and rpm2.
9431         (sh-ancestor-alist): Handle rpm.
9433         * files.el (auto-mode-alist): Recognize .rpm files.
9434         Also .spec and .mspec files.
9436 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
9438         * faces.el (frame-set-background-mode): Enable the function for
9439         MSDOS frames.
9441 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9443         * calendar/calendar.el (calendar-day-name-array): Add doc string.
9444         (calendar-month-name-array): Add doc string.
9446 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9448         * simple.el (kill-ring-max): Increased to 60.
9450 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
9452         * international/characters.el: Setup auto-fill-chars.
9454         * international/kinsoku.el (kinsoku): Check the variable
9455         enable-kinsoku.
9457         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
9458         Don't call kinsoku directly, intead call fill-find-break-point.
9460         * textmodes/fill.el: Setup `fill-find-break-point-function'
9461         property to character sets which require `kinsoku' processing for
9462         filling.
9463         (fill-find-break-point): New function.
9464         (fill-region-as-paragraph): Don't check kinsoku-enable here.
9465         Don't call kinsoku directly, intead call fill-find-break-point.
9467 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
9469         * faces.el (modify-face-read-string): Return (nil) for "none".
9470         (modify-face): Don't get error if (nil) is the argument.
9471         (face-try-color-list): Don't check whether nil is a valid color.
9473 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
9475         * emacs-lisp/bytecomp.el (byte-recompile-directory):
9476         Print message about each directory, even in batch mode.
9478         * gnus/nntp.el: Require `cl' before using nnoo-declare.
9480         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
9481         (ps-mule-string-char): No need to use sref.
9482         (ps-mule-next-index): No need to use sref.
9484         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
9486         * files.el (revert-buffer-internal-hook): Add defvar.
9488         * arc-mode.el (archive-mode): Locally set file-precious-flag.
9490         * tar-mode.el (tar-mode): Locally set file-precious-flag.
9492 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
9494         * international/mule-cmds.el (default-input-method): Fix custom type.
9496         * net-utils.el (whois-server-list): Fix customization type.
9498         * shell.el (shell-input-autoexpand): Fix customization group.
9500 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
9502         * repeat.el (repeat): Handle keyboard macros properly.
9503         Handle new prefix arg after self-insert command.
9505         * repeat.el: Don't include cl even at compile time.
9506         (repeat): Avoid using `loop'.
9508         * simple.el (shell-command-on-region): Doc fix.
9509         (next-history-element): Special error message if no default.
9511 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
9513         * ps-print.el (ps-print-buffer): Doc fix.
9514         (ps-despool): Likewise.
9516         * arc-mode.el (arc-mode): Provide arc-mode.
9518 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
9520         * ps-print.el (ps-print-buffer): Doc fix.
9522 1998-10-14  Dave Love  <fx@gnu.org>
9524         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
9525         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
9526         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
9528         * progmodes/fortran.el (fortran-mode-map): Change "Join
9529         Continuation Line" to "Join Line".
9530         (fortran-font-lock-keywords-1): Add "cycle", "exit".
9532 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9534         * progmodes/fortran.el (fortran-join-line): Use
9535         `delete-indentation' instead of issuing an error message if not on
9536         a continuation line.  Provide for joining several lines using
9537         prefix arg.
9539 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
9541         * term/pc-win.el (msdos-color-values): New variable.
9542         (x-color-values): New function, emulates its namesake from
9543         src/xfns.c.
9544         (msdos-bg-mode): Add all dark colors to those which return
9545         "dark".
9547 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
9549         * replace.el (keep-lines, flush-lines, how-many):
9550         Don't ignore case if arg has upper case letters.
9552 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
9554         * progmodes/vhdl-mode.el
9555         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
9556         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
9557         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
9558         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
9559         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
9560         (vhdl-when): Fix indentation problem.
9561         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
9562         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
9563         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
9565 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
9567         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
9568         (ls-lisp-insert-directory): Renamed from insert-directory.
9569         (insert-directory): New function.
9571 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
9573         * simple.el (completion-fixup-function): Variable deleted.
9574         (completion-setup-function): Delete code for completion-fixup-function.
9575         * emacs-lisp/lisp.el (lisp-complete-symbol):
9576         Don't bind completion-fixup-function.
9578         * files.el (find-file-wildcards): New option.
9579         (find-file-noselect): Handle wild cards, if enabled.
9580         (file-expand-wildcards): New function.
9582         * simple.el (set-fill-column): Doc fix.
9584 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9586         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
9588 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
9590         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
9591         Move declaration before first use.
9592         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
9593         hif-math, hif-factor): Rename token to hif-token and token-list to
9594         hif-token-list.
9595         (hif-token, hif-token-list): Declare them.
9596         (hif-find-ifdef-block): Return cons of top and bottom point
9597         instead of setting dynamically bound variables.
9598         (hide-ifdef-block, show-ifdef-block): Use return value of
9599         hif-find-ifdef-block.
9601 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
9603         * subr.el (read-passwd): Use clear-this-command-keys.
9605         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
9607         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
9608         and ...-for-write.
9610 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
9612         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
9613         responses to GROUP command, since this may be called from a timer
9614         with quit inhibited.
9616 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
9618         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
9619         set unconditional-jump to nil.
9620         (ccl-compile-read-multibyte-character): Return nil.
9621         (ccl-compile-write-multibyte-character): Likewise.
9622         (ccl-compile-translate-character): Likewise
9623         (ccl-compile-map-multiple): Likewise.
9624         (ccl-compile-map-single): Likewise.
9626         * international/kinsoku.el: Add coding tag.
9627         (kinsoku-bol): Remove superfluous TAB in a string.
9629         * international/mule-cmds.el (find-coding-systems-for-charsets):
9630         Delete `composition' (if any) from CHARSETS.
9632 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
9634         * international/mule-cmds.el (setup-specified-language-environment):
9635         Add apropos-inhibit property.
9636         (describe-specified-language-support): Likewise.
9638 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
9640         * international/mule.el (make-coding-system): Create -with-esc
9641         variant coding system.
9643 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
9645         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
9646         (next-file): Optionally offer to revert a file's buffer,
9647         if it has an existing buffer but the file has changed.
9649         * info.el (Info-insert-dir): Detect and report problems
9650         in input files, such as "No Top node".  Return with point
9651         at the beginning of the text.
9652         (Info-find-node): Reinsert the code to handle files
9653         with no tags table; it was deleted by mistake.
9655 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
9657         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
9658         texinfo-find-higher-level-node repeatedly find the same node.
9659         (texinfo-find-higher-level-node): Doc fix.
9661 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
9663         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
9664         (smtpmail-address-buffer): Add defvar.
9665         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
9667         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
9669         * ffap.el (ffap-machine-p-local): Fix editing error.
9671 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
9673         * faces.el (frame-set-background-mode):
9674         Don't do anythung for text-only or MSDOS frame.
9676 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
9678         * international/quail.el (quail-defrule): New optional arg APPEND.
9679         (quail-defrule-internal): Fix bug of handling the argument APPEND.
9681 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
9683         * gnus/pop3.el (pop3-open-server):
9684         Set process-coding-system-alist around open-network-stream.
9686 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
9688         * files.el (save-buffer): Doc fix.
9690 1998-10-07  Karl Heuer  <kwzh@gnu.org>
9692         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
9693         return DEF unchanged, not nil.  Simplify.
9695 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
9697         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
9699 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
9701         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
9703         * net-utils.el (ftp, nslookup): Require comint.
9704         (network-service-connection): Likewise.
9705         (whois-server-name): Defaults to whois.arin.net
9706         (whois-server-list, whois-server-tld, whois-guess-server): New var.
9707         (whois): Tries to guess the appropriate top-level domain server.
9708         (whois-get-tld): New function.
9710         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
9711         (dirtrack-debug-toggle): Added this function.
9713 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9715         * files.el (find-file-noselect): Switch to the correct buffer
9716         before checking find-file-literally, and allow non-nil non-t
9717         rawfile params.
9719 1998-10-06  Karl Heuer  <kwzh@gnu.org>
9721         * midnight.el (clean-buffer-list): Add autoload cookie.
9723         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
9724         no-autosave.
9725         * tar-mode.el (tar-mode-revert): Likewise.
9726         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
9727         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
9728         * gnus/message.el (message-auto-save-directory): Renamed from
9729         message-autosave-directory.  All references changed.
9731 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
9733         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
9734         string.  Expose mime stuff while searching.
9736 1998-10-06  Richard Stallman  <rms@gnu.org>
9738         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
9740         * replace.el (perform-replace): Position point properly
9741         before and after the recursive edit of C-r.
9743         * progmodes/etags.el (tags-reset-tags-tables): Properly
9744         find the markers in the old rings that are being discarded.
9746 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9748         * apropos.el (apropos-print): Control invalid characters.
9750         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
9751         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
9752         confusing customize.
9754 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
9756         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
9757         built-in commands.  Add more built-in commands and fix face names.
9759 1998-10-05  Simon Marshall  <simon@gnu.org>
9761         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
9763 1998-10-04  Eric Ludlam  <zappo@gnu.org>
9765         * speedbar.el (speedbar-initial-expansion-list-name): Remove
9766         customization since it is not useful in this case.
9767         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
9768         sure it gets evalled to a number.  Also verify that set-frame-name
9769         fn exists before calling it.
9771         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9772         Protect a `forward-sexp' call which could fail, and improved regex
9773         for ie, and eg abbreviations.
9775 1998-10-02  Noah Friedman  <friedman@splode.com>
9777         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
9778         send-string.
9779         (rlogin-send-Ctrl-D): Here also.
9780         (rlogin-send-Ctrl-Z): Here also.
9781         (rlogin-send-Ctrl-backslash): Here also.
9783 1998-10-02  Dave Love  <fx@gnu.org>
9785         * outline.el (hide-region-body): Bind
9786         outline-view-change-hook to nil while making repeated calls to
9787         outline-flag-region.  Run it once at the end.
9788         (hide-other, hide-sublevels, show-children): Likewise.
9790         * info-look.el: Remove duplicate scheme-mode entry.
9791         (info-lookup-make-completions): When looking for entries, check
9792         that `item' isn't null or "Menu".
9794 1998-10-01  Karl Heuer  <kwzh@gnu.org>
9796         * net-utils.el: Don't require ffap.
9797         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
9798         (ping, nslookup-host, finger, network-connection-to-service): Use them.
9800 1998-09-30  Richard Stallman  <rms@gnu.org>
9802         * ispell.el (check-ispell-version): No need to bind default-major-mode.
9804         * imenu.el (imenu--generic-function): Sort each submenu by position.
9805         (imenu--sort-by-position): New function.
9807         * cus-edit.el (Custom-mode-menu): Fix info node name.
9808         (customize group): Fix info node name.
9810         * mail/mailalias.el (build-mail-aliases): Don't allow
9811         a newline in the alias name.  Don't define an alias
9812         if the definition would be empty.
9814         * which-func.el (which-func-mode-global): Make :set function
9815         more reliable.
9817         * custom.el (custom-set-variables): Load the requests first,
9818         then check the symbol's `set' function.
9820         * ffap.el: Doc fixes.
9822 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9824         * gnus.el: (gnus-valid-select-methods): Fix type.
9825         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
9826         * gnus-score.el (gnus-orphan-score): Fix type.
9827         (gnus-score-default-header, gnus-score-default-type): Fix type.
9828         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
9829         (gnus-saved-headers): Fix type.
9831         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
9832         Avoid nil value of `two-lines-citation-part'.
9834 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
9836         * which-func.el (which-function): Handle case when
9837         (car imenu--index-alist) is nil.
9839 1998-09-29  Dave Love  <fx@gnu.org>
9841         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
9842         bzip2 args.
9844 1998-09-29  Simon Marshall  <simon@gnu.org>
9846         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
9847         comint-exec-hook.
9849 1998-09-29  Stephen Eglen  <stephen@gnu.org>
9851         * info-look.el: Add support for Octave.
9853 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
9855         * textmodes/reftex.el (reftex-finding-files): New customize group.
9856         (reftex-texpath-environment-variables,
9857         reftex-use-external-file-finders, reftex-external-file-finders,
9858         reftex-search-unrecursed-path-first): New options.
9859         (reftex-process-string, reftex-find-file-externally): New
9860         functions.
9861         (reftex-access-search-path): Execute shell commands to find the
9862         search path.
9863         (reftex-toggle-auto-view-crossref): When turning on, make sure
9864         `reftex-auto-view-crossref' becomes non-nil.
9865         (reftex-abbrev-regexp): Constant removed.
9866         (reftex-convert-string): Abbrev regexp calculated locally.
9868 1998-09-28  Dave Love  <fx@gnu.org>
9870         * progmodes/fortran.el: Don't call regexp-opt when deriving
9871         font-lock patterns with keywords that aren't all literal.
9873 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
9875         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
9876         the form `octave.bin:1>' which come from using precopiled binary
9877         versions.
9879 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
9881         * help.el (help-for-help): Use %THIS-KEY%.
9882         (help-quit): Add doc.
9884         * help-macro.el (make-help-screen): Keep HELP-TEXT
9885         in a separate function definition, not in the help command FNAME.
9886         Replace %THIS-KEY% with the key sequence that ran FNAME.
9888 1998-09-25  Richard Stallman  <rms@gnu.org>
9890         * textmodes/texinfo.el (texinfo-show-structure):
9891         Bind inhibit-read-only.
9893         * isearch.el (isearch-search-and-update): Properly
9894         handle upper case letters in the reverse-search special case.
9896 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9898         * gnus.el: Extend the list of autoloaded functions.
9900         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
9901         buffer before creating help group. (from Gnus v5.6.43, fix by
9902         1998-08-20 Per Starback <starback@update.uu.se>)
9904         * gnus-util.el (gnus-output-to-rmail): Adjust to
9905         `rmail-output-to-rmail-file'.
9907 1998-09-25  Karl Heuer  <kwzh@gnu.org>
9909         * hexl.el (hexl-mode-map): More of previous change.
9911         * textmodes/tex-mode.el (tex-run-command): Doc fix.
9912         (tex-start-tex): Don't use tex-start-options-string in star case.
9913         Quote file name in star case as well as in non-star.
9914         Add blank and quoting of option string here.
9915         (tex-start-options-string): Not here.
9917 1998-09-23  Karl Heuer  <kwzh@gnu.org>
9919         * term.el (term-delimiter-argument-list): Doc fix.
9920         (term-emulate-terminal): Escape literal semicolon.
9921         * progmodes/asm-mode.el (asm-mode): Doc fix.
9922         (asm-comment-char): Escape literal semicolon.
9923         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
9925 1998-09-23  Richard Stallman  <rms@gnu.org>
9927         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
9928         only those that normally modify the buffer.
9930         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
9931         over again.
9933 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
9935         * ispell.el (check-ispell-version): Ensure same buffer is current
9936         when let-binding of case-fold-search ends.
9938 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9940         * ps-print.el: Skip invisible overlay.
9941         Test for set-buffer-multibyte rather than using mule-version.
9942         (ps-print-version): New version number (4.1) and doc fix.
9943         (ps-generate-postscript-with-faces): Skip invisible overlay.
9945 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
9947         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
9949 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
9951         * international/quail.el (quail-update-guidance): Check for the
9952         return value of (quail-guidance) fixed.
9953         (quail-update-translation): Bind quail-current-str locally when it
9954         calls quail-update-guidance.
9955         (quail-update-translation): If input-method-exit-on-first-char is
9956         non-nil, terminate translation only when the current input method
9957         is simple.
9959 1998-09-22  Paul Eggert  <eggert@twinsun.com>
9961         * startup.el (locale-translation-file-name): Prefer X-related names
9962         to the name used by GNU/Linux sans X.  Set to nil if no file found.
9963         (command-line): Use locale-translation-file-name if it is not nil,
9964         instead of testing for its existence again.
9965         regexp-quote the ctype before using it in a regexp.
9966         Allow a colon to appear after the ctype in the aliases file,
9967         as is done in X11R6.4.
9969 1998-09-21  Richard Stallman  <rms@gnu.org>
9971         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
9973         * calendar/appt.el (appt-interval): Variable deleted.
9974         (appt-check): For minutes in between appt-display-interval times,
9975         do check, but don't display anything except an updated mode line.
9976         Count against appt-display-interval based on minutes since
9977         first display of this appointment, not based on time of day.
9978         If appt-display-mode-line, force mode line redisplay
9979         whenever appt-mode-string has changed.
9980         (appt-add, appt-delete): Add autoload cookies.
9981         (appt-check): Catch errors from calling `diary'.
9982         (appt-max-time): Renamed from max-time.
9983         (appt-now-displayed, appt-display-count): New variables.
9984         (appt-timer): Don't create one if we already have one.
9986         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9987         More general code to use the source buffer instead of the zap file.
9989         * hilit-chg.el (highlight-compare-with-file): Renamed from
9990         compare-with-file.
9992         * loadhist.el (load-history-loaded): New variable.
9993         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
9995         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
9997         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9998         Fix error messages.
10000 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
10002         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
10003         Emacs frame.
10005 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10007         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
10008         `undecided' and `undecided-unix'.
10010 1998-09-21  Dave Love  <fx@gnu.org>
10012         * help.el (help-make-xrefs): Fix typo affecting Info references.
10014         * subr.el (remove-hook): Check list values to avoid errors.
10016 1998-09-18  Noah Friedman  <friedman@splode.com>
10018         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
10019         store string in eldoc-last-message without consing a new string.
10020         Rearrange logic from nested if's into cond's.
10021         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
10022         Do not print message; just return string.
10023         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
10024         Do not print message; just return string.
10025         Cache that string in eldoc-last-data.
10026         (eldoc-last-data): Make into a vector.
10027         (eldoc-get-fnsym-args-string): Use new data form of structure.
10028         (eldoc-get-var-docstring): Here also.
10029         (eldoc-last-data-store): New function.
10030         (eldoc-get-fnsym-args-string): Use it.
10031         (eldoc-get-var-docstring): Here also.
10032         (eldoc-docstring-first-line): Minimize interim string consing.
10033         Call substitute-command-keys on the result.
10034         (eldoc-print-var-docstrings, eldoc-print-docstring,
10035         eldoc-docstring-message): Functions removed.
10036         (eldoc-docstring-format-sym-doc): New function, functionality
10037         ripped out of eldoc-docstring-message.
10038         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
10040 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
10042         * international/mule.el (make-coding-system): Doc-string modified.
10044 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
10046         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
10048         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
10049         customize type.
10051         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
10052         type.
10054         * progmodes/compile.el (compilation-error-screen-columns): New
10055         variable.
10056         (compilation-next-error-locus): Use it to decide whether to use
10057         forward-char or move-to-column.
10059         * mail/rmail.el (rmail-movemail-program): Fix customize type.
10061         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
10062         feedmail-fiddle-plex-user-list,
10063         feedmail-spray-address-fiddle-plex-list,
10064         feedmail-prompt-before-queue-user-alist,
10065         feedmail-prompt-before-queue-help-supplement,
10066         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
10067         feedmail-queue-alternative-mail-header-separator): Fix customize
10068         type.
10070         * startup.el (site-run-file): Fix customize type.
10072         * speedbar.el (speedbar-initial-expansion-list-name): Fix
10073         customize type.
10075         * shell.el (shell-input-autoexpand): Fix customize type.
10077         * ps-print.el (ps-font-info-database): Add missing dots in value.
10078         Improve layout of customize type.
10080         * net-utils.el (traceroute-program-options, ping-program-options,
10081         ipconfig-program-options, netstat-program-options,
10082         arp-program-options, route-program-options,
10083         nslookup-program-options, ftp-program-options): Fix customize
10084         type.
10086         * midnight.el (clean-buffer-list-kill-regexps,
10087         clean-buffer-list-kill-buffer-names,
10088         clean-buffer-list-kill-never-buffer-names,
10089         clean-buffer-list-kill-never-regexps): Fix customize type.
10091         * man.el (Man-init-defvars): Avoid trailing nil on
10092         Man-filter-list.
10094         * lpr.el (printer-name): Fix customize type.
10096 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
10098         * international/mule-cmds.el (reset-language-environment): Call
10099         update-coding-systems-internal.
10101         * international/mule-conf.el: Call update-coding-systems-internal
10102         at the tail.
10104 1998-09-14  Dave Love  <fx@gnu.org>
10106         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
10107         use the menu-enable properties, pending doing it correctly and
10108         acceptably fast.
10110         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
10112 1998-09-13  Dave Love  <d.love@dl.ac.uk>
10114         * progmodes/hideshow.el (hs-grok-mode-type): Check
10115         comment-{start,end} non-nil as well as bound.  Report an error if
10116         we can't grok the mode.
10118 1998-09-13  Richard Stallman  <rms@gnu.org>
10120         * simple.el (blink-matching-open): Don't log paren matching
10121         messages in *Messages*.
10123 1998-09-12  Richard Stallman  <rms@gnu.org>
10125         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
10126         Set point-before-scroll at end even if there was an error.
10128         * ange-ftp.el (ange-ftp-insert-file-contents):
10129         Use binary mode for dumb-unix hosts as for unix hosts.
10130         (ange-ftp-copy-file-internal): Likewise.
10132         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
10134         * emacs-lisp/pp.el: Doc fixes.
10136         * wid-edit.el (widget-menu-max-shortcuts): New variable.
10137         (widget-choose): Don't use single-char shortcuts if # items
10138         exceeds that many.  Use minibuffer instead.
10140 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10142         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
10144 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
10146         * speedbar.el (speedbar-frame-mode): Do not set frame position if
10147         in terminal mode.
10149 1998-09-10  Noah Friedman  <friedman@splode.com>
10151         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
10152         defcustom declaration.  It's wreaking too much havoc with XEmacs
10153         and older versions of Emacs, which share this code.
10155         * type-break.el (type-break-mode): Here also.
10157         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
10158         `t' to add-hook also to modify the new local value.
10160 1998-09-10  Dave Love  <fx@gnu.org>
10162         * vc.el (vc-insert-headers): Doc fix.
10164 1998-09-10  Richard Stallman  <rms@gnu.org>
10166         * textmodes/flyspell.el (flyspell-mode-on): Make the
10167         ispell-... variables permanent locals.
10168         (flyspell-mode-off): Add autoload cookie.
10170         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
10171         do use binary mode, just as for `unix'.
10172         (ange-ftp-host-type): If HOST is nil, return `unix'.
10174         * dired.el (dired-mark-files-containing-regexp):
10175         Don't scan directories.  Ignore non-readable files.
10177         * progmodes/compile.el (compilation-error-regexp-alist):
10178         Fix previous change: allow . and _ in command name.
10180         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
10182         * uncompress.el (uncompress-while-visiting):
10183         Use just the car of what find-operation-coding-system returns.
10185         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
10187         * shell.el (shell-file-name-quote-list): Add # to the value.
10189 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
10191         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
10192         to make killing of ispell process work even if
10193         kill-all-local-variables has been run.
10195 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10197         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
10198         loop when sexp entry ends at end of file with no newline.
10200 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10202         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
10203         (Custom-reset-standard): Fix menu inconsistency.
10205         * mail/feedmail.el (feedmail-from-line): Allow t.
10206         (feedmail-message-id-suffix): Allow nil.
10208         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10209         Simplify.  Make prefix arg work right.
10211 1998-09-09  Dave Love  <fx@gnu.org>
10213         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
10215         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
10217 1998-09-08  Dave Love  <fx@gnu.org>
10219         * add-log.el (change-log-font-lock-keywords): Do parenthesized
10220         stuff only after file names or at start of line.  Allow parens
10221         around e-mail, as well as angles.
10223         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
10224         ignore-errors too, eval'd when compile.  Require w3 stuff at load
10225         time for nicer failure if it's not available.
10227 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
10229         * comint.el (comint-arguments): Ignore backslashes when using
10230         w32 shells that expect backslashes as the directory separator.
10232 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
10234         * international/fontset.el (resolved-ascii-font): New variable.
10235         (x-complement-fontset-spec): By side effect, set
10236         `resolved-ascii-font' to the resolved name of ASCII font."
10237         (create-fontset-from-fontset-spec): Don't get a value for
10238         resolved-ascii-font from the list full-fontlist.  It is set by
10239         x-complement-fontset-spec now.
10241         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10242         version, check the value of mule-version.
10244 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
10246         * textmodes/reftex.el (reftex-view-crossref): Split up into
10247         several functions.  No longer moves to find a macro.
10248         (reftex-view-cr-cite, reftex-view-cr-ref,
10249         reftex-end-of-bib-entry): New functions.
10250         (reftex-auto-view-crossref): New value `window' allowed.
10251         (reftex-view-crossref-when-idle): Process new `window' option in
10252         (reftex-translate-to-ascii-function): New default.
10253         (reftex-label-illegal-re): Default changed, removed Latin1.
10254         (reftex-latin1-to-ascii): New function.
10255         (reftex-what-environment): Check for section regexp before use.
10256         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
10257         absolute path names.
10258         (reftex-TeX-master-file): Changed sequence of file checks.
10259         (reftex-do-citation): bibview cache only with RefTeX mode on.
10261 1998-09-06  Richard Stallman  <rms@gnu.org>
10263         * progmodes/compile.el (compilation-error-regexp-alist):
10264         In first pattern (GNU utilities and other things),
10265         allow a space after the optional program name at the beginning.
10267         * mail/mail-hist.el (mail-hist-current-header-contents):
10268         Fix previous change: use mail-header-end.
10270 1998-09-06  Bill Richter  <richter@math.nwu.edu>
10272         * international/ccl.el: Doc fixes.
10273         * international/encoded-kb.el: Doc fixes.
10274         * international/fontset.el: Doc fixes.
10275         * international/kinsoku.el: Doc fixes.
10276         * international/kkc.el: Doc fixes.
10277         * international/mule-cmds.el: Doc fixes.
10278         * international/mule-conf.el: Doc fixes.
10279         * international/mule-util.el: Doc fixes.
10280         * international/mule.el: Doc fixes.
10282 1998-09-05  Eric Ludlam  <zappo@gnu.org>
10284         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
10285         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
10286         (checkdoc-this-string-valid-engine): Permit ? as terminating
10287         punctuation for first line sentence breaking.
10288         (checkdoc-this-string-valid): When converting a comment into a doc
10289         string, make sure " chars are \".
10290         (checkdoc-sentencespace-region-engine): Only do double space check
10291         if based on the variable `sentence-end-double-space'
10292         (checkdoc-this-string-valid-engine): ? ends valid sentence.
10293         (checkdoc-proper-noun-region-engine): Exclude items in URLs
10295 1998-09-04  Richard Stallman  <rms@gnu.org>
10297         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10298         Recognize define-skeleton as a function definer.
10300         * cus-edit.el (customize-option): Refuse to customize
10301         a variable that has no defcustom.  But if variable is autoloaded,
10302         first try to load the library that defines it.
10304         * international/iso-insert.el: Use `string' before calling `insert'
10305         so that in multibyte buffers we insert multibyte chars.
10307         * dired.el (dired-mark-files-containing-regexp):
10308         Don't use find-file; instead, insert the file in a temp buffer.
10310         * textmodes/tex-mode.el (tex-start-options-string): New option.
10311         (tex-start-tex): Use that variable.
10313         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
10314         value in the `repeat' alternative a list.
10316         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
10317         the inserted newline, verify that one was really inserted.
10319         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
10320         remains on or remains off.
10321         (flyspell-multi-language-p): Default changed to nil.
10323         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
10324         In "found in comment" case, don't beginning-of-line after forward-line.
10326         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
10327         If the function definition is not a lambda, return original FORM
10328         with no error.
10330 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
10332         * net-utils.el (netstat-program-options): Changed from nil to "-a"
10333         so that by default netstat shows all network connections.
10335 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
10337         * international/quail.el: Doc fixes.
10339         * info.el (info): Don't add parens if FILE already has them.
10341 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
10343         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
10344         on extension lines.
10346 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
10348         * w32-fns.el (w32-shell-dos-semantics): New function.
10350 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
10352         * international/quail.el (quail-choose-completion-string): Store
10353         completion `choice' in `quail-current-str'; don't insert it.
10355 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
10357         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
10358         argument to ps-mule-generate-bitmap-font.
10360         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
10361         entry and change Latin-1 entry in the default value.
10362         (ps-mule-font-info-database-ps-bdf): New variable.
10363         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
10364         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
10365         registerd in FONT-SPEC.
10366         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
10367         charcter width of bitmap fonts.
10368         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
10369         procedure NF.
10370         (ps-begin-file): Output PostScript code for setting
10371         SpaceWidthRatio.
10372         (ps-plot-region): Use line-beginning-position to get a position of
10373         the beginning of the current line.
10375         * international/mule-cmds.el (register-input-method): Doc-string
10376         modified.
10378 1998-09-01  Dave Love  <fx@gnu.org>
10380         * international/mule-cmds.el (current-language-environment): Fix
10381         setter function.
10383 1998-09-01  Simon Marshall  <simon@gnu.org>
10385         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
10386         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
10387         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
10388         names with font-lock-type-face.  Fontify type specs, etc., with
10389         font-lock-keyword-face.
10391 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
10393         * international/fontset.el (x-complement-fontset-spec): If ASCII
10394         font is specified in FONTLIST, don't substitute it for the
10395         resolved name.
10397 1998-08-31  Paul Eggert  <eggert@twinsun.com>
10399         * international/mule.el (charset-description): Doc fix.
10401         * language/chinese.el, language/cyrillic.el, language/czech.el,
10402         language/devanagari.el, language/ethiopic.el,
10403         language/european.el, language/hebrew.el, language/indian.el,
10404         language/japanese.el, language/korean.el, language/lao.el,
10405         language/slovak.el, language/thai.el, language/tibetan.el,
10406         language/vietnamese.el:
10407         Add coding: local variable, to avoid bootstrapping problem
10408         if you need to recompile all the Lisp files using interpreted code.
10410 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10412         * cal-china.el (chinese-year-cache): Change range of years from
10413         1989-2000 to 1990-2010.
10415 1998-08-29  Dave Love  <d.love@dl.ac.uk>
10417         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
10418         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
10420 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10422         * ps-print.el (ps-print-control-characters): Doc-string modified.
10423         (ps-output-string-prim): Comment format changed.
10424         (ps-do-despool): Indentation of source code changed.
10426 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
10428         * subr.el (sref): Make it an alias of aref.  Make the
10429         byte-compiler warn that it is obsolete.
10430         (char-bytes): Make the byte-compiler warn that it is obsolete.
10432         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
10433         Calculate the total bytes using position-bytes instead of
10434         char-bytes.
10436 1998-08-27  Karl Heuer  <kwzh@gnu.org>
10438         * snmp-mode.el: New file.
10439         * files.el (auto-mode-alist): Add snmp-mode patterns.
10441 1998-08-27  Karl Eichwalder  <ke@suse.de>
10443         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
10445 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10447         * calendar/diary-lib.el (diary-block): Doc fix..
10448         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
10450 1998-08-27  Richard Stallman  <rms@gnu.org>
10452         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
10453         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
10454         Clear appt-mode-string if we don't put something in it.
10456 1998-08-27  Dave Love  <fx@gnu.org>
10458         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
10459         dired-local-variables-file for dired-x.
10461         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
10462         for compressed library files too.
10464 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
10466         * language/european.el ("Latin-1"): Modify `documentation' key value.
10467         ("Latin-2"): Likewise.
10469 1998-08-26  Karl Heuer  <kwzh@gnu.org>
10471         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
10473 1998-08-26  Albert L. Ting  <alt@artisan.com>
10475         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
10476         (mail-hist-current-header-contents): Use mail-text-start.
10478 1998-08-26  Richard Stallman  <rms@gnu.org>
10480         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
10481         (customize-changed-options-previous-release): New variable.
10482         (customize-changed-options): Use that variable as default arg.
10484 1998-08-26  Karl Eichwalder  <ke@suse.de>
10486         * midnight.el: Require `timer' not only when compiling.
10488 1998-08-26  Per Starback  <starback@update.uu.se>
10490         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
10491         buffer before creating help group.
10493 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10495         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
10496         coding-system-for-write before saving.
10498 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
10500         * isearch.el (isearch-forward): Doc fix.
10502 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
10504         * emacs-lisp/find-func.el: Fix :version tags to have a string
10505         value, not a float.
10507         * cus-dep.el: Fix typo in output.
10509 1998-08-25  Dave Love  <fx@gnu.org>
10511         * repeat.el (repeat): Doc fix.
10512         [From rms:]
10513         (repeat-previous-repeated-command): New variable.
10514         (repeat): Check for real-last-command being null or repeat.  Set
10515         repeat-previous-repeated-command.
10517         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
10519 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
10521         * gnus/message.el (message-send-mail-with-sendmail): Bind
10522         coding-system-for-write by the return value of
10523         select-message-coding-system.
10524         (message-send-mail-with-qmail): Likewise.
10526 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
10528         * emacs-lisp/autoload.el: Fix doc-string-elt property on
10529         define-derived-mode.
10531         * files.el (file-name-invalid-regexp):
10532         Fix regex for ms-dos without long file names.
10534 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10536         * ps-print.el: Multi-byte buffer handling.
10537         (ps-print-version): New version number (4.0) and doc fix.
10538         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
10539         compilation for GNU Emacs and emacsens.
10540         (ps-generate-postscript-with-faces): Force invisible text to be
10541         visible.
10542         (dos-ps-printer): New var to avoid compilation gripes.
10544 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
10546         * ps-print.el (ps-mule-plot-string): Pay attention to the case
10547         that no more characters can't be printed in the current line.
10549 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
10551         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
10552         greater than TO.
10554 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
10556         * ps-print.el: Add codes to make ps-print.el work also on Emacs
10557         20.2 and the earlier version.
10558         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
10559         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
10560         (ps-mule-find-wrappoint): Likewise.
10561         (ps-mule-generate-font): Change `X' to `x' in format
10562         control-string.
10563         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
10564         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
10565         `restore' form procedures `BC' and `EC'.
10567 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
10569         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
10570         is an executable procedure.  Make LineThickness, Xshadow, and
10571         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
10572         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
10573         ps-mule-font-info-database-bdf): New vars.
10574         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
10575         (ccl-encode-ethio-unicode): New CCL program.
10576         (ps-mule-encode-ethiopic): New fun.
10577         (ps-mule-current-charset): New var.
10578         (ps-mule-get-font-spec, ps-mule-font-spec-src,
10579         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
10580         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
10581         (ps-mule-external-libraries): New var.
10582         (ps-mule-init-external-library): New fun.
10583         (ps-mule-font-cache): New var.
10584         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
10585         (ps-last-font): New var.
10586         (ps-mule-prepare-font): New fun.
10587         (ps-mule-charset-list): New var.
10588         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
10589         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
10590         ps-mule-plot-string): New funs.
10591         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
10592         New vars.
10593         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
10594         ps-mule-prepare-cmpchar-font): New funs.
10595         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
10596         vars.
10597         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
10598         ps-mule-generate-bitmap-glyph): New funs.
10599         (ps-mule-initialize, ps-mule-begin): New funs.
10600         (ps-output-string-prim): Insert string as unibyte.
10601         (ps-output-prologue): New fun.
10602         (ps-flush-output): Handle the case of 'prologue.
10603         (ps-begin-file): Call ps-mule-initialize.
10604         (ps-begin-job): Set ps-control-or-escape-regexp differently if
10605         printing multibyte characters.
10606         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
10607         (ps-basic-plot-string): Handle the case of printing ASCII
10608         characters by external libraries (e.g. BDF).
10609         (ps-set-font): Set ps-last-font.
10610         (ps-plot-region): Handle multibyte characters, use
10611         ps-mule-plot-string for them.
10612         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
10614         * bdf.el: New file.
10616 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
10618         * international/mule-cmds.el (select-message-coding-system): New
10619         function.
10620         (set-language-environment-coding-systems): Set
10621         default-sendmail-coding-system.
10623         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
10624         (default-sendmail-coding-system): New variable.
10625         (sendmail-send-it): Encode the message by a coding system
10626         select-message-coding-system returns.
10628 1998-08-23  Eric Ludlam  <zappo@gnu.org>
10630         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
10631         (speedbar-mode): Set buffer to read only.
10632         (speedbar-temp-buffer-show-function): For emacs don't call hook
10633         with arguments.
10634         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
10636 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
10638         * speedbar.el (speedbar-key-map): Fix typo.
10640 See ChangeLog.7 for earlier changes.