(easy-menu-define): Docstring fix.
[emacs.git] / lisp / ChangeLog
bloba48c1da393e0b97836ad799e8da4a10edfdbae59
1 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
3         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
4         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
5         (eval-defun): If called with prefix arg, instrument code for
6         Edebug.
8         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
9         similar to that of eval-defun.
11 2000-07-04  Dave Love  <fx@gnu.org>
13         * hl-line.el (hl-line-overlay): Make it permanent-local.
15         * calendar/todo-mode.el: Replaced with a working version, based on
16         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
20         * paths.el (prune-directory-list): New function.
21         (Info-default-directory-list): Rewritten to more methodically
22         enumerate a big list of possible info directories (based on the
23         list used by the standalone info reader).
25         * info.el (info-initialize): Use prune-directory-list to remove
26         non-existant directories from Info-directory-list.
28         * paths.el (Info-default-directory-list): Try a list of possible
29         info-directories instead of a single one.  Add the possible
30         info directory "/usr/share/info".
32         * woman.el (woman-man.conf-path): Explicitly include the debian
33         man-db config file "/etc/manpath.config".
34         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
35         are present in `manpath.config'.
36         (woman-manpath): Include "/usr/share/man".
38 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
40         * frame.el (blink-cursor-mode): Don't hide cursor initially.
42         * startup.el (command-line): Initialize blink-cursor based
43         on window-system.
45         * frame.el (blink-cursor): Default to nil if not running under
46         a window-system.
48         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
49         (face-x-resources): Remove duplicate entry for :font.
51         * textmodes/refer.el (refer-find-entry-internal): Use some-window
52         instead of cycling through windows with next-window.
54         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
55         of cycling through windows with next-window.
57         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
58         of cycling through windows with next-window.
60         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
61         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
62         instead of cycling through windows with next-window.
64         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
65         instead of cycling through windows with next-window.
67         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
68         of cycling through windows with next-window.
70         * terminal.el (te-process-output): Use walk-windows instead of
71         cycling through windows with next-window.
73         * server.el (server-switch-buffer): Use some-window instead of
74         cycling through windows with next-window.
76         * window.el (some-window): New function.
77         (walk-windows): Remove reference to walk-windows-start.
79         * hilit19.el (hilit-lookup-face-create): Don't set face colors
80         to nil.
82 2000-07-03  Richard Stallman  <rms@caffeine.ai.mit.edu>
84         * window.el (walk-windows): Guarantee termination by keeping a list
85         of all the windows already handled.
87 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
89         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
90         window-system.
92         * man.el (Man-notify-when-ready): Don't use window-system.  If
93         Man-notify-method is newframe, and the display is not
94         multi-frame, select the frame created for the man page.
95         (Man-init-defvars): Doc fix.
97 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
99         * faces.el (region): Change background color for light background.
101         * ediff-wind.el (ediff-setup-control-frame): Remove :box
102         attribute from mode-line face of Ediff control frame.
104         * replace.el (query-replace-map): Bind `e' like `E'.
106 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
108         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: Change
109         name to "Select All".
111         * dos-fns.el (convert-standard-filename): Fix last change.
113 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
115         * help.el (describe-variable): Don't insert a second `'s' in front
116         of the string `value is shown below'.  Since the syntax-table is
117         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
118         an existing `'s', so that this won't be deleted.
120         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
121         * pcmpl-unix.el: New files.
123 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
125         * wid-edit.el (widget-member): Use the new plist-member.
127 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
129         * replace.el (perform-replace): Undo change of 2000-04-04.
130         Instead, move backward 1 character at the end of the loop when
131         necessary.
132         
133         * faces.el (fringe): Change face for different backgrounds.
135         * eshell/esh-module.el (toplevel): Load defgroup's differently;
136         patch from John.
138         * eshell/*.el: Change spelling of the Free Software Foundation.
140         * eshell/esh-toggle.el: Removed.
142         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
144         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
145         interactively.
147 2000-06-26  Alex Schroeder  <alex@gnu.org>
149         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
150         `define-key'; instead of checking `(emacs-version)' check for
151         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
152         for `;' and `o' which might be electric.
154         (sql-electric-stuff): New user option.
155         (sql-magic-go): New function which uses `sql-electric-stuff'.
156         (sql-magic-semicolon): New function which uses
157         `sql-electric-stuff'.
159         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
160         is not fboundp.
162         (sql-oracle-options): New variable.
163         (sql-oracle): Use it.
165         (sql-imenu-generic-expression): Doc change.
166         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
167         is used.
169         (sql-informix): Added command line parameter "-" to force
170         sql-informix-program to use stdout.
172 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
174         * international/codepage.el (cp-coding-system-for-codepage-1): Doc
175         fix.
176         (cp864-decode-table): Doc fix.
177         (cp720-decode-table): New variable, supports the Arabic OEM
178         codepage used by Windows.
179         (cp737-decode-table): New, Greek OEM codepage used by Windows.
181 2000-06-23  Dave Love  <fx@gnu.org>
183         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
184         (font-lock-fontify-anchored-keywords): Use
185         line-beginning-position.
186         (global-font-lock-mode): Use mapc.
188 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
190         * eshell/esh-module.el: Require CL when compiling.
192 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
194         * comint.el (comint-substitute-in-file-name): Call replace-match
195         with second and third arg t.
197         * cus-edit.el (custom-button-face, custom-button-pressed-face): 
198         Specify foreground color.
200         * faces.el (tool-bar, mode-line, header-line): Specify foreground
201         color.
203         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
205         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
206         cddr instead of cdddr.
208         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
209         instead of copy-list.
211         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
212         of copy-list.
214         * subdirs.el: Add eshell subdirectory.
216         * eshell: New subdirectory containing the Eshell package.
218         * pcomplete.el: New file.
220 2000-06-23  Paul Eggert  <eggert@twinsun.com>
222         * mail/mailpost.el (post-mail-send-it): Make sure file has
223         proper permissions from birth.
225         * files.el (basic-save-buffer-2): When temporarily setting
226         file modes, set them to current modes plus 0200, not to 0777.
228         * emerge.el (emerge-make-temp-file): Make sure file has proper
229         permissions from birth.
231 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
233         * files.el (make-backup-file-name-1): On DOS/Windows, run the
234         backup file name through convert-standard-filename.
236         * dos-fns.el (convert-standard-filename): Convert leading
237         directories as well.  When long file names are supported, convert
238         characters that are invalid in Windows file names.
240 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
242         * ps-print.el: Fix bug: if ^L is the very first buffer character,
243         ps-print crashes.  New feature: page selection for printing.  Create
244         raw-text-unix coding system for XEmacs.  Doc fix.
245         (ps-print-version): New version number (5.2.3).
246         (ps-plot-region): Bug fix.
247         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
248         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
249         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
250         funs.
251         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
252         (ps-last-page): New vars.
254 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
256         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
257         empty option string.
259 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
261         * man.el (man): Doc fix.
263 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
265         * international/mule-cmds.el (set-language-info-alist): Docstring
266         fixed.
268 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
270         * version.el (emacs-version): Use ISO date format.
272         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
273         instead of `M-backspace'.
275         * simple.el (turn-off-auto-fill): New function.
277 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
279         * jit-lock.el (with-buffer-prepared-for-jit-lock):
280         Renamed from with-buffer-prepared-for-font-lock and use
281         inhibit-modification-hooks rather than setting *-change-functions.
282         Update all functions to use the new name.
283         (jit-lock-first-unfontify-pos): New semantics (and doc).
284         (jit-lock-mode): Make non-interactive.
285         Don't automatically turn on font-lock.
286         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
287         Always use jit-lock-after-change.
288         Remove and restore font-lock-after-change-function.
289         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
290         (jit-lock-after-unfontify-buffer): Remove.
291         (jit-lock-stealth-fontify):
292         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
293         (jit-lock-after-change): Set the `fontified' text-prop to nil.
295 2000-06-20  Sam Steingold  <sds@gnu.org>
297         * emacs-lisp/cl-indent.el (toplevel): Indent
298         `print-unreadable-object' properly.  Untabify.
300 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
302         * textmodes/reftex.el (reftex-find-citation-regexp-format):
303         Support for bibentry.
304         (reftex-compile-variables): Fixed problem with end of section-re.
306         * texmodes/reftex-dcr.el (reftex-view-crossref,
307         reftex-view-crossref-from-bibtex):
308         Deal with changed `reftex-find-citation-regexp-format'.
309         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
310         Replaced `remprop' with `put'.
311         (reftex-view-crossref, reftex-view-crossref-when-idle):
312         Support for bibentry.
314         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
315         New entry for bibentry package.
317         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
318         Regexp also matches "\nobibliography".
320         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
321         Call `reftex-ensure-write-access' before doing anything.
322         (reftex-ensure-write-access): New function.
324 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
326         * progmodes/idlwave.el: File re-installed (update to version 4.2)
328         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
330         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
332         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
335 2000-06-20  Dave Love  <fx@gnu.org>
337         * faces.el (frame-background-mode): Use set-default, not set, in
338         setter.
339         (frame-update-faces, frame-update-face-colors): Define with
340         defalias.
342         * enriched.el (enriched-decode-foreground)
343         (enriched-decode-background): Don't use internal-find-face.
345         * apropos.el: Doc fixes.
347         * cus-edit.el (customize-changed-options): Check arg.
348         (customize-version-lessp): Don't require decimal point.
350         * custom.el (defcustom, defgroup): Doc fix.
352         * newcomment.el (comment) <defgroup>: Add :version.
353         (comment-multi-line): Doc fix.
355         * emulation/mlsupport.el (define-hooked-local-abbrev,
356         define-hooked-global-abbrev): Fix, using define-abbrev.
358 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
360         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
361         the whole buffer.
363 2000-06-19  Dave Love  <fx@gnu.org>
365         * menu-bar.el (menu-bar-options-save): New function.
366         (menu-bar-options-menu): Use it.
367         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
368         Simplify.
370 2000-06-19  Andreas Schwab  <schwab@suse.de>
372         * progmodes/etags.el (tags-query-replace): Put new parameters
373         START and END at the end, for backward compatibility.
375 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
377         * international/codepage.el:
378         (cp-coding-system-for-codepage-1): Delete special codes for
379         generating xxx-dos coding system because now a CCL based coding
380         system can handle EOL conversion by default.
382         * international/mule.el (make-coding-system): Generate subsidiary
383         coding systems for EOL handling variants even for a CCL based
384         coding system.
386 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
388         * international/isearch-x.el (isearch-minibuffer-input-method)
389         (isearch-minibuffer-input-method-function): These variables
390         deleted.
391         (isearch-with-input-method): Don't use the above variables.
392         (isearch-process-search-multibyte-characters): Likewise.  Call
393         read-string with the arg INHERIT-INPUT-METHOD t.
395 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
397         * font-lock.el (font-lock-after-fontify-buffer)
398         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
400         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
401         Use consistent make-local-variable style for font-lock-fontified.
402         (jit-lock-fontify-buffer):
403         Don't bother checking for font-lock-mode and jit-lock-mode.
405         * time.el: Remove trailing ^M that prevent CVS-merging.
407 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
409         * Makefile.in (distclean): New target.
411 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
413         * Makefile.in (srcdir): Define for update-subdirs.
415 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
417         * find-lisp.el: New file.
419 2000-06-16  Andrew Innes  <andrewi@gnu.org>
421         * time.el (display-time-mail-function): New variable, to allow
422         external packages to indicate when new mail is available.
423         (display-time-update): Use it.
425 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
427         * international/mule.el (mule-version): Change version name to
428         SAKAKI.  AOI has already been used by Meadow.
430         * international/quail.el (quail-show-guidance-buf): To find the
431         bottom window (but minibuffer), pay attention to the height of
432         minibuffer.
434 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
436         * arc-mode.el (archive-mode-map): Use the new menu-item format for
437         menu-bar menus.  Add help strings.  Don't remove the Edit menu
438         from the menu bar, as the menu bar has enough space now.
440         * Makefile.in (SHELL): Make sure /bin/sh is used.
442         * woman.el (woman-man-buffer): Fix bold and underlined CJK
443         characters, which use series of two ^H characters instead of one.
445 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
447         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
448         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
449         functions.
450         (Info-find-node-2): Try a case-sensitive search first, then
451         do a case-insensitive search.
453         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
454         tutorials.
456         * complete.el (PC-env-vars-alist): New variable.
457         (PC-complete-as-file-name): New function.
458         (partial-completion-mode): Initialize PC-env-vars-alist from
459         process-environment.
460         (PC-do-completion): Handle completion of env vars.
462         * info.el (Info-set-mode-line): Show file name in mode line,
463         use `*Info*' instead of `Info:'.
465         * startup.el (command-line-1): Change copyright messages to year
466         2000.
468 2000-06-15  Dave Love  <fx@gnu.org>
470         * net/goto-addr.el (goto-address-fontify): Use keymap property,
471         not local-map.
473 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
475         * international/mule.el (set-buffer-file-coding-system): Almost
476         rewritten to handle `undecided' as no-op.
478 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
480         * Makefile.in: New file.
482         * Makefile: Removed.
484         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
485         (goto-address-highlight-keymap): Bind C-c RET.
487 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
489         * mail/sendmail.el (sendmail-send-it): The temporary buffer
490         inherits buffer-file-coding-system of the current buffer.
492         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
493         0.  Give correct argument to set-auto-coding-function.
494         (tar-expunge): For goto-char, use (point-min), not 0.
495         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
496         (tar-subfile-save-buffer): Likewize.
498         * international/mule.el
499         (after-insert-file-set-buffer-file-coding-system): Call
500         set-buffer-file-coding-system with the arg FORCE t.
502 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
504         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
505         nil.  Contemporary sendmails issue an X-Authentication-Warning if
506         the sender is set with `-f'.
508 2000-06-13  Dave Love  <fx@gnu.org>
510         * help.el (describe-function-1): Kluge around cases of functions
511         fset to subrs whose doc doesn't match their symbol-name.
513         * image.el (insert-image): Default STRING to a space.
515         * info.el Doc fixes.
516         (Info-build-node-completions): Match Ref tags.
518 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
520         * frame.el (display-multi-frame-p, display-multi-font-p): New
521         defaliases for display-graphic-p.
523         * hl-line.el: Fixed a typo in commentary.
525 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
527         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
528         fixed.
530 2000-06-12  Dave Love  <fx@gnu.org>
532         * image.el (insert-image): Save a little consing.
534 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
536         * language/tibet-util.el: Convert all tibetan-1-column characters
537         to the corresponding tibetan characters.
538         (tibetan-add-components): Delete code for the special treatment of
539         'a chung.
541         * language/tibetan.el (tibetan-composable-pattern): Fix previous
542         change.
543         (tibetan-vowel-transcription-alist): More rules added.
544         (tibetan-composite-vowel-alist): New variable.
545         (tibetan-precomposition-rule-alist): More rules added.
547 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
549         * startup.el (command-line): Only call menu-bar-mode if interactive.
551         * thingatpt.el (toplevel symbol-properties):
552         * textmodes/makeinfo.el (makeinfo-compile):
553         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
554         * progmodes/hideif.el (hif-compress-define-list)
555         (hide-ifdef-use-define-alist):
556         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
557         (ange-ftp-vms-add-file-entry):
558         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
559         * man.el (Man-build-man-command):
560         * mail/rnewspost.el (news-reply-header-hook):
561         * info.el (Info-insert-dir):
562         * emulation/mlconvert.el (backward-word, forward-word, setq):
563         * emacs-lisp/gulp.el (gulp-send-requests):
564         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
565         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
566         (byte-optimize-apply, end of file):
567         * emacs-lisp/advice.el (ad-advice-class-completion-table)
568         (ad-make-freeze-definition):
569         * startup.el (command-line, command-line-1): Don't quote lambdas.
571         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
572         (cvs-cleanup-removed): New function.
573         (cvs-cleanup-functions): New var.
574         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
575         some flexibility in specifying additional entries to auto-cleanup.
576         (cvs-quickdir): New function.
577         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
578         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
579         (cvs-mode-find-file): Check that we are on a filename or dirname
580         when invoked through a mouse-click.
581         (cvs-full-path): Remove.
582         (cvs-dired-action): Re-introduced.
583         (cvs-dired-noselect): Use it.
584         (vc-post-command-functions): use this new hook if available.
586         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
587         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
588         (cvs-filename-map, cvs-dirname-map): Remove.
589         (cvs-default-action): Remove.
590         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
591         if the arg is really a keymap.
592         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
593         Don't hardcode the mapping from state (aka type) to face, but check
594         the var cvs-fi-<type>-face instead.
595         (cvs-fileinfo-from-entries): New function.
597         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
598         Docstring fix.
599         (cvs-find-file-and-jump): Change default to be safer.
600         (cvs-mode-diff-map): Define it as a function as well.
601         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
602         Bind mouse-2 in this global map rather than with text-properties.
604         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
605         file to resolve the ambiguity between C(conflict) and C(need-merge).
607 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
609         * international/mule.el (set-buffer-file-coding-system): If
610         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
611         unconditionally.
613 2000-06-12  Dave Love  <fx@gnu.org>
615         * wid-edit.el (widget-specify-button): Really suppress the face if
616         required.
618 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
620         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
622 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
624         * imenu.el (imenu-generic-expression): Docstring fix.
626         * composite.el (composition-function-table): Move the `put'
627         below the autoload cookie so we can load the file before loaddefs.
629         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
631         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
632         Handle easy-mmode-define-global-mode.
633         For complex macros like define-minor-mode that can generate
634         several autoload entries, try to autoload entries in the
635         macroexpanded code.
637         * emacs-lisp/easy-mmode.el (define-minor-mode):
638         If KEYMAP is a symbol, just use it.
639         Use byte-compile-current-file and load-file-name to infer the
640         proper :require to pass to defcustom.
641         Wrap the hook var into `progn' so as not to autoload it.
642         Add a :autoload-end cookie.
643         Be more careful about the evaluation of KEYMAP.
644         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
645         (define-derived-mode): Move define-abbrev-table outside of defvar.
647 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
649         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
650         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
651         (backup-compiled-files): Ignore errors during `tar'.
652         (bootstrap): Make autoloads before elc files.
654 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
656         * international/mule.el (set-buffer-file-coding-system): If one of
657         undecided-XXX is specified, change only EOL conversion.
659         * international/mule-conf.el (unix): New alias for the coding
660         system undecided-unix.
662 2000-06-09  Dave Love  <fx@gnu.org>
664         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
666         * progmodes/executable.el: Byte compile dynamic.
667         (executable-insert): Change custom type.
668         (executable-find): Add autoload cookie.
669         (executable-make-buffer-file-executable-if-script-p): New
670         function.  After Noah Friedman.
672         * files.el (after-save-hook): Customize, with
673         executable-make-buffer-file-executable-if-script-p as an option.
675 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
677         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
678         "tib24p-mule.bdf" for Tibetan.
680         * composite.el (decompose-composite-char): Declare it as obsolete.
682         * man.el (Man-fontify-manpage): Pay attention to underline and
683         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
685 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
687         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
688         Set maintainer to FSF since author isn't reachable.
690 2000-06-08  Dave Love  <fx@gnu.org>
692         * international/mule-cmds.el (select-safe-coding-system): If
693         DEFAULT-CODING-SYSTEM is not specified, also check the most
694         preferred coding-system if buffer-file-coding-system is
695         `undecided'.  From Handa.
697 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
699         * international/mule.el
700         (after-insert-file-set-buffer-file-coding-system): If the buffer
701         size is greater than INSERTED, judget that we are not visiting.
703 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
705         * whitespace.el (defgroup whitespace): Comment out `:version'.
706         XEmacs 20.4 has problems defining the group with this present.
707         We'll have this commented out till get resolve the problem.
709 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
711         * align.el: Update from author.
713 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
715         * apropos.el (apropos-mode-hook): New user variable.
716         (apropos-mode): Run apropos-mode-hook.
718 2000-06-07  David Ponce  <david@dponce.com>
720         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
721         commands.  Require `wid-edit' at run-time.
723 2000-06-07  David Ponce  <david@dponce.com>
725         * recentf.el: Added some "Commentary".
726         (recentf-open-more-files, recentf-edit-list): Minor changes to
727         move the point at the top of the file list.  This behaviour is
728         consistent with the menu one when the list contains a lot of
729         files.
730         (recentf-cleanup): Now displays the number of items removed from
731         the list.
732         (recentf-relative-filter) New menu filter to show filenames
733         relative to `default-directory'.
735 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
737         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
738         with/without giving an error if PostScript printer doesn't have this
739         kind of page size.  Zebra Stripe continues or restarts on next page.
740         Manual/automatic paper feeding.  Switch or not the header.
741         (ps-print-version): New version number (5.2.2).
742         (ps-windows-system): Include emx as a Windows system.
743         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
744         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
745         (ps-background-text): Code fix.
746         (ps-error-handler-message, ps-user-defined-prologue)
747         (ps-print-prologue-header, ps-printer-name)
748         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
749         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
750         (ps-use-face-background): Customization fix.
751         (ps-n-up-database): Data fix.
752         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
753         (ps-switch-header): New vars.
754         (ps-xemacs-color-name, ps-face-foreground-name)
755         (ps-face-background-name, ps-boolean-constant): New funs.
757 2000-06-07  Dave Love  <fx@gnu.org>
759         * allout.el: New version from Manheimer.
761 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
763         * textmodes/fill.el (fill-find-break-point): Check the validity of
764         charset.
766 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
768         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
769         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
770         Call display-color-p and display-mouse-p instead of looking at
771         window-system.
773 2000-06-06  Dave Love  <fx@gnu.org>
775         * image.el (find-image): Doc fix.  Return nil if image not found.
776         (put-image, insert-image): Make STRING arg optional.
778 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
780         * language/vietnamese.el: Remove eval-when-compile.
781         (viet-viscii-nonascii-translation-table): Define it as a
782         translation table made from viet-viscii-decode-table.
783         (viet-viscii-encode-table): Define it as a translation table made
784         from the reverse map of above.
785         (viet-vscii-nonascii-translation-table): Define it as a
786         translation table made from viet-vscii-decode-table.
787         (viet-vscii-encode-table): Define it as a translation table made
788         from the reverse map of above.
789         (ccl-decode-viscii): Use translate-character.
790         (ccl-encode-viscii, ccl-encode-viscii-font)
791         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
792         Likewize.
794         * language/cyrillic.el: Remove eval-when-compile.
795         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
796         translation table made from cyrillic-koi8-r-decode-table.
797         (cyrillic-koi8-r-encode-table): Define it as a translation table
798         made from the reverse map of above.
799         (ccl-decode-koi8): Use translate-character.
800         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
801         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
802         a translation table made from cyrillic-alternativnyj-decode-table.
803         (cyrillic-alternativnyj-encode-table): Define it as a translation
804         table made from the reverse map of above.
805         (ccl-decode-alternativnyj): Use translate-character.
806         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
807         Likewize
809         * international/mule-diag.el (non-iso-charset-alist): Specify
810         translation table symbol instead of translation table itself.
811         (list-block-of-chars): CHARSET may be a translation table symbol.
813         * international/mule.el (make-coding-system): If CODING-SYSTEM
814         already exists, override it.
816         * international/fontset.el: Use family `proportional' for Tibetan
817         fonts.
819         * international/ccl.el (ccl-compile-translate-character): Don't
820         check if Rrr has property translation-table.
821         (ccl-compile-map-multiple): Modified to avoid compiler warning.
823 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
825         * info.el: Bind case-fold-search to t when searching in case
826         a user sets it to nil in a hook.
828 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
830         * autoarg.el (autoarg-mode, autoarg-kp-mode):
831         * hl-line.el (hl-line-mode): Use the new :global key argument.
833         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
834         (tar-clip-time-string): Prepend a space.
835         (tar-grind-file-mode): Construct a string rather than modifying one.
836         (tar-header-block-summarize): Fix docstring.
837         Use `format' rather than an error-prone set of copy-loops.
839         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
840         (diff-goto-source, diff-unified->context, diff-context->unified)
841         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
842         understand the format output by the `-p' argument to diff.
844         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
845         (sh-re-done): Use defconst.
846         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
847         (sh-help-string-for-variable, sh-guess-basic-offset):
848         Don't quote lambdas.
849         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
850         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
852         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
853         (mh-letter-mode): Derive from text-mode.
854         This implicitly means that it now calls kill-all-local-variables.
855         Also remove the Emacs-18 compatibility code.
857         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
858         Make use of symbol-property doc-string-elt.
859         Use memq rather than a sequence of eq.
860         (doc-string-elt): Fix the wrong or missing previously unused values.
861         (autoload-print-form): New function extracted from
862         generate-file-autoloads to allow recursion when handling progn
863         so that defvar's and defun's docstrings are properly printed.
864         (generate-file-autoloads): Use it.
866         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
867         Use find-file-hooks in the minor-mode function.
868         Be careful not to loop indefinitely in the post-command-hook function.
870 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
872         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
873         tty's.
874         * ediff-diff.el (ediff-exec-process): Use --binary for fine
875         differences whenever appropriate.
876         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
877         * viper.el (find-file, find-file-other-window): Get viper to do
878         wildcards.
880 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
882         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
883         (jit-lock-fontify-buffer): New function for JIT refontification.
884         (jit-lock-mode): Fix docstring.
885         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
886         Remove jit-lock-after-change from the _local_ hook.
887         (jit-lock-function-1): Fix docstring.
889         * info.el (Info-on-current-buffer): Initialize info.
891         * newcomment.el (comment-indent): Ignore comment-indent-hook.
893         * progmodes/tcl.el (tcl-indent-for-comment):
894         Ignore comment-indent-hook.
896         * emacs-lisp/easy-mmode.el: Require CL during compilation.
897         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
898         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
899         and improve to use the lighter to guess the capitalization.
900         (define-minor-mode): Inline code from easy-mmode-define-toggle.
901         Add keyword arguments to specify global-ness or the custom group.
902         Add local-map and help-echo properties to the lighter.
903         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
904         (easy-mmode-define-global-mode): New macro.
906 2000-06-02  Dave Love  <fx@gnu.org>
908         * wid-edit.el: byte-compile-dynamic since we typically don't use
909         all the widgets.  Don't require cl or widget.  Remove
910         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
911         (widget-read-event): Removed.  Callers changed to use read-event.
912         (widget-button-release-event-p): Renamed from
913         button-release-event-p.
914         (widget-field-add-space, widget-field-use-before-change):
915         Uncustomize.
916         (widget-specify-field): Use keymap property, not local-map.
917         (widget-specify-button): Obey :suppress-face.
918         (widget-specify-insert): Use modern backquote syntax.
919         (widget-image-directory): Renamed from widget-glyph-directory.
920         (widget-image-enable): Renamed from widget-glyph-enable.
921         (widget-image-find): Replaces widget-glyph-find.
922         (widget-button-pressed-face): Move defvar.
923         (widget-image-insert): Replaces widget-glyph-insert.
924         (widget-convert): Use keywordp.
925         (widget-leave-text, widget-children-value-delete): Use mapc.
926         (widget-keymap): Remove XEmacs stuff.
927         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
928         (widget-button-click): Don't set point at the click, but re-centre
929         if we scroll out of window.  Rewritten for images v. glyphs &c.
930         (widget-tabable-at): Use POS arg, not point.
931         (widget-beginning-of-line, widget-end-of-line)
932         (widget-item-value-create, widget-sublist, widget-princ-to-string)
933         (widget-sexp-prompt-value, widget-echo-help): Simplify.
934         (widget-default-create): Use widget-image-insert; some rewriting.
935         (widget-visibility-value-create)
936         (widget-push-button-value-create, widget-toggle-value-create): Use
937         widget-image-insert.
938         (checkbox): Create on and off images dynamically.
939         (documentation-link): Change :help-echo.
940         (widget-documentation-link-echo-help): Remove.
942 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
944         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
946         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
947         (easy-mmode-define-toggle, define-minor-mode): Use it.
948         (easy-mmode-define-keymap): Docstring fix.
949         (define-derived-mode): Default PARENT to fundamental-mode.
950         Add the derived-mode-parent symbol-property.
951         (easy-mmode-derived-mode-p): New function.
953 2000-06-02  Dave Love  <fx@gnu.org>
955         * files.el (convert-standard-filename): Doc fix.
956         (normal-backup-enable-predicate): New function.
957         (backup-enable-predicate): Use it to replace the lambda form.
959         * calendar/todo-mode.el: [This needs more work on the outline
960         stuff.]  Doc fixes.
961         (todo) <defgroup>: Add :version.
962         (todo-add-category): Don't use pushnew.
963         (todo-cmd-raise): Fix typo.
964         (todo-top-priorities): Change temp buffer name.
965         (todo-category-alist): Avoid redundant lambda.
966         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
967         Use outline-next-heading.
969         * autoarg.el: Rewritten to use define-minor-mode.
970         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
971         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
973 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
975         * isearch.el (isearch-other-meta-char): Fix previous change.
977 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
979         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
980         (log-edit-done): Only add the comment to the ring if it's different
981         from the last comment entered.
983         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
985 2000-06-01  Dave Love  <fx@gnu.org>
987         * hl-line.el: Rewritten using define-minor-mode.
989         * help.el (describe-function-1): Distinguish special form from
990         builtin function.  Sanity-check presence of arglist for builtins.
992 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
994         * international/characters.el: Fix syntax/category setting of
995         Tibetan characters.
997         * language/tibet-util.el (tibetan-add-components): Fixes for new
998         encoding of Tibetan characters.
999         (tibetan-decompose-precomposition-alist): New variable.
1000         (tibetan-decompose-region): Convert precomposed characters to
1001         non-precomposed characters.
1002         (tibetan-decompose-string): Likewise.
1003         (tibetan-composition-function): Fix args to
1004         thibetan-compose-string.
1006         * language/tibetan.el (tibetan-composable-pattern): More
1007         characters included.
1008         (tibetan-consonant-transcription-alist): Rule for "R" added.
1009         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
1010         "+R" added.
1011         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
1013         * language/lao-util.el (lao-composition-function): Fix args to
1014         compose-string.
1016         * language/thai-util.el (thai-composition-function): Fix args to
1017         compose-string.
1019         * isearch.el (isearch-update): Set disable-point-adjustment to t
1020         to prevent the point moving to the end of a composition when a
1021         part of a composition is searched.
1022         (isearch-other-meta-char): If the key invoking this command can be
1023         mapped by function-key-map to a printing char, call
1024         isearch-process-search-char directly.
1026 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
1028         * emacs-lisp/bytecomp.el:
1029         * frame.el:
1030         * international/mule-cmds.el:
1031         * international/mule-util.el:
1032         * international/mule.el:
1033         * mouse.el:
1034         * subr.el:
1035         * faces.el: Update calls to make-obsolete with a WHEN argument.
1037         * byte-run.el (make-obsolete, make-obsolete-variable):
1038         Add an optional WHEN argument and change the format of the
1039         symbol-property information.
1040         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
1041         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
1042         new obsolete-symbol-property format and print WHEN if it is provided.
1044 2000-05-31  Dave Love  <fx@gnu.org>
1046         * loadhist.el (loadhist-hook-functions): Remove
1047         before-change-function, after-change-function.
1048         (unload-feature): Deal with symbols which are both bound and
1049         fbound.
1051         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
1052         before-change-function, after-change-function.
1054         * simple.el (newline): Don't bind before-change-function,
1055         after-change-function.
1057 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
1059         * whitespace.el (whitespace-rescan-timer-time): Update interval
1060         set to 600 seconds (10 minutes) instead of 60 seconds since
1061         a large number of whitespace buffers causes emacs to `freeze'
1062         for a considerable amount of time.
1064         * whitespace.el: Updated email address
1066 2000-05-31  Dave Love  <fx@gnu.org>
1068         * add-log.el (change-log-font-lock-keywords) <function>: Add
1069         pattern for function of change.
1070         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
1071         acknowledgements patterns.
1073 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
1075         * isearch.el (isearch-printing-char): If keyboard coding system is
1076         being used, call isearch-process-search-multibyte-characters.
1078         * international/isearch-x.el: Mostly rewritten.
1080         * international/quail.el (quail-start-conversion): Don't include
1081         unhandled events in the returned events, but set them in
1082         unread-command-events.  Exit if all inputs are deleted.
1084 2000-05-30  Jason Rumney  <jasonr@gnu.org>
1086         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
1088         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
1089         Reenable code to create initial fontsets.
1090         Use set-fontset-font in place of put-charset-property.
1092 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
1094         * progmodes/perl-mode.el (perl-indent-line): When looking for a
1095         label, ensure that the first colon isn't followed by another.
1097         * paths.el (Info-default-directory-list): Doc fix.
1099         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
1100         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
1101         send a query containing USER only, not USER@HOST.
1103         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
1104         and rmail-msgend to compute the restriction at the end, instead of
1105         computing it.
1107 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
1109         * dabbrev.el (dabbrev-expand): Don't display messages in the
1110         echo area if the minibuffer window is active.
1112         * jit-lock.el (jit-lock-mode): Add after change function to
1113         local hook.
1115 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1117         * antlr-mode.el: New commands: hide/unhide actions,
1118         upcase/downcase literals.
1119         (antlr-tiny-action-length): New user option.
1120         (antlr-hide-actions): New command.  Suggested by
1121         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
1122         (antlr-mode-map): New binding [C-c C-v].
1123         (antlr-mode-menu): New entries.
1124         (antlr-downcase-literals): New command.
1125         (antlr-upcase-literals): Ditto.
1127         * antlr-mode.el: Minor changes: indendation, mode-name.
1128         (antlr-indent-line): Indent cpp directive at column 0.
1129         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
1131         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
1132         (antlr-font-lock-additional-keywords): Workaround for intentional
1133         bug in XEmacs version of font-lock.
1134         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
1135         be used by a smarter version of `buffers-menu-grouping-function'.
1137 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
1139         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
1140         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
1142 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
1144         * international/encoded-kb.el
1145         (encoded-kbd-iso2022-designation-map): Pay attention to that
1146         charset-iso-final-char return -1 for eight-bit-control and
1147         eight-bit-graphic.
1149 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
1151         * speedbar.el (speedbar-use-images, speedbar-update-flag)
1152         (speedbar-easymenu-definition-base): Use display-graphic-p where
1153         available, instead of window-system.
1155 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
1157         * international/codepage.el (cp-coding-system-for-codepage-1): Add
1158         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
1159         coding systems.
1161 2000-05-26  Dave Love  <fx@gnu.org>
1163         * disp-table.el (standard-display-underline): Don't use
1164         internal-find-face.
1166         * mail/reporter.el: Maintainer change.  Doc fixes.
1167         (reporter-version): Deleted.
1169         * emacs-lisp/elp.el: Maintainer change.
1170         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
1172 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
1174         * add-log.el (add-change-log-entry): Merge the current entry with the
1175         previous one if the previous one is empty.
1177 2000-05-26  Dave Love  <fx@gnu.org>
1179         * loadhist.el (unload-feature): Fix interactive spec [from
1180         lijnzaad@ebi.ac.uk].
1182         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
1183         subr-arity to check primitives.
1184         (byte-compile-flush-pending, byte-compile-file-form-progn)
1185         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
1186         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
1187         mapcar.
1189 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
1191         * international/fontset.el: Set family names of non-latin charsets
1192         in default fontset to "*".
1194         * international/mule-diag.el (print-fontset): Combine family part
1195         and registry part of the fontname by "-*-" instead of "-".
1197         * international/mule-cmds.el (encode-coding-char): Make strings
1198         multibyte before calling encode-coding-string.
1200 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
1202         * derived.el: Fix keywords.
1203         (define-derived-mode): Only define if needed.
1205         * simple.el (fill-comment, comment-column, comment-start)
1206         (comment-start-skip, comment-end, comment-indent-function)
1207         (block-comment-start, block-comment-end, indent-for-comment)
1208         (set-comment-column, kill-comment, comment-padding, comment-region)
1209         (comment-multi-line, indent-new-comment-line): Remove.
1211         * bindings.el (esc-map): Change ; to comment-dwim and use the new
1212         function names for comment operations.
1214         * newcomment.el: Add abundant autoload cookies.
1215         (comment-style): Don't depend on runtime data at compile-time.
1216         (comment-indent-hook): Remove.
1217         (comment-indent): Check if comment-indent-hook is bound.
1218         (comment-region): Docstring fix.
1220 2000-05-25  Dave Love  <fx@gnu.org>
1222         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
1223         byte-code-function-p.
1225         * mail/rmailsum.el: Add provide.
1227         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
1229         * smerge-mode.el (smerge-diff-switches): Don't use list* in
1230         defcustom.
1232 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
1234         * ediff-diff.el (ediff-exec-process): delete --binary option from
1235         non-buffer ediff jobs.
1237 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
1239         * hilit-chg.el (highlight-changes-mode): Ask about color or
1240         grayscale support, not about window-system.
1242         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
1243         window-system.
1244         (ffap-highlight): Always default to t.
1246         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
1247         display-popup-menus-p instead of looking at window-system.
1249         * disp-table.el (standard-display-g1, standard-display-graphic):
1250         Only refuse to use string glyphs on X and MS-Windows.
1252         * avoid.el: Remove window-system from commentary, suggest to use
1253         display-*-p instead.
1255         * apropos.el (apropos-print): Use display-mouse-p instead of
1256         window-system.
1258 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
1260         * international/codepage.el (cp-decoding-vector-for-codepage):
1261         Fill up unsupported characters with their own codes.  From Kenichi
1262         Handa.
1264 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
1266         * international/mule-diag.el (describe-char-after): Use
1267         display-graphic-p instead of window-system, so that this function
1268         works on MS-DOS.
1270 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
1272         * international/codepage.el (cp-make-coding-systems-for-codepage):
1273         Remove the eight-bit-graphic and eight-bit-control charsets from
1274         the list of charsets which we convert into `?'.
1276 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
1278         * international/mule-conf.el: Specify CHARSET-ID explicitely for
1279         private charsets.
1280         (mule-unicode-0100-24ff, japanese-jisx0213-1,
1281         japanese-jisx0213-2): New charsets.
1283         * international/fontset.el: Setup default fontset for new charsets.
1285 2000-05-24  Dave Love  <fx@gnu.org>
1287         * info.el (Info-find-node-2): Restructure [following "Vadim
1288         S. Solomin" <sovs@uic.nnov.ru>].
1290         * icomplete.el: Fix header for Finder.
1292 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
1294         * rmailout.el (rmail-output-to-rmail-file): Added optional param
1295         STAY.
1297         * rmail.el (rmail-automatic-folder-directives): New user variable.
1298         (rmail-show-message): Add call to `rmail-auto-file' during
1299         display.
1300         (rmail-auto-file): New function.
1302 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
1304         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
1305         account.
1306         (ediff-test-utility,ediff-diff-mandatory-option)
1307         (ediff-reset-diff-options): Utilities for proper initialization of
1308         ediff-diff-options and ediff-diff3-options on Windows.
1310         * ediff-init.el (ediff-merge-filename-prefix): New customizable
1311         variable.
1313         * ediff-mult.el (ediff-filegroup-action): Use
1314         ediff-merge-filename-prefix.
1316 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
1318         * viper-ex.el (ex-write): Set selective display to nil.
1320 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
1322         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
1323         aliases for hebrew-iso-8bit.
1325 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
1327         * woman.el: New version from Francis J. Wright
1328         <F.J.Wright@Maths.QMW.ac.uk>.
1329         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
1330         names in environment variables regardless of the path separator.
1331         (woman-topic-all-completions-1): Don't call file-name-directory-p
1332         on all files, since woman-file-regexp already filters out any
1333         directories.
1335 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
1337         * international/quail.el (quail-start-translation): Don't change
1338         modified-p of the current buffer.
1339         (quail-start-conversion): Likewise.
1341         * international/kkc.el (kkc-region): Don't change modified-p of
1342         the current buffer.
1344         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
1345         conform to RFC1468.
1346         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
1348 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
1350         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
1351         (speedbar-insert-button): Invisible text property fix.
1352         (speedbar-directory-plus): Renamed from speedbar-directory-+
1353         (speedbar-directory-minus): Renamed from speedbar-directory--
1354         (speedbar-page-plus): Renamed from speedbar-file-+
1355         (speedbar-page-minus): Renamed from speedbar-file--
1356         (speedbar-page): Renamed from speedbar-file-
1357         (speedbar-tag): Renamed from speedbar-tag-
1358         (speedbar-tag-plus): Renamed from speedbar-tag-+
1359         (speedbar-tag-minus): Renamed from speedbar-tag--
1360         (speedbar-expand-image-button-alist): Use above renames.
1362         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
1363         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
1364         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
1365         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
1366         * sb-pg.xpm: Renamed from sb-file.xpm
1367         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
1368         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
1370 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
1372         * international/quail.el (quail-show-guidance-buf): Set
1373         current-input-method of the guidance buffer to the name of the
1374         curren input method.
1376 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
1378         * progmodes/compile.el (compile-internal): Style typo.
1380         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
1381         quote vars and functions in the docstring.
1383         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
1385         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
1386         Don't quote lambdas.
1388         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
1390 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
1392         * startup.el (command-line): Determine source file of compiled
1393         user init file differently.  Warn if compiled user init file
1394         is older than its source file.
1396         * ffap.el (ffap-url-regexp): Add `https'.
1398 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
1400         * files.el (make-backup-file-name-1): Replace slashes with `!'
1401         rather than `|' (which is not allowed on Windows).  Replace the
1402         drive letters with a string "drive_X".
1404 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
1406         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
1408         * files.el (interpreter-mode-alist): Add `bash2'.
1410 2000-05-22  Dave Love  <fx@gnu.org>
1412         * loadhist.el (feature-symbols, file-provides, file-requires): Use
1413         mapc.
1414         (feature-file): Avoid calling symbol-name.  Doc fix.
1415         (file-set-intersect, file-dependents): Use dolist, not mapcar.
1416         (loadhist-hook-functions): Add mouse-position-function.
1417         (unload-feature): Change uses of mapcar.
1419         * files.el (parse-colon-path): Doc fix.
1420         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
1421         (set-auto-mode): Use mapc.
1423         * complete.el (PC-look-for-include-file): Use :alnum: character
1424         class.
1425         (partial-completion-mode): Add autoload cookie.
1427 2000-05-22  Sam Steingold  <sds@gnu.org>
1429         * info.el (Info-fontify-node): Fixed the call to
1430         `add-text-properties' (bug introduced on 2000-05-18).
1432 2000-05-22  Dave Love  <fx@gnu.org>
1434         * bindings.el: Remove debug-ignored-errors set in other files.
1436         * progmodes/etags.el: Add to debug-ignored-errors.
1437         (visit-tags-table-buffer): Clear out buffers holding old tables
1438         when making a new list.
1439         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
1440         mapc.
1442         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
1443         quote keywords.
1444         (cmpl-string-case-type): Use character classes.
1446         * comint.el:
1447         * textmodes/ispell.el:
1448         * imenu.el:
1449         * mail/mh-e.el:
1450         * progmodes/compile.el: Add to debug-ignored-errors.
1452         * dabbrev.el: Add to debug-ignored-errors.
1453         (dabbrev-completion): Use mapc.
1455 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
1457         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
1458         (woman-mapcan, woman-parse-man.conf)
1459         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
1460         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
1461         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
1462         path syntax better.
1463         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
1464         (woman-manpath): Call woman-parse-man.conf.
1465         (woman-emulation): New defcustom, defaults to nroff.
1466         (woman-font-support): New defconst.
1467         (woman-use-symbol-font): New defcustom.
1468         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
1469         "Emulation".
1470         Many functions: Doc fix.
1472 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
1474         * international/quail.el (quail-simple-translation-keymap): Map
1475         128..255 to quail-self-insert-command.
1476         (quail-keyboard-layout-alist): Add definition for "pc102-de".
1478 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
1480         * help.el (help-manyarg-func-alist): Typo.
1482         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
1483         intervals which makes it heaps simpler.
1485         * newcomment.el (comment-region-internal): Go back to BEG after quoting
1486         the nested comment markers.
1488         * subr.el (remove-hook): Don't turn the hook's value into a list.
1490 2000-05-21  Dave Love  <fx@gnu.org>
1492         * edmacro.el (edmacro-parse-keys): Return vector if any elements
1493         are invalid characters.
1495         * international/mule-util.el (detect-coding-with-priority): Use
1496         mapc.  Remove redundant lambda.
1498         * international/mule-diag.el (list-non-iso-charset-chars)
1499         (describe-fontset): Remove redundant lambda.
1501         * emulation/crisp.el (brief-mode): New alias.
1503         * emacs-lisp/ring.el (ring-elements): New function.
1505         * emacs-lisp/easymenu.el (easy-menu-create-menu)
1506         (easy-menu-do-add-item): Use keywordp.
1508         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
1510         * replace.el: Doc and error message fixes.
1511         (replace-highlight): Use facep, not internal-find-face.
1513 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
1515         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
1517         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
1518         (log-edit-insert-changelog): Drop `:' as well.
1520         * log-view.el: Fix file description.
1521         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
1522         available.
1523         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
1524         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
1526         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
1527         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
1528         Print a status message if the toggle is called interactively.
1529         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
1530         for global minor modes and use `defcustom' for them.
1531         Use add-minor-mode.
1532         (easy-mmode-define-derived-mode): Remove.
1533         (define-derived-mode): Fancier default docstring.
1534         (easy-mmode-define-navigation): Signal an error rather than (ding).
1536         * newcomment.el (comment-styles): New `box-multi'.
1537         (comment-normalize-vars): Better default for comment-continue to
1538         avoid whitespace-only continuations.
1539         (comment-search-forward): Always move even in the no-syntax case.
1540         (comment-padright): Only obey N if it's only obeyed for padleft.
1541         (comment-make-extra-lines): Better handling of empty continuations.
1542         Use `=' for the filler if comment-start has only one character.
1543         (uncomment-region): Try handling the special `=' filler.
1544         (comment-region): Allow LINES even if MULTI is nil.
1545         (comment-box): Choose box style based on comment-style.
1547 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
1549         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
1550         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
1552 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
1554         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
1555         and insert, not subst-char-in-region.
1557         * international/mule-diag.el (list-character-sets-1): Handle
1558         charsets eight-bit-control and eight-bit-graphic.
1559         (list-iso-charset-chars): Likewise.
1560         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
1561         charactes as is.  Use indent-to to align characters.
1563         * international/mule-cmds.el (find-multibyte-characters): Never
1564         exclude charsets eight-bit-control and eight-bit-graphic.
1566 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
1568         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
1569         Don't quote lambdas.
1571         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
1573 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
1575         * gud.el (gud-jdb-directories): Doc fix.
1577 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
1579         * newcomment.el: New file.
1581 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
1583         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
1585 2000-05-18  Andreas Schwab  <schwab@suse.de>
1587         * dired.el (dired-between-files): Also skip lines beginning with
1588         `used'.
1590 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
1592         * msb.el (msb-menu-cond): Add choice `user'.
1594 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1596         * ps-print.el: Compatibility, customization and doc fix.
1597         (ps-printer-name-option): Replace defconst by defvar.
1598         (ps-postscript-code-directory): XEmacs compatibility.
1599         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
1600         fix.
1601         (ps-user-defined-prologue, ps-print-prologue-header)
1602         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
1603         compatibility and code fix.
1604         (ps-print-background-image, ps-print-background-text):
1605         Customization fix.
1606         (ps-line-number-start, ps-n-up-on): New vars.
1608 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
1610         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
1611         the indent-comment function to just return the appropriate indent.
1613 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
1615         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
1616         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
1617         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
1619 2000-05-18  Dave Love  <fx@gnu.org>
1621         * info.el (Info-fontify-node): Add intangible property as well as
1622         invisible.
1624         * calendar/appt.el (appt-make-list): Match all lines of entry.
1625         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
1627 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
1629         * international/mule-diag.el (describe-char-after): Call
1630         internal-char-font, not char-font.  If internal-char-font returns
1631         nil, display "-- none --".
1633 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1635         * image.el (image-type-available-p): Don't reference image-types
1636         if it isn't bound.
1638 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
1640         * autoarg.el (autoarg-mode): Typo in the :set argument.
1642 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1644         * startup.el (command-line-1): Don't signal an error if the
1645         directory for auto-save-list files does not yet exist.
1647 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
1649         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
1651 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
1653         * subr.el (remove-hook): `setq' hook-value, not `set'.
1655 2000-05-16  Sam Steingold  <sds@gnu.org>
1657         * info.el (debug-ignored-errors): More errors to ignore.
1659 2000-05-16  Dave Love  <fx@gnu.org>
1661         * cus-edit.el: Don't require cl or easymenu.
1662         (custom-variable-prompt): Test standard-value property, not
1663         user-variable-p.
1665 2000-05-16  Sam Steingold  <sds@gnu.org>
1667         * subr.el (add-hook): `setq' hook-value, not `set'.
1669 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
1671         * startup.el (command-line-1): Mention the FAQ in the startup
1672         message.
1674         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
1676         * progmodes/compile.el (compilation-parse-errors): Collect
1677         `nomessage' regexps last.
1679         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
1681         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
1682         to the function name.
1684 2000-05-15  Dave Love  <fx@gnu.org>
1686         * speedbar.el (speedbar-recenter): Typo.
1687         (speedbar-expand-line): Make arg optional.
1688         (speedbar-mode): Avoid a compiler warning.
1690 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
1692         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
1693         user-specified option string is empty.
1695         * mouse.el (mouse-yank-at-click): Doc fix.
1697 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
1699         * term/internal.el (IT-character-translations): More updates of
1700         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
1701         documents.
1703 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
1705         * env.el (getenv): New function, interactively callable.
1706         (setenv, getenv): Remove autoload cookies.
1708         * loadup.el: Load `env'.
1710         * progmodes/f90.el: Change author's mail address.
1712 2000-05-14  Dave Love  <fx@gnu.org>
1714         * mail/rmail.el (rmail-show-message-hook): Customize and offer
1715         goto-addr as an option.
1717         * help.el (help-xref-stack): Doc fix.
1718         (help-xref-following): New variable.
1719         (help-make-xrefs): Use it.
1720         (help-xref-go-back): Use position information from stack element.
1721         (help-follow): Make position in stack element a pair.  Use
1722         help-xref-following.
1724         * autoarg.el: New file.
1726         * faces.el: Declare more functions obsolete.
1728         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
1729         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
1730         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
1731         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
1732         Remove all the setup-...-environment functions.
1734 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
1736         * speedbar.el: Updated the commentary section.  xemacs20p now uses
1737         >= when detecting.  Require `defimage' safely.
1738         (speedbar-easymenu-definition-base): Add toggle for images.
1739         (speedbar-easymenu-definition-special): Add flush cache & expand.
1740         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
1741         (speedbar-reconfigure-keymaps-hook): New variable.
1742         (speedbar-frame-parameters): Updated documentation.
1743         (speedbar-use-imenu-flag): Updated custom tag
1744         (speedbar-dynamic-tags-function-list): New variable.
1745         (speedbar-tag-hierarchy-method): Updated doc & custom.
1746         (speedbar-indentation-width, speedbar-indentation-width) New
1747         variables.
1748         (speedbar-hide-button-brackets-flag): Customizable.
1749         (speedbar-vc-indicator): Doc update.
1750         (speedbar-ignored-path-expressions): Updated default value.
1751         (speedbar-supported-extension-expressions): Updated default value.
1752         (speedbar-syntax-table): Remove {} paren status.
1753         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
1754         as "+".  Added overlay aliases.
1755         (speedbar-mode): Use `speedbar-mode-line-update' instead of
1756         `force-mode-line-update'.
1757         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
1758         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
1759         `mouse-set-point'
1760         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
1761         (speedbar-item-info-tag-helper): Revamped to handle a wider range
1762         of arbitrary text, and new helper functions.
1763         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
1764         filename finder.
1765         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
1766         (speedbar-directory-buttons): Update path search/expansion.
1767         (speedbar-make-tag-line): Pay attention to
1768         `speedbar-indentation-width'.  Use more care w/ invisible
1769         properties.
1770         (speedbar-change-expand-button-char): Call
1771         `speedbar-insert-image-button-maybe'.
1772         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
1773         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
1774         (speedbar-trim-words-tag-hierarchy)
1775         (speedbar-simple-group-tag-hierarchy): New functions
1776         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
1777         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
1778         functions.
1779         (speedbar-mouse-set-point): New function
1780         (speedbar-power-click): Updated documentation.
1781         (speedbar-line-token, speedbar-goto-this-file): Handle more types
1782         of tag prefix text.
1783         (speedbar-expand-line, speedbar-contract-line): Make more robust
1784         to strange text.
1785         (speedbar-expand-line): Takes universal argument to flush the
1786         cache.
1787         (speedbar-flush-expand-line): New function.
1788         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
1789         Use new generator insertion method.
1790         (speedbar-fetch-dynamic-tags): New function.
1791         (speedbar-fetch-dynamic-imenu): Removed code now handled in
1792         `speedbar-fetch-dynamic-imenu'.
1793         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
1794         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
1795         "Revert Buffer" menu items.
1796         (speedbar-buffer-buttons-engine): Be smarter when creating a
1797         filename tag (for expansion purposes.).
1798         (speedbar-highlight-one-tag-line,
1799         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
1800         (speedbar-recenter): New functions.
1801         (defimage-speedbar): Image loading abstraction.
1802         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
1803         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
1804         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
1805         (speedbar-tag-type, speedbar-tag-mail): New images.
1806         (speedbar-expand-image-button-alist): New variable.
1807         (speedbar-insert-image-button-maybe): Insert an image over some
1808         buttons.
1810 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
1812         * international/mule-cmds.el (encode-coding-char): An ASCII
1813         character is always encodable.
1815         * international/mule-conf.el: Add more information in descriptions
1816         of character sets.
1818         * international/mule-diag.el (describe-char-after): New function.
1819         (describe-font-internal): Adjusted for the change of font-info.
1820         (describe-font): Likewise.
1821         (print-fontset): Rewritten for the new fontset implementation.
1822         (describe-fontset): Include fontset alias names in completion.
1823         (list-fontsets): Adjusted for the change of print-fontset.
1825         * simple.el (what-cursor-position): If DETAIL is non-nil, call
1826         describe-char-after instead of displaying the detail in the echo
1827         area.
1828         (syntax-code-table): Format changed.
1829         (string-to-syntax): Adjusted for the above change.
1831 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
1833         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
1835 2000-05-12  Dave Love  <fx@gnu.org>
1837         * calendar/todo-mode.el: Remove some compatibility stuff and CL
1838         dependence.  Use line-{beginning,end}-position, not
1839         point-at{b,e}ol.  Some doc fixes.
1840         (todo-position): New function.  Fix callers of position to use it.
1841         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
1843 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
1845         * time.el (display-time-mail-icon): Use `:ascent center'.
1847         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
1848         handling FTP security extensions.
1850 2000-05-11  Dave Love  <fx@gnu.org>
1852         * calendar/todo-mode.el: New file.
1854 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
1856         * comint.el (comint-read-input-ring): Move reference to
1857         comint-input-ring-size outside of the save-excursion.  It was
1858         causing the default value to be the only one ever seen.
1860         * font-lock.el: Update copyright.  Remove Simon Marshall's email
1861         address on request from him.
1863         * subr.el (substitute-key-definition): Add comment describing
1864         the meaning of PREFIX.
1866 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
1868         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
1870         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
1871         (add-minor-mode): Don't make the variable buffer-local and add a
1872         reference to define-minor-mode in the docstring.
1874         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
1875         HEADER/FOOTER and fix bug with trailing empty directory.
1876         (cvs-append-to-ignore): Use vc-editable-p if available.
1877         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
1878         (vc-do-command): Tweak advice to handle the new VC.
1880         * log-view.el (log-view-goto-rev): New function for the new VC.
1881         (log-view-minor-wrap): Use mark-active.
1883         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
1884         (log-edit-changelog-full-paragraphs): New var.
1885         (log-edit-insert-changelog): Remove a lonely leading `* file'.
1886         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
1887         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
1888         (log-edit-changelog-ours-p, log-edit-changelog-entries)
1889         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
1890         Replace the `cvs' prefix with `log-edit'.
1892         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
1894         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
1895         (diff-font-lock-defaults): Explicitly turn off multiline.
1896         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
1897         (diff-ediff-patch): Fix call to ediff-patch-file.
1898         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
1899         Handle comments.
1901         * frame.el (automatic-hscrolling): Typo.
1903         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
1905 2000-05-09  Sam Steingold  <sds@goems.com>
1907         * apropos.el (apropos-print): use `describe-face' instead of
1908         `customize-face-other-window'.
1910 2000-05-09  Dave Love  <fx@gnu.org>
1912         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
1914         * help.el (describe-variable): Have customize button pop the
1915         help-xref stack when invoked.
1916         (help-xref-symbol-regexp): Add `face'.
1917         (help-make-xrefs): Check for quoted face names and adapt regexp
1918         submatch numbers to cope.
1919         (help-xref-interned): Maybe insert face doc too.  Separate
1920         sections with a line of hyphens.
1922         * faces.el:  Some doc fixes.  Declare some functions obsolete.
1923         (describe-face): Add customize button.  Return the help
1924         text.  Fix prompt.
1926 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
1928         * term/internal.el (IT-character-translations): Fix last change.
1930 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
1932         * woman.el: New file
1933         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
1935 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
1937         * term/internal.el (IT-character-translations): Update ASCII
1938         simulations for greek-iso8859-7, add latin-iso8859-14 and
1939         latin-iso8859-15.
1941         * international/mule-cmds.el (set-language-info-alist): Call
1942         define-prefix-command with 3 arguments, to make the map suitable
1943         for a menu.
1945 2000-05-07  Dave Love  <fx@gnu.org>
1947         * time.el: Small doc fixes from Pavel Janík ml..
1949 2000-05-05  Dave Love  <fx@gnu.org>
1951         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
1952         list in doc string.  Don't quote keyword symbols.
1953         * emacs-lisp/cl.el: Likewise
1954         * emacs-lisp/cl-seq.el: Likewise
1956 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
1958         * abbrev.el (abbrev-mode): Make ARG optional.
1960 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
1962         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
1964         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
1966         * subr.el (substitute-key-definition): Clarify documentation.
1968 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
1970         * glasses.el (glasses-convert-to-unreadable): Use
1971         `glasses-separator' instead of the hard-wired "_".
1972         (glasses-mode): Call `glasses-make-unreadable' only in a single
1973         place.
1975 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
1977         * term/internal.el (cjk-codepages-alist): Add associations for
1978         Chinese and Korean codepages.  Remove FIXME comment.
1980 2000-05-03  Dave Love  <fx@gnu.org>
1982         * time.el (display-time-mail-face, display-time-use-mail-icon):
1983         New option.
1984         (display-time-mail-icon): New variable.
1985         (display-time-string-forms): Use the above.  Fix the local-map.
1987 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
1989         * replace.el (query-replace-map): Add binding for `E'.
1990         (query-replace-help): Extend help text.
1991         (perform-replace): Allow editing the replacement string.
1993         * make-mode.el (makefile-mode-abbrev-table): New variable.
1994         (makefile-mode): Set local abbrev table to
1995         makefile-mode-abbrev-table.
1996         (makefile-font-lock-keywords): Fontify includes and conditionals.
1998         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
1999         set TOGGLE's value.
2001         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
2002         mail-interactive-insert-alias.
2003         (mail-abbrev-complete-alias): New command.
2004         (mail-mode-map): Bind it to `M-TAB'.
2006 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
2008         * language/lao-util.el (lao-compose-region): New function.
2010 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
2012         * files.el (recover-session): Make directories as necessary
2013         if they don't exist yet.
2015         * calendar/cal-french.el
2016         (french-calendar-multibyte-special-days-array)
2017         (french-calendar-special-days-array): Change French text.
2018         (calendar-french-date-string): Change output.
2019         (calendar-goto-french-date): Likewise.
2021 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
2023         * wid-edit.el (widget-default-active): Obey `:always-active'.
2024         (widget-documentation-string-value-create): Set `:always-active'.
2026 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
2028         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
2029         default prefix to `~/_emacs.d/auto-save.list/_s'.
2030         (normal-top-level): Create the directory for auto-save files, if
2031         it doesn't already exist (in the ms-dos case only).
2033 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
2035         * international/mule-cmds.el (set-language-environment): Don't
2036         concat an integer (dos-codepage), use format instead.
2038 2000-05-02  Dave Love  <fx@gnu.org>
2040         * help.el (help-xref-on-pp): Check for constant symbols.
2042 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
2044         * startup.el (normal-top-level): Put a condition-case around
2045         the code loading subdirs.el.
2047 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2049         * ps-print.el: Upside-down and face background color printing,
2050         line number step, doc fix.
2051         (ps-print-version): New version number (5.2).
2052         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
2053         (ps-face-attribute-list, ps-plot-with-face): Code fix.
2054         (ps-spool-config): Var fix.
2055         (ps-printer-name-option): Const fix.
2056         (ps-print-upside-down, ps-use-face-background)
2057         (ps-line-number-step): New vars.
2058         (ps-window-system, ps-lp-system): New consts.
2059         (ps-face-background): New fun.
2061 2000-04-28  Richard Stallman  <rms@gnu.org>
2063         * files.el (make-auto-save-file-name):
2064         Apply auto-save-file-name-transforms to visited file name
2065         before generating auto save file name.
2066         (auto-save-file-name-transforms): New variable.
2068         * files.el (backup-enable-predicate):
2069         Correctly test for a file under a temporary directory.
2071 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
2073         * subr.el (add-minor-mode): Rewritten.
2075 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
2077         * mail/sendmail.el (sendmail-send-it): Set
2078         buffer-file-coding-system to the selected coding system for MIME
2079         header.
2081 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
2083         * dired.el (dired-move-to-filename-regexp): Allow format where
2084         YYYY is followed by two spaces.
2086         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
2087         in the second character class of the regexp.
2089         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
2090         mh-etc, too.
2092         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
2093         nil.
2095         * subr.el (add-minor-mode): Use `set' instead of `setq'.
2097         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
2098         argument.
2100 2000-04-27  Sen Nagata <sen@eccosys.com>
2102         * emacs-lisp/crm.el (crm-completion-table): New variable.
2103         (crm-collection-fn, crm-test-completion)
2104         (completing-read-multiple): Use it.
2106 2000-04-27  Dave Love  <fx@gnu.org>
2108         * help.el (locate-library): Use mapc.
2109         (help-manyarg-func-alist): Add call-process-region.
2111 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
2113         * subr.el (add-minor-mode): Make argument MAP optional.
2115         * desktop.el (desktop-save): Save list of minor modes.
2116         (desktop-create-buffer): Restore minor modes.
2117         (desktop-minor-mode-table): New user-option.
2119         * subr.el (add-minor-mode): New function.
2121         * image.el (find-image): New function.
2122         (defimage): Rewritten to find image at load time.
2124         * startup.el (normal-top-level-add-to-load-path): Handle
2125         case that the default directory is not in load-path.
2127         * help.el: Old patch from Stefan Monnier.
2128         (help-xref-on-pp): New function.
2129         (describe-variable): Use it to display xrefs in a symbol's value.
2131 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
2133         * cus-edit.el (custom-face): Fix parenthesis.
2135 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
2137         * mail/rmail.el (rmail-expunge): When there are no deleted
2138         messages, do nothing.
2140 2000-04-26  Dave Love  <fx@gnu.org>
2142         * international/mule-cmds.el (locale-translation-file-name):
2143         Defvar to nil.
2144         (set-locale-environment): Set it here (at runtime).
2146 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
2148         * replace.el (perform-replace): Add parameters START and END.  Use
2149         them instead of the check for a region in Transient Mark mode.
2150         (query-replace-read-args): Return two more list elements for the
2151         start and end of the region in Transient Mark mode.
2152         (query-replace, query-replace-regexp, query-replace-regexp-eval)
2153         (map-query-replace-regexp, replace-string, replace-regexp): Add
2154         optional last arguments START and END and pass them to
2155         perform-replace.
2157         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
2158         form with additional arguments for perform-replace.
2160         * progmodes/etags.el (tags-query-replace): Add parameters START
2161         and END.  Construct a form with additional arguments for
2162         perform-replace.
2164         * simple.el (shell-command): Set default directory for "*Shell
2165         Command Output" buffer.
2167         * language/european.el (iso-latin-4): Fix typo.
2169         * emacs-lisp/crm.el: New file.
2171 2000-04-24  Dave Love  <fx@gnu.org>
2173         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2174         (Custom-reset-saved, Custom-reset-standard)
2175         (custom-group-value-create, custom-group-set, custom-group-save)
2176         (custom-group-reset-current, custom-group-reset-saved)
2177         (custom-group-reset-standard): Use mapc.
2178         (custom-buffer-create-internal): Disable undo when creating items.
2179         Use mapc.
2180         (custom-face): Avoid redundant lambda.
2182 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
2184         * startup.el (auto-save-list-file-prefix): Set default to
2185         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
2187 2000-04-24  Sam Steingold  <sds@gnu.org>
2189         * time-stamp.el (time-stamp-string-preprocess): Always convert
2190         `field-result' to a string.
2192 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
2194         * frame.el (scrolling): New group.
2195         (automatic-hscrolling): New user-option.
2197         * startup.el (command-line-x-option-alist): Add `-lsp' and
2198         `--line-spacing'.
2200 2000-04-19  Dave Love  <fx@gnu.org>
2202         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
2203         (cl-mapc): Rename from mapc.  Fix the funcall.
2205 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
2207         * simple.el (clone-indirect-buffer-other-window): New command.
2208         (clone-indirect-buffer): Add optional arg NORECROD.
2209         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
2211         * help.el (resize-temp-buffer-window): Use count-screen-lines.
2213         * window.el (count-screen-lines): New function.
2214         (shrink-window-if-larger-than-buffer): Use count-screen-lines
2215         instead of window-buffer-height.
2217         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
2218         non-existing variable comint-input-sentinel.
2219         (inferior-lisp-args-to-list): Removed.
2220         (inferior-lisp): Use split-string instead of
2221         inferior-lisp-args-to-list.
2223         * hexl.el (hexl-insert-hex-string): New command.
2225         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
2226         instead of concat.
2228 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
2230         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
2231         at the start of an existing but empty folder.
2233 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2235         * ps-mule.el: Customization fix, doc fix.
2236         (ps-multibyte-buffer): Customization fix.
2238 2000-04-17  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2240         * subr.el (read-passwd): Use read-char-exclusive.
2242 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
2244         * textmodes/texinfo.el (texinfo-insert-@email)
2245         (texinfo-insert-@emph, texinfo-insert-@quotation)
2246         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
2247         (texinfo-mode-map): Add key bindings for them.
2249         * files.el (basic-save-buffer-2): Use a template with `$'
2250         instead of `#' for VMS.
2252         * simple.el (clone-indirect-buffer): New function.
2254 2000-04-16  Stephen Eglen  <stephen@gnu.org>
2256         * iswitchb.el (iswitchb-case): New function.  If the user input
2257         contains any upper-case characters, the search is made
2258         case-sensitive.
2260 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
2262         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
2263         comment-end.
2264         (texinfo-font-lock-syntactic-keywords): New var.
2265         (texinfo-font-lock-keywords): Remove comment regexp.
2266         (texinfo-insert-block): New function.
2267         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
2268         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
2269         and font-lock-defaults.  Use regexp-opt for outline-regexp.
2270         (texinfo-environments): New var.
2271         (texinfo-environment-regexp): Use regexp-opt and
2272         texinfo-environments.
2274         * textmodes/ispell.el (ispell-menu-map-needed): Check that
2275         ispell-process is bound since this might be eval'd before ispell
2276         is loaded.
2277         (ispell-message): Use a tiny bit less magic and a bit more hard
2278         data to figure out what kind of sc-cite-regexp to use.
2280         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
2282         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
2283         (insert-cyclic-diary-entry): Unquote the lambda.
2285         * gud.el (gud-jdb-build-source-files-list): Fix typo.
2287         * files.el (backup-enable-predicate): Unquote the lambda.
2289         * cus-edit.el (custom-face, face): Unquote the lambda.
2291 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2293         * ps-print.el: Check for line-beginning-position definition.
2295         * ps-print.el: Fix counting lines in a region.
2296         (ps-print-version): New version number (5.1.5).
2297         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
2298         (ps-printing-region): Fun code fix.
2300 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
2302         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
2303         to file-directory-p.
2305 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
2307         * gud.el (gud-jdb-build-source-files-list): Check that directory
2308         exists before calling directory-files.
2310 2000-04-13  Dave Love  <fx@gnu.org>
2312         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
2313         syntax.
2315         * emacs-lisp/cl-specs.el: Remove when, unless.
2317         * emacs-lisp/cl-extra.el: Don't quote keywords.
2318         (cl-old-mapc): New variable.
2319         (mapc): Use it.
2320         (cl-map-intervals): Use with-current-buffer.  Don't check for
2321         next-property-change.
2322         (cl-map-overlays): Use with-current-buffer.
2323         (cl-expt): Remove.
2324         (copy-tree, remprop): Define unconditionally.
2326         * emacs-lisp/cl-compat.el (keywordp): Remove.
2328         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
2329         to use keywordp.
2330         (edebug-spec): Enable keywordp.
2332         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
2333         string-lessp.
2335         * cus-start.el: Use keywordp.
2337 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2339         * diary-lib.el (include-other-diary-files): Fix the fix of
2340         2000-02-18 by doing a save-excursion.
2342 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2344         * ps-print.el: Customization fix, doc fix.
2345         (ps-print-version): New version number (5.1.4).
2346         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
2347         (ps-print-preprint): Adjust code.
2348         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
2349         (ps-print-prologue-header, ps-print-control-characters)
2350         (ps-spool-config): Customization fix.
2352 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
2354         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
2355         converted to the new menu-item format, names silightly changed,
2356         help strings added.
2358         Support for spelling without async subprocesses:
2360         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
2361         (ispell-session-buffer): New variables.
2362         (ispell-start-process, ispell-process-status,
2363         ispell-accept-output, ispell-send-string): New functions, for
2364         Ispell invocation when async subprocesses aren't supported.
2365         (ispell-word, ispell-pdict-save, ispell-command-loop,
2366         ispell-process-line, ispell-buffer-local-parsing): Replace calls
2367         to process-send-string with calls to ispell-send-string, and
2368         accept-process-output with ispell-accept-output.
2369         (ispell-init-process): Call ispell-process-status instead of
2370         process-status with.
2371         (ispell-init-process): Call ispell-start-process.  Call
2372         ispell-accept-output and ispell-send-string.  Don't call
2373         process-kill-without-query and kill-process if they are unbound.
2374         (ispell-async-processp): New function.
2376 2000-04-12  Dave Love  <fx@gnu.org>
2378         * info.el: Add debug-ignored-errors.
2379         (Info-mode-menu): Add some items.
2380         (Info-directory): Add autoload cookie.
2382         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
2383         Modify `truncate-lines'.  Make `describe-language-environment'
2384         always visible and add help.  Modify `describe-key' help.  Invoke
2385         Info-directory from `info'.  New entry `emacs-manual'.
2387 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
2389         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
2390         propertized-buffer-identification.
2391         (ebrowse-update-member-buffer-mode-line): Likewise.
2392         (ebrowse--mode-strings): Removed.
2393         (ebrowse--mode-line-props): Removed.
2395         * files.el (auto-mode-alist): Add `EBROWSE'.
2397         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
2398         space before testing for end of buffer.
2399         (ebrowse-load): Removed.
2400         (ebrowse-revert-tree-buffer-from-file): Rewritten.
2401         (ebrowse-create-tree-buffer): Rewritten.
2402         (ebrowse-tree-mode): Read tree from buffer.
2404         * progmodes/ebrowse-ffh.el: Removed.
2406 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
2408         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
2410 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
2412         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
2413         at the wrong place.
2415 2000-04-09  Dave Love  <fx@gnu.org>
2417         * files.el (backup-enable-predicate): Use
2418         temporary-file-directory, small-temporary-file-directory.
2419         (make-backup-file-name-function, backup-directory-alist): New
2420         variables.
2421         (make-backup-file-name-1): New function.
2422         (make-backup-file-name): Use it.
2423         (find-backup-file-name): Likewise.  Use format for clarity, not
2424         concat.
2425         (file-newest-backup): Use make-backup-file-name.
2427 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
2429         * progmodes/ebrowse-ffh.el: New file.
2431         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
2432         to ebrowse-ffh.el.
2433         (ebrowse-load): Add autoload.
2435         * finder.el (finder-commentary): Add autoload cookie.
2437         * mail/rfc2368.el: Correct author's email address.
2439         * progmodes/ebrowse.el: New file.
2441         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
2442         item help string.
2443         (easy-menu-do-add-item): Ditto.
2444         (easy-menu-define): Extend doc string.
2446         * jit-lock.el (with-buffer-unmodified): Use
2447         restore-buffer-modified-p.
2448         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
2449         (jit-lock-function, jit-lock-stealth-fontify): Don't use
2450         with-buffer-unmodified.
2452 2000-04-08  Dave Love  <fx@gnu.org>
2454         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
2455         unless, when.
2457 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
2459         * viper-util.el (viper-put-on-search-overlay): New subroutine.
2460         (viper-flash-search-pattern): No operation when using Emacs
2461         doesn't support face.
2462         Use `viper-put-on-search-overlay'.
2464 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
2466         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
2467         like C-r.
2469         * progmodes/make-mode.el: Some doc fixes.
2470         (makefile-mode-abbrev-table): New variable.
2471         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
2472         (makefile-font-lock-keywords): Fontify includes and conditionals.
2473         (toplevel): Require `dabbrev' and `add-log' when compiling.
2475         * replace.el (perform-replace): Don't move forward one char
2476         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
2477         to do that because it leaves point 1 position after the last
2478         replacement, after everything has been replaced.
2480         * jit-lock.el (with-buffer-unmodified): New macro.
2481         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
2482         modified state.
2483         (jit-lock-function-1): Extracted from jit-lock-function; not
2484         preserving buffer's modified state.
2485         (jit-lock-function, jit-lock-stealth-fontify): Call
2486         jit-lock-function-1.
2488         * mail/rfc2368.el: Remove supernumerary copyright line.
2490 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
2492         * glasses.el: Provide facilities for inserting space before left
2493         parentheses and uncapitalization of identifiers.
2494         (glasses-mode): Try to remove old overlays in all cases.
2496 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
2498         * progmodes/compile.el (compile-internal): Display the compilation
2499         buffer in a different frame, if it's already displayed there.
2501         * mail/rfc2368.el: New file.
2503         * simple.el (sendmail-user-agent-compose): Recognize a `body'
2504         header and insert its value as mail body.
2506         * subr.el (member-ignore-case): New function.
2508         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
2509         (dabbrev--find-expansion): Ignore buffers matching a regexp
2510         from dabbrev-ignored-regexps.
2512         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
2513         to extensions handled by gzip.
2515 2000-04-03  Richard M. Stallman  <rms@gnu.org>
2517         * files.el (insert-directory): List the total free space
2518         along with the used space.
2520         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
2521         line is followed by one that matches CITATION-REGEXP, end the
2522         paragraph.
2524 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
2526         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
2527         (rmail-make-basic-summary-line): Use that option.
2529 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
2531         * international/mule-cmds.el (encoded-string-description):
2532         Rewritten.   Try pretty description for ISO 2022 escape sequences
2533         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
2534         for hexadecimal format.
2536 2000-04-01  Dave Love  <fx@gnu.org>
2538         * cpp.el: Change customization group to `c' from `C'.
2540         * vcursor.el (vcursor-move): Use display-color-p.
2542         * international/mule-util.el: Provide mule-utils.
2543         (string-to-sequence): Simplify and speed up.
2545         * international/mule.el (make-coding-system): Purecopy doc-string.
2547         * international/mule-cmds.el: Various menu changes.
2548         (describe-specified-language-support): Handle `Default'.
2549         (set-language-info): Purecopy `info'.
2551 2000-03-31  Andrew Innes  <andrewi@gnu.org>
2553         * vc.el (vc-backend-diff): Return the correct status if we had to
2554         retry the rcsdiff command without the --brief option.
2556 2000-03-31  Dave Love  <fx@gnu.org>
2558         * help.el (help-manyarg-func-alist): Correct several omissions.
2560         * add-log.el: Don't require cl, fortran.
2561         (add-log-current-defun-function): Doc fix.
2562         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
2563         fix.
2564         (change-log-version-rcs): Function deleted.
2565         (change-log-version-number-search): Doc fix.  Use
2566         vc-workfile-version.  Avoid CL dolist.
2567         (add-change-log-entry): Just call add-log-current-defun to get
2568         defun.  Simplify somewhat.
2569         (change-log-get-method-definition-1): Likewise.
2570         (add-log-current-defun): Return nil if calling
2571         add-log-current-defun-function does so.  Move Fortran stuff to
2572         fortran.el.  Return string without properties.
2574         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
2575         and :alpha: char classes.
2577         * mail/supercite.el: Defvar curline when compiling.
2578         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
2579         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
2580         rather than a-zA-Z0-9 to allow non-ASCII characters.
2582 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
2584         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
2586         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2587         Re-enable new code.
2589         * lpr.el (print-region-1): Use -d to specify printer name for
2590         systems `usg-unix-v*, `dgux', `hpux', `irix'.
2592 2000-03-31  Dave Love  <fx@gnu.org>
2594         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
2595         for function definition in symbol's function value slot first
2596         instead of first consulting byte-compile-function-environment.
2598 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
2600         * language/european.el ("Polish"): New language environment.
2601         (setup-polish-environment): New function.
2603 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
2605         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2606         Disable new code.
2608         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
2609         trying to `load' the symbol of an autoload instead of the file
2610         recorded in the autoload.  Fix error messages.
2612 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2614         * ps-print.el: PostScript programming fix for ghostview, doc fix.
2615         (ps-print-version): New version number (5.1.3).
2616         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
2617         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
2618         (ps-generate-postscript-with-faces): Code fix.
2619         (ps-color-values): XEmacs compatibility.
2620         (ps-print-background-image, ps-print-background-text, ps-printer-name)
2621         (ps-default-fg, ps-default-bg): Adjust customization.
2622         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
2623         (ps-color-scale): Renaming old ps-color-value fun.
2624         (ps-print-headers): Replace ps-print-header group to avoid conflict
2625         with ps-print-header variable.
2626         (ps-print-miscellany): New group.
2627         (ps-format-color, ps-rgb-color): New funs.
2628         (ps-default-foreground): New var.
2629         (ps-printer-name-option): New const.
2631 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
2633         * net/net-utils.el:
2634         (network-connection-host, network-connection-service): New variables
2635         (network-connection-mode): New mode, derived from comint-mode
2636         (network-connection-mode-setup): New function, saves host and
2637         service information in local variables.
2639         * lisp/locate.el:
2640         (locate-word-at-point): Added this function
2641         (locate): Default to using locate-word-at-point as input
2642         Run dired-mode-hook
2644 2000-03-29  Dave Love  <fx@gnu.org>
2646         * calendar/appt.el: Doc fixes.
2647         (appt-check): Convert min-to-app to a string before passing to
2648         appt-disp-window-function or concat.
2649         (appt-delete-window): Remove test for frame-root-window.
2650         (appt-select-lowest-window, appt-convert-time): Simplify.
2652         * emacs-lisp/bytecomp.el: Doc fixes.
2653         (byte-compile-file-form-autoload): Update
2654         byte-compile-function-environment.
2656 2000-03-29  Andreas Schwab  <schwab@suse.de>
2658         * emacs-lisp/autoload.el: Also print defsubst doc string
2659         specially.
2661         * dired.el (dired-insert-directory): If dired-free-space-program
2662         failed just delete its output.
2664 2000-03-29  Dave Love  <fx@gnu.org>
2666         * international/iso-cvt.el: Move provide to end.  Doc fixes.
2667         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
2668         (iso-iso2sgml, iso-sgml2iso): New functions.
2669         (iso-cvt-define-menu): Fix some entries and use backquote for
2670         clarity.
2672         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
2674 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
2676         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
2677         ISO-DATE.  If non-nil, return date in ISO 8601 format.
2679 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
2681         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
2682         if it ever becomes used.
2683         (log-edit-mode-hook): Default to vc-log-mode-hook.
2684         (log-edit-mode): Fix the docstring.
2686         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
2687         the code.
2689 2000-03-26  Dave Love  <fx@gnu.org>
2691         * net/browse-url.el (browse-url): Re-fix case of
2692         browse-url-browser-function being an alist.
2693         (browse-url): Add :link to defgroup.
2695         * files.el: Doc fixes.
2696         (file-truename): Include `[' in wildcard characters.
2697         (automount-dir-prefix): Customize.
2698         (find-file-wildcards): Add :version.
2699         (find-file-noselect): Simplify a mapcar call.
2701         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
2702         compatible with inf-lisp version.
2703         (eval-defun-1): Fix custom-declare-variable case.
2705 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
2707         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
2709 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
2711         * Makefile (COMPILE_FIRST): New macro.
2712         (compile-files): Compile files from COMPILE_FIRST first.
2714         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
2715         code.
2717         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
2718         matching open parenthesis in column 0 to defun-prompt-regexp
2719         only if open-paren-in-column-0-is-defun-start is set.
2721         * sun-curs.el: Require CL at compile-time only.
2723         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
2724         instead of copy-list which is a function from CL.
2725         (msb--choose-menu, msb--mode-menu-cond)
2726         (msb--create-buffer-menu-2): Use dolist instead of mapc.
2727         (msb--init-file-alist): Use mapcar instead of mapcan.
2728         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
2729         `(' in column 0 in doc string.
2730         (msb--add-separators): Use mapcar instead of mapcan.
2732         * cus-dep.el: Require CL at compile-time only.
2734 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
2736         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2737         (byte-compile-warnings): New warning `noruntime'.
2738         (byte-compile-constants, byte-compile-variables): Fix docstring.
2739         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
2740         execute `eval-whenc-compile's body.
2741         (byte-compile-unresolved-functions): Fix docstring.
2742         (byte-compile-eval): New function.
2743         (byte-compile-callargs-warn): Check if the function will be available
2744         at runtime (via property `byte-compile-noruntime').
2745         (byte-compile-print-syms): New function.
2746         (byte-compile-warn-about-unresolved-functions): Also warn about
2747         `noruntime' functions (and use `byte-compile-print-syms').
2748         (byte-compile-file): Capitalize the message.
2750 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
2752         * mail/rmail.el (rmail-confirm-expunge): New user-option.
2753         (rmail-expunge): Ask for confirmation depending on the setting
2754         of rmail-confirm-expunge.
2756 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
2758         * Makefile (bootstrap-clean): If $(emacs) exists, build
2759         loaddefs.el first.  A loaddefs.el that's not up-to-date might
2760         cause a bootstrap failure because things don't autoload as
2761         expected.
2763 2000-03-23  Dave Love  <fx@gnu.org>
2765         * net/browse-url.el: Restore previous use of
2766         browse-url-maybe-new-window.
2768 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2770         * ps-print.el: Skip banner page fix.
2771         (ps-print-version): New version number (5.1.2).
2772         (ps-begin-file, ps-end-file, ps-generate): Code fix.
2774 2000-03-23  Dave Pearson  <davep@davep.org>
2776         * net/quickurl.el Changed the type of parameter passed to the
2777         function defined by `quickurl-format-function'. Before only the
2778         text of the URL was passed. Now the whole URL structure is passed
2779         and the function is responsible for extracting the parts it
2780         requires.  Changed the default of `quickurl-format-function'
2781         accordingly.
2782         (quickurl-insert): Changed the `funcall' of
2783         `quickurl-format-function' to match the above change.
2784         (quickurl-list-insert): Changed the `url' case so that it makes
2785         use of `quickurl-format-function', previous to this the format was
2786         hard wired.
2788 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
2790         * startup.el: Change some spellings for the X Window System.
2792 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
2794         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
2795         up the code and the regexp and make sure the cursor is temporarily
2796         moved to the suspicious line while querying the user.
2798 2000-03-22  Jason Rumney  <jasonr@gnu.org>
2800         * w32-fns.el (w32-charset-info-alist): Initialize.
2802 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2804         * ps-print.el: N-up last page fix.
2805         (ps-print-version): New version number (5.1.1).
2806         (ps-end-file, ps-end-job, ps-generate): Code fix.
2808 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2810         * files.el (find-file-run-dired): Update docstring.
2811         (find-directory-functions): New hook.
2812         (find-file-noselect): Run find-directory-functions rather than
2813         calling dired directly.
2815         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
2817         * pcvs.el: Add a minimal leading commentary.
2818         (cvs-make-cvs-buffer): Change the header part by removing the startup
2819         message and adding a `Module' entry.  Also replace the FOOTER and
2820         HEADER special fileinfos with the new support in ewoc for updating
2821         its own footer and header.
2822         (cvs-update-header): Update to use the header/footer of the ewoc.
2823         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
2824         (cvs-is-within-p): New function.
2825         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
2826         to only examine some subset of the buffers.
2828         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
2829         `format' instead of our own ad-hoc functions.
2830         Remove HEADER and FOOTER cases, now handled in the EWOC.
2831         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
2833         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
2834         output to avoid scaring the user.
2835         (cvs-parse-table): Catch message for non-up-to-date commits.
2837         * pcvs-defs.el (cvs-startup-message): Remove.
2838         (cvs-global-menu): New autoloaded menu.
2840         * pcvs-util.el (cvs-string-fill): Remove.
2842         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
2843         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
2844         PP part of it and also make it work for footers and headers.
2845         (ewoc-create): Drop POS and BUFFER arguments.
2846         Use the DLL's dummy node to store the end-of-footer position.
2847         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
2848         (ewoc-refresh): Remove unused `header' variable.
2849         (ewoc-(get|set)-hf): New functions.
2851         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
2852         log-view-*-(message|file) and use easy-mmode-define-navigation.
2853         (log-view-message-re): Match SCCS format as well.
2854         And match the revision line rather than the dashed separator line.
2855         (log-view-mode): Use the new define-derived-mode.
2856         (log-view-current-tag): Fill in with an actual implementation.
2858         * cvs-status.el (cvs-status-(prev|next)): Rename from
2859         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
2860         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
2861         to let the output "breathe" a little more (more readable).
2862         (cvs-status-mode): Use the new define-derived-mode.
2864         * smerge-mode.el (smerge-auto-leave): New function and variable.
2865         (smerge-basic-map): Rename from smerge-basic-keymap.
2866         Change the bindings for smerge-diff-*.
2867         (smerge-*-map): Use easy-mmode-defmap.
2868         (smerge-(next|prev)): Use easy-mmode-define-navigation.
2869         (smerge-keep-*): Use smerge-auto-leave.
2871 2000-03-21  Jason Rumney  <jasonr@gnu.org>
2873         * cus-edit.el (custom-button-face): Use 3D look for w32.
2874         (custom-button-pressed-face): Likewise.
2876 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
2878         * progmodes/etags.el (tags-case-fold-search): New user-option.
2879         (tags-loop-eval): New function.  Bind case-fold-search around eval
2880         depending on the value of tags-case-fold-search.
2881         (tags-loop-continue): Use tags-loop-eval.
2882         (find-tag-in-order): Bind case-fold-search depending on the value
2883         of tags-case-fold-search.
2885 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2887         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
2888         (diff-end-of-hunk): Return the end position for use in
2889         `easy-mmode-define-navigation'.
2890         (diff-recenter): Remove.
2891         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
2892         of `easy-mmode-define-navigation'.
2893         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
2894         previous renaming) and fix to use new names.
2895         (diff-merge-strings): Use \n as separator: simpler, faster.
2896         (diff-mode): Use `define-derived-mode'.
2898         * derived.el (define-derived-mode): Don't autoload anymore.
2899         Prefer the macro-only version provided by easy-mmode.el.
2901         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
2902         `easy-mmode-define-derived-mode'.
2903         Use `combine-run-hooks'.
2904         (easy-mmode-define-navigation): New macro.
2906         * subr.el (combine-run-hooks): New function.
2908 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
2910         * term/x-win.el: Fontsets related initialization is simplified.
2912         * international/mule-diag.el (describe-font): Don't refer to
2913         global-fontset-alist, instead call font-list.
2914         (describe-fontset, list-fontsets, mule-diag): Likewise.
2915         (print-fontset): Adjusted for the change of fontset
2916         implementation.
2918         * international/fontset.el (x-charset-registries): Variable
2919         removed, instead the corresponding data is stored in the default
2920         fontset.
2921         (register-alternate-fontnames): Function removed.
2922         (resolved-ascii-font): Variable removed.
2923         (x-compose-font-name): Ignore the second argument REDOCE.
2924         (x-complement-fontset-spec): Complement only an ASCII font and
2925         element for those charsets than can use that ASCII font.
2926         (generate-fontset-menu): Don't refer to global-fontset-alist,
2927         instead call fontset-list.
2928         (uninstantiated-fontset-alist): Variable removed.
2929         (x-style-funcs-alist): Likewise.
2930         (fontset-default-styles): Likewise.
2931         (x-modify-font-name): Function removed.
2932         (create-fontset-from-fontset-spec): Ignore the argument
2933         STYLE-VARIANT.
2934         (create-fontset-from-ascii-font): Docsting adjusted for the above
2935         change.
2936         (instantiate-fontset, resolve-fontset-name): Functions removed.
2937         (fontset-list): Now implemented by C code.
2939         * faces.el (read-face-font): Fix TABLE arg to completing-read.
2940         (describe-face): Include `font' attribute in the description.
2942 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
2944         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
2946 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
2948         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
2949         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
2950         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
2952         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
2953         about behavior of set-buffer-modified-p wrt redisplay.
2955 2000-03-19  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2957         * view.el (view-mode-disable): Kill local binding of view-read-only.
2959 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
2961         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
2962         is a string, convert it to a syntax cell using string-to-syntax.
2964         * simple.el (syntax-code-table, syntax-flag-table): New variables.
2965         (string-to-syntax): New function.
2967         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
2968         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
2969         try to use passive ftp mode.
2971 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
2973         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
2975         * simple.el (append-to-buffer): Update point of windows after
2976         insertion.
2978         * abbrev.el (inverse-add-abbrev): Identify word by first moving
2979         forward then moving backward.  Reindent.
2981         * frame.el (other-frame): Call x-focus-frame only if
2982         focus-follows-mouse is off.
2984 2000-03-17  Dave Love  <fx@gnu.org>
2986         * pcvs-util.el (cvs-strings->string): Rename
2987         replace-regexps-in-string.
2989 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
2991         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
2992         regexp for labels cannot span several lines.
2994         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
2995         `(setq :<key> ':<key>)' to the macro expansion.
2997 2000-03-16  Dave Love  <fx@gnu.org>
2999         * progmodes/f90.el (f90): Put custom group under `languages', not
3000         `fortran'.
3001         (f90-mode-hook): Customize.
3002         (f90-mode): Set add-log-current-defun-function.
3003         (f90-current-defun): New function.
3005 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
3007         * cus-edit.el (custom-variable-tag-face): Handle case that
3008         default face's height is not a number.
3009         (custom-face-tag-face, custom-group-tag-face-1)
3010         (custom-group-tag-face): Ditto.
3011         (custom-group-tag-face-1): Add :group.
3013         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
3015 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
3017         * pcvs-defs.el (toplevel): Remove autoload cookie for form
3018         requiring easymenu.
3020 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3022         * ps-print.el: PostScript user-defined prologue, PostScript error
3023         handler, doc fix.
3024         (ps-print-version): New version number (5.1).
3025         (ps-user-defined-prologue, ps-error-handler-message)
3026         (ps-print-prologue-0, ps-error-handler-alist): New vars.
3027         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
3028         (ps-insert-string): New function.
3030 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
3032         * international/ccl.el (ccl-compile-expression): Don't generate
3033         invalid self-assignment code.
3035 2000-03-14  Dave Love  <fx@gnu.org>
3037         * subr.el (replace-regexp-in-string): Renamed from
3038         replace-regexps-in-string.  Doc fix.
3040 2000-03-12  Dave Love  <fx@gnu.org>
3042         * cus-edit.el: Doc fixes.
3043         (customize-set-variable, customize-save-variable): Rename args for
3044         doc.
3045         (custom-variable-tag-face, custom-face-tag-face)
3046         (custom-group-tag-face-1, custom-group-tag-face): Modify from
3047         style which user identify as hyperlink.
3048         (hook): Don't add undefined functions to the hook.
3049         (debug-ignored-errors): Transfer message from bindings.el.
3051 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
3053         * recentf.el (recentf-keep-non-readable-files-p): Remove
3054         double/nested definition.
3056 2000-03-12  Dave Love  <fx@gnu.org>
3058         * facemenu.el (facemenu-get-face): Use display-color-p.
3059         * enriched.el (enriched-decode-foreground): Likewise.
3060         (enriched-decode-background): Likewise.
3061         * isearch.el (isearch-highlight): Likewise.
3062         * info-look.el (info-lookup): Likewise.
3063         * simple.el (completion-setup-function): Likewise.
3065         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
3066         :options.
3068         * bindings.el (mode-line-format): Fix line-number and
3069         column-number items.  Add help-echo for the background.
3070         (mode-line-mule-info): Modify help-echo.
3072         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
3073         defcustom.
3075         * files.el (load-file): Allow completion to .elc.
3077         * man.el: Doc fixes.
3078         (Man-init-defvars): Use display-color-p to set fontification.
3080         * play/hanoi.el (hanoi-internal): Don't use oddp.
3082 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
3084         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
3086         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
3088 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
3090         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
3091         Fix comment.
3093 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
3095         * font-lock.el (font-lock-keywords): Fix the doc now that
3096         regexp-opt-depth is unnecessary.
3097         (save-buffer-state): Set an edebug spec.
3098         (font-lock-fontify-anchored-keywords): Properly handle the case when
3099         the matcher goes past the limit.
3101         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
3102         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
3104         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
3105         dll.el and cookie.el (from Elib) with heavy renaming and other
3106         massaging.
3108         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
3109         Autoload the functions used.
3110         (easy-mmode-define-syntax): Fix CL typo.
3111         (easy-mmode-define-derived-mode): Improve the docstring generation.
3113 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
3115         * textmodes/texinfo.el (texinfo-version): Variable and function
3116         removed.
3118 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
3120         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
3121         allow more flexibility.
3122         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
3123         fns.
3124         (easy-mmode-defmap, easy-mmode-defsyntax)
3125         (easy-mmode-define-derived-mode): New macros.
3127 2000-03-09  Didier Verna  <didier@xemacs.org>
3129         * rect.el (replace-rectangle): New function.
3131 2000-03-09  Dave Love  <fx@gnu.org>
3133         * progmodes/fortran.el (fortran-comment-line-start): Define as
3134         "C".
3135         (fortran-comment-line-start-skip): Don't match cpp stuff.
3136         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
3137         (fortran-mode-map): Remove over-eager custom-menu-create for now.
3138         (fortran-mode): Don't set fortran-comment-line-start-skip,
3139         fortran-comment-line-start here.  Set comment-start,
3140         add-log-current-defun.
3141         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
3142         (fortran-current-defun): New function.
3144 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
3146         * emacs-lisp/re-builder.el: New file.
3148         * mouse.el (mouse-drag-region): Don't run up-event handler
3149         if hscroll has changed.
3151         * octave-mod.el (octave-font-lock-keywords): To font-lock the
3152         builtin operators, use `font-lock-builtin-face' for Emacs and
3153         `font-lock-preprocessor-face' otherwise.
3155         * font-lock.el (lisp-font-lock-keywords-1): Highlight
3156         `(defun (setf foo)' differently.
3158 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
3160         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
3161         (regexp-opt): Update comment and adapt the code the new meaning of
3162         the `paren' argument of regex-opt-group for shy-groups.
3163         (regexp-opt-depth): Handle shy groups as well as backslashed
3164         backslashes.
3165         (regexp-opt-group): Turn the leading comment into a docstring.
3166         Allow `paren' to be a string (the string to use to open a group).
3167         Remove open-presuf and close-presuf.  Instead of checking for `all
3168         one-char' and then later on check for `several one-char', handle
3169         both cases close together.  Also apply a more generic algorithm
3170         for suffixes (the mirror image of the algorithm used for
3171         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
3172         (regexp-opt-try-suffix): Removed.
3174         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
3175         from comint-mode-map, so we can just inherit from it.  Also, move
3176         the initialization into the `defvar' since there's no docstring
3177         anyway and it's fairly short.
3178         (inferior-scheme-mode): Define it as derived-mode: the code is
3179         shorter and this way we inherit from comint-mode-map rather than
3180         copying it.
3182         * subr.el (replace-regexps-in-string): Properly handle the case
3183         where we match an empty string.
3185         * comint.el (comint-exec-1): Add the current-dir to the exec-path
3186         when the command has a directory component (such as "./testml").
3187         Also fix a typo in the comment.
3189 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
3191         * Makefile (compile-files): Compile files one by one because
3192         that's the only way to ensure a clean compilation environment for
3193         each individual file.
3195         * frame.el (other-frame): Call x-focus-frame.
3197 2000-03-07  Dave Love  <fx@gnu.org>
3199         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
3200         :require to defcustom.
3202         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
3203         lists.
3205         * files.el (auto-mode-alist): Add configure.in.
3207         * progmodes/autoconf.el: New file.
3209 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
3211         * mail/mh-e.el: Change maintainer to `none'.
3213         * recentf.el (recentf-keep-non-readable-files-p): Quote args
3214         to remove-hook and add-hook.
3216 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3218         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
3219         it as the default.
3220         (mail-send): Test mail-send-nonascii also for the new `mime' value.
3221         (sendmail-send-it): Conditionally add MIME headers specifying the
3222         used character set.
3224 2000-03-07  Dave Love  <fx@gnu.org>
3226         * winner.el: Fix keywords, autoload cookies.  Split
3227         eval-when-compile form to avoid compilation failure.
3229 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
3231         * international/mule.el: Modify comment about coding system
3232         property `coding-category'.
3233         (make-coding-system): New argument EOL-TYPE.  Pay attention to
3234         coding-category property of PROPERTIES.
3236         * international/mule-conf.el (coding-category-utf-8,
3237         coding-category-utf-16-be, coding-category-utf-16-le): New coding
3238         categories.  Include them in the argument for set-coding-priority.
3240         * international/mule-cmds.el (reset-language-environment): Include
3241         coding-category-utf-8, coding-category-utf-16-be, and
3242         coding-category-utf-16-le in the argument for set-coding-priority.
3243         (reset-language-environment): Initialize coding-category-utf-8,
3244         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
3246 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
3248         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
3249         code abstracted out of `bookmark-jump-noselect'.  Now tries info
3250         extensions as well as compression extensions.
3251         (bookmark-jump-noselect): Use above new func.
3253 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
3255         * strokes.el: Change maintainer's mail address.
3257 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
3259         * international/mule-diag.el (list-character-sets): Make help-echo
3260         string by substitute-command-keys.
3261         (list-character-sets): Likewise.
3262         (sort-listed-character-sets): Call help-setup-xref.
3264 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
3266         * time.el (display-time-mail-file): Add `none' to the list of
3267         choices.
3269 2000-03-01  Dave Love  <fx@gnu.org>
3271         * help.el (help-xref-go-back): Don't try to set position.
3273         * international/mule-diag.el (list-character-sets): Call
3274         help-setup-xref.  Add help-echo to xrefs.
3275         (list-character-sets-1): Add help-echo to xrefs.
3277 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
3279         * frame.el (blink-cursor-mode): Switch cursor on when turning
3280         the mode off.
3282         * add-log.el (add-log-current-defun): Add support for
3283         Autoconf mode.
3285         * mail/rmail.el (rmail-quit-hook): New variable.
3287 2000-03-01  Dave Love  <fx@gnu.org>
3289         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
3291         * help.el (help-xref-button): Add help-echo arg.
3292         (describe-function-1, describe-variable, help-make-xrefs): Use it.
3294         * faces.el (list-faces-display): Supply help-echo with
3295         help-make-xrefs.
3297         * facemenu.el (list-text-properties-at): Set help-xref-stack to
3298         nil.
3300 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
3302         * image.el (defimage): Look for image files in load-path.
3304         * frame.el (busy-cursor-delay-seconds): Change type to
3305         `number'.
3307 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
3309         * recentf.el (recentf): Added version tag to the defgroup of
3310         recentf.
3312 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
3314         * recentf.el (recentf-cleanup): Changed to remove excluded file
3315         too.
3316         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
3317         action to select/unselect a file.
3318         (recentf-edit-list): Code cleanup and improvement.
3319         (recentf-open-more-files-action): `recentf-open-more-files' button
3320         widget action to open a file.
3321         (recentf-open-more-files): No more use standard completion but
3322         widgets.
3323         (recentf-more-collection): Deleted.
3324         (recentf-more-history): Deleted.
3325         (recentf-setup-more-completion): Deleted.
3327 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
3329         * recentf.el (recentf-mode): No more needs that Emacs is running
3330         under a window-system.
3332 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3334         * recentf.el (recentf-edit-list): New command to edit the recent
3335         list which allow the user to remove files.
3336         (recentf-edit-selected-items): New global variable, used by
3337         `recentf-edit-list' to hold the list of files to be removed from
3338         the recent list.
3339         (recentf-make-menu-items): Updated to display a "Edit list..."
3340         menu item.  Minor code cleanup.
3342 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3344         * recentf.el (recentf-open-more-files): New command to open files
3345         that are not displayed in the menu.
3346         (recentf-more-collection): New global variable holding the set of
3347         permissible completions used by `recentf-open-more-files'.
3348         (recentf-more-history): New global variable holding the history list
3349         used by `recentf-open-more-files' completion.
3350         (recentf-setup-more-completion): New function to setup completion for
3351         `recentf-open-more-files'.
3352         (recentf-make-menu-items): Updated to display a "More..." menu item.
3354 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3356         * recentf.el (recentf-menu-action): Doc fixed.
3358 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3360         * recentf.el (recentf-menu-filter): Doc updated.
3361         (recentf-update-menu-hook): Allow menu filters to force menu update.
3362         (recentf-make-menu-items): New menu filter handling.
3363         (recentf-make-menu-item): New helper function.
3364         (recentf-menu-elements): New menu handling function.
3365         (recentf-sort-ascending): Updated to new menu filter handling.
3366         (recentf-sort-descending): Updated to new menu filter handling.
3367         (recentf-sort-basenames-ascending): New menu filter function.
3368         (recentf-sort-basenames-descending): New menu filter function.
3369         (recentf-show-basenames): New menu filter function.
3370         (recentf-show-basenames-ascending): New menu filter function.
3371         (recentf-show-basenames-descending): New menu filter function.
3373 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3375         * diary-lib.el (list-diary-entries): Don't try to go forward at
3376         the end of the buffer.
3378 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
3380         * international/mule-diag.el (list-character-sets): Completely
3381         rewritten.
3382         (sort-listed-character-sets): New function.
3383         (list-character-sets-1): Completely rewritten.
3384         (list-character-sets-2): New function.
3385         (non-iso-charset-alist): New variable.
3386         (decode-codepage-char): New function.
3387         (charset-history): New variable.
3388         (read-charset) (list-block-of-chars)
3389         (list-iso-charset-chars)
3390         (list-non-iso-charset-chars)
3391         (list-charset-chars): New functions.
3392         (mule-diag): Call list-character-sets-2, not
3393         list-character-sets-2.
3394         (dump-charsets): Likewise.
3396 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
3398         * dired-x.el (dired-filename-at-point): Add `@' to valid
3399         file name characters.
3400         (dired-filename-at-point): Handle ange-ftp file names.
3402         * frame.el (frame-notice-user-settings): Use assq-delete-all
3403         instead of assoc-delete-all.
3404         (frame-notice-user-settings): Ditto.
3406         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
3407         Don't copy alist.
3409 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
3411         * calculator.el (calculator-use-menu): New option.
3412         (calculator-initial-bindings): Changed some bindings to work as
3413         macros.
3414         (calculator-forced-input): Removed.
3415         (calculator-restart-other-mode): New variable.
3416         (calculator-mode-map): Set up menu.
3418 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
3420         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
3421         tags.
3423 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
3425         * viper-cmd.el (viper-envelop-ESC-key): added the option to
3426         translate all ESC key sequences.
3427         (viper-goto-mark-subr): restore markers for files for which
3428         they were saved.
3429         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
3430         * viper-util.el (viper-set-replace-overlay-glyphs,
3431         viper-set-replace-overlay): always check if the replacement
3432         overlay is live.
3433         * viper.el (viper-vi-state-mode-list): added major modes.
3434         * ediff-wind.el: minor comment changes.
3435         * ediff.el: copyright notice date fix.
3437 2000-02-27  Jason Rumney  <jasonr@gnu.org>
3439         * faces.el (face-font-family-alternatives): Add arial to helv.
3440         (mode-line, header-line, tool-bar): Same default as x for w32.
3441         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
3442         face-font-family-alternatives from working.
3443         * term/w32-win.el (mouse-set-font): Do not build fontset from
3444         chosen font.
3446 2000-02-25  Sam Steingold  <sds@goems.com>
3448         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
3449         properly.
3451 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3453         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
3455 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
3457         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
3458         writable.
3460         * frame.el (busy-cursor-delay-seconds): New option.
3462 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
3464         * frame.el (show-cursor-in-non-selected-windows): New option.
3466 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3468         * diary-lib.el (include-other-diary-files): Undo the selective
3469         display in any included file and don't kill it.
3471 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
3473         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
3474         bar.  Menu items converted to (menu-item format, help strings
3475         added.
3476         [downcase, upcase]: Don't enable on MS-DOS.
3477         [symlink, symlinks]: Don't show if make-symbolic-link is not
3478         bound.
3479         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
3481 2000-02-23  Dave Love  <fx@gnu.org>
3483         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
3484         (backward-kill-word): Revert addition of * to interactive spec --
3485         it's a feature.
3487         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3488         (backward-kill-sentence, kill-sentence): Likewise.
3490         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
3491         scratch buffer name.
3492         (gud-format-command): Use int-to-string in ?l case.  Simplify
3493         slightly.
3495         * term/w32-win.el (internal-face-interactive): Update prompt for
3496         new read-face-name.
3498         * mail/footnote.el (footnote): Add :version to defgroup.
3499         (footnote-section-tag-regexp): Customize.
3500         (footnote-start-tag, footnote-end-tag): New option.
3501         (footnote-latin-regexp): New variable.
3502         (Footnote-latin): New function.
3503         (footnote-style-alist): Add element for latin style.
3504         (footnote-style): Moved.
3505         (Footnote-goto-footnote): Use eq to test arg.
3507         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
3509         * emacs-lisp/byte-opt.el: Change old backquote syntax.
3510         (byte-compile-trueconstp): Include keywords.
3511         (byte-optimize-quote, byte-optimize-lapcode): Use
3512         byte-compile-const-symbol-p.
3513         (byte-optimize-char-before): New optimization.
3515         * emacs-lisp/bytecomp.el: Change old backquote syntax.
3516         (byte-compile-const-symbol-p): New function.
3517         (byte-compile-constp, byte-compile-out-toplevel)
3518         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
3519         Use it.
3521         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
3523 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
3525         * international/encoded-kb.el: Be sure to update minor-mode-alist
3526         and minor-mode-map-alist.
3527         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
3528         codes SS2 and SS3 correctly.
3529         (encoded-kbd-self-insert-ccl): New function.
3530         (encoded-kbd-setup-keymap): New function.
3531         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
3532         by calling encoded-kbd-setup-keymap.
3534         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
3535         characters.
3536         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
3537         locally.
3539 2000-02-22  Dave Love  <fx@gnu.org>
3541         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
3542         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
3543         defvar.
3544         (lisp-mode-syntax-table): Set up for #|...|# comments.
3545         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
3546         classes.  Match `defface'.
3547         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
3548         (eval-defun-1): Fix for defcustom.
3549         (lisp-indent-region): Doc fix.
3551         * subr.el (when, unless, split-string): Doc fix.
3552         (read-passwd): Move call of clear-this-command-keys to the right
3553         place.
3554         (replace-regexps-in-string): New function.
3556 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
3558         * help.el (describe-variable): Set syntax table to
3559         emacs-lisp-mode-syntax-table when moving forward over the
3560         symbol's name.
3562 2000-02-22  Dave Love  <fx@gnu.org>
3564         * xt-mouse.el: Doc fixes.
3565         (xterm-mouse-position-function): New function, replacing advice of
3566         mouse-position.
3567         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
3569         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
3571 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
3573         * format.el (format-annotate-single-property-change): Handle
3574         properties.with dotted-list values.
3575         (format-proper-list-p): New function.
3577         * enriched.el (enriched-face-ans): Handle '(foreground-color
3578         . COLOR) and (background-color . COLOR).
3580 2000-02-20  Dave Love  <fx@gnu.org>
3582         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
3583         and assignments to it.
3584         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
3585         current local map.
3586         (make-flyspell-overlay): Use it.
3587         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
3589         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
3590         (lm-get-header-re): Defun, not defsubst.
3591         (lm-get-package-name): Defun, not defsubst.  Simplify.
3592         (lm-version): Doc fix.  Simplify.
3593         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
3594         (lm-crack-address, lm-last-modified-date, lm-commentary)
3595         (lm-verify, lm-synopsis): Simplify.
3596         (lm-report-bug): Require emacsbug.  Use compose-mail.
3598 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
3600         * dired.el (dired-mode): Call propertized-buffer-identification
3601         to set mode-line-buffer-identification to something having
3602         the right text properties.
3604         * bindings.el (propertized-buffer-identification): New function.
3606 2000-02-20  Dave Love  <fx@gnu.org>
3608         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
3609         check for t-mouse too.
3611         * cus-start.el: Make echo-keystrokes `number'.
3613 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
3615         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
3616         Don't call ring-empty-p unless tags-location-ring is bound.
3617         From Noah Friedman <friedman@splode.com>.
3619 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
3621         * progmodes/hideshow.el (hs-flag-region): No longer use
3622         `intangible' overlay property.
3624         (hs-toggle-hiding): New command.
3625         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
3627         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
3628         Fix omission bug: Run `hs-minor-mode-hook' for both activation
3629         and deactivation.
3631 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
3633         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
3635 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
3637         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
3639         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
3640         of `*' to handle `(* ... *)' comments.
3642 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
3644         * faces.el (list-faces-display): Use display-mouse-p instead of
3645         window-system.
3647         * menu-bar.el (global-map): Menu-bar items converted to the new
3648         format (menu-item..., rearranged for better CUA compliance, and
3649         their names changed for better clarity.  Help strings added.
3651         * international/mule-cmds.el (mule-menu-keymap)
3652         (describe-language-environment-map, set-coding-system-map)
3653         (setup-language-environment-map): Convert to new (menu-item...
3654         form, add help strings.  Change names of menu items for better
3655         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
3656         submenu).
3658 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
3660         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
3661         within the code.
3663 2000-02-16  Dave Love  <fx@gnu.org>
3665         * faces.el: Don't require custom.  Add more specific :groups to
3666         various deffaces.
3667         (set-face-attribute): Purecopy args.
3668         (read-face-name): Default to name at point and use it in prompt.
3669         Remove colon from arg in all callers.
3670         (list-faces-display): Hyperlink to face descriptions and customize
3671         buffers.
3673 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
3675         * wid-edit.el (widget-match-inline): An atom never matches a
3676         list.
3678 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3680         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3681         at ':' characters by call to split-string.
3683 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3685         * textmodes/bibtex.el: Added RCS version identification.
3687 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3689         * textmodes/bibtex.el: Some temporary comments removed.
3690         (bibtex-field-name, bibtex-entry-type): Made the relationship
3691         explicit.
3692         (bibtex-field-const): Allow capital letters.
3693         (bibtex-start-of-string): Deleted because unused.
3695         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
3696         use the term 'reference' to describe a bibtex entry as a whole.
3697         Further, reference keys are no longer called 'labels'.
3698         (bibtex-keys): Renamed to bibtex-reference-keys.
3699         (bibtex-reformat-previous-labels): Renamed to
3700         bibtex-reformat-previous-reference-keys.
3701         (bibtex-reference-type): Renamed to bibtex-entry-type.
3702         (bibtex-reference-head): Renamed to bibtex-entry-head.
3703         (bibtex-reference-maybe-empty-head): Renamed to
3704         bibtex-entry-maybe-empty-head.
3705         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3706         (bibtex-search-reference): Renamed to bibtex-search-entry.
3707         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3708         bibtex-enclosing-entry-maybe-empty-head.
3709         (bibtex-entry-field-alist, bibtex-entry-head,
3710         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3711         bibtex-map-entries, bibtex-search-entry,
3712         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3713         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3714         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3715         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3716         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3717         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3718         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3720 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3722         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3723         comment.
3724         (bibtex-format-field-delimiters): New function, functionality
3725         extracted from bibtex-format-entry.
3726         (bibtex-autokey-get-yearfield-digits): New function, functionality
3727         extracted from bibtex-autokey-get-yearfield.
3729         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3730         entries in order to avoid stack overflow in the regexp matcher if
3731         field contents become large.
3732         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3733         bibtex-field-string-part-not-braced,
3734         bibtex-field-string-part-no-inner-braces,
3735         bibtex-field-string-part-1-inner-brace,
3736         bibtex-field-string-part-2-inner-braces,
3737         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3738         bibtex-field-string-quoted, bibtex-field-string,
3739         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3740         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3741         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3742         as parsing is now performed by the following functions.
3743         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3744         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3745         bibtex-parse-field-string, bibtex-search-forward-field-string,
3746         bibtex-parse-association, bibtex-field-name-for-parsing,
3747         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3748         bibtex-search-forward-field, bibtex-search-backward-field,
3749         bibtex-start-of-field, bibtex-end-of-field,
3750         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3751         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3752         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3753         bibtex-parse-string, bibtex-search-forward-string,
3754         bibtex-search-backward-string, bibtex-start-of-string,
3755         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3756         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3757         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3758         entries.  Instead of reporting the results of the parsing by
3759         match-beginning or match-end, these functions return data structures
3760         that hold the corresponding positions.
3761         (bibtex-enclosing-field): Changed to also report field boundaries by
3762         return values rather than by match-beginning or match-end.  The
3763         following functions have been adapted to use the new parsing
3764         functions.
3765         (bibtex-skip-to-valid-entry, bibtex-search-reference,
3766         bibtex-enclosing-field, bibtex-format-entry,
3767         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3768         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3769         bibtex-print-help-message, bibtex-end-of-entry,
3770         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3771         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3772         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3773         method for parsing.
3774         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3775         bibtex-map-entries, bibtex-flash-head,
3776         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3777         bibtex-autokey-change, bibtex-autokey-get-namefield,
3778         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3779         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3780         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3781         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3782         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3783         order to make the new binding of case-fold-search immediately
3784         visible.
3786 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3788         * textmodes/bibtex.el: Copyright notice is up to date.
3789         Added constant 'bibtex-maintainer-salutation.
3791         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3792         than make-temp-name, use match-string-no-properties and eliminate
3793         a quadratic behavior when building bibtex-strings.
3795         * bibtex.el (bibtex-reference-key): Accept string entries whose
3796         reference key contains upper case letters.
3798 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3800         * bibtex.el (bibtex-reference-head): Allow entries to start with
3801         a new line.
3803 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3805         * bibtex.el: Hiding of entry bodies is not longer provided by
3806         bibtex.el directly.  Instead the hideshow package can be used.
3807         Added a special bibtex entry to hs-special-modes-alist.
3808         (bibtex-hs-forward-sexp): Added for hideshow.el.
3810 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3812         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3813         at ':' characters by call to split-string.
3815 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3817         * textmodes/bibtex.el: Added RCS version identification.
3819 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3821         * textmodes/bibtex.el: Some temporary comments removed.
3822         (bibtex-field-name, bibtex-entry-type): Made the relationship
3823         explicit.
3824         (bibtex-field-const): Allow capital letters.
3825         (bibtex-start-of-string): Deleted because unused.
3827         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
3828         use the term 'reference' to describe a bibtex entry as a whole.
3829         Further, reference keys are no longer called 'labels'.
3830         (bibtex-keys): Renamed to bibtex-reference-keys.
3831         (bibtex-reformat-previous-labels): Renamed to
3832         bibtex-reformat-previous-reference-keys.
3833         (bibtex-reference-type): Renamed to bibtex-entry-type.
3834         (bibtex-reference-head): Renamed to bibtex-entry-head.
3835         (bibtex-reference-maybe-empty-head): Renamed to
3836         bibtex-entry-maybe-empty-head.
3837         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3838         (bibtex-search-reference): Renamed to bibtex-search-entry.
3839         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3840         bibtex-enclosing-entry-maybe-empty-head.
3841         (bibtex-entry-field-alist, bibtex-entry-head,
3842         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3843         bibtex-map-entries, bibtex-search-entry,
3844         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3845         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3846         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3847         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3848         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3849         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3850         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3852 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3854         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3855         comment.
3856         (bibtex-format-field-delimiters): New function, functionality
3857         extracted from bibtex-format-entry.
3858         (bibtex-autokey-get-yearfield-digits): New function, functionality
3859         extracted from bibtex-autokey-get-yearfield.
3861         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3862         entries in order to avoid stack overflow in the regexp matcher if
3863         field contents become large.
3864         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3865         bibtex-field-string-part-not-braced,
3866         bibtex-field-string-part-no-inner-braces,
3867         bibtex-field-string-part-1-inner-brace,
3868         bibtex-field-string-part-2-inner-braces,
3869         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3870         bibtex-field-string-quoted, bibtex-field-string,
3871         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3872         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3873         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3874         as parsing is now performed by the following functions.
3875         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3876         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3877         bibtex-parse-field-string, bibtex-search-forward-field-string,
3878         bibtex-parse-association, bibtex-field-name-for-parsing,
3879         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3880         bibtex-search-forward-field, bibtex-search-backward-field,
3881         bibtex-start-of-field, bibtex-end-of-field,
3882         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3883         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3884         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3885         bibtex-parse-string, bibtex-search-forward-string,
3886         bibtex-search-backward-string, bibtex-start-of-string,
3887         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3888         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3889         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3890         entries.  Instead of reporting the results of the parsing by
3891         match-beginning or match-end, these functions return data structures
3892         that hold the corresponding positions.
3893         (bibtex-enclosing-field): Changed to also report field boundaries by
3894         return values rather than by match-beginning or match-end.  The
3895         following functions have been adapted to use the new parsing
3896         functions.
3897         (bibtex-skip-to-valid-entry, bibtex-search-reference,
3898         bibtex-enclosing-field, bibtex-format-entry,
3899         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3900         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3901         bibtex-print-help-message, bibtex-end-of-entry,
3902         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3903         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3904         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3905         method for parsing.
3906         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3907         bibtex-map-entries, bibtex-flash-head,
3908         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3909         bibtex-autokey-change, bibtex-autokey-get-namefield,
3910         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3911         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3912         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3913         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3914         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3915         order to make the new binding of case-fold-search immediately
3916         visible.
3918 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3920         * textmodes/bibtex.el: Copyright notice is up to date.
3921         Added constant 'bibtex-maintainer-salutation.
3923         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3924         than make-temp-name, use match-string-no-properties and eliminate
3925         a quadratic behavior when building bibtex-strings.
3927         * bibtex.el (bibtex-reference-key): Accept string entries whose
3928         reference key contains upper case letters.
3930 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3932         * bibtex.el (bibtex-reference-head): Allow entries to start with
3933         a new line.
3935 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3937         * bibtex.el: Hiding of entry bodies is not longer provided by
3938         bibtex.el directly.  Instead the hideshow package can be used.
3939         Added a special bibtex entry to hs-special-modes-alist.
3940         (bibtex-hs-forward-sexp): Added for hideshow.el.
3942 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3944         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
3945         proceedings entry type (for cross referencing). Thanks to Wagner
3946         Toledo Correa for the suggestion.
3948         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
3950 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
3952         * international/characters.el: Setup case table for Vietnamese.
3954 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
3956         * uniquify.el (toplevel): Require CL at compile time.
3957         (uniquify-push): Removed.
3959         * shadowfile.el (shadow-when): Removed.
3961         * tempo.el (tempo-dolist, tempo-mapc): Removed.
3962         (tempo-process-and-insert-string): Use dolist instead of
3963         tempo-dolist.
3965         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
3966         regexp for paragraph-start.
3968         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
3969         commas as well.
3971 2000-02-10  Dave Love  <fx@gnu.org>
3973         * wid-edit.el: (widgets) [defgroup]: Remove url link.
3974         (widget-color-choice-list, widget-color-history, widget-mouse-help):
3975         Deleted.
3976         (widget-specify-field, widget-specify-button): Don't use
3977         widget-mouse-help as help-echo property.
3978         (default): Use #'ignore for :validate and :mouse-down-action.
3979         (checkbox): Add help-echo.
3980         (widget-sexp-validate): Rewritten to clarify error messages.
3981         (character): Use char-valid-p in :match function.
3982         (widget-color-complete): Use facemenu-color-alist.
3983         (widget-color-action): Use facemenu-read-color.
3985         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
3986         set up `caar' &c that we now have.
3988 2000-02-09  Ray Blaak  <blaak@gnu.org>
3990         * delphi.el: Make resourcestring a declaration region, like const
3991         and var.
3993 2000-02-09  Dave Love  <fx@gnu.org>
3995         * bindings.el (mode-line-input-method-map): New variable.
3996         (mode-line-mule-info): Use it; fix last change.
3997         (mode-line-mode-menu): Move definition.
3998         (mode-line-mouse-sensitive-p): Deleted.
3999         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
4000         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
4001         level.
4003         * startup.el (command-line-1): Don't call
4004         make-mode-line-mouse-sensitive.
4006 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
4008         * mail/rmail.el (rmail-retry-failure): Use
4009         rmail-beginning-of-message before rmail-toggle-header, because the
4010         former toggles headers.
4012 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
4014         * diff-mode.el (diff-kill-junk): New interactive function.
4015         (diff-reverse-direction): Use delete-and-extract-region.
4016         (diff-post-command-hook): Restrict the area so that the hook also works
4017         outside of any diff hunk.  This is necessary for the minor-mode.
4018         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
4019         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
4021         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
4022         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
4023         so that it can be used more easily in <foo>-mode-hook.  Also make sure
4024         to avoid duplicate entries.
4025         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
4026         (font-lock-remove-keywords): Just as was done for `add', allow it to
4027         work even if font-lock-mode is nil.  Also make sure we don't modify
4028         any pre-existing list by forcing a copy-sequence.  Finally rename
4029         `major-mode' to `mode'.
4030         (font-lock-fontify-syntactic-anchored-keywords)
4031         (font-lock-fontify-anchored-keywords)
4032         (font-lock-fontify-keywords-region): Use line-end-position.
4033         Don't make `font-lock-multiline' local (it's now done in
4034         font-lock-set-defaults).
4035         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
4036         move the `font-lock-fontified' creation to inside the `unless'.
4038 2000-02-06  Andrew Innes  <andrewi@gnu.org>
4040         * term/w32-win.el (x-handle-args): Comment out call to message,
4041         which occurs before window system is initialized.
4043         * makefile.nt: Add support for recompiling lisp code.
4045 2000-02-04  Dave Love  <fx@gnu.org>
4047         * bindings.el (mode-line-mule-info): Fix/extend last change.
4049         * completion.el: Replace completion-dolist with dolist.
4051         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
4052         dotimes.
4054 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4056         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
4057         environment names before they go into the section regexp.
4059         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
4060         char class in regexp.
4062         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
4063         `case-fold-search' to nil.
4065         * progmodes/idlwave.el (idlwave-template): Respect
4066         `idlwave-abbrev-change-case'.
4067         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
4068         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
4069         idlwave-while): respect `idlwave-reserved-word-upcase'.
4070         (idlwave-rw-case): New function.
4071         (idlwave-statement-match): Fixed problem with assignment regexp.
4072         (idlwave-font-lock-keywords): Improved regexp for keyword
4073         parameters.
4074         (idlwave-surround): New argument LENGTH to support padding of
4075         operators longer than 1 char.
4077         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
4078         idlwave-shell-expression-overlay.  Implemented printing of
4079         expressions on higher levels of the calling stack.
4080         (idlwave-shell-display-level-in-calling-stack): Restore stack
4081         level.
4082         (idlwave-retrieve-expression-from-level): New function.
4083         (idlwave-shell-last-calling-stack): Variable removed.
4084         (idlwave-shell-reset): Argument action reversed (`visible' to
4085         `hidden').  Also remove stop-line overlay.
4086         (idlwave-shell-calling-stack-routine): New variable.
4087         (idlwave-shell-parse-stack-and-display): Messages now display
4088         negative level numbers.
4089         (idlwave-shell-mode): Set `modeline-format'.
4090         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
4091         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
4092         21.
4093         (idlwave-shell-print-expression-function): New option.
4095         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
4096         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
4097         `tool-bar' instead of `toolbar'.
4099 2000-02-02  Dave Love  <fx@gnu.org>
4101         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
4102         emacs-lisp-mode-hook.  Don't check for defalias being defined.
4104         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4105         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
4106         the new builtins directly.
4108         * whitespace.el (whitespace): Add :version to defgroup.
4110         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
4111         Doc fix.
4113         * thingatpt.el (sexp-at-point, symbol-at-point)
4114         (number-at-point, list-at-point): Add autoload cookie.
4116         * recentf.el (recentf): Add :version to defgroup.
4118         * quickurl.el (quickurl): Add :version to defgroup.
4120         * elide-head.el (elide-head): Use point-marker more.
4122         * bs.el (bs): Add :version to defgroup.
4124         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
4126         * progmodes/delphi.el (delphi): Add :version to defgroup.
4128 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
4130         * ange-ftp.el (ange-ftp-write-region): Handle case that
4131         succeeding process operation sets a different coding system.
4133         * calculator.el: New file.
4135 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
4137         * frame.el (frames-on-display-list, framep-on-display): New
4138         functions.
4139         (display-mouse-p, display-popup-menus-p, display-graphic-p)
4140         (display-selections-p, display-screens, display-pixel-width)
4141         (display-pixel-height, display-mm-width, display-mm-height)
4142         (display-backing-store, display-save-under, display-planes)
4143         (display-color-cells, display-visual-class): New functions.
4145         * term/tty-colors.el (tty-color-gray-shades): New function.
4147         * faces.el (display-color-p): Use framep-on-display.
4148         (display-grayscale-p): New function.
4150 2000-01-31  Dave Love  <fx@gnu.org>
4152         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
4153         (create-fontset-from-x-resource): Don't concat integers.
4155 2000-01-31  Inge Frick  <inge@nada.kth.se>
4157         * view.el: Some changes in documentation.  Removed some trailing
4158         whitespace. Changed some parameter names to agree with
4159         documentation.
4160         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
4161         window is not deleted.  Modifies change 1998-04-26.
4163 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
4165         * windmove.el: New file.
4167         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
4168         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
4169         progmodes/ebnf-yac.el: Update copyright and license info.
4171         * jit-lock.el (jit-lock-function): Widen before calculating end
4172         position.
4173         (jit-lock-stealth-chunk-start): Rewritten.
4175         * info.el (Info-title-face-alist): Removed.
4176         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
4177         faces.
4178         (Info-fontify-node): Use these faces.
4180 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
4182         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
4183         (cl-macro-list1): Recognize `&allow-other-keys' instead of
4184         `&allow-other-keywords'.
4186         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
4187         the list of directories scanned heuristically.
4189         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
4190         exist.
4192 2000-01-30  Jason Rumney  <jasonr@gnu.org>
4194         * w32-fns.el: Define w32-tty-standard-colors.
4196         * startup.el (command-line): Use w32-tty-standard-colors when in
4197         w32 console mode.
4199 2000-01-30  Dave Love  <fx@gnu.org>
4201         * jka-compr.el (jka-compr-load): Fix up load-history.
4203         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
4205         * emacs-lisp/cl-macs.el: Revert previous change.
4207 2000-01-29  Dave Love  <fx@gnu.org>
4209         * facemenu.el: Purecopy various strings.
4211         * timezone.el (timezone-fix-time): Window against 69 for two-digit
4212         years.  Deal with three-digit years.
4214         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
4215         defconst, purecopy.
4216         (help-back-label): Purecopy it.
4218 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
4220         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
4221         variable. If non-nil, order the buffer list according to the
4222         currently selected frame.
4223         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
4224         non-nil, pass the selected frame to function buffer-list.
4226 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4228         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
4230 2000-01-28  Dave Love  <fx@gnu.org>
4232         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
4234         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
4235         Don't use lisp-indent-hook property.
4236         (cl-abs): Remove.
4238         * subr.el: Move out indent and edebug specs for when and unless.
4240         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
4241         when, unless.
4243         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
4244         unless, when.
4246 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
4248         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
4249         `collecting' as synonym for `collect'.
4251         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
4252         for the case it contains spaces.
4254         * simple.el (what-cursor-position): Change formatting of
4255         messages.
4257         * frame.el (delete-other-frames): New function.
4258         (toplevel): Bind it to C-x 5 1.
4260         * sort.el (sort-numeric-base): New option.
4261         (sort-numeric-fields): If number starts with `0' or `0[xX[',
4262         interpret it as octal or hexadecimal.  Use sort-numeric-base
4263         as default base.
4265         * progmodes/glasses.el: New file.
4267 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
4269         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
4270         userids differently.
4272         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
4273         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
4274         progmodes/ebnf-yac.el: New files.
4276 2000-01-26  Dave Love  <fx@gnu.org>
4278         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
4279         on a function with an empty body.  [From Eric Ludlam.]
4281 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
4283         * vc.el (vc-version-diff): Make sure file name is expanded.
4285 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
4287         * scroll-bar.el (scroll-bar-timer): Variable removed.
4288         (scroll-bar-toolkit-scroll): Don't use a timer.
4290 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
4292         * language/thai-util.el (thai-composition-function): Delete
4293         superfluous `a'.
4295 2000-01-24  Dave Love  <fx@gnu.org>
4297         * fortran.el (fortran-mode): Use beginning-of-defun-function,
4298         end-of-defun-function.
4300         * font-lock.el (turn-on-font-lock): Don't depend on window-system
4301         &c.
4303 2000-01-22  Jason Rumney  <jasonr@gnu.org>
4305         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
4306         conflicts with new face support.
4308 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4310         * replace.el (query-replace): Rename last arg to DELIMITED.
4311         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
4312         (query-replace-regexp): Likewise.
4314 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4316         * subr.el (with-syntax-table): Use make-symbol, not gensym.
4318         * emacs-lisp/lisp.el (beginning-of-defun-function):
4319         Variable renamed from beginning-of-defun.
4320         Do not call make-variable-buffer-local.
4321         (beginning-of-defun-raw): Use new variable name; doc fix.
4322         (beginning-of-defun): Doc fix.
4323         (end-of-defun-function): Variable renamed from end-of-defun.
4324         Do not call make-variable-buffer-local.
4325         (end-of-defun): Use new variable name; doc fix.
4327         * subr.el (dolist, dotimes): Copied from cl-macs.el
4328         and made to work.
4330         * mail/undigest.el (rmail-digest-end-regexps):
4331         Variable replaces rmail-digest-end-regexp.
4332         Allows multiple regexps for detecting the end line.
4333         (undigestify-rmail-message): Corresponding changes.
4335 2000-01-19  Dave Love  <fx@gnu.org>
4337         * files.el (user-init-file): Don't declare here -- is primitive.
4339         * startup.el (command-line): Check for compiled user-init-file and
4340         set to uncompiled version if necessary.
4342 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
4344         * mail/undigest.el (rmail-digest-end-regexp): New user option.
4345         (undigestify-rmail-message): Use it.
4347         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
4349 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
4351         * tmm.el (tmm-goto-completions): Adapt to prompt being part
4352         of mini-buffer.
4354 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
4356         * emacs-lisp/copyright.el (copyright-update): Removed the
4357         requirement for a trailing space from `copyright-regexp', to
4358         support copyrights with owner specified on a separate line..
4360         * align.el: New file.
4362         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
4364         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
4366 2000-01-13  Dave Love  <fx@gnu.org>
4368         * ph.el: Removed.  (Obsoleted by EUDC.)
4370 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
4372         * net/eudc.el (toplevel): Remove autoloaded code installing
4373         menu with easymenu, because that causes build problems.
4375         * frame.el (frame-notice-user-settings): New variable.
4376         (frame-notice-user-settings): Don't modify frame parameters
4377         if called a second time.
4379 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4381         * frame.el (frame-notice-user-settings):
4382         Notice default-frame-parameters even for non-window frames.
4384 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
4386         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
4387         for Emacs.
4388         (eudc-bob-can-display-inline-images): Extend for Emacs.
4389         (eudc-bob-toggle-inline-display): Ditto.
4390         (eudc-bob-display-jpeg): Ditto.
4392 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
4394         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4395         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
4396         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
4398         * add-log.el (add-change-log-entry): Fix error trying an `(insert
4399         nil)'.
4401         * subdirs.el: Add `net' directory.
4403         * net: New directory.
4405         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
4406         eval-last-sexp.  Don't bind debug-on-error here.
4407         (eval-last-sexp): New function.  Bind debug-on-error if
4408         eval-expression-debug-on-error is non-nil.
4409         (eval-defun-2, eval-defun): Likewise.
4411         * simple.el (eval-expression): Don't bind debug-on-error if
4412         eval-expression-debug-on-error is nil.  Detect changed
4413         debug-on-error, and propagate new value to global binding, if
4414         eval-expression-debug-on-error is non-nil,
4415         (eval-expression-debug-on-error): Change doc string.
4417 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4419         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
4421         * emacs-lisp/lisp-mode.el (with-syntax-table):
4422         Set up lisp-indent-function property.
4424         * subr.el (with-syntax-table): Moved from simple.el.
4426         * simple.el (with-syntax-table): Moved to subr.el.
4428 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
4430         * tmm.el (tmm-shortcut): Delete region after prompt instead
4431         of erasing buffer.
4433         * textmodes/fill.el (fill-common-string-prefix): New function.
4434         (fill-context-prefix): Use the longest common prefix of first
4435         and second line fill prefix, if there is one.
4437 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4439         * array.el (array-mode): Don't use make-variable-buffer-local.
4440         Use make-local-variable for `truncate-lines'.
4442 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
4444         * add-log.el (add-log-current-defun): Handle user-defined
4445         add-log-current-function returning nil,
4447         * add-log.el (add-change-log-entry): Insert version number
4448         if having found a current function
4450         * add-log.el (add-log-current-defun): Call
4451         `add-log-current-defun-function'.  Try matches at level 0 and
4452         level 1.  Strip whitespace from defun found.
4454 2000-01-10  John Wiegley  <johnw@gnu.org>
4456         * allout.el (isearch-done/outline-provisions): Added `edit'
4457         argument to correspond with the current definition of
4458         `isearch-done'.
4460 2000-01-10  Dave Love  <fx@gnu.org>
4462         * elide-head.el (elide-head): Use point-marker, not point.
4464 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
4466         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
4467         before and after the year 2000.
4469         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
4470         Add ispell- prefix.
4472 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
4474         * ispell.el:  Only define dictionaries in menus when they exist.
4475         (version18p): New variable.
4476         (version20p): New variable.
4477         (xemacsp): New variable.
4478         (ispell-choices-win-default-height): Fix for XEmacs visibility.
4479         (ispell-dictionary-alist1): Added Brasileiro dictionary.
4480         (ispell-dictionary-alist6): Russian command lines no longer accept
4481         run-together words.
4482         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
4483         (ispell-dictionary-alist): Add koi8-r to customize definition.
4484         (check-ispell-version): Added documentation string.  Returns
4485         library path when called non-interactively.
4486         (ispell-menu-map-needed): Uses new variables.
4487         (ispell-library-path): New variable.
4488         (ispell-decode-string): XEmacs fix for bogus variable bindings.
4489         (ispell-word): Improved documentation string.  Test for valid
4490         character mappings.  Correctly check typed in word changes that can
4491         result in single words split into multiple words.  Returns
4492         replacement word.
4493         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
4494         replace in recursive query replace mode.  Help message for
4495         recursive edit mode.
4496         (ispell-show-choices): Protect against bad framepop bindings.
4497         (ispell-help): Fix to work with XEmacs.
4498         (ispell-highlight-spelling-error): Use new variables.
4499         (ispell-overlay-window): Fix to work with XEmacs.
4500         (ispell-parse-output): Passed and returns location information
4501         tracking spelling corrections.  Doesn't recheck same word on
4502         current line.
4503         (ispell-init-process): Protect against bogus XEmacs variable binding.
4504         Fix call to single argument in sleep-for.  Use new variables.
4505         (ispell-region): Passed and returns location information tracking
4506         spelling corrections.  Doesn't check same word on current line.
4507         Improved documentation string.  Doesn't resend a line already
4508         checked to the ispell process - fixes bug in LaTeX parsing.
4509         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
4510         (ispell-skip-region): No longer skips <TT> in SGML.
4511         (ispell-process-line): Tracks location information with spelling
4512         corrections.  Added documentation string.  Accounts for words
4513         already accepted on this line.  Don't allow query-replace on line
4514         starting with math characters.  Doesn't resend a line already sent
4515         to ispell process.  Fixes alignment error bug.
4517 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4519         * dired-x.el (dired-guess-shell-alist-default):
4520         Suggest xloadimage, which is free, not xv, which isn't.
4522         * ange-ftp.el (ange-ftp-file-name-nondirectory):
4523         Don't ever include the host name or user name in the value.
4525 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
4527         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
4528         of a real newline.
4530 2000-01-09  Stephen Eglen  <stephen@gnu.org>
4532         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
4533         for .png files.
4535 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
4537         * cus-edit.el (custom-hook-convert-widget): Fix comment.
4539 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
4541         * progmodes/cperl-mode.el: Replace ^F with ^L.
4543         * sendmail.el (toplevel): Provide `sendmail' when compiling
4544         before `require'ing rmail and mailalias to prevent infinite
4545         recursion.
4547 2000-01-08  Dave Love  <fx@gnu.org>
4549         * emacs-lisp/backquote.el: Remove inappropriate customization
4550         (allowing custom.el to use backquote).
4552 2000-01-07  Dave Love  <fx@gnu.org>
4554         * add-log.el (add-log-debugging): Deleted.
4555         (add-change-log-entry): Treat a backup FILE-NAME as its parent
4556         file.  Remove debugging code.
4557         (change-log-get-method-definition, change-log-name): Add doc.
4558         (change-log-sortable-date-at): New function.
4559         (change-log-merge): New command.
4561         * time.el (display-time-string-forms): Make the Mail string active.
4562         (display-time-update): Provide help-echo for load average.
4564         * bindings.el (make-mode-line-mouse2-map): New function.
4565         (mode-line-modified): Use it and simplify.
4566         (mode-line-mule-info): Provide help-echo info.
4567         (minor-mode-alist): Activate the strings.
4568         (make-mode-line-mouse-sensitive): Simplify for
4569         mode-line-buffer-identification.
4571 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
4573         * play/pong.el: New file.
4575 2000-01-06  Dave Love  <fx@gnu.org>
4577         * array.el: Assorted cleanups for compiler warnings, doc strings,
4578         `array-' prefix for symbols.
4580 2000-01-05  Dave Love  <fx@gnu.org>
4582         * textmodes/outline.el (outline-mode-menu-bar-map): Add
4583         outline-headers-as-kill.
4584         (outline-mode): Define imenu-generic-expression.
4585         (outline-headers-as-kill): New command.
4587         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
4588         from paragraph-start.
4589         (paragraph-indent-minor-mode): New command.
4591         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
4592         M-C-e, M-C-h, C-j, C-xnd, TAB.
4593         (fortran-mode): Set beginning-of-defun, end-of-defun.
4594         (fortran-column-ruler): Simplify.
4595         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
4596         (fortran-with-subprogram-narrowing): Likewise.
4597         (fortran-indent-subprogram): Call mark-defun.
4598         (fortran-check-for-matching-do): Change narrowing.
4600         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
4601         (cl-lucid-hash-tag): Delete.
4602         (cl-hash-table-p): Correct test for native table.
4603         (cl-hash-table-count): Use hash-table-count.
4605         * browse-url.el (browse-url): Fix case of
4606         browse-url-browser-function being an alist.
4608 2000-01-05  Carsten Dominik  <cd@gnu.org>
4610         * textmodes/reftex-vars.el (reftex-parse-file-extension)
4611         (reftex-index-phrase-file-extension): New options.
4613         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
4614         Use new option `reftex-index-phrase-file-extension'.
4616         * textmodes/reftex.el (reftex-access-parse-file): Use new option
4617         `reftex-parse-file-extension'.
4619 2000-01-05  Dave Love  <fx@gnu.org>
4621         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
4622         (beginning-of-defun-raw): Use it.
4623         (end-of-defun): New variable.
4624         (end-of-defun): Use it.
4625         (check-parens): New command.
4627 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4629         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
4630         (hs-show-block): Don't use `mapcar' when not accumulating.
4632         Fix buglet in local variables initialization.
4634 2000-01-05  Andreas Schwab  <schwab@suse.de>
4636         * hscroll.el (hscroll): Doc fix.
4638 2000-01-05  Carsten Dominik  <cd@gnu.org>
4640         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
4641         idlw-toolbar.
4643         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
4644         file idlw-rinfo.el.
4645         (idlwave-customize): load must read file idlw-shell.el.
4646         (idlwave-create-customize-menu): load must read file idlw-shell.el.
4648 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
4650         * progmodes/idlw-shell.el: Also provide idlwave-shell
4651         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
4652         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
4654         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
4655         both reftex-dcr and reftex-vcr.
4657         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
4659 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4661         * ps-print.el: PostScript code now is in separate files, doc fix.
4662         (ps-print-version): New version number (5.0.3).
4663         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
4664         local.
4665         (ps-spool-config): Initialization fix.
4666         (ps-print-prologue-1, ps-print-prologue-2)
4667         (ps-print-duplex-feature): PostScript code moved to separated file.
4668         (ps-background-image): Little code reformating.
4669         (ps-begin-file, ps-begin-job): Fix code.
4670         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
4671         (ps-prologue-file): New fun.
4673 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4675         * ps-vars.el: Eliminated.
4677         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
4678         `;;;###autoload'.
4680         * ps-print.el: ps-vars eliminated, doc fix.
4681         (ps-print-version): New version number (5.0.2).
4682         (ps-spool-config): Initialization fix.
4683         (ps-print-customize): New fun.
4685 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
4687         * autorevert.el (auto-revert-mode): Return value of
4688         auto-revert-mode.
4690 2000-01-04  Dave Love  <fx@gnu.org>
4692         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
4693         menu items.
4695 2000-01-03  Dave Love  <fx@gnu.org>
4697         * elide-head.el (elide-head) [defgroup]: Add :version.
4699         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
4700         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
4701         `cl-hash-table-p', not `hash-table-p'.
4702         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
4704 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4706         * faces.el (face-read-integer, read-face-attribute)
4707         (color-defined-p, color-values): unspecified-{f,b}g are now
4708         strings.
4710 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
4712         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
4713         at comment end, and re-insert them after filling.
4715 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4717         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
4718         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
4719         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
4721 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4723         * term/x-win.el (xw-defined-colors): Call color-supported-p,
4724         the new name of face-color-supported-p.
4726         * term/w32-win.el (xw-defined-colors): Likewise.
4728 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4730         * simple.el (completion-setup-function): Count completion-size
4731         from minibuffer-prompt-end, not from point-min.
4733 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
4735         * faces.el (read-face-attribute, defined-colors, color-defined-p):
4736         Pass the frame to tty-color-* functions.
4737         (display-color-p, frame-set-background-mode): Pass the frame to
4738         tty-display-color-p.
4740         * term/tty-colors.el (tty-defined-color-alist): Renamed from
4741         tty-color-alist.
4742         (tty-color-alist, tty-modify-color-alist): New functions.
4743         (tty-color-define,  tty-color-clear, tty-color-approximate)
4744         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
4745         an optional parameter FRAME.
4747 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
4749         * image.el (create-image, defimage): Don't assume image data is a
4750         string.
4752         * image.el (defimage): Handle specifications containing :data
4753         instead of :file.
4754         (image-type-from-data): New function.
4755         (image-type-from-file-header): Use it.
4756         (create-image): Add parameter DATA-P.
4758 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4760         * echistory.el (electric-command-history): Call Command-history-setup
4761         and command-history-mode using their new conventions.
4763         * chistory.el (Command-history-setup): Don't switch buffers.  Take
4764         no args, and do not set major-mode, mode-name or the local map.
4765         (command-history-mode): New function, does some of those things
4766         Command-history-setup used to do.
4767         (list-command-history): Call command-history-mode, not
4768         Command-history-setup.
4769         (command-history): Renamed from command-history-mode.
4771 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4773         * arc-mode.el (archive-mode-map): Bind q to quit-window.
4775 1999-12-31  William M. Perry  <wmperry@aventail.com>
4777         * image.el (defimage): Images with the `:data' keyword should be
4778         considered valid as well.
4780 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4782         * dired.el (dired-get-filename): Don't call file-name-absolute-p
4783         with FILE if FILE is nil.
4785 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4787         * simple.el (choose-completion-string): In minibuffer,
4788         do not delete the prompt string.
4790 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
4792         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
4793         assigned to mode-line-mode-menu because bindings.el is dumped with
4794         Emacs, and thus the lists used for menu-item definition will be
4795         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
4796         like pure menu item definitions.
4798         * expand.el (expand-abbrev-hook): Return t if expansion was
4799         done, nil otherwise.
4801 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4803         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
4804         (tar-quit): Function deleted.
4806 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4808         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
4809         was used but not declared.
4811         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
4812         hs-find-block-beginning): Add or modify docstrings.
4814         (hs-isearch-show): Rewrite.
4816 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
4818         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
4820         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
4821         space in front of a C-style comment end.
4823 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
4825         * startup.el (command-line-1): Make mode line mouse-sensitive for
4826         the MS-DOS version as well.
4828 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
4830         * bs.el: New file.
4832 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4834         * textmodes/ispell.el (ispell-process-line):
4835         Add local var line-offset to adjust for the change
4836         in positions within the line, due to previous replacements.
4838 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4840         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4841         Doc fixes.
4843 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
4845         * add-log.el (change-log-version-number-regexp-list)
4846         (change-log-version-info-enabled): Change :version to 21.1.
4847         (toplevel): Require CL when compiling.
4849 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
4851         * add-log.el (change-log-version-number-regexp-list): Added tag
4852         :version 20.6
4853         (change-log-version-info-enabled): Added tag :version 20.6
4855 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
4857         * add-log.el: More general version number search with
4858         user-configurable regexp list.
4859         (change-log-version-number-regexp-list): New user variable.
4860         (change-log-find-version): Rewritten.  Use user-configurable
4861         version numbering regexp list
4862         change-log-version-number-regexp-list.
4863         (change-log-find-version): Renamed to
4864         change-log-version-number-search
4865         (add-log-file-name-function): New.
4866         (change-log-search-vc-number): Added END paramaeter.  Added doc
4867         string to function.
4868         (change-log-version-rcs): Renamed.  Was
4869         change-log-search-vc-number.
4871 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4873         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
4874         overlays if they interfere.
4875         (compilation-find-file): Make intangible overlays tangible.
4877         * progmodes/hideshow.el: Generally, synch w/ maintainer
4878         version 5.9.
4880         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
4882         (hs-minor-mode-hook): Don't initialize.
4884         (hs-special-modes-alist): Rewrite value and docstring.
4886         (hs-minor-mode-prefix): Delete unused var.
4888         (hs-block-start-mdata-select): New var, buffer local.
4890         (hs-headline): New var.
4892         (hs-match-data, hs-forward-sexp): New funcs.
4894         (hs-hide-comment-region): New func.
4896         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
4897         hs-safety-is-job-n, hs-hide-initial-comment-block,
4898         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
4899         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
4900         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
4901         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
4902         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
4904         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
4905         (hs-isearch-show-temporary): New funcs.
4907         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
4909         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
4911         When constructing menu, use `[(shift button2)]' notation.
4913 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4915         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
4916         (jka-compr-compression-info-list): Add new elt to each vector.
4917         (jka-compr-write-region): Don't compress the data if it is
4918         already compressed.
4920         * jka-compr.el (jka-compr-really-do-compress): New variable.
4921         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
4922         if visiting.
4923         (jka-compr-write-region): Set jka-compr-really-do-compress
4924         if visiting.  Test it when deciding to compress.
4926 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
4928         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
4929         with third argument t.
4931 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4933         * antlr-mode.el: Version 1.2 is released.
4934         (antlr): This package has a web page.
4936 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4938         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
4939         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
4940         (antlr-mode-map): New binding [C-c C-c].
4941         (antlr-mode-menu): New entries.
4943 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4945         * antlr-mode.el: Respect Emacs conventions.
4946         ((require 'cl)): Only use during compilation.
4947         (antlr-language-for-option): New function to avoid using `find'.
4948         (antlr-mode): Use it.
4949         (antlr-with-syntax-table): Define new instead using XEmacs' one.
4950         (antlr-imenu-create-index-function): Change accordingly.
4951         (antlr-inside-rule-p): Ditto.
4952         (antlr-end-of-rule): Ditto.
4953         (antlr-end-of-body): Ditto.
4954         (antlr-beginning-of-rule): Ditto.
4955         (antlr-indent-line): Ditto.
4957 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4959         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
4960         (antlr-set-tabs): Don't use hard-coded values.
4962         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
4963         won't be possible without a huge time penalty.
4964         (antlr-skip-exception-part): Be more specific.
4965         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
4966         Renamed from `antlr-skip-grammar-header'.
4967         (antlr-next-rule): Change accordingly.
4968         (antlr-end-of-body): Ditto.  Better error message.
4969         (antlr-beginning-of-body): Better error message.
4970         (antlr-imenu-create-index-function): Skip rule action prelude.
4972         * antlr-mode.el: Minor syntax highlighting changes.
4973         (antlr-font-lock-default-face): Deletia.
4974         (antlr-font-lock-tokendef-face): Changed color.
4975         (antlr-font-lock-tokenref-face): Changed color.
4976         (antlr-font-lock-literal-face): Changed color.
4977         (antlr-font-lock-additional-keywords): Minor changes.
4979 1999-12-20  Carsten Dominik  <cd@gnu.org>
4981         * progmodes/idlwave.el: New file.
4983         * progmodes/idlwave-rinfo.el: New file.
4985         * progmodes/idlwave-shell.el: New file.
4987         * progmodes/idlwave-toolbar.el: New file.
4989         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
4991 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
4993         * progmodes/cwarn.el: New file.
4995 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
4997         * bindings.el (completion-ignored-extensions): Add .pdf.
4999 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
5001         * version.el: Put the version info into binary on MS-DOS as well.
5003 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
5005         * emacs-lisp/debug.el (debugger-continue): Don't continue if
5006         debugger-may-continue is nil.
5008 1999-12-18  Dave Love  <fx@gnu.org>
5010         * emacs-lisp/cl-macs.el: Remove conditional definition of
5011         eval-when-compile.  Don't specify abs, expt, gethash,
5012         hash-table-count, hash-table-p as side-effect-free here.
5013         (cl-emacs-type): Don't declare.
5014         (cl-compile-time-init): Remove Emacs 18 compiler patch.
5015         (cl-parse-loop-clause): Remove compatibility code.
5017         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
5018         (side-effect-free-fns): Add gethash, hash-table-count.
5019         (side-effect-and-error-free-fns): Add hash-table-p.
5021         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
5022         `cl-' to autoload names for some hash functions.  Don't autoload
5023         eval-when-compile.  Don't provide mini-cl.
5024         (cl-emacs-type): Remove.
5025         (cl-map-extents): Remove compatibility code.
5027         * emacs-lisp/float.el: Bind free variables.
5029         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
5031 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
5033         * bindings.el (completion-ignored-extensions): Add .tfm.
5035 1999-12-16  Dave Love  <fx@gnu.org>
5037         * faces.el (set-face-attribute): Purecopy the attributes set.
5039         * custom.el (custom-declare-variable): Purecopy value.
5041         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
5042         (byte-extrude-byte-code-vectors): Use remprop.
5043         (byte-compile-lambda): Check that arg is a lambda.
5045 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
5047         * font-lock.el: System for adding and removing keywords.
5048         Both local (previously added keyword) and global keywords
5049         can be removed.
5050         (font-lock-remove-keywords): New user-level function.
5051         (font-lock-update-removed-keyword-alist): New internal function.
5052         (font-lock-removed-keywords-alist): New variable.
5053         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
5054         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
5055         growing datastructures.
5056         (font-lock-set-defaults): Removes keywords stored in
5057         `font-lock-removed-keywords-alist' after local keywords added.
5059 1999-12-16  Anders Lindgren  <andersl@andersl.com>
5061         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
5062         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
5064         * font-lock.el (c-keywords): Only highlight preprocessor
5065         directives when spelled correctly.
5067         * font-lock.el (font-lock-match-c++-structor-declaration,
5068         c++-keywords): Fontify constructors and destructors with function
5069         face inside C++ class declarations.
5071 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
5073         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
5074         the shell from sh-shell-file.
5076         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
5078 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
5080         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
5081         if one of the files specified cannot be accessed by
5082         file-attributes.  Do not strip any leading directories from the
5083         file names, to behave more like `ls' does.
5085         * dired.el (dired-get-filename): Handle absolute file names.
5086         (dired-readin-insert): If argument is a cons, don't print
5087         "wildcard" on the ``total'' line.
5089 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
5091         * faces.el (face-read-integer, read-face-attribute)
5092         (color-defined-p, color-values): Allow color values unspecified-fg
5093         and unspecified-bg, handle them as unspecified.
5095 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
5097         * textmodes/reftex.el: (reftex-compile-variables): respect new
5098         structure of `reftex-index-macro'
5099         (reftex-compile-variables): Use the changed structure of
5100         `reftex-label-alist'.
5102         * textmodes/reftex-vars.el (reftex-index-math-format,
5103         (reftex-toc-max-level): New option.
5104         reftex-index-phrases-search-whole-words,
5105         reftex-index-phrases-case-fold-search,
5106         reftex-index-phrases-skip-indexed-matches,
5107         reftex-index-phrases-wrap-long-lines,
5108         reftex-index-phrases-sort-prefers-entry,
5109         reftex-index-phrases-sort-in-blocks): New options.
5110         (reftex-index-macros): Option structure changed.
5111         (reftex-index-macros-builtin): Added `repeat' item to each entry.
5112         (reftex-label-alist): Additional item in each entry to specify if
5113         the environment should be listed in the TOC.
5114         (eval-when-compile (require 'cl)) added.
5116         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
5117         longer deals with "repeat".
5118         (reftex-index): "repeat property in `reftex-index-macro-alist' is
5119         now used.
5120         (reftex-index-phrases-comment-regexp,
5121         reftex-index-phrases-macrodef-regexp,
5122         reftex-index-phrases-phrase-regexp1,
5123         reftex-index-phrases-phrase-regexp2,
5124         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
5125         New constants.
5126         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
5127         reftex-index-phrases-font-lock-keywords,
5128         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
5129         reftex-index-phrases-restrict-file): New variables.
5130         (reftex-index-phrase-selection-or-word,
5131         reftex-index-visit-phrases-buffer,
5132         reftex-index-initialize-phrases-buffer,
5133         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
5134         reftex-index-next-phrase, reftex-index-this-phrase,
5135         reftex-index-all-phrases, reftex-index-region-phrases,
5136         reftex-index-phrases-parse-header,
5137         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
5138         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
5139         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
5140         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
5141         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
5142         reftex-index-make-replace-string,
5143         reftex-query-index-phrase-globally, reftex-query-index-phrase,
5144         reftex-index-phrase-match-is-indexed,
5145         reftex-index-phrases-fixup-line,
5146         reftex-index-phrases-replace-space,
5147         reftex-index-select-phrases-macro): New functions.
5148         (reftex-index-globalize, reftex-index-globally): functions removed
5149         (eval-when-compile (require 'cl)) added.
5151          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
5152          for max level.
5153          (reftex-toc-max-level-indicator): New variable.
5154          (reftex-toc-max-level): New command.
5155          (reftex-toc-map): New keybinding `t'.
5156          (reftex-toc-help): Constant updated.
5157          (eval-when-compile (require 'cl)) added.
5159          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
5160          `t' command key can change `reftex-toc-max-level'
5161          (eval-when-compile (require 'cl)) added.
5163          * textmode/reftex-sel (reftex-insert-docstruct): Respect
5164          `reftex-toc-max-level'
5165          (eval-when-compile (require 'cl)) added.
5167          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
5168          added.
5170          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
5171          added.
5173          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
5174          commands.
5175          (reftex-citation, reftex-do-citation,
5176          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
5177          preselect a citation format.
5178          (eval-when-compile (require 'cl)) added.
5180          * textmodes/reftex-parse.el (reftex-context-substring): Optional
5181          parameter to-end
5182          (reftex-section-info): Deal with environment matches.
5183          (eval-when-compile (require 'cl)) added.
5185          * reftex-global.el (eval-when-compile (require 'cl)) added.
5187 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
5189         The following changes are for the new composition mechanism.  We
5190         have deleted `composition' charset and composite characters,
5191         instead introduced a special text property `composition'.
5193         * composite.el: New file.
5195         * ps-mule.el: Define encode-composition-rule and find-composition
5196         for Emacs 20.4 and the earlier versions.
5197         (ps-mule-init-external-library): Just require a feature for
5198         external libraries.
5199         (ps-mule-prologue): Postscript code modified for new composition.
5200         (ps-mule-find-wrappoint): New arg COMPOSITION.
5201         (ps-mule-plot-string): Delete code for composite characaters.
5202         (ps-mule-plot-composition): New funcion.
5203         (ps-mule-prepare-font-for-components): New function.
5204         (ps-mule-plot-components): New function.
5205         (ps-mule-composition-prologue-generated): Renamed from
5206         ps-mule-cmpchar-prologue-generated.
5207         (ps-mule-composition-prologue): New named from
5208         ps-mule-cmpchar-prologue.  Modified for new composition.
5209         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
5210         ps-mule-prepare-cmpchar-font): Deleted.
5211         (ps-mule-string-encoding): New arg NO-SETFONT.
5212         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
5213         check Composing, not Cmpchar
5214         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
5215         to nil.
5216         (ps-mule-begin-job): Check existence of new composition.
5218         * ps-print.el (ps-plot-region): Handle new composition.
5220         * simple.el (what-cursor-position): Show "(composed)" if the
5221         character is composed.
5223         * international/characters.el: Fix cateogries of Lao symbols.
5225         * international/fontset.el (vertical-centering-font-regexp): New
5226         variable.
5228         * international/mule.el (mule-version): Updated to 5.0 (AOI).
5229         (mule-version-date): Updated to 1999.12.7.
5230         (with-category-table): New macro.
5232         * international/mule-cmds.el (encode-coding-char): Don't check
5233         composite character.
5235         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
5236         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
5237         x-ctext): Give `composition' property t.
5239         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
5240         non-nil) at the tail of ALIST.
5241         (compose-region, decompose-region, decompse-string,
5242         reference-point-alist, compose-chars): Moved to composite.el.
5243         (compose-chars-component, compose-chars-rule,
5244         decompose-composite-char): Deleted.
5246         * international/quail.el (quail-install-map): New optional arg
5247         NAME.
5248         (quail-get-translation): If DEF is a symbol but not a function,
5249         ignore it.
5250         (quail-start-translation): Put a key sequence undefined in the
5251         translation keymap in unread-command-events, not generated-events.
5252         Return parameterized event (compose-last-chars N) if the input
5253         characters should be composed.
5254         (quail-map-definition): If DEF is t, treat it as nil.
5255         (quail-delete-last-char): Delete the quail region.
5256         (quail-show-translations): Don't show list of translations if the
5257         quail package is deterministic.
5258         (quail-completion-max-depth): New variable.
5259         (quail-completion-1): Pay attention to the above variable.  Fix
5260         for the case that a translation is a function.
5261         (quail-map-from-table, quail-map-from-table-1,
5262         quail-map-from-table-2): New functions.
5263         (quail-lookup-map-and-concat): New function
5265         * language/devan-util.el: Mostly rewritten.
5267         * language/lao.el: Register lao-composition-function in
5268         composition-function-table.
5270         * language/lao-util.el: Mostly rewritten.
5272         * language/thai.el: Register thai-composition-function in
5273         composition-function-table.
5274         (thai-tis620): Delete `pre-write-conversion' property.
5276         * language/thai-util.el: (thai-category-table): Make it by
5277         make-category-table.
5278         (thai-composition-pattern): New variable.
5279         (thai-compose-region, thai-compose-string): Use
5280         with-category-table.
5281         (thai-post-read-conversion): Just call thai-compose-region.
5282         (thai-pre-write-conversion): Deleted.
5283         (thai-composition-function): New funciton.
5285         * language/tibet-util.el: Most functions rewritten.
5286         (tibetan-char-p): Renamed from tibetan-char-examin.
5287         (tibetan-composable-examin) (tibetan-complete-char-examin)
5288         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
5289         (tibetan-add-components): New function.
5290         (tibetan-composition-function): New function.
5292         * language/tibetan.el: Register tibetan-composition-function in
5293         composition-function-table.
5294         (tibetan-composable-pattern): New variable.
5295         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
5296         (tibetan-precomposition-rule-alist): Move punctuations to
5297         tibetan-punctuation-transcription-alist and
5298         tibetan-obsolete-glyphs.
5299         (tibetan-punctuation-transcription-alist): New variable.
5300         (tibetan-obsolete-glyphs): New variable.
5301         (tibetan-regexp): Improve the initialization code.
5303         * textmodes/fill.el (fill-find-break-point): Delete codes for
5304         composite characters.
5305         (fill-region-as-paragraph): Likewise.
5307 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
5309         * international/mule-cmds.el (default-input-method): Specify
5310         that it should be set after current-language-environment.
5312         * custom.el (custom-handle-keyword): Add :set-after.
5313         (custom-add-dependencies): New function.
5314         (custom-set-variables): Take dependencies between args into
5315         account.
5317         * battery.el (battery): Doc fix.
5319 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
5321         * progmodes/cc-make.el: Removed.
5323 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5325         * Release of cc-mode 5.26
5327 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5329         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
5330         target depth.  Optionally count #else lines as clause limits,
5331         as suggested by don provan <provan@lucent.com>.  #elif
5332         handling fixed.
5334         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
5335         (c-down-conditional-with-else): New commands that uses the
5336         added functionality in `c-forward-conditional'.
5338 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5340         * cc-align.el (c-lineup-comment): Preserve the alignment with
5341         a comment on the previous line instead of preserving the
5342         comment-column.
5344 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5346         * Fixes to IDL mode after input from Eric Eide
5347         <eeide@cs.utah.edu>:
5348         * cc-engine.el (c-beginning-of-statement-1): Allow
5349         `c-conditional-key' to be nil, for the benefit of IDL mode.
5350         * cc-engine.el (c-guess-basic-syntax): Ditto.
5351         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
5352         but do match CORBA 2.3 `valuetype'.
5353         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
5354         for IDL.
5355         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
5356         be nil for IDL.
5357         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
5358         Like C++.
5359         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
5360         set `c-method-key' and `c-baseclass-key' to nil.
5362 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5364         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
5365         with nonhanging open braces.
5367 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5369         * cc-align.el: Added docstrings to all lineup functions.
5371         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
5372         keyword.
5374         * cc-align.el (c-lineup-C-comments): Handle free form text
5375         comments.  Use c-comment-prefix-regexp and comment-start-skip
5376         instead of hardcoded regexps.
5378 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5380         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
5381         behavior and return value as documented.
5383 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5385         * Changes for new style variable init system:
5386         * cc-langs.el (c-common-init): Dito.
5387         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
5388         now customizable.
5389         * cc-vars.el: Style variables may now take a value
5390         'set-from-style to make them take their value from the style
5391         system. This value is now the default on all these variables.
5392         * cc-vars.el (c-valid-offset): New function to verify a
5393         syntactic symbol offset setting.
5394         * cc-vars.el (c-offsets-alist): Variable moved from
5395         cc-styles.el since it's now customizable in a similar way to
5396         the other style variables.
5397         * cc-vars.el (c-old-style-variable-behavior): New variable to
5398         revert to the old style init behavior.
5400         * cc-vars.el (c-file-style, c-file-offsets): Made always
5401         buffer local.
5403         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
5404         the throws clause that might follow the function prototype in
5405         C++.
5407 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5409         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
5410         could move forward for macros that doesn't start in column 0.
5412 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5414         * cc-align.el (c-indent-multi-line-block,
5415         c-lineup-whitesmith-in-block): Two new lineup functions for
5416         use in whitesmith style.
5418         * cc-styles.el (c-style-alist): More fixes to whitesmith
5419         style.  It should now handle all different braces uniformly in
5420         both hanging and non-hanging cases.
5422 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5424         * cc-cmds.el (c-indent-exp): Use a marker to save point to
5425         make it stay in the same position relative to the surrounding
5426         text.
5428         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
5429         when adaptive-fill-mode doesn't manage to get it correct.
5431         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
5432         with dotted notation, e.g. foo.bar.Gnu.
5434         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
5435         within unwind-protect (previously only some were wrapped so it
5436         would be possible to register mode initialization when full
5437         initialization did not finish).
5439         * cc-styles.el (c-style-alist): Corrected the brace placement
5440         in the whitesmith style.  Thanks to Sean Luke
5441         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
5442         styles with consistent brace placement for all constructs.
5444 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5446         * cc-cmds.el (c-context-line-break): Continue C++ comments too
5447         when point is in the middle of them.
5449         * cc-cmds.el: Line breaking and paragraph filling code
5450         rewritten:
5451         (c-guess-fill-prefix): New function that uses various
5452         heuristics to guess the comment prefix.
5453         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
5454         It now assumes adaptive filling is active to preserve the line
5455         prefix inside comments.
5456         (c-indent-new-comment-line): Replacement for the now
5457         obsolete `c-comment-line-break-function' that uses
5458         `c-guess-fill-prefix' when appropriate.  It now observes the
5459         setting of `comment-multi-line', which has effect in C-style
5460         block comments.
5462         * cc-cmds.el (c-context-line-break): New function intended to
5463         be put on RET.  It's essentially `newline-and-indent', but
5464         continues C block comments with the appropriate line prefix.
5466         * cc-cmds.el (c-do-auto-fill): New function put on
5467         `normal-auto-fill-function' to implement the
5468         `c-ignore-auto-fill' variable.
5470         * cc-cmds.el (c-beginning-of-statement): Use
5471         `c-comment-prefix-regexp' to avoid ending up inside the
5472         comment prefix.  Better handling of comment starters and
5473         enders. Catch comments better when traversing code.  Stop at
5474         preprocessor directives.
5476         * cc-defs.el (c-forward-comment): New subst to hide platform
5477         dependent quirks in `forward-comment'.
5479         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
5480         argument.
5481         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
5482         arguments. Activate this function by default when
5483         `parse-partial-sexp' supports it (currently Emacs 20.x).
5485         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
5486         on the comment opener to make constants usable as lineup
5487         arguments.
5489         * cc-align.el (c-lineup-C-comments): Fixes to handle the
5490         changed anchor position in the `c' syntactic symbol.  Handle
5491         more than stars in the comment prefix; use the new variable
5492         `c-comment-prefix-regexp'.  Don't indent text not preceded by
5493         a comment prefix to the right of the comment opener if it's
5494         long.
5496         * cc-langs.el: Fixes to mode initialization for new line
5497         breaking and paragraph filling method.  Adaptive fill mode is
5498         now activated at startup instead of deactivated.  The
5499         variables used for adaptive filling and paragraph movement are
5500         also changed to incorporate the value of
5501         `c-comment-prefix-regexp'.  `substitute-key-definition' is
5502         used to override some functions in the global map instead of
5503         overriding their default bindings.
5505         * cc-mode.el (java-mode): Modify `paragraph-start' for the
5506         javadoc markup at mode init.
5508         * cc-mode.el (c-setup-filladapt): A new convenience function
5509         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
5510         function is intended to be used explicitly by the end user
5511         only.
5513         * cc-vars.el (c-comment-prefix-regexp): New variable used to
5514         recognize the comment fill prefix inside comments.
5515         (c-block-comment-prefix): New name for
5516         `c-comment-contiuation-stars', which is now obsolete.  It's
5517         generalized to handle any character sequence.
5518         (c-ignore-auto-fill): New variable used to selectively disable
5519         Auto Fill mode in specific contexts.
5521 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5523         * cc-cmds.el (c-comment-indent): Leave at least one space
5524         between the comment and the last nonblank character in the
5525         case where we look at the indentation of the comment on the
5526         previous line (case 4).
5528         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
5529         list of characters that may start a statement (it's a sort of
5530         prefix operator in Pike, and isn't used at all in any of the
5531         other languages).
5533 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5535         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
5536         inside continued statements as statement-cont instead of
5537         brace-list-open.  The reason is that one normally adjusts
5538         brace-list-open for brace lists as top-level constructs, and
5539         brace lists inside statements is a completely different
5540         context.  Case 10B.2 changed.  Also changed (the somewhat
5541         esoteric) case 9A to cope with this.
5543 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5545         * cc-cmds.el (c-electric-brace): Added electric handling of
5546         the open brace for brace-elseif-brace.
5548 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5550         * cc-defs.el (c-with-syntax-table): New macro to easily switch
5551         syntax tables temporarily.
5553         * cc-engine.el (c-guess-basic-syntax): Handle template and
5554         member init argument lists split over several lines.  Case 5D
5555         changed.
5557         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
5558         @throws introduced in Javadoc 1.2.
5560         * cc-menus.el (cc-imenu-java-generic-expression): Applied
5561         patch from RMS to avoid infinite backtracking.
5563 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5565         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
5566         by [ ].
5568 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5570         * cc-align.el (c-lineup-dont-change): Compensate properly for
5571         the column in langelem.
5573         * cc-engine.el (c-syntactic-information-on-region): New
5574         function to help debugging the syntactic analysis.
5576 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5578         * cc-align.el (c-lineup-template-args): Handle nested template
5579         arglists.
5581         * cc-langs.el (c++-template-syntax-table): New syntax table
5582         that makes `<' and `>' parenthesis characters, which is useful
5583         to switch to temporarily when analyzing template arglists.
5585         * cc-styles.el: Changed default alignment of labels in the
5586         java style to conform to the examples in the Java Language
5587         Specification.
5589         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
5590         by default.
5592 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5594         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
5595         immediately before the closing paren in an arglist, so don't
5596         check that in Pike mode.  Case 7A changed.
5598 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5600         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
5601         lines were ignored under certain conditions.
5603 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5605         * cc-align.el (c-lineup-template-args): New function for
5606         aligning continued template argument lists.
5608         * cc-engine.el (c-guess-basic-syntax): Fix for member init
5609         lists containing function arglists split over several lines.
5610         Case 5D.1 changed.
5612         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
5613         template-args-cont didn't get recognized when the first
5614         arglist opener line doesn't contain a template argument.  New
5615         case 5K.
5617 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5619         * cc-defs.el (c-point): Changed from subst to macro for
5620         efficiency.
5621         (c-beginning-of-defun-1, c-end-of-defun-1): New
5622         beginning-of-defun/end-of-defun wrappers separated from
5623         c-point.
5625         * cc-menus.el (imenu-generic-expression,
5626         imenu-case-fold-search, imenu-progress-message): Dummy
5627         definitions to avoid compiler warnings if imenu can't be
5628         loaded.
5629         * cc-menus.el (cc-imenu-init): New function called at mode
5630         init.
5631         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
5632         imenu initializations to cc-imenu-init.
5634 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5636         * cc-engine.el (c-guess-basic-syntax): Slightly better check
5637         for lambda-intro-cont in Pike mode.  Case 6 changed.
5639         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
5640         anything following "new Foo()" was considered an anonymous
5641         class body in Java mode.
5643 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5645         * cc-cmds.el (c-comment-line-break-function): When breaking in
5646         a string, don't insert a new line.
5648 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5650         * cc-engine.el (c-at-toplevel-p): New interface function which
5651         returns information useful to add-on authors.  It tells you
5652         whether you're at a toplevel statement or not.
5654 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5656         * cc-cmds.el (c-comment-line-break-function): It is possible
5657         that forward-line does not land us at the bol, say if we're on
5658         the last line in a file.  In that case, do a
5659         back-to-indentation instead of a forward-comment -1.
5661 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5663         * cc-engine.el (c-beginning-of-statement-1): Don't catch
5664         "default:" as normal label in case 4.
5666 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5668         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
5669         recognize continued bitfield declarations.  Case 5D.1 changed.
5670         * cc-langs.el: New variable c-bitfield-key.
5671         * cc-mode.el: New variable c-bitfield-key.
5673 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5675         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
5676         anonymous array expressions (i.e. "new Foo[] {.. bracelist
5677         ..}").
5679 1999-12-12  Dave Love  <fx@gnu.org>
5681         * mail/footnote.el: Require cl when compiling.  Don't autoload
5682         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
5683         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
5684         Avoid `acons'.
5685         (footnote-mode-line-string, Footnote-add-footnote): Remove
5686         autoload cookie.
5688 1999-12-12  Richard Sharman  <rsharman@pobox.com>
5690         * sh-script.el: Fix for when font-lock mode is active.
5691         (sh-font-lock-unfontify-region-function): New function.
5693 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
5695         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
5696         if start-process is not bound, since Ispell now supports such
5697         platforms as well.
5699 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
5701         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
5702         rmail-summary-goto-msg.
5704         * files.el (after-find-file): Fix previous change.
5706 1999-12-11  Dave Love  <fx@gnu.org>
5708         * help.el (where-is): Use `commandp' as predicate for
5709         `completing-read'
5711 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5713         * cus-edit.el (custom-save-delete): Delete all occurrences,
5714         leave point where the first occurrence was.
5715         (custom-save-faces): Insert a newline at the end of the comment.
5716         Avoid a double newline there.
5717         If final closeparen is at bol, put a space before it.
5718         (custom-save-variables): Likewise.
5719         (custom-file): Doc fix.
5721 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
5723         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
5724         regexp matching image and audio files.
5726 1999-12-09  Dave Love  <fx@gnu.org>
5728         * mail/footnote.el: New file.
5730 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
5732         * files.el (after-find-file): Use auto-save-visited-file-name if
5733         set.
5735         * mail/feedmail.el (feedmail-find-eoh): Take
5736         feedmail-queue-alternative-mail-header-separator into account.
5738 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
5740         * smerge-mode.el: New file.
5742         * font-lock.el (font-lock-multiline): New variable.
5743         (font-lock-add-keywords): Rename `major-mode' into `mode'.
5744         (font-lock-remove-keywords): Added a dummy `mode' argument for
5745         potential future support.
5746         (font-lock-fontify-anchored-keywords,
5747         (font-lock-fontify-keywords-region): Only handle multiline strings
5748         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
5750 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5752         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
5754         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
5756 1999-12-07  Dave Love  <fx@gnu.org>
5758         * help.el (view-emacs-problems): New command, bound to C-h P.
5760         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
5762 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
5764         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
5765         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
5766         New code to support the minor mode version.
5767         (diff-recenter): New function.
5768         (diff-next-hunk, diff-next-file): Use it.
5769         (diff-remembered-files-alist): New var.
5770         (diff-merge-strings): New function.
5771         (diff-find-file-name): Make it smarter and use the user's input more.
5772         (diff-mode): Cosmetic changes.
5774         * files.el (save-some-buffers): Turn EXITING into the more general
5775         PRED argument to allow specifying a subset of buffers.
5777         * simple.el (kill-region): Use the new `delete-and-extract-region'
5778         rather than the undo log (which is incorrect with *-change-functions).
5780         * font-lock.el (font-lock-default-fontify-region): Fix subtle
5781         off-by-one problem that could force re-fontifying the whole buffer.
5782         (font-lock-remove-keywords): New function.
5783         (font-lock-add-keywords): Use the new function to ensure idempotence.
5785 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
5787         * viper-cmd.el (viper-minibuffer-standard-hook,
5788         viper-minibuffer-real-start): Mew functions.
5789         (viper-read-string-with-history,viper-file-add-suffix,
5790         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
5791         change in the status of the minibuffer prompt.
5793 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
5795         * comint.el (comint-redirect-results-list)
5796         (comint-redirect-results-list-from-process): Remove interactive
5797         spec.
5799 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
5801         * info.el (info-node, info-menu-5, info-xref): Define colors for
5802         Info faces if the display supports them.
5804 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
5806         Changes for automatic remapping of X colors on terminal frames:
5808         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
5809         term-setup-hook.  Call msdos-remember-default-colors and
5810         msdos-handle-reverse-video.
5811         (msdos-face-setup): Parts of code moved to
5812         msdos-setup-initial-frame.
5813         (msdos-handle-reverse-video): New function, modeled after
5814         x-handle-reverse-video.
5815         (make-msdos-frame): Don't use initial-frame-alist and
5816         default-frame-alist.  Call msdos-handle-reverse-video.
5817         (msdos-color-aliases): Remove.
5818         (msdos-color-translate, msdos-approximate-color): Remove.
5819         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
5820         for better approximation of X colors.
5821         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
5822         up tty-color-alist (it is now on startup.el).
5823         (x-display-color-p, x-color-defined-p, x-color-values,
5824         x-defined-colors, face-color-supported-p, face-color-gray-p):
5825         Remove.
5827         * facemenu.el (facemenu-read-color, list-colors-display): Use
5828         defined-colors for all frame types.
5829         (facemenu-color-equal): Use color-values for all frame types.
5831         * faces.el (read-face-attribute): For :foreground and :background
5832         attributes and frames on character terminals, translate the color
5833         to the closest supported one before looking it up in the list of
5834         valid values.
5835         (face-valid-attribute-values): Call defined-colors for all types
5836         of frames.
5837         (defined-colors, color-defined-p, color-values, display-color-p):
5838         New finctions.
5839         (x-defined-colors, x-color-defined-p, x-color-values,
5840         x-display-color-p): Aliases for the above.
5842         * startup.el (command-line): Register terminal colors for frame
5843         types other than x and w32, but only if the terminal supports
5844         colors.  Call tty-color-define instead of face-register-tty-color.
5846         * term/x-win.el (xw-defined-colors): Renamed from
5847         x-defined-colors.
5848         * term/w32-win.el (xw-defined-colors): Likewise.
5850         * term/tty-colors.el: New file.
5851         * loadup.el: Load term/tty-colors.
5853 1999-12-06  Dave Love  <fx@gnu.org>
5855         * ffap.el: Autoload the ffap alias directly.
5857 1999-12-06  Inge Frick  <inge@nada.kth.se>
5859         * dired-aux.el (dired-do-shell-command): Changed documentation.
5860         (dired-shell-stuff-it): A `?' in COMMAND has now the same
5861         meaning as `*'.
5863 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
5865         * simple.el (insert-buffer): Doc fix.
5867         * apropos.el (apropos-mode): Add autoload cookie.
5869 1999-12-06  Sam Steingold  <sds@goems.com>
5871         * progmodes/etags.el (etags-tags-completion-table): Modified the
5872         regexp to allow for the CL symbols starting with `+*'.
5873         (tags-completion-table): Doc fix (it's an obarray, not an alist).
5874         (tags-completion-table, tags-recognize-empty-tags-table): Remove
5875         `function' quoting lambda.
5876         (tags-with-face): New macro.
5877         (list-tags, tags-apropos): Use it.
5878         (tags-apropos-additional-actions): New user option.
5879         (etags-tags-apropos-additional): Use it.
5880         (tags-apropos): Call etags-tags-apropos-additional.
5881         (tags-apropos-verbose): New user option.
5882         (etags-tags-apropos): Use it.
5883         (visit-tags-table-buffer, next-file): Use `unless'.
5884         (recognize-empty-tags-table): Renamed to
5885         tags-recognize-empty-tags-table.
5886         (complete-tag): Call tags-complete-tag bypassing try-completion.
5888 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
5890         * international/mule.el (set-buffer-file-coding-system): Docstring
5891         modified.
5893 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5895         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
5896         using the hideshow package.
5897         (hs-special-modes-alist): Added entry for bibtex to allow the use
5898         of the hideshow package.
5899         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
5900         not longer provided by bibtex.el directly.  Instead the hideshow
5901         package should be used.
5902         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
5903         references to bibtex-hide-entry-bodies.
5905 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5907         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
5908         maintainer information closer to the beginning of the bibtex.el
5909         file.
5910         (bibtex-maintainer-salutation): New constant.
5911         (bibtex-version): New constant.
5912         (bibtex-submit-bug-report): Use bibtex-version and
5913         bibtex-maintainer-salutation.
5914         (bibtex-entry-field-alist): Made booktitle field optional for
5915         @inproceedings entries when crossreferenced.
5916         (bibtex-entry-field-alist): Added booktitle field to proceedings
5917         entry type (for cross referencing). Thanks to Wagner Toledo Correa
5918         for the suggestion.
5919         (bibtex-string-file-path): Fixed typo.
5921 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5923         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
5924         for reftex.el.
5925         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
5926         to menu.
5928 1999-12-04  Dave Love  <fx@gnu.org>
5930         * delsel.el: Revert previous change -- region is significant to
5931         skeleton.
5933 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
5935         * viper-cmd.el (viper-change-state): Use
5936         viper-ESC-moves-cursor-back to decide whether to move the cursor
5937         back.
5939 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
5941         * international/mule-util.el (truncate-string-to-width): Docsting
5942         fixed.
5944 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
5946         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
5947         use of `cond'.
5948         (lm-with-file): Move all the find-file...kill-buffer stuff into
5949         this macro.  Make it use `find-file-noselect' and make it kill
5950         the buffer only if it wasn't already displayed somewhere.
5951         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
5952         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
5953         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
5954         (lm-commentary): Fix to handle the case when the change log is
5955         at the end of the file.
5957 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
5959         * international/mule.el (charsetp): Fix typo in docstring.
5961         * international/mule-diag.el (list-coding-categories): Fix typo;
5962         automatic -> autoload.
5964 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
5966         * vc.el (vc-update-change-log): Look for rcs2log under
5967         exec-directory.
5969         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
5970         outline-regexp, add outline-level.
5971         (lisp-outline-level): New.
5973         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
5974         remove extraneous string-match.
5976         * finder.el (finder-commentary): Activate Finder mode.
5978 1999-12-01  Anders Lindgren  <andersl@andersl.com>
5980         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
5981         off when reverting buffers that contained mode specifiers.
5982         `revert-buffer' is now called with non-nil PRESERVE-MODES
5983         argument.
5985 1999-12-01  Dave Love  <fx@gnu.org>
5987         * delsel.el: Grok skeleton-pair-insert-maybe.
5989 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5991         * progmodes/cperl-mode.el (cperl-under-as-char):
5992         Use nil as default.
5994 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
5996         * speedbar.el (toplevel): Remove compatibility code for Emacs
5997         versions without custom.el.
5999 1999-11-30  Dave Love  <fx@gnu.org>
6001         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
6003         * autoinsert.el: Minor doc fixes.
6004         (auto-insert): Return nil.
6006         * faces.el (set-face-documentation): Purecopy STRING.
6008 1999-11-29  Dave Love  <fx@gnu.org>
6010         * derived.el: Doc fixes, remove old backquote syntax.
6012         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
6013         comment warning about editing.
6015         * help.el (help-mode-hook): Define.
6017 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
6019         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
6020         invalid translation of old-style backquote syntax to new syntax.
6022 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
6024         * Makefile (DONTCOMPILE): Add term/internal.el.
6026 1999-11-26  Dave Love  <fx@gnu.org>
6028         * comint.el: Fix last change.
6030         * emacs-lisp/advice.el: Fix last change.
6032 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6034         * cus-edit.el (Custom-reset-standard): Doc fix.
6035         (custom-variable-reset-standard): Doc fix.
6036         (custom-face-reset-standard): Doc fix.
6037         (custom-face-menu): "Reset to Standard" => "Erase Customization".
6038         (custom-variable-menu): Likewise.
6039         (custom-reset-menu): Likewise.
6040         (custom-buffer-create-internal): Likewise.
6042 1999-11-26  Dave Love  <fx@gnu.org>
6044         * progmodes/make-mode.el (makefile-mode-hook): Customize.
6046         * font-lock.el: Doc fixes.
6048         * menu-bar.el (menu-bar-mode): Customize.
6050         * cus-start.el: Add use-dialog-box.
6052         * add-log.el (change-log-mode-hook): Customize.
6053         (add-log-current-defun): Use
6054         fortran-{beginning,end}-of-subprogram.
6056 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6058         * emacs-lisp/advice.el: Many doc fixes.
6060         * comint.el (comint-preoutput-filter-functions): Doc fix.
6062 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6064         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6065         Improve messages for capitalization of arg names,
6066         for flag variables, for t and nil, for imperatives.
6067         Call them imperatives rather than infinitives sans "to".
6068         (checkdoc-common-verbs-wrong-voice): Add "moves".
6069         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
6071         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6072         Don't convert comments from 3-semicolon to 2-semicolon.
6073         That is a matter of style.
6074         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
6075         (checkdoc-comments): Don't bind that variable.
6077 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6079         * files.el (write-file-hooks): Doc fix.
6081 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
6083         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
6085 1999-11-25  Dave Love  <fx@gnu.org>
6087         * hippie-exp.el: Require comint when compiling.
6088         (hippie-expand): Add :links.
6089         (hippie-expand-try-functions-list): Customize.
6091 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
6093         * viper*el: Replaced old-style backquotes.
6095         * ediff*el: Replaced old-style backquotes.
6097         * ediff-merge
6098         (ediff-looks-like-combined-merge,ediff-get-combined-region):
6099         Changed to support the new format for ediff-combination-pattern.
6101         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
6102         Changed to support the new format for ediff-combination-pattern.
6104 1999-11-24  Dave Love  <fx@gnu.org>
6106         * custom.el (custom-declare-group): Purecopy DOC.
6107         (custom-handle-keyword): Purecopy VALUE.
6108         (custom-add-link): Purecopy WIDGET.
6109         (custom-add-version): Purecopy VERSION.
6110         (custom-add-load): Purecopy LOAD.
6112         * cus-face.el (custom-declare-face): Purecopy DOC.
6114         * info.el:
6115         (Info-build-node-completions, Info-search, Info-follow-reference)
6116         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
6117         (Info-find-emacs-command-nodes): Avoid properties on matched text
6118         which may appear in minibuffer.
6120 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
6122         * locate.el (locate-with-filter): Doc fix.
6124 1999-11-24  Alex Schroeder  <alex@gnu.org>
6126         * sql.el (sql-find-sqli-buffer): New function.
6127         (sql-set-sqli-buffer-generally): New function.
6128         (sql-set-sqli-buffer): Better checking of new-buffer.
6129         (sql-copy-column): Add comma after INTO clause, too.
6131 1999-11-24  Alex Schroeder  <alex@gnu.org>
6133         * sql.el (sql-imenu-generic-expression): New, used to set
6134         imenu-generic-expression.
6136         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
6137         setting font-lock-defaults' SYNTAX-ALIST.  Set
6138         imenu-generic-expression, imenu-case-fold-search, and
6139         imenu-syntax-alist.
6141         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
6142         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
6144 1999-11-23  Andrew Innes  <andrewi@gnu.org>
6146         * w32-win.el (w32-drag-n-drop): Load files in current window, if
6147         drop coords aren't over a specific window.
6149 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6151         * ps-print.el: Define mule funs without checking if mule package is
6152         loaded.
6153         (ps-print-version): New version number (5.0.1).
6154         (ps-header-dirpart): Now uses abbreviate-file-name.
6156 1999-11-23  Dave Love  <fx@gnu.org>
6158         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
6159         comment-line-start.
6160         (fortran-comment-line-start-skip): Renamed from
6161         comment-line-start-skip.
6162         (fortran-mode-map): Use renamed functions.  Add manual and custom
6163         entries to menu.
6164         (fortran-mode-hook): Customize.
6165         (fortran-comment-indent-function): Renamed from
6166         fortran-comment-hook.
6167         (delete-horizontal-regexp): Function deleted.
6168         (fortran-electric-line-number): Simplified.
6169         (fortran-beginning-of-subprogram): Renamed from
6170         beginning-of-fortran-subprogram.
6171         (fortran-end-of-subprogram): Renamed from
6172         end-of-fortran-subprogram.
6173         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
6174         (fortran-previous-statement, fortran-next-statement): Simplified.
6175         (fortran-blink-match): New function.
6176         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
6177         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
6178         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
6179         line-end-position.
6180         (fortran-fill): No longer interactive.  Simplified.
6181         (fortran-break-line): Simplified.
6182         (fortran-analyze-file-format): Use char-after, not looking-at.
6184         * emacs-lisp/find-func.el (find-function-regexp): Use
6185         `define-minor-mode' after easy-menu change.
6187 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
6189         * comint.el: Add redirection.from active comint buffers into
6190         another buffer.  Written by Peter Breton.
6192 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
6194         * emacs-lisp/autoload.el (make-autoload): Recognize the new
6195         `define-minor-mode'.
6196         (define-minor-mode): Specify `doc-string-elt'.
6198         * emacs-lisp/easy-mmode.el: Changed maintainer.
6199         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
6200         Use defcustom for the hooks; Improve the auto-generated docstrings.
6201         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
6202         (define-minor-mode): Add BODY arg; Only declare the keymap if
6203         provided; Improve the auto-generated docstrings.
6205 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
6207         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
6208         that the leading `^' is at the start.  This is necessary because
6209         paragraphs.el tries to remove anchors, but can find them only if
6210         they are the first character.
6212         * progmodes/antlr-mode.el: New file.
6214         * calendar/calendar.el: Fix autoload for
6215         calendar-absolute-from-astro.  Add autoload for
6216         calendar-print-astro-day-number.
6218 1999-11-21  Anders Lindgren  <andersl@andersl.com>
6220         * follow.el: Use modern backquote syntax.  Minor comment update.
6222 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
6224         * simple.el (with-syntax-table): Don't switch buffers.
6226         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
6227         progmodes/hideif.el: Use new backquote syntax.
6229 1999-11-21  Ken Manheimer  <klm@python.org>
6231         * icomplete.el (icomplete-completions): Use an explicit variable
6232         `icomplete-prospects-length', obviating the need to use an
6233         apparently faulty throw/catch arrangement.
6235 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
6237         * term/internal.el (IT-display-table-setup): Don't overstep
6238         character code 255.
6240 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
6242         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
6243         for the charset chinese-sisheng is 7bit encoding, not 8bit.
6245 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
6247         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
6248         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
6250         * files.el (auto-mode-alist): Add patterns for diff-mode.
6252         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
6253         to detect an empty prompt.
6255 1999-11-18  Dave Love  <fx@gnu.org>
6257         * simple.el (input-mode-8-bit): Fix the customization.
6259 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
6261         * international/iso-acc.el (iso-languages): Add more
6262         characters for Portuguese.
6264         * speedbar.el: Clean up comment at the start of the file.
6265         Remove RCS id.
6267         * progmodes/compile.el (compilation-parse-errors): Use
6268         compilation-buffer-p instead of testing major-mode.
6270 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
6272         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
6273         (quickurl-ask): completion-ignore-case is set to the value of
6274         quickurl-completion-ignore-case for the duration of the call to
6275         completing-read.
6277 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6279         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
6281 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
6283         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
6284         instead of ps-print-def.
6286         * ps-print.el: Require ps-vars instead of ps-print-def.
6288         * ps-mule.el: Require ps-vars instead of ps-print-def.
6290 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
6292         * simple.el (with-syntax-table): Save buffer explicitly instead of
6293         using save-excursion.
6295 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
6297         * mail/supercite.el: New maintainer.
6299 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
6301         * progmodes/vhdl-mode.el: Use new backquote syntax.
6303 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
6305         * simple.el (with-syntax-table): New.
6307 1999-11-15  Sam Steingold  <sds@ksp.com>
6309         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
6311 1999-02-22  Sam Steingold  <sds@goems.com>
6313         * goto-addr.el (goto-address-at-mouse,
6314         goto-address-find-address-at-point): Use compose-mail.
6315         (goto-address-mail-method): Removed variable.
6316         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
6317         goto-address-send-using-mail): Removed functions.
6319 1998-11-03  Sam Steingold  <sds@goems.com>
6321         * simple.el (backward-delete-char-untabify):
6322         backward-delete-char-untabify-method can be `all' now - to delete
6323         hungrily including newlines.
6325 1999-11-15  Sam Steingold  <sds@ksp.com>
6327         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
6329 1999-11-15  Dave Love  <fx@gnu.org>
6331         * cus-edit.el (customize-face, customize-face-other-window):
6332         Require match from completing-read.
6333         (custom-buffer-done-function): Default to custom-bury-buffer, not
6334         bury-buffer.
6336 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
6338         * mail/rmail.el, iswitchb.el, hippie-exp.el,
6339         progmodes/cperl-mode.el: Use new backquote syntax.
6341 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
6343         * uniquify.el: Use new backquote syntax.
6345 1999-11-14  Markus Rost  <rost@ias.edu>
6347         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
6348         as in ispell-local-dictionary-alist.
6350 1999-11-14  Alex Schroeder  <alex@gnu.org>
6352         * ansi-color.el (ansi-color-apply): Updated regexps to include
6353         highlighted face.
6355 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
6357         * forms.el (forms--make-format-elt-using-text-properties):
6358         Treat `intangible' differently.
6360         * forms.el: Use new backquote syntax.
6362 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
6364         * textmodes/scribe.el (scribe-mode): Doc-fix.
6366 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
6368         * net-utils.el (run-network-program, net-utils-run-program): Use
6369         the new backquote syntax.
6370         (smbclient-program, smbclient-program-options)
6371         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
6372         variables
6373         (smbclient, smbclient-list-shares): New functions
6375 1999-11-12  Sam Steingold  <sds@ksp.com>
6377         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
6378         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
6379         (viper-kbd-buf-definition, viper-kbd-mode-alist)
6380         (viper-kbd-mode-pair, viper-kbd-mode-definition)
6381         (viper-kbd-global-pair, viper-kbd-global-definition):
6382         Use the new backquote syntax.
6384         * emulation/viper-cmd.el (viper-test-com-defun)
6385         (viper-prefix-arg-value, viper-prefix-arg-com):
6386         Use the new backquote syntax.
6388         * emacs-lisp/debug.el (debugger-env-macro):
6389         Use the new backquote syntax.
6391         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
6392         Use the new backquote syntax.
6394         * calendar/calendar.el (calendar-remove-frame-by-deleting):
6395         New user variable.
6396         (calendar-hide-window): Use it.
6397         (increment-calendar-month, calendar-for-loop, calendar-sum):
6398         Use the new backquote syntax.
6400 1999-11-12  Andrew Innes  <andrewi@gnu.org>
6402         * select.el (x-set-selection): Call buffer-substring, not
6403         substring.  Also fix docstring
6405 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
6407         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
6408         of customizable variables to bug report message. Added
6409         system-type to package name in bug report.
6411 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
6413         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
6414         to display file names.
6416 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
6418         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
6420         * isearch.el: Add lazy-highlighting feature.
6422 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
6424         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
6425         constant.
6426         (ps-mode-submit-bug-report): New function. Entry added to menu.
6428 1999-11-10  William M. Perry  <wmperry@aventail.com>
6430         * mwheel.el: New file to support the new style wheeled mice.
6432 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
6434         * startup.el (initial-scratch-message): Add ";;" to the front of
6435         lines in the message.
6437         * files.el (file-local-copy): Remove optional BUFFER argument
6438         because that's not used by anything.
6440         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
6441         to-address.
6443 1999-11-08  Markus Rost  <rost@ias.edu>
6445         * wid-edit.el (widget-button-click): Wrap with save-excursion
6446         to restore track-mouse in the correct buffer.
6448 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
6450         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
6452 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
6454         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
6455         lpr-command to "lp" for some system-types. (copied from lpr.el
6456         Emacs version 20.2.1).
6458 1999-11-04  Markus Rost  <rost@ias.edu>
6460         * simple.el (comment-region): Strip off white space at end of
6461         comment-start.
6463 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
6465         * faces.el (secondary-selection): Fix wrong color name.
6467 1999-11-04  John Tobey  <jtobey@epsilondev.com>
6469         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
6470         the default when invoking perldb in a non-Perl buffer, and other
6471         cases involving -e or --.
6473 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
6475         * simple.el (previous-matching-history-element)
6476         (next-history-element): Use delete-field instead of erase-field.
6478         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
6479         Use delete-field instead of erase-field.
6481         * faces.el (secondary-selection): Change background to yellow.
6483         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
6484         find the start of the text.  Use field-string to read the user
6485         input.
6487 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
6489         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
6490         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
6491         for compatibility with old face implementation.
6493         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
6494         Use erase-field instead of erase-buffer.
6496         * frame.el (blink-cursor-mode, blink-cursor-end): Use
6497         internal-show-cursor with new interface.
6498         (blink-cursor-timer-function): New.
6499         (blink-cursor-start): Use blink-cursor-timer-function.
6501 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6503         * calendar.el (redraw-calendar): Move to nearest date before
6504         redrawing.
6506         * diary-lib.el (simple-diary-display): Reset modeline even if
6507         there are no diary entries since the diary buffer may be displayed.
6509 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6511         * emacs-lisp/debug.el (debug): If noninteractive, display the
6512         backtrace using `message', then exit Emacs.
6513         (debugger-batch-max-lines): New variable.
6514         (debugger-setup-buffer): New subroutine, broken out of `debug'.
6515         Change the messages put at the start, to say that the debugger
6516         was entered.
6518 1999-11-02  Sam Steingold  <sds@ksp.com>
6520         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
6522 1999-11-01  John Tobey  <jtobey@epsilondev.com>
6524         * gud.el: (gud-perldb-massage-args): Massage correctly in the
6525         presence of perl switches other than "-e".
6527 1999-11-01  Markus Rost  <rost@ias.edu>
6529         * dired-x.el (dired-smart-shell-command): Use
6530         shell-command-history as in shell-command.
6532 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6534         * userlock.el (ask-user-about-lock): Doc fix.
6536         * frame.el: Doc fixes.
6538 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
6540         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
6541         of show-cursor.
6542         (blink-cursor-start, blink-cursor-end): Ditto.
6544         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
6546 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6548         * window.el (walk-windows): If ALL-FRAMES is a frame,
6549         start on that frame.  Use save-selected-window.
6551 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
6553         * simple.el (end-of-buffer): Use window-end to find the window end
6554         instead of vertical-motion because this handles variable-height
6555         lines correctly.
6557 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
6559         * ediff.el: Version change.
6561         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
6562         make sure you are in a good frame before deleting other
6563         windows.
6564         (ediff-file-checked-in-p): Don't consider CVS
6565         files checked in.
6566         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
6567         are writing to a newly created empty file.
6569         * ediff-mult.el (ediff-show-session-group-hook): New default.
6571         * ediff-vers.el (ediff-pcl-cvs-view-revision):
6572         First cd to the file directory. reportedly works
6573         better with remote files.
6575         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
6576         Use file-name-nondirectory when passing files to CVS.
6578         * ediff-diff.el (ediff-cmp-options): New variable.
6579         (ediff-same-file-contents): Use ediff-cmp-options.
6581         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
6582         ediff-get-patch-buffer): Use current buffer if it appears to be a
6583         patch.
6585         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
6586         C-g
6588         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
6589         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
6590         (viper-save-cursor-color,viper-restore-cursor-color):
6591         Improved cursor color handling.
6592         (viper-get-saved-cursor-color-in-replace-mode,
6593         viper-get-saved-cursor-color-in-insert-mode): New functions for
6594         better cursor color handling.
6596         * viper-ex.el (ex-read,ex-edit):
6597         Fixes for correct interpretation of #,%.
6598         (viper-ex): Now works correctly when called from other functions.
6599         (viper-glob-function): New variable.
6600         (viper-ex): Save excursion before doing :global.
6602         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
6604         * viper-cmd.el (viper-post-command-sentinel,
6605         viper-insert-state-post-command-sentinel,
6606         viper-insert-state-pre-command-sentinel): Takes better care of
6607          cursor colors.
6609         * viper.el: Version change.
6611 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
6613         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
6614         that the modeline display was updated *only* when
6615         `whitespace-display-in-modeline' was set, not otherwise.
6617 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
6619         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
6620         "frac12".
6622         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
6623         ad-activate.
6625 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
6627         * whitespace.el: Test for existence of `defcustom' and `defgroup'
6628         using fboundp instead of assuming that these are not present in
6629         particular flavors of emacs.
6630         (whitespace-version): Update to 2.8
6631         (whitespace-display-in-modeline): Add custom variable to control
6632         displaying the whitespace errors on the modeline based on
6633         suggestion from <klaus.berndl@sdm.de>
6634         (whitespace-buffer): Now returns `t' if unclean and `nil' if
6635         clean, to enable using as a hook function, as suggested by Puneet
6636         Goel <puneet@computer.org>
6637         (whitespace-buffer): Fix a subtle bug that cleaned up only if
6638         quiet was not set, even with whitespace-auto-cleanup set.
6639         (whitespace-mode-line): Now uses less modeline real estate and
6640         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
6641         which is present in the file, and <y> is any type of whitespace
6642         whose check has been suppressed by setting
6643         `whitespace-check-<whitespace-type>' to nil.
6644         (whitespace-unchecked-whitespaces): New function to return the
6645         list of whitespaces for whom checks have been suppressed.
6646         (whitespace-display-unchecked-whitespaces): Renamed to
6647         `whitespace-update-modeline' to reflect its functionality.
6649 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
6651         * progmodes/compile.el (compilation-error-regexp-alist):
6652         Undo previous change.
6654 1999-10-28  Dave Love  <fx@gnu.org>
6656         * help.el (help-follow): Make arg optional again and really
6657         default to point.
6659 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
6661         * paths.el (rmail-file-name): Make it an option.
6663         * progmodes/ada-mode.el, progmodes/ada-prj.el,
6664         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
6665         comment fixes.
6667         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
6668         MIPS Pro 7.3 compiler error message syntax.
6670 1999-10-27  Dave Love  <fx@gnu.org>
6672         * progmodes/compile.el: Checkdoc-inspired fixes.
6674 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
6676         * lpr.el (print-buffer): Doc-string fix.
6678 1999-10-27  Dave Love  <fx@gnu.org>
6680         * emacs-lisp/advice.el: Doc fixes.
6681         (ad-lemacs-p): Removed.
6682         (advice): Add :link to defgroup.
6684 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
6686         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
6687         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
6689 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6691         * window.el (walk-windows): If ALL-FRAMES is a frame,
6692         start on that frame.  Use save-selected-window.
6694 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6696         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
6697         ad-activate.  All callers changed, including those in data.c.
6698         (ad-activate-internal-off): Renamed from ad-activate-off.
6699         All uses changed.
6700         (ad-activate): Renamed from ad-activate-on.  All uses changed.
6701         (ad-start-advice, ad-stop-advice, ad-recover-normality):
6702         Alter the definition of ad-activate-internal, not ad-activate.
6704 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
6706         * startup.el (command-line-1): Add support for command line
6707         arguments `file' and `execute'.  Fix handling of `visit'.
6709 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
6711         * international/mule-cmds.el (read-input-method-name): Handle the
6712         case that the arg DEFAULT is symbol.
6714         * international/mule-diag.el (mule-diag): Handle the case that
6715         default-input-method is symbol.
6717 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
6719         * textmodes/tildify.el: New file.
6721 1999-10-25  Sam Steingold  <sds@ksp.com>
6723         * Makefile (compile-files): Fixed the "tr" strings.
6724         (EMACS): Set to ../src/emacs.
6726 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
6728         * info.el (Info-build-node-completions): Add '("*") to the
6729         completion list.
6731 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6733         * frame.el (auto-raise-mode): When enabling the mode,
6734         immediately raise the selected frame.
6736         * indent.el (indent-region): Doc fix.
6738         * comint.el (comint-output-filter): Make the Comint buffer current
6739         for the comint-preoutput-filter-functions.
6741         * mail/reporter.el: Doc fix.
6743 1999-10-24  Stephen Eglen  <stephen@gnu.org>
6745         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
6746         that Octave lisp files can also run under XEmacs 20.
6747         (require 'custom) added so that files can run under Emacs 19.34.
6749         * iswitchb.el (iswitchb-default-keybindings): No need to use
6750         read-kbd-macro in keybindings.
6752 1999-10-23  Dave Love  <fx@gnu.org>
6754         * elide-head.el: New file.
6756 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
6758         * Makefile (compile-files, backup-compiled-files): New targets.
6759         (bootstrap, bootstrap-clean): Ditto.
6761 1999-10-22  Paul Eggert  <eggert@twinsun.com>
6763         * international/mule-cmds.c (locale-language-names):
6764         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
6765         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
6766         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
6767         Use Latin-8 for Welsh.
6768         Use Latin-1 for English if "en" is explicitly specified.
6769         Use Latin-1 for Scots Gaelic, Tagalog.
6770         Use Latin-1 (not Latin-4) for Greenlandic.
6771         Use Latin-1 (not Latin-2) for Albanian.
6772         (locale-preferred-coding-systems, locale-language-names):
6773         Remove generic ISO 8859 locales; locale-charset-language-names now
6774         does this.
6775         (locale-charset-language-names): New variable.
6776         (set-locale-environment): Use language name specified by
6777         locale-charset-language-names if its charsets disagree with the
6778         language name specified by locale-language-names.
6780 1999-10-22  Dave Love  <fx@gnu.org>
6782         * make-mode.el: Minor doc fixes.
6784         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
6786 1999-10-21  Dave Love  <fx@gnu.org>
6788         * loadup.el: Add latin-8, latin-9.
6790 1999-10-20  Paul Eggert  <eggert@twinsun.com>
6792         * disp-table.el (standard-display-european): Remove undocumented
6793         arg AUTO; no longer used by startup.el.  Do not attempt to treat
6794         all non-English language environments as coding system names.
6795         Instead, use the downcased language environment name as a coding
6796         system name if it is one; otherwise, use latin-1.
6798 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
6800         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
6801         that were split so that part of the comment appeared as Lisp code.
6803 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6805         * ps-bdf.el: Doc fix.
6807         * ps-print-def.el: New file: common definitions for all parts of
6808         ps-print.
6809         (ps-multibyte-buffer): Moved from ps-mule.
6811         * ps-mule.el: File dependence fix.
6812         (ps-multibyte-buffer): Moved to ps-print-def.
6814         * ps-print.el: Doc fix, better customization.
6815         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
6816         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
6817         (ps-end-file): Doc fix.
6818         (ps-setup, ps-begin-file): Fun fix.
6819         (postscript): New group.
6820         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
6821         (ps-print-prologue-1): Adjust PostScript programming.
6822         (ps-print): Adjust group hierarchy.
6823         (ps-print-n-up, ps-print-zebra, ps-print-background,
6824         ps-print-printer)
6825         (ps-print-page): New subgroups.
6826         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
6827         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
6828         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
6829         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
6830         (ps-zebra-stripe-height, ps-print-background-image)
6831         (ps-print-background-text, ps-spool-config): Adjust customization.
6832         (dos-ps-printer): Definition eliminated.
6834 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6836         * ps-mule.el: Doc fix, define functions properly if mule package is
6837         loaded or not.
6838         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
6839         mule package is loaded or not.
6841         * ps-print.el: Doc fix, n-up printing.
6842         (ps-print-version): New version number (5.0).
6843         (ps-page-dimensions-database): Added document media.
6844         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
6845         (ps-page-order, ps-printing-region-p): New vars.
6846         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
6847         funs.
6848         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
6849         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
6850         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
6851         (ps-n-up-xstart, ps-n-up-ystart): New macros.
6852         (ps-print-begin-sheet-hook): New hook.
6853         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
6854         const.
6855         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
6856         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
6857         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
6858         (ps-count-lines): Changed to defun.
6859         (ps-header-page): Changed to defsubst, fix fun.
6860         (ps-printing-region): Doc fix, adjust programming code.
6861         (ps-output-boolean, ps-background-pages, ps-background-text)
6862         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
6863         programming code.
6865 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6867         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
6868         (ps-print-version): New version number (4.2).
6869         (ps-spool-config, ps-spool-tumble): New vars.
6870         (ps-print-prologue-1): Changed to defconst, adjust PostScript
6871         programming, new PostScript procedure to handle errors.
6872         (ps-print-prologue-2): Changed to defconst.
6873         (ps-print-duplex-feature): New const: duplex and tumble setting.
6874         (ps-setup, ps-begin-file): Fix funs.
6875         (ps-boolean-capitalized): New fun.
6877 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
6879         * Makefile (dontcompilefiles): Obsoleted.
6880         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
6881         (EL): Unused.
6882         (temacs): Removed (unused).
6883         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
6884         version of the file (necessary for the update to work properly).
6885         (autoloads): Force the use of `pwd`/loaddefs.el.
6886         (updates); Redefined in terms of other targets to reduce redundancy.
6887         (.el.elc): New default rule, just in case you want it.
6888         (compile): Use a single invocation of Emacs.
6889         (bootstrap-compile); Unneeded.
6890         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
6892 1999-10-19  Dave Love  <fx@gnu.org>
6894         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
6896 1999-10-19  Sam Steingold  <sds@ksp.com>
6898         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
6899         comply with the comment.
6901 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
6903         * autorevert.el (auto-revert-mode): Make auto-revert-mode
6904         permanent-local.
6906 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
6908         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
6909         value: \"lpr\" changed to "lpr"
6910         (ps-mode-version): New constant
6911         (ps-mode-show-version): New function, added key in ps-mode-map
6912         (ps-run-messages): Removed
6913         (ps-run-font-lock-keywords-2): New defcustom variable replacing
6914         ps-run-messages. These keywords now include the value of
6915         ps-run-prompt, making its fontification customizable.
6916         (ps-run-init): Removed \\n from docstring, it is now added when
6917         the value is used
6918         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
6919         ps-run-prompt
6920         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
6921         customizable variables in doc-string (its equivalent
6922         ps-run-messages was missing in previous version of the doc-string)
6923         (ps-run-mode): Simplified assignment to font-lock-defaults, using
6924         symbols only
6926 1999-10-19  Alex Schroeder  <alex@gnu.org>
6928         * ansi-color.el: Complete rewrite.
6930 1999-10-19  Paul Eggert  <eggert@twinsun.com>
6932         Fix bootstrapping problems.
6933         Use the system locale to specify Emacs locale defaults.
6935         * international/mule-cmds.el (global-map):
6936         Do not use backquote, because that makes a bootstrapping
6937         problem if you need to recompile all Lisp files using interpreted code.
6938         * international/mule.el (charset-id, charset-bytes,
6939         charset-dimension, charset-chars, charset-width,
6940         charset-direction, charset-iso-final-char,
6941         charset-iso-graphic-plane, charset-reverse-charset,
6942         charset-short-name, charset-long-name, charset-description,
6943         charset-plist): Likewise.
6944         * subr.el (save-match-data): Likewise.
6946         * international/mule-cmds.el
6947         (set-display-table-and-terminal-coding-system): New function,
6948         containing code migrated out of set-language-environment.
6949         (set-language-environment, set-locale-environment): Use it.
6950         (locale-translation-file-name): Moved here from startup.el.
6951         (locale-language-names, locale-preferred-coding-systems):
6952         New vars.
6953         (locale-name-match, set-locale-environment): New functions.
6955         * language/japan-util.el (setup-japanese-environment-internal):
6956         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
6958         * startup.el (iso-8859-n-locale-regexp): Remove.
6959         (locale-translation-file-name): Move to mule-cmds.el.
6960         (command-line): Move locale-stuff into set-locale-environment.
6962 1999-10-18  Dave Love  <fx@gnu.org>
6964         * abbrev.el (add-abbrev, inverse-add-abbrev)
6965         (expand-region-abbrevs): Remove properties from buffer text.
6967 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
6969         * iswitchb.el (iswitchb-exhibit): Extract user-input only
6970         from the mini-buffer, without the prompt.
6972         * simple.el (minibuffer-prompt-end): Return the position
6973         after the prompt, not the position of that last character
6974         of the prompt.
6976 1999-10-17  Miles Bader  <miles@gnu.org>
6978         * simple.el: Doc fixes.
6980 1999-10-17  Miles Bader  <miles@gnu.org>
6982         * simple.el (previous-matching-history-element, next-history-element):
6983         Change to work correctly even if the point is in the prompt.
6984         (choose-completion-string): Likewise.
6985         (minibuffer-prompt-width): New function (compatibility with old subr).
6987         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
6988         When constraining the final position to the current field,
6989         don't use the ONLY-IN-LINE mode of constrain-to-field.
6991 1999-10-17  Miles Bader  <miles@gnu.org>
6993         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
6994         constrain-to-field.
6995         * textmodes/paragraphs.el (forward-sentence): Likewise.
6997 1999-10-17  Miles Bader  <miles@gnu.org>
6999         * simple.el (line-move): Use constrain-to-field to avoid
7000         moving into a prompt.
7001         (previous-complete-history-element): Clarify doc string.
7002         (next-complete-history-element): Likewise.
7003         Use field-beginning instead of point-min.
7004         (next-matching-history-element): Use field-beginning and
7005         erase-field instead of point-min and erase-buffer.
7006         * textmodes/paragraphs.el
7007         (forward-paragraph, forward-sentence): Likewise.
7008         (backward-kill-paragraph, backward-kill-sentence): Remove code to
7009         constrain the kill to an field, as the movement commands now
7010         do this.
7012 1999-10-17  Miles Bader  <miles@gnu.org>
7014         * simple.el (previous-matching-history-element): Get the
7015         minibuffer input with field-string instead of buffer-string.
7016         (choose-completion-string): Likewise.
7017         (next-history-element): Likewise.
7018         Erase the minibuffer input with erase-field, not erase-buffer.
7019         Use field-beginning to find the beginning of the input.
7020         * textmodes/paragraphs.el (backward-kill-sentence):
7021         Remove minibuffer-prompt hack.
7022         Constrain to any input field.
7024 1999-10-17  Sam Steingold  <sds@ksp.com>
7026         * bindings.el (completion-ignored-extensions): Added ".sparcf"
7027         for CMUCL on sparc and ".ufsl" for LispWorks.
7028         (bound-and-true-p): Bugfix: free variable `v'.
7030 1999-10-16  Dave Love  <d.love@dl.ac.uk>
7032         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
7033         (edebug-uninstall-read-eval-functions): Use load-read-function,
7034         avoiding elisp-eval.
7036 1999-10-16  Sam Steingold  <sds@ksp.com>
7038         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
7039         instead of `eql'.
7041 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
7043         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
7044         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
7045         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
7046         * ediff-util.el (ediff-make-temp-file):
7047         * ediff-vers.el (ediff-pcl-cvs-view-revision):
7048         * emerge.el (emerge-make-temp-file):
7049         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
7050         * vc.el (vc-update-change-log):
7051         * mail/mailpost.el (post-mail-send-it):
7052         * mail/metamail.el (metamail-region):
7053         * progmodes/cmacexp.el (c-macro-expansion):
7054         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
7056 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
7058         * smtpmail.el (smtpmail-via-smtp): Add support for
7059         automatically appending a domain to RCPT TO: addresses.
7061 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7063         * dired.el (dired-insert-directory): Insert the amount of
7064         free space after the total size.
7065         (dired-free-space-program, dired-free-space-args): New variables.
7067 1999-10-14  Karl Heuer  <kwzh@gnu.org>
7069         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
7071 1999-10-14  Dave Love  <fx@gnu.org>
7073         * international/characters.el:
7074         * international/fontset.el:
7075         * international/mule-conf.el: Add latin-iso8859-1[45].
7077         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
7078         strings.
7080         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
7081         (command-line): Detect Latin-[89] locales.
7083 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
7085         * international/mule-cmds.el (select-safe-coding-system)
7086         (leim-list-header): Avoid the use of strings that start with backslash
7087         newline since lread.c:read1 has a hack to turn those strings into
7088         integer 0 during the loadup.el process.
7090         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
7092 1999-10-13  Dave Love  <fx@gnu.org>
7094         * image.el (insert-image): Copy the image spec and add an
7095         intangible property.
7097 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
7099         * help.el (help-xref-interned): Make it also work on variable-only
7100         and function-only symbols.
7101         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
7102         (help-follow): If the point under mouse is not highlighted, try
7103         `help-xref-interned' on the pointed-to symbol anyway.
7105         * info.el (Info-on-current-buffer): New entry point.
7106         (Info-find-node): Split into two for Info-on-current-buffer to
7107         hook into it.
7108         (Info-current-file, Info-set-mode-line, Info-up):
7109         Info-current-file can now be t.
7110         (Info-clone-buffer-hook): Function for `clone-buffer'.
7111         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
7112         Make `clone-buffer' available in various ways to the user.
7114 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
7116         * simple.el (shell-command, shell-command-on-region): Use
7117         make-temp-file.
7118         (clone-buffer, clone-process, clone-buffer-hook): New functions.
7120         * subr.el (with-current-buffer): Don't use backquotes to avoid
7121         bootstrapping problems.
7123         * loadup.el (load-path): Add subdirs for bootstrapping.
7124         (docstrings): Ignore errors during bootstrapping.
7125         (args): New `bootstrap' argument (for use in place of `dump').
7127 1999-10-12  Emmanuel Briot  <briot@gnat.com>
7129         * ada-stmt.el: Doc-string fixes.
7131 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
7133         * recentf.el: New file.
7135         * ps-mode.el: New file.
7137         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
7138         case insensitive.
7140 1999-10-12  Richard Sharman  <rsharman@pobox.com>
7142         * sh-script.el: Added support for indenting existing scripts.
7143         (sh-mode-map): Added new bindings.
7144         (sh-mode): Updated mode doc-string for new commands, added
7145         make-local-variable calls, initialize mode-specific variables.
7146         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
7147         is now a different function.
7148         (sh-header-marker):  Changed docstring.
7149         (sh-set-shell): Initialize mode-specific variables.
7150         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
7151         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
7152         Changed these define-skeleton calls to work with user-specified
7153         indentation settings.
7154         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
7155         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
7156         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
7157         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
7158         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
7159         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
7160         (sh-guess-basic-offset, sh-handle-after-case-label)
7161         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
7162         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
7163         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
7164         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
7165         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
7166         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
7167         (sh-handle-this-then, sh-help-string-for-variable)
7168         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
7169         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
7170         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
7171         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
7172         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
7173         (sh-remove-our-text-properties, sh-rescan-buffer)
7174         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
7175         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
7176         (sh-scan-case, sh-search-word, sh-set-char-syntax)
7177         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
7178         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
7179         functions.
7180         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
7181         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
7182         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
7183         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
7184         (sh-var-list): New variables.
7186 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
7188         * quickurl.el (quickurl-list-insert): `count-lines' was returning
7189         a value one line to high if the cursor wasn't at the start of a
7190         line. A `beginning-of-line' is now performed before making the
7191         call to `count-lines'.
7193 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
7195         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
7197 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
7199         * Makefile (setwins): Abstract out the command to find subdirectories
7200         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
7201         (custom-deps, finder-data, autoloads, update-subdirs, updates)
7202         (autoloads-with-other-emacs): Use it.
7204         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
7206 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
7208         * Makefile (bootstrap-compile): New target.  Compile Lisp
7209         files with ../src/temacs.
7211 1999-10-08  Dave Love  <fx@gnu.org>
7213         * ange-ftp.el: Require dired when compiling.
7214         (ange-ftp-normal-login): Allow EFS-style port specification.
7216 1999-10-08  Simon Marshall  <simon@gnu.org>
7218         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
7219         (regexp-opt-group): Use it to get common suffixes in STRINGS.
7220         If STRINGS is nil, return "" rather than nil.
7222 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
7224         * Makefile (compile): Compile files one by one.  Set load-path to
7225         current directory and subdirectories when compiling.
7227 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
7229         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
7230         (emacs): Use it everywhere instead of EMACS.
7231         (compile): New target.  Compile all Lisp files from scratch.
7232         (recompile): New target.  Recompile lisp directory.
7233         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
7234         an Emacs executable not built in the current directory tree.
7236 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
7238         * filecache.el (file-cache-completion-ignore-case): New variable,
7239         defaulting to the value of completion-ignore-case.
7240         (file-cache-minibuffer-complete): Use it.
7241         (file-cache-files-matching, file-cache-files-matching-internal):
7242         New functions.
7244 1999-10-07  Emmanuel Briot  <briot@gnat.com>
7246         * ada-xref.el: New file
7248         * ada-prj.el: New file
7250         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
7252         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
7253         subprogram being created.
7255         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
7256         ada-indent-newline-indent): Rewritten to support the new indentation
7257         scheme
7259         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
7260         New functions
7262         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
7263         justification parameter
7265         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
7266         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
7267         external program
7269 1999-10-07  Dave Love  <fx@gnu.org>
7271         * bindings.el (bound-and-true-p): New macro.
7272         (make-mode-line-mouse-sensitive): Don't require easymenu.
7274 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
7276         * custom.el (defface): Extend documentation for new values of
7277         `type'.
7279         * faces.el (face-spec-set-match-display): Recognize `type' of
7280         `motif', `lucid', `x-toolkit'.
7281         (menu): New face.
7283 1999-10-05  Dave Love  <fx@gnu.org>
7285         * files.el: Recognize temporary crontab files.
7287         * info.el: Require jka-compr when compiling.
7288         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
7290 1999-10-04  Dave Love  <fx@gnu.org>
7292         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
7293         scroll-up-aggressively, scroll-down-aggressively.
7295         * time.el (display-time-mode): Add autoload cookie.
7297         * rect.el (delete-extract-rectangle): Doc fix from verna.
7299         * help-macro.el (three-step-help): Customize.
7301 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7303         * hexl.el (hexlify-buffer): Move point in proper range
7304         if it is too large.
7305         (hexl-after-revert-hook): Update hexl-max-address.
7306         (hexl-address-to-marker): Doc fix.
7308 1999-10-03  Dave Love  <fx@gnu.org>
7310         * image.el (defimage): Remove redundant code.  Substitute file in
7311         image plist.
7313 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7315         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
7316         when doing with-temp-file.
7318 1999-10-01  Dave Love  <fx@gnu.org>
7320         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
7322         * help.el: Require view when compiling.
7323         (view-emacs-FAQ): Use Info version.
7325 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
7327         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
7328         (normat->normal).  Use correct font names for Korean
7329         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
7331 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
7333         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
7334         code not used by KOI8 to the same 8-bit code instead of mapping to
7335         SPC.
7336         (cyrillic-alternativnyj-decode-table): Likewise.
7338 1999-09-29  Alex Schroeder  <alex@gnu.org>
7340         * sql.el (sql-imenu-generic-expression): Aew, used to set
7341         imenu-generic-expression.
7342         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
7343         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
7344         imenu-case-fold-search, and imenu-syntax-alist.
7345         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
7346         setting font-lock-defaults' SYNTAX-ALIST.
7348 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7350         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
7351         macro, try again.
7353 1999-09-28  Dave Love  <fx@gnu.org>
7355         * cus-edit.el (custom-comment): Change widget definition.
7356         (custom-comment-create, custom-comment-show)
7357         (custom-comment-invisible-p): Don't use :comment-overlay.
7358         (custom-comment-hide): New function.
7359         (custom-variable-set, custom-variable-save)
7360         (custom-variable-reset-standard, custom-face-set)
7361         (custom-face-save): Use it.
7363 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7365         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
7367 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7369         * faces.el (region): Doc fix.
7371 1999-09-27  Dave Love  <fx@gnu.org>
7373         * isearch.el (isearch): Add :links in defgroup.
7374         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
7375         (isearch-switch-frame-handler): Comment out (unused).
7376         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
7377         (isearch-ring-retreat-edit): Doc fix.
7378         (isearch-mouse-yank): New command.
7379         (isearch-last-command-char): Removed.  Callers changed to use
7380         last-command-char.
7381         (isearch-char-to-string): Removed.  Callers changed to use
7382         char-to-string.
7384 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
7386         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
7387         option for Russian.
7389 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
7391         * faces.el (face-differs-from-default-p): Compare face
7392         attributes individually.
7394         * image.el (put-image, insert-image): Add string argument.
7396 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
7398         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
7399         LANG=de_DE.iso88591 on HPUX 11.0.
7401         * dired.el (dired-move-to-filename-regexp): Make it work
7402         for LANG=de_DE.iso88591 on HPUX 11.0.
7404 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7406         * info.el (info-initialize): Don't test existence of ALTERNATIVE
7407         if we know for some other reason it should not be used.
7409         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
7410         New variable.
7411         (edebug-recursive-edit): Save current-prefix-arg there,
7412         bind it, and set it back at the end.
7413         (edebug-outside-excursion): Restore and update the outside
7414         value of current-prefix-arg.
7415         (edebug-emacs-version-specific): Delete support for Epoch.
7417 1999-09-24  Howard Melman  <howard@silverstream.com>
7419         * imenu.el (imenu-after-jump-hook): New variable.
7420         (imenu): Run menu-after-jump-hook.
7421         (imenu-name-lookup-function): New variable.
7422         * imenu.el (imenu--in-alist): Use those variables.
7424 1999-09-24  Carsten Dominik  <cd@gnu.org>
7426         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
7427         multiple thebibliography environments.
7429         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
7430         with recentering window.
7431         (reftex-extract-bib-entries-from-thebibliography,
7432         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
7433         with multiple thebibliography environments.
7435         * textmodes/reftex-vars.el
7436         (reftex-section-levels): Function allowed as cdr.
7437         (reftex-max-section-depth) New option.
7439         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
7440         with multiple thebibliography environments.
7442 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
7444         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
7445         instead of point-min in call to delete-region.
7447 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7449         * vc.el (vc-backend-checkout): Use with-temp-file when checking
7450         out into arbitrary file names.
7452 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
7454         * language/european.el ("Turkish"): New language environment.
7456 1999-09-19  Dave Love  <fx@gnu.org>
7458         * delim-col.el: New file.
7460 1999-09-17  Richard Stallman  <rms@gnu.org>
7462         * files.el (after-find-file): When visiting a backup file,
7463         make it read-only.
7465         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
7466         (apropos-keybinding-face, apropos-label-face): Likewise.
7467         (apropos-property-face, apropos-match-face): Likewise.
7468         (apropos-label-properties): New variable.
7469         (apropos-print-doc): Use apropos-label-properties.
7470         (apropos-print): Set apropos-label-properties.
7472 1999-09-15  Richard Stallman  <rms@gnu.org>
7474         * winner.el: Use aref instead of sref.
7476         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
7478 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
7480         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
7482 1999-09-14  Richard Stallman  <rms@gnu.org>
7484         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
7485         cookie, even if followed by a letter.
7487 1999-09-14  Stephen Eglen  <stephen@gnu.org>
7489         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
7490         --no-line-editing are passed to Octave by including them here
7491         rather than storing them in inferior-octave-startup-args.
7493 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
7495         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
7496         command, option, env and sc.
7498         * subr.el (shell-quote-argument): Quote argument with double
7499         quotes for ms-dos.
7501 1999-09-14  Richard Stallman  <rms@gnu.org>
7503         * simple.el (eval-expression-print-level): New variable.
7504         (eval-expression-print-length): New variable.
7505         (eval-expression-debug-on-error): New variable.
7506         (eval-expression): Bind print-level, print-length and
7507         debug-on-error from those vars.
7509         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
7510         Bind print-level, print-length and debug-on-error.
7512 1999-09-14  Inge Frick  <inge@nada.kth.se>
7514         * dired.el (dired-recursive-deletes): New custom variable.
7515         (dired-re-no-dot): New variable.
7516         (dired-delete-file): New function deletes files and directories
7517         recursively.
7518         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
7520         * dired-aux.el (dired-recursive-copies): New custom variable.
7521         (dired-handle-overwrite): Broke a long line.
7522         (dired-copy-file): Call `dired-copy-file-recursive' instead of
7523         `copy-file'.
7524         (dired-copy-file-recursive): New function.  Copy directories
7525         recursively.
7526         (dired-do-create-files): Added support for generalized directory
7527         target.  How-to function may now return a function.  New fluid
7528         variable `dired-one-file'.
7529         (dired-copy-how-to-fn): New variable.
7530         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
7531         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
7532         (dired-do-copy-regexp): No recursive copies.
7534 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
7536         * whitespace.el (whitespace-version): Update version to 2.4
7538         * whitespace.el: Add customization variables to conditionally test
7539         any of the five whitespaces, per request from Rune Kleveland
7540         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
7542         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
7544         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
7545         list of modes to be checked for bogus whitespaces.
7547         * whitespace.el (whitespace-rescan-timer-time): Update
7548         documentation.
7550         * whitespace.el (whitespace-display-unchecked-whitespaces):
7551         New function to update modeline with untested whitespaces.
7553         * whitespace.el (whitespace-buffer): Test only whitespaces whose
7554         checking is turned on, and update modeline using the newly created
7555         `whitespace-display-unchecked-whitespaces'.
7557         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
7558         whose checking is turned on, and update modeline using the newly
7559         created `whitespace-display-unchecked-whitespaces'.
7561         * whitespace.el (whitespace-describe): Update documentation.
7563         * whitespace.el (whitespace-tickle-timer): Test if
7564         `whitespace-rescan-timer-time' is non-zero before tickling timer.
7566 1999-09-13  Dave Love  <fx@gnu.org>
7568         * hideif.el (hide-ifdef-mode): Add autoload cookie.
7570         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
7571         for temp buffer.
7572         (checkdoc-this-string-valid): Don't assume default comment-start.
7574 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
7576         * rsz-mini.el: Remove code, keep the interface.
7578 1999-09-13  Dave Love  <fx@gnu.org>
7580         * help.el (help-highlight-p): Doc fix.
7582         * faces.el (mode-line, header-line, tool-bar): Add :version.
7583         (highlight, secondary-selection): Add :group.
7584         (trailing-whitespace): Add :group, :version.
7586         * wid-edit.el: Remove some compatibility code and checks.
7587         (widget-specify-field, widget-specify-button): Don't use XEmacs
7588         properties.
7589         (widget-overlay-inactive): Change error message.
7590         (widget-button-pressed-face): New variable.
7591         (widget-button-click): Use it.
7592         (widget-documentation-link-add): Specify mouse and button faces.
7593         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
7594         removed now the functionality is built in.
7596         * cus-edit.el: Don't define-widget-keywords.
7597         (multimedia): New group.
7598         (custom-last): Function removed.
7599         (custom-quote): Add vectorp case, comment out characterp case.
7600         (custom-buffer-done-function, custom-raised-buttons): New option.
7601         (Custom-buffer-done): New function.
7602         (custom-buffer-create-internal): Obey custom-raised-buttons,
7603         Custom-buffer-done.
7604         (custom-button-face): Make it `released-button'.
7605         (custom-button-pressed-face): Make it `pressed-button'
7606         (custom-mode-map): Bind "q" to Custom-buffer-done.
7607         (custom-mode): Deal with raised/pressed buttons.
7609         Changes from Didier Verna:
7610         (custom-prompt-variable): Optional third arg makes prompt for a
7611         comment string.
7612         (customize-set-value, customize-set-variable,
7613         customize-save-variable): Optional prefix makes function handle
7614         variable comments.
7615         (customize-customized, customize-saved, custom-variable-state-set)
7616         (custom-variable-set, custom-variable-save, custom-face-state-set)
7617         (custom-variable-reset-saved, custom-variable-reset-standard)
7618         (custom-face-set, custom-face-save, custom-face-reset-saved)
7619         (custom-face-reset-standard, customize-save-customized): Handle
7620         custom comments.
7621         (custom-comment-face, custom-comment-tag-face): New face.
7622         (custom-comment): New widget.
7623         (custom-comment-create, custom-comment-delete)
7624         (custom-comment-value-set, custom-comment-show)
7625         ()custom-comment-invisible-p): New functions.
7626         (custom-variable-value-create, custom-face-value-create): Create a
7627         comment field widget.
7628         (custom-variable-menu, custom-face-menu): New entry for custom
7629         comment.
7630         (custom-face-value-create): Remove compatibility code.
7631         (custom-save-variables, custom-save-faces): Possibly save custom
7632         comments.
7634         * cus-face.el (custom-face-attributes): Simplify :underline,
7635         :overline, :inverse-video cases.  Fix up :box case (probably needs
7636         more work).
7638         Change from Didier Verna:
7639         (custom-set-faces): The arguments can now have a custom comment as
7640         fourth argument.
7642         * custom.el: Don't define-widget-keywords.
7643         Change from Didier Verna:
7644         (custom-set-variables): The arguments can now have a
7645         custom comment as fifth element.
7647 1999-09-13  Richard Stallman  <rms@gnu.org>
7649         * info.el (Info-find-node): Cope better if guesspos is too large.
7651 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
7653         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
7654         of buffer-substring because buffer-string doesn't copy the
7655         prompt.
7657         * faces.el (mode-line): Replaces `modeline'.
7658         (toplevel): Make `modeline' an alias for `mode-line'.
7660 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
7662         * gs.el: Change `ghostscript' to `postscript' in comment.
7664 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
7666         * emulation/tpu-edt.el (tpu-version): New version.
7667         (tpu-search-overlay, tpu-replace-overlay): New variables.
7668         (tpu-search-highlight, tpu-toggle-direction): New functions.
7669         (tpu-lm-replace): Set tpu-replace-overlay.
7670         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
7671         command hook.
7673 1999-09-11  Richard Stallman  <rms@gnu.org>
7675         * isearch.el (isearch-mode-map): Undo previous change.
7677         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
7678         use all of that as the sexp.
7680         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
7681         and use the initial argument as file name directly.
7682         Likewise if nothing matches.
7684 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
7686         * winner.el: Major changes.  Avoid changing point and mark.
7687         Save configurations after they change, not before.
7689 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
7691         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
7692         Bind print-continuous-numbering and print-number-table.
7694 1999-09-10  Dave Love  <fx@gnu.org>
7696         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
7698 1999-09-09  Richard Stallman  <rms@gnu.org>
7700         * whitespace.el: Finish making it fit Emacs conventions.
7701         Add autoloads.
7703 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
7705         * generic-x.el (bat-generic-mode): "::"-style comments don't
7706         need to begin with "-".  Fix the font-lock definitions of ON/OFF
7707         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
7708         from the list of keywords.  Add DO to the list of keywords.
7710 1999-09-09  Dave Love  <fx@gnu.org>
7712         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
7713         (byte-optimize-backward-word): New optimizations.
7714         (side-effect-free-fns, side-effect-and-error-free-fns): Add
7715         entries.
7717 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
7719         * image.el (put-image): Remove optional buffer parameter.
7721         * faces.el (face-italic-p): Return t only for values `italic'
7722         and `oblique'.
7724         * mouse.el (mouse-drag-mode-line-1): Extension of former
7725         mouse-drag-mode-line that also drags the header line.
7726         (mouse-drag-mode-line): Call it.
7727         (mouse-drag-header-line): New.
7728         (toplevel): Bind down-mouse-1 on header lines to
7729         mouse-drage-header-line.
7731 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
7733         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
7734         (make-mode-line-mouse-sensitive): Replace `top-line' by
7735         `header-line'.
7737 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
7739         * help.el (describe-function-1): Don't return empty string for keymaps.
7741         * fill.el (fill-region-as-paragraph, canonically-space-region):
7742         Respect colon-double-space at end of line.
7744 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
7746         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
7747         (backup-buffer): Use it.
7749 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
7751         * generic-x.el (generic-define-unix-modes): Added new modes:
7752         inetd-conf-generic-mode, etc-services-generic-mode,
7753         etc-passwd-generic-mode.  These are all defined for Unix by default.
7754         (apache-generic-mode): Use an imenu-generic-expression to list
7755         Configuration keywords.
7756         (samba-generic-mode): Use both ; and # as comment characters.
7757         (samba-generic-mode): Font-lock expressions now highlight name
7758         value pairs.
7759         (bat-generic-mode): Keywords are now case-insensitive through
7760         font-lock-defaults setting.
7761         (java-properties-generic-mode): Supports both ! and # as comment
7762         characters.
7763         (java-properties-generic-mode): Added an imenu-generic-expression
7764         (java-properties-generic-mode): Reworked to support the various
7765         different ways to separate name and value (viz, '=', ':' and
7766         whitespace).
7767         (show-tabs-generic-mode): Added this new generic-mode.
7769 1999-09-08  Richard Stallman  <rms@gnu.org>
7771         * progmodes/inf-lisp.el: Moved from top directory.
7773         * tar-mode.el (tar-header-block-tokenize):
7774         Use `when' instead of `and'.  Fix some clobbered text.
7776         * gud.el (gud-make-debug-menu): Make a child for the
7777         local menu, for its menu bar, and the debug menu.
7778         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
7779         Use the history in the simple way.
7781 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
7783         * language/korea-util.el (default-korean-keyboard): Initialize it
7784         according to the environment variable HANGUL_KEYBOARD_TYPE.
7786 1999-09-07  Richard Stallman  <rms@gnu.org>
7788         * subr.el (make-temp-file): New function.
7790 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
7792         * font-lock.el (font-lock-multiline): New text property contains
7793         a boolean to indicate if the char is part of a multiline match.
7794         (font-lock-default-fontify-region): Extend the region appropriately
7795         for multiline keywords.
7796         (font-lock-default-unfontify-region): Also remove the new
7797         font-lock-multiline text property.
7798         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
7799         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
7801 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7803         * diary-lib.el (list-diary-entries): Make sure two-digit years
7804         have leading zeros.
7806 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
7808         * faces.el (face-set-after-frame-default): Initialize some
7809         attributes of some faces from frame parameters.
7811         * faces.el (scroll-bar, border, cursor, mouse): New faces.
7813 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
7815         * faces.el (fringe): Replaces face `margin'.
7817 1999-09-07  Dave Love  <fx@gnu.org>
7819         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
7821 1999-09-07  Richard Stallman  <rms@gnu.org>
7823         * subr.el (push): Doc fix.
7825 1999-09-06  Richard Stallman  <rms@gnu.org>
7827         * vc.el (vc-annotate-display): Use < 69 not < 70
7828         to distinguish 20YY from 19YY.
7830         * timezone.el (timezone-parse-date): Use < 69 not < 70
7831         to distinguish 20YY from 19YY.
7833         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
7835 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
7837         * quickurl.el: (quickurl-list-focused-line): Removed.
7838         (quickurl-list-insert): Now works out the focused line using
7839         `count-lines' instead of using `quickurl-list-focused-line'.
7841 1999-09-06  Richard Stallman  <rms@gnu.org>
7843         * mail/rmail.el (rmail-retry-failure): Unconditionally move
7844         to beginning of message.
7846 1999-09-06  Dave Love  <fx@gnu.org>
7848         * isearch.el (isearch-mode-map): Add mouse-2.
7850         * mail/rmail.el (rmail-read-password): Deleted.
7851         (rmail-get-pop-password): Use read-password.
7853         * quickurl.el: Don't conditionally define caddr.
7854         (quickurl-url-comment): Use nth, not caddr in function and
7855         defsetf.
7857 1999-09-06  Richard Stallman  <rms@gnu.org>
7859         * auto-show.el: Doc fixes.
7861 1999-09-06  Stephen Eglen  <stephen@gnu.org>
7863         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
7864         --no-line-editing so that TABs in source files are not interpreted
7865         as completion requests.
7867 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
7869         * hscroll.el, auto-show.el: Remove all code, keep the public
7870         interface as no-ops.
7872         * faces.el (face-bold-p): Don't return t if face has lighter
7873         weight than normal.
7875 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
7877         * startup.el (command-line): Make small-temporary-file-directory
7878         be nil except on ms-dos.
7880         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
7882         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
7883         is defined.
7885         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
7886         letters with a colon after d or l.
7888 1999-09-06  Dave Love  <fx@gnu.org>
7890         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
7891         primitive.)
7893 1999-09-05  Richard Stallman  <rms@gnu.org>
7895         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
7897         * textmodes/paragraphs.el (backward-kill-sentence):
7898         Don't test minibuffer-prompt-end here.
7899         (forward-sentence): Do handle it here.
7900         (backward-kill-paragraph): Don't test it here.
7901         (forward-paragraph): Handle it here.
7903         * mouse.el (font-menu-add-default): Simplify code.
7905 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
7907         * faces.el (header-line): Renamed from `top-line'.
7909 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
7911         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
7913 1999-09-04  Richard Stallman  <rms@gnu.org>
7915         * whitespace.el: New file.
7917 1999-09-04  Dave Love  <fx@gnu.org>
7919         * paths.el: Make some doc strings obey the make-docfile convention.
7921         * bindings.el: Likewise.
7922         (debug-ignored-errors): Remove BBDB ones.
7924 1999-09-03  Richard Stallman  <rms@gnu.org>
7926         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
7927         not from the draft to forward.
7929         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
7931 1999-09-03  Dave Love  <fx@gnu.org>
7933         * double.el (double-mode): Customize the variable.
7935 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
7937         * international/characters.el: Delete duplicated code.
7939 1999-09-02  Richard Stallman  <rms@gnu.org>
7941         * indent.el (indent-relative): Doc fix.
7943         * quickurl.el (quickurl): Doc fix.
7945 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
7947         * faces.el (margin): Change background to "gray" for mono (this is
7948         drawn with a stipple pattern).
7950 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
7952         * simple.el (next-history-element): Use minibuffer-prompt-end once
7953         again.  Remove test for minibuffer-prompt-in-buffer.
7955 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
7957         * files.el (small-temporary-file-directory): New variable.
7959         * startup.el (command-line): Compute the value of
7960         small-temporary-file-directory.
7962         * ediff-init.el (ediff-temp-file-prefix): Use
7963         small-temporary-file-directory if non-nil.
7965         * vc.el (vc-update-change-log): Likewise.
7967         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
7969         * simple.el (shell-command, shell-command-on-region): Use
7970         make-temp-name properly.  Use small-temporary-file-directory if
7971         non-nil, otherwise temporary-file-directory, to generate temporary
7972         files.
7974         * dos-w32.el (direct-print-region-helper): Use
7975         temporary-file-directory.  (From Stefan Monnier.)
7977 1999-09-02  Richard Stallman  <rms@gnu.org>
7979         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
7980         from asm-comment-char.
7981         (asm-font-lock-keywords): Recognize instruction width suffixes.
7983 1999-09-01  Richard Stallman  <rms@gnu.org>
7985         * play/fortune.el: New file.
7987 1999-08-31  Dave Love  <fx@gnu.org>
7989         * help.el (help-make-xrefs): Don't lose on non-empty blank line
7990         after key table.
7992         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
7993         redisplay variables.
7995         * subr.el (push): Fix typo.
7997 1999-08-30  Kevin Blake  <kblake@ticnet.com>
7999         * emacs-lisp/ring.el: Many doc fixes.
8000         (ring-size, ring-copy): New functions.
8002 1999-08-29  Richard Stallman  <rms@gnu.org>
8004         * progmodes/etags.el (tags-loop-continue):
8005         After tags-loop-operate returns, force skip to next file.
8007         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
8008         (mail-extr-first-letters, mail-extr-last-letters):
8009         Use character classes [:alpha:] and [:alnum:].
8011         * subr.el (push, pop): New macros.
8013         * progmodes/compile.el (compilation-error-regexp-alist):
8014         New item for SGI IRIX MipsPro compilers.
8016         * speedbar.el (speedbar-directory-buttons): Recognize
8017         device names when checking for file names.
8019         * array.el (array-reconfigure-rows): Use generate-new-buffer.
8021         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
8022         and specially handle defvar inside their expansions.
8023         (eval-defun-1): New subroutine.
8025         * progmodes/compile.el (compilation-error-regexp-alist):
8026         Fix the Perl -w entry to allow period after line number.
8027         Don't allow newlines in file name, but allow them after line number
8028         for Perl debugging traces.
8030         * which-func.el (which-func-cleanup-function): New variable.
8031         (which-function): Call that function.
8033         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
8034         to end a function name.
8036         * informat.el (Info-tagify): Don't insert more than one newline
8037         before the tag table.
8039 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
8041         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
8042         than make-temp-name, use match-string-no-properties, and eliminate
8043         a quadratic behavior when building bibtex-strings.
8045 1999-08-29  Alex Schroeder  <alex@gnu.org>
8047         * comint.el (comint-input-ring-separator): New variable.
8048         (comint-read-input-ring): Doc change; use
8049         comint-input-ring-separator when reading file.
8050         (comint-write-input-ring): Use
8051         comint-input-ring-separator when writing file.
8053 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
8055         * informat.el (Info-tagify): Start by widening.
8056         Match node headers that don't list the file name,
8057         and more kinds of page separations.
8058         Strip properties during tagification.
8059         Use start of node header line as tag's position.
8060         Fix the "done" message.
8062         (Info-validate): Save and restore match data around narrowing down.
8064 1999-08-28  Richard M. Stallman  <rms@gnu.org>
8066         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
8067         On repeated call, override previous values put into
8068         minor-mode-map-alist and minor-mode-alist.
8070 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
8072         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
8074 1999-08-27  Andreas Schwab  <schwab@gnu.org>
8076         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
8077         from cvs update.
8079 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8081         * calendar/calendar.el (calendar-move-hook): New hook.
8083         * calendar/cal-move.el: Call the new hook in every movement function.
8085         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
8086         the right function name.
8088 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
8090         * time-stamp.el: Put quote-backquote around all symbol names
8091         in doc strings, for mousing.
8092         (time-stamp): Support multi-line patterns.
8093         (time-stamp-inserts-lines): New variable.
8094         (time-stamp-count): New variable.
8095         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
8096         "Thu" instead of "%a".
8098 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
8100         * simple.el (kill-word): Undo previous change.
8102 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
8104         * jit-lock.el (jit-lock-function): Extend the fontified range
8105         to the beginning of the line containing the range start and
8106         the beginning of the line following the range end.
8108 1999-08-24  Dave Love  <fx@gnu.org>
8110         * timezone.el: Move provide to end.
8111         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
8112         <70 are 2000+.
8113         (timezone-parse-time): Simplify somewhat.
8115 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
8117         * faces.el (margin): Renamed from bitmap-area.
8119 1999-08-24  Alex Schroeder  <alex@gnu.org>
8121         * sql.el: Doc changes.
8122         (sql-sybase): Use sql-server instead of sql-database.
8124 1999-08-23  Dave Love  <fx@gnu.org>
8126         * rect.el: Add/fix various doc strings.  Add `*' to all the
8127         interactive specs.
8129 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
8131         * jit-lock.el (jit-lock-function): Use line-beginning-position.
8132         Don't unwind-protect font-lock-fontify-region.
8134         * paragraphs.el (backward-kill-paragraph): Don't move
8135         point into mini-buffer prompt.
8136         (backward-kill-sentence): Ditto.
8138         * simple.el (next-history-element): Use minibuffer-prompt-end.
8139         Remove test for minibuffer-prompt-in-buffer.
8140         (kill-word): Don't move point into mini-buffer prompt.
8142 1999-08-21  Dave Love  <fx@gnu.org>
8144         * Makefile: Exclude CVS dirs like RCS.
8146 1999-08-19  Dave Love  <fx@gnu.org>
8148         * tooltip.el (tooltip-mode): Customize this, per convention.
8149         (tooltip-active): Option deleted.
8151         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
8153         * hanoi.el, page-ext.el: Declare dynamic vars.
8155         * term.el: Avoid ange-ftp related compilation warnings.
8157 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
8159         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
8160         the default so that beginners can benefit from it without
8161         searching in manuals.
8163 1999-08-18  Ray Blaak  <blaak@gnu.org>
8165         * progmodes/delphi.el: Consider assembly sections as blocks, to
8166         indent them better. Make auto-indent on newline optional.
8168 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
8170         * bindings.el (mode-line-modified): Look up key binding for C-x
8171         C-q.  If it's bound call that binding, otherwise call
8172         toggle-read-only.
8174 1999-08-17  Dave Love  <fx@gnu.org>
8176         * info.el (info): Doc fix.
8178         * finder.el (finder-known-keywords): Add `multimedia'.
8180         * apropos.el: Don't capitalize custom group name.
8182         * info-look.el: Remove compatibility code.
8183         (info-lookup-guess-default*): DTRT for point at start of symbol.
8184         (info-complete): Don't lose with point not at end of symbol.
8186 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
8188         * term.el (toplevel): Make face `term-default' an empty face.
8189         The code relied on the fact that Emacs ignored invalid faces in
8190         face text properties in 20.4.
8192 1999-08-16  Richard M. Stallman  <rms@gnu.org>
8194         * subr.el (point-at-eol, point-at-bol): New aliases.
8196         * simple.el: Functions reordered.
8198         * rect.el (delete-rectangle-line): Use line-end-position.
8200 1999-08-16  Karl Heuer  <kwzh@gnu.org>
8202         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
8203         here from simple.el.
8205 1999-08-16  Dave Love  <fx@gnu.org>
8207         * mouse.el: Provide `mldrag' for compatibility.
8208         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
8209         marked obsolete.
8211         * mldrag.el: Removed since the features are in mouse.el.
8213         * jka-compr.el (auto-compression-mode): New variable for
8214         customization.
8216         * bindings.el (mode-line-mule-info): Doc fix.
8218         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
8219         name comparisons.
8221         * files.el (interpreter-mode-alist): Add make, guile, clisp.
8222         (find-file): Doc fix.
8224 1999-08-16  Carsten Dominik  <cd@gnu.org>
8226         * textmodes/reftex.el: Most of the code moved to other files.
8227         * textmodes/reftex-auc.el: New file, split out from reftex.el
8228         * textmodes/reftex-cite.el: New file, split out from reftex.el
8229         * textmodes/reftex-global.el: New file, split out from reftex.el
8230         * textmodes/reftex-index.el: New file, split out from reftex.el
8231         * textmodes/reftex-parse.el: New file, split out from reftex.el
8232         * textmodes/reftex-ref.el: New file, split out from reftex.el
8233         * textmodes/reftex-sel.el: New file, split out from reftex.el
8234         * textmodes/reftex-toc.el: New file, split out from reftex.el
8235         * textmodes/reftex-vars.el: New file, split out from reftex.el
8236         * textmodes/reftex-vcr.el: New file, split out from reftex.el
8238 1999-08-16  Carsten Dominik  <cd@gnu.org>
8240         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
8241         conflict with pop-up-frames.
8242         (reftex-special-environment-parsers): New constant.
8243         (reftex-label-alist): car of an entry can also be a function.
8244         (reftex-what-special-env): Cew function.
8245         (reftex-label-location): Call `reftex-what-special-env'.
8246         (reftex-compile-variables): Check for symbol in
8247         `reftex-label-alist'.
8248         (reftex-what-environment): Fixed bug with stacked environments of
8249         same kind (e.g. enumerate).
8250         (reftex-process-string): Preserve default directory.
8251         (reftex-label-alist-builtin): Changed prefixes of endnote and
8252         footnote.  Also the magic words.
8253         (reftex-reference): Interprete new option
8254         `reftex-fref-is-default'.
8255         (reftex-replace-prefix-escapes): Interprete new `%S' format.
8256         (reftex-toc-mouse-view-line): Command removed (had no binding).
8257         (reftex-everything-regexp): New function.
8258         (reftex-nearest-match): Made better.
8259         (reftex-toc-find-section): Use new version of
8260         `reftex-nearest-match'.
8261         (reftex-insert-docstruct): Adapted to work with the index stuff.
8262         (reftex-parse-from-file): Find index entries as well.
8263         (reftex-toc-toggle-index): New function
8264         (reftex-toc-map): `i' is now used to togle the index, File
8265         boundaries has been moved to `F'.
8266         (reftex-select-label-map): Toggling display of file boundaries is
8267         now on the `F' key, for consistency with `reftex-toc-map'.
8268         (reftex-erase-all-selection-and-index-buffers): Renamed from
8269         `reftex-erase-all-selection-buffer'.  Now also kills the index
8270         buffers.
8271         (reftex-viewing-cross-references): Customization group renamed
8272         from reftex-viewing-cross-references-and-citations.
8273         (reftex-index-macro-regexp,
8274         reftex-find-index-entry-regexp-format): New variables
8275         (reftex-macros-with-index): New variable
8276         (reftex-add-index-macros): New function
8277         (reftex-renumber-simple-labels, reftex-translate): Allow for
8278         multiple labels in a single ref command.
8279         (reftex-index-support): New customization group
8280         (reftex-support-index, reftex-index-special-chars,
8281         reftex-index-macros, reftex-index-default-macro,
8282         reftex-index-default-tag, reftex-index-math-format,
8283         reftex-index-section-letters, reftex-index-include-context,
8284         reftex-index-follow-mode, reftex-index-header-face,
8285         reftex-index-section-face, reftex-index-tag-face,
8286         reftex-index-face): New options
8287         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
8288         reftex-index-tag, reftex-index-return-marker,
8289         reftex-index-restriction-indicator, reftex-index-restriction-data,
8290         reftex-index-macro-regexp, reftex-index-level-re,
8291         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
8292         reftex-everything-regexp-no-index, reftex-index-re,
8293         reftex-macros-with-index, reftex-index-macro-alist): New variables
8294         (reftex-index-help, reftex-index-macros-builtin,
8295         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
8296         reftex-query-index-macro-help): New constants
8297         (reftex-index-selection-or-word, reftex-index,
8298         reftex-default-index, reftex-update-default-index,
8299         reftex-index-complete-tag, reftex-index-select-tag,
8300         reftex-index-complete-key, reftex-index-update-taglist,
8301         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
8302         reftex-display-index, reftex-insert-index,
8303         reftex-index-insert-new-letter, reftex-get-restriction,
8304         reftex-index-pre-command-hook, reftex-index-post-command-hook,
8305         reftex-index-show-help, reftex-index-next, reftex-index-previous,
8306         reftex-index-toggle-follow, reftex-index-toggle-context,
8307         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
8308         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
8309         reftex-index-quit, reftex-index-quit-and-kill,
8310         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
8311         reftex-index-revert, reftex-index-switch-index-tag,
8312         reftex-index-restrict-to-section, reftex-index-widen,
8313         reftex-index-restriction-forward,
8314         reftex-index-restriction-backward, reftex-index-visit-location,
8315         reftex-index-analyze-entry, reftex-index-globalize,
8316         reftex-index-edit, reftex-index-toggle-range-beginning,
8317         reftex-index-toggle-range-end, reftex-index-edit-key,
8318         reftex-index-edit-attribute, reftex-index-edit-visual,
8319         reftex-index-edit-part, reftex-index-level-down,
8320         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
8321         reftex-index-change-entry, reftex-index-goto-letter,
8322         reftex-add-index-macros, reftex-ensure-index-support,
8323         reftex-index-info-safe, reftex-index-info): New functions.
8326 1999-08-15  Richard M. Stallman  <rms@gnu.org>
8328         * paren.el (show-paren-mode): Support making show-paren-mode
8329         a buffer-local variable.  Don't check for a window system.
8330         (show-paren-function): Check whether show-paren-function is
8331         enabled in current buffer; do the right thing if not.
8332         Don't check for a window system.
8333         (show-paren-mode): Make it a user variable.
8335         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
8336         Handle `enum' like `struct'.
8338         * server.el (server-process-filter): If a client visits no buffers,
8339         close it immediately before recording it.
8341         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
8342         Optimize by calling concat just once.  Handle =\n sequence.
8343         (mail-unquote-printable-region): New command.
8344         (mail-quote-printable): Make it autoload.
8346 1999-08-15  Karl Heuer  <kwzh@gnu.org>
8348         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
8350 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
8352         * lisp/texinfmt.el: Handle @ifnottex.
8354 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
8356         * frame.el (blink-cursor): Don't turn on cursor blinking for
8357         ms-dos.
8359         * faces.el (face-valid-attribute-values): Look in
8360         x-bitmap-file-path only for x and w32 window systems.
8362         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
8363         Do that if width is nil as well.
8364         (x-display-mm-height, x-display-mm-width): Update values.
8365         (x-colors): Compute the list from msdos-color-values.
8366         (x-select-enable-clipboard): Doc fix.
8367         (x-frob-font-weight, x-font-family-list): New functions.
8369 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
8371         * window.el (shrink-window-if-larger-than-buffer): Don't try to
8372         back up from beginning of buffer.
8374 1999-08-13  Karl Heuer  <kwzh@gnu.org>
8376         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
8378 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
8380         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
8381         doomsday clock, speed control is added and changes are made to
8382         allow large numbers of rings: rings now show the whole ring
8383         number, not just the last digit; consecutive rings are allowed to
8384         be the same size when necessary to fit all the rings in the
8385         window; and poles can be oriented horizontally.  Face support is
8386         thrown in gratuitously.
8387         (hanoi): Changed default number of rings back to 3.
8388         (hanoi-unix, hanoi-unix-64): New commands
8389         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
8390         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
8391         hanoi-odd-ring-face): New variables.
8392         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
8393         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
8394         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
8395         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
8396         (hanoi-topos, hanoi-draw-ring): Removed.
8398 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
8400         * faces.el (face-valid-attribute-values): Return an alist for
8401         families on ttys.
8402         (face-read-integer): Handle unspecified face attributes.  Add
8403         completion for `unspecified'.
8404         (read-face-attribute): Handle unspecified font attributes.
8405         (face-valid-attribute-values): Add `unspecified' to lists so that
8406         it can be chosen via completion.
8407         (face-read-string): Don't recognize "none" as input.
8409 1999-08-10  Dave Love  <fx@gnu.org>
8411         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
8412         string.
8414         * sun-curs.el: Require sun-fns.
8416 1999-08-10  Dave Love  <fx@gnu.org>
8418         * autorevert.el (auto-revert-mode): Add autoload cookie.
8420         * hscroll.el, auto-show.el: Files deleted -- we have built-in
8421         hscroll.
8423         * simple.el (hscroll-step, hscroll-point-visible)
8424         (hscroll-window-column): Remove now we have the mentioned real
8425         horizontal autoscrolling.
8427 1999-08-10  Richard M. Stallman  <rms@gnu.org>
8429         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
8430         control use of -f option.
8431         (mail-specify-envelope-from): New variable.
8432         (mail-from-style): Doc fix.
8434         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
8435         (easy-menu-get-map): New arg TO-MODIFY helps choose
8436         between local and global maps.
8437         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
8438         (easy-menu-change): Doc fix.
8440         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
8441         (info-lookup-guess-default): Simplified and cleaned up.
8442         (info-lookup-guess-default*): Preserve point.
8444         * view.el (view-mode-disable): If buffer-read-only is nil,
8445         don't change it.
8447         * files.el (after-find-file): Disable View mode if buffer is no
8448         longer read-only.
8450         * view.el (view-mode-enable, view-mode-disable):
8451         Call force-mode-line-update.
8453 1999-08-10  Karl Heuer  <kwzh@gnu.org>
8455         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
8456         * array.el, play/landmark.el, international/latin-3.el: Likewise.
8457         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
8459 1999-08-10  Alex Schroeder  <asc@bsiag.com>
8461         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
8462         to prevent m-eating-bug.
8464 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
8466         * term/pc-win.el (msdos-bg-mode): Remove.  Call
8467         frame-set-background-mode instead.  All callers changed.
8468         (msdos-face-setup): Don't force color display parameter, it is set
8469         by frame-set-background-mode.
8470         (make-msdos-frame): Call x-handle-reverse-video and
8471         face-set-after-frame-default.  Delete frame if creation failed.
8473         * faces.el (face-set-after-frame-default): Don't call
8474         make-face-x-resource-internal for the pc window-system.
8476 1999-08-10  Dave Love  <fx@melange.gnu.org>
8478         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
8479         case with no docstring specially.
8481 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
8483         * complete.el (PC-do-completion): If completing on file name,
8484         reproduce str by concatenating its directory and basename parts.
8486 1999-08-07  Dave Love  <fx@gnu.org>
8488         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
8489         unibyte to multibyte conversion of search-forward (from Handa),
8490         but avoid the replacement if the language is Latin-N.
8492 1999-08-06  Richard Stallman  <rms@gnu.org>
8494         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
8495         of eval-buffer.
8497         * international/mule.el (load-with-code-conversion):
8498         Pass t to eval-buffer for DO-ALLOW-PRINT.
8500 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
8502         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
8503         of filenames and attributes.
8504         (ls-lisp-insert-directory): Use directory-files-and-attributes
8505         for speed.
8507 1999-08-05  Dave Love  <fx@gnu.org>
8509         * auto-show.el (auto-show-mode): Fix :set.
8511         * widget.el (define-widget-keywords): Make dummy definition and
8512         comment-out its use.
8514 1999-08-04  Richard Stallman  <rms@gnu.org>
8516         * progmodes/tcl.el: Customized.
8518         * sql.el (sql-accumulate-and-indent): Instead of testing
8519         whether this is Emacs 20 before calling comint-accumulate,
8520         test whether comint-accumulate is defined.
8522 1999-08-04  Dave Love  <fx@gnu.org>
8524         * sgml-mode.el: Require outline when compiling.
8525         (sgml-mode-hook, html-mode-hook): Customize.
8526         (sgml-validate-command): Fix :version.
8527         (html-autoview-mode): Doc fix.
8529         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
8530         nothing in Latin-N environment.
8532         * info.el (Info-find-node): Call info-initialize here.
8533         (info): Not here.
8534         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
8536 1999-08-04  Richard Stallman  <rms@gnu.org>
8538         * ansi-color.el: New file.
8540 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
8542         * dired.el (dired-string-replace-match): Return `nil' when no match
8543         found with global search.
8545         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
8546         * terminal.el (te-terminfo-directory):
8547         * mail/mailpost.el (post-mail-send-it):
8548         * mail/metamail.el (metamail-region):
8549         * progmodes/ada-mode.el (ada-tmp-directory):
8550         Use temporary-file-directory.
8552         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
8553         (compilation-filter, compilation-forget-errors)
8554         (compilation-parse-errors): Use a marker instead of an integer for
8555         `compilation-parsing-end'.
8557         * progmodes/diff.el (diff-parse-differences):
8558         Use a marker instead of an integer for `compilation-parsing-end'.
8559         * textmodes/tex-mode.el (tex-compilation-parse-errors):
8560         Use a marker instead of an integer for `compilation-parsing-end'.
8562 1999-08-03  Richard Stallman  <rms@gnu.org>
8564         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
8565         (Buffer-menu-mode): Doc fix.
8566         (Buffer-menu-view): New command.
8567         (Buffer-menu-view-other-window): New command.
8569 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
8571         * replace.el (query-replace-regexp-eval)
8572         (replace-eval-replacement, replace-loop-through-replacements)
8573         (replace-match-string-symbols): New functions.
8574         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
8575         Use replace-loop-through-replacements.
8577 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
8579         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
8580         (5x5): Doc fix.
8582 1999-08-03  Dave Love  <fx@gnu.org>
8584         * fortran.el (fortran-indent-new-line): Make it an alias
8585         for reindent-then-newline-and-indent.
8587 1999-08-03  Didier Verna  <verna@inf.enst.fr>
8589         * rect.el: All functions rewritten, except when noted above
8590         their declaration.  Below is a list of interface changes.
8591         (apply-on-rectangle): New function, mostly replaces
8592         `operate-on-rectangle'.  All callers changed.
8593         (move-to-column-force): Pass new second argument to `move-to-column'.
8594         (kill-rectangle): Added optional prefix arg to fill lines.
8595         (delete-rectangle): Ditto.
8596         (delete-whitespace-rectangle): Ditto.
8597         (delete-extract-rectangle): Ditto.
8598         (open-rectangle): Ditto.
8599         (clear-rectangle): Ditto.
8600         (delete-whitespace-rectangle-line): New function.
8601         (delete-rectangle-line): Added third arg FILL.
8602         (delete-extract-rectangle-line): Ditto.
8603         (open-rectangle-line): Ditto.
8604         (clear-rectangle-line): Ditto.
8606 1999-08-03  Ray Blaak  <blaak@gnu.org>
8608         * progmodes/delphi.el: New file.
8610 1999-08-02  Richard Stallman  <rms@gnu.org>
8612         * textmodes/outline.el (outline-previous-heading): New function.
8613         (outline-up-heading-all): Use outline-previous-heading.
8614         (outline-next-heading): Delete definition inserted yesterday.
8616 1999-08-01  Richard Stallman  <rms@gnu.org>
8618         * textmodes/outline.el (outline-next-heading): New function.
8619         (outline-up-heading-all): New function.
8620         (outline-font-lock-level): Using outline-up-heading-all.
8621         Tell outline-back-to-heading to accept invisible headings.
8623         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
8625         * mail/mh-utils.el (mh-find-path-run): New variable.
8626         (mh-find-path): Test and set that.
8627         Set mail-user-agent only the first time this function is run.
8628         (mail-user-agent): Defvar deleted.
8630         * info.el (info-initialize): New function.
8631         (info): Call info-initialize.
8632         (Info-directory-list): Initialize to nil,
8633         so info-initialize will set it up for real.
8635 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8637         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
8638         does not interpret a time as the year in a day-month entry.
8640         * calendar/diary-lib.el: Change syntax table entry for colon in
8641         the diary as part of the european-date-diary-pattern fix.
8643 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
8645         * international/mule.el (set-auto-coding): Allow whitespace before
8646         and after the "variable: value" pair.
8648 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
8650         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
8651         (default-sendmail-coding-system): Doc-string fixed.
8653 1999-07-30  Dave Love  <fx@gnu.org>
8655         * subr.el (assoc-delete-all): New function, renamed from
8656         frame-delete-all.
8658         * frame.el: Change comments to doc strings and other doc fixes.
8659         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
8660         Callers changed.
8661         (set-background-color, set-foreground-color, set-cursor-color)
8662         (set-mouse-color, set-border-color): Offer completion of colours.
8663         (cursor): Add :version to defgroup.
8665         * facemenu.el (list-colors-display): Make it work on ttys.
8666         (facemenu-read-color): Likewise.
8668 1999-07-30  Richard M. Stallman  <rms@gnu.org>
8670         * frame.el (frame-notice-user-settings): If background
8671         color has been changed, update background-mode from it,
8672         then update faces.
8674 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
8676         * net-utils.el (finger): Don't do indirect fingering.
8678 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8680         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
8681         rules.  Add separator at end of holidays.
8682         (cal-tex-rules): New customizable variable.
8683         (cal-tex-latexify-list): Add optional parameter to put separator
8684         at end.
8686 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
8688         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
8689         fill prefix on each line while looping to the end of paragraph.
8690         End paragraph if it's longer than the existing fill prefix.
8692         * textmodes/fill.el (fill-context-prefix): Doc fix.
8694 1999-07-30  Dave Love  <fx@gnu.org>
8696         * font-lock.el (jit-lock): Fix :load, add :version.
8698 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
8700         * term/pc-win.el (msdos-face-setup): Register standard colors in
8701         Vface_tty_color_alist.
8702         (face-color-supported-p, face_color_gray_p): New functions.
8704         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
8705         is bound.
8707         * startup.el (command-line): Don't register default colors for
8708         MSDOS window-system.
8710 1999-07-29  Dave Love  <fx@gnu.org>
8712         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
8713         charquote.
8715         * lisp-mode.el (eval-defun): Re-written to avoid
8716         capturing variables.
8718         * picture.el (picture-beginning-of-line): Don't call
8719         hscroll-point-visible now we have real autoscrolling.
8720         (picture-end-of-line, picture-newline, picture-open-line):
8721         Likewise.
8723         * international/latin-8.el: New file.
8724         * international/latin-9.el: New file.
8726 1999-07-28  Dave Love  <fx@gnu.org>
8728         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
8730         * msb.el: Require cl only when compiling.
8731         (msb--home-dir): Deleted.
8732         (msb--format-title): Use abbreviate-file-name.
8733         (msb--choose-file-menu): Simplify string comparison.
8735 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
8737         * faces.el (toolbar): Add face definition for mono displays.
8739 1999-07-27  Richard M. Stallman  <rms@gnu.org>
8741         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8743         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
8744         force copying of default-frame-alist.
8746 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
8748         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
8750 1999-07-26  Richard M. Stallman  <rms@gnu.org>
8752         * frame.el (set-mouse-color): If new color is nil,
8753         really respecify the current color.
8755 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
8757         * faces.el (bitmap-area): Change background of face `bitmap-area'
8758         to white for mono displays.
8760 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
8762         * international/ccl.el (ccl-embed-symbol): New function.
8763         (ccl-program-p): Deleted.  Now it's implemented in C code.
8764         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
8765         (ccl-compile-translate-character): Likewise.
8766         (ccl-compile-map-single): Likewise.
8767         (ccl-compile-multiple-map-function): Likewise.
8768         (declare-ccl-program): Doc-string modified.
8769         (check-ccl-program): Check compiled CCL code by ccl-program-p.
8771 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
8773         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8775 1999-07-25  Markus Rost  <rost@gnu.org>
8777         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
8778         the entries to make custom-file more readable.
8780 1999-07-25  Richard M. Stallman  <rms@gnu.org>
8782         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
8784         * emacs-lisp/edebug.el: Delete compatibility code.
8785         (edebug-next-token-class): If . is followed by a digit,
8786         return `symbol' for the token class.
8788         * startup.el (command-line): If we don't find the user's init file,
8789         set user-init-file to nil.
8791 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8793         * info-look.el (info-lookup-interactive-arguments): Add optional
8794         argument query for new choice of help mode.
8795         (info-lookup-symbol):  Use it.
8796         (info-lookup-file): Ditto.
8797         (info-lookup): Don't switch to other window, if already in Info
8798         buffer.
8800 1999-07-23  Dave Love  <fx@gnu.org>
8802         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
8803         syntax.
8804         (fortran-fontify-string, fortran-match-!-comment): Deleted.
8805         (fortran-font-lock-syntactic-keywords): New variable.
8806         (fortran-mode): Use it.
8807         (fortran-font-lock-keywords-1): Don't do comments.
8808         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
8809         match data.
8811         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
8813         * msb.el (msb-menu-bar-update-buffers): Renamed from
8814         menu-bar-update-buffers.
8815         (msb-custom-set, msb--toggle-menu-type): Call
8816         msb-menu-bar-update-buffers.
8817         (msb-mode): Revise the hook setting.
8819         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
8821 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
8823         * font-lock.el, help.el, simple.el: Re-integrate previously
8824         described changes that were lost due to errors while checking them
8825         in.
8827 1999-07-23  Kevin Blake  <kblake@ticnet.com>
8829         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
8831 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
8833         * international/encoded-kb.el
8834         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
8835         but push it to unread-command-events.
8836         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
8837         (encoded-kbd-self-insert-sjis): Likewise.
8838         (encoded-kbd-self-insert-big5): Likewise.
8840         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
8841         before left margin and fill-prefix by fill-find-break-point.
8843 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8845         * info-look.el (info-lookup-setup-mode): Don't give up, if
8846         info-lookup-make-completions returns an error.
8847         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
8848         name latex, not latex2e.
8850 1999-07-21  Richard M. Stallman  <rms@gnu.org>
8852         * replace.el (perform-replace): Turn off case-fold-search
8853         if FROM-STRING argument has uppercase in it.
8855 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8857         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
8858         mode is on.  Don't use end of changed text.
8860 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8862         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
8863         (cl-hash-table-p): Renamed from hash-table-p.
8864         (cl-hash-table-count): Renamed from hash-table-count.
8865         (maphash): Alias to cl-maphash removed.
8866         (gethash): Likewise.
8867         (puthash): Likewise.
8868         (remhash): Likewise.
8869         (clrhash): Likewise.
8871 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8873         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
8874         third arg non-nil.  See comment there why this isn't a good idea.
8876 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8878         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
8880         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
8881         sit-for with 3rd arg non-nil to prevent redisplay.
8883 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8885         * image.el (image-type-from-file-header): If file doesn't
8886         have a directory part, add data-directory.
8888 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8890         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
8891         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
8892         motion handling when tooltip-gud-tips-p is nil.
8894 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8896         * tooltip.el (tooltip-mode): Don't use `plusp'.
8897         (tooltip-active): Use initial value of nil.
8899         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
8901 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8903         * bindings.el (make-mode-line-mouse-sensitive): Add key
8904         definitions for `top-line'.
8906 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8908         * faces.el (top-line): New face.
8910 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8912         * image.el (image-type-regexps): Add regexp for PS files.
8914 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8916         * faces.el (set-face-attribute): Fix wrong handling of frame
8917         begin equal to t.
8919 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8921         * image.el (image-type-regexps): Add PNG format.
8923 1999-07-21  Dave Love  <fx@gnu.org>
8925         * bindings.el (mode-line-modified): New variable.
8926         (mode-line-mode-menu-1): Switch to appropriate window before
8927         showing menu.
8929 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8931         * faces.el (face-underline): Removed.
8932         (face-underline-color): Ditto.
8934 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8936         * faces.el (face-x-resources): Fix typo.
8938 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8940         * faces.el: Remove handling of `:relief', extend handling of
8941         `:box'.
8942         (frame-set-background-mode): Choose new defface specs after
8943         frame parameters have changed.
8945         * cus-face.el: Ditto.
8947 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8949         * custom.el (defface): Extend documentation to include new
8950         face attributes.
8952         * cus-face.el (custom-face-attributes): Add overline,
8953         strike-through, box.
8955         * faces.el (face-valid-attribute-values): Handle overline,
8956         strike-through, box.
8957         (face-attribute-name-alist): Add pairs for new face attributes.
8958         (describe-face): Handle new face attributes.
8960 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8962         * faces.el (face-x-resources): Add overline, strike-through, box.
8964 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8966         * enriched.el (enriched-translations): Add `display' and
8967         "x-display".
8968         (enriched-handle-display-prop): New.
8969         (enriched-decode-display-prop): New.
8971         * format.el (top-level): Give `display' property
8972         `format-list-atomic-p.
8973         (format-annotate-single-property-change): Test that property.
8974         If present, treat list property values like atoms.
8976 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8978         * cus-face.el (custom-face-attributes): Use `choice' everywhere
8979         so that "*" can be entered.
8981 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8983         * cus-face.el (custom-face-attributes): Don't use `#''.
8985 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
8987         * cus-face.el (custom-face-attributes): Return underline
8988         face attribute directly from the second lambda of underline.
8990 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8992         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
8994         * frame.el (after-setting-font-hooks): New variable.
8995         (set-frame-font): Run those hooks.
8997         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
8999         * faces.el (set-face-attribute): Fix doc string.
9001 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9003         * cus-face.el (custom-face-attributes): Accept color name.
9005         * faces.el (face-underline-p): Accept unspecified underlining.
9006         (face-underline): Ditto.  Fix doc string.
9008 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
9010         * faces.el (face-underline-color): New function.
9012 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
9014         * cus-face.el (custom-face-attributes): Support underline coloring.
9015         Added slot to choose a color.
9017         * faces.el (face-underline): New function.
9018         (face-underline-p): Support underline coloring.
9019         Return nil only if the underline attribute is 'normal.
9020         (set-face-underline): New function.
9021         (face-valid-attribute-values): Support underline coloring.
9023 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9025         * image.el (insert-image): Use `display' instead of `glyph'
9026         as text property name.
9027         (put-image): Ditto.
9028         (image-type-from-file-header): Use insert-file-contents-literally.
9030 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9032         * easymenu.el (easy-menu-do-add-item): Don't use the empty
9033         string to indicate separators.
9035 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9037         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
9038         instead of message-log.
9040 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9042         * faces.el (bitmap-area): New face.
9044 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9046         * image.el (insert-image): New.
9048 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9050         * frame.el (blink-cursor): Set the symbol's value.
9051         (show-trailing-whitespace): Change group to font-lock.
9053 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9055         * jit-lock.el: New.
9056         * font-lock.el: Add jit-mode as new support mode.
9058         * font-lock.el (font-lock-fontify-keywords-region): Stop when
9059         reaching end instead of letting re-search-forward signal an error.
9060         (demand-lock-mode): New.
9061         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
9062         (font-lock-turn-off-thing-lock): Ditto.
9063         (font-lock-after-fontify-buffer): Ditto.
9064         (font-lock-after-unfontify-buffer): Ditto.
9066 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9068         * gs.el: New file.
9070         * startup.el (command-line-1): Activate tooltip mode if
9071         interactive.
9073 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9075         * faces.el (toolbar): Grey default background.
9076         (modeline): Ditto.
9078         * image.el (image-type-regexps): New.
9079         (image-type-from-file-header): New.
9080         (create-image): Call it.
9082 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9084         * image.el: New file.
9086 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9088         * bindings.el (mode-line-format): Replace `mode-name' with
9089         `(:eval mode-line-mode-name)'.
9090         (mode-line-mode-name): New.
9091         (make-mode-line-mouse-sensitive): Don't change default value
9092         of `mode-name'.
9094 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9096         * tooltip.el: New file.
9098 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9100         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
9101         instead of mouse-3 to pop up menus.
9102         (mode-line-kill-buffer): Removed.
9103         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
9104         buffer name.
9105         (mode-line-buffer-menu-1): Removed.
9107         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
9109         * bindings.el (mode-line-buffer-identification-keymap): New.
9110         (mode-line-buffer-menu-keymap): New.
9111         (mode-line-mode-menu-keymap): New.
9112         (mode-line-unbury-buffer): New.
9113         (mode-line-other-buffer): New.
9114         (mode-line-kill-buffer): New.
9115         (mode-line-buffer-menu-1): New.
9116         (mode-line-mode-menu-1): New.
9117         (make-mode-line-mouse-sensitive): New.
9119 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9121         * help.el (describe-key-briefly): Handle mode line strings
9122         with local-map properties.
9123         (describe-key): Ditto.
9124         (mode-line-key-binding): New.
9126 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9128         * scroll-bar.el (scroll-bar-timer): New.
9129         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
9131 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9133         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
9134         and `bottom'.
9136 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9138         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
9139         (global): Use different key bindings if using tookit scroll bars.
9141 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9143         * faces.el (modeline): Define mode line face with relief for
9144         class color, only.
9145         (toolbar): New face.
9147 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9149         * frame.el (frame-initialize): Set frame-creation-function to
9150         tty-create-frame-with-faces.
9152         * faces.el (frame-set-background-mode): Make it work for
9153         window-system nil.
9155         * faces.el (tty-create-frame-with-faces): New.
9156         (face-set-after-frame-default): Make it work for TTY frames.
9158 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9160         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
9161         Return a list of one font family for TTYs.  Don't return bitmap
9162         file paths for TTY frames.
9164         * faces.el: Add face specs for tty displays to basic faces.
9166         * font-lock.el (font-lock-comment-face): Add spec for color tty.
9167         (font-lock-string-face): Ditto.
9168         (font-lock-keyword-face): Ditto.
9169         (font-lock-builtin-face): Ditto.
9170         (font-lock-function-name-face): Ditto.
9171         (font-lock-variable-name-face): Ditto.
9172         (font-lock-type-face): Ditto.
9173         (font-lock-constant-face): Ditto.
9174         (font-lock-warning-face): Ditto.
9176 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9178         * startup.el (command-line): Register default tty colors.
9180         * faces.el (face-spec-set-match-display): Recognize `type tty'.
9182 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9184         * faces.el (modeline): For X frames, use a modeline with relief.
9186 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9188         * faces.el (frame-update-faces): Copied from 20.2.
9189         (frame-update-face-colors): Ditto.  Code removed that isn't
9190         applicable in the new face implementation.
9192 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9194         * frame.el (show-trailing-whitespace): New.
9196         * faces.el (trailing-whitespace): New basic face.
9198 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9200         * cus-face.el (custom-facep): Always define as alias for facep.
9202         * cus-face.el (custom-face-attributes): Use choice widgets.
9203         Remove :bold and :italic.
9205 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9207         * faces.el (face-charset-registries): Removed since fontset.el
9208         is no always loaded.
9210 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9212         * faces.el (internal-get-face): Added as obsolete function for
9213         compatibility.
9215 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9217         * frame.el (blink-cursor-end): Call show-cursor.
9218         (blink-cursor-mode): Ditto.
9220 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9222         * faces.el (face-spec-reset-face): Reset all attributes to
9223         `unspecified'.
9224         (face-spec-set): Use it.
9226 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9228         * faces.el (read-all-face-attributes): Bug fix.
9229         (face-read-integer): Allow nil default value.
9230         (face-valid-attribute-values): Use symbol names of attribute
9231         values for completion list.
9233 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9235         * faces.el (internal-find-face): Define for compatibility with
9236         20.2.
9237         (face-id): Likewise.
9239         * faces.el (face-id): Return the ID of a realized face for ASCII.
9241         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
9242         (x-complement-fontset-spec): Use face-charset-registries.
9244         * faces.el (face-font-selection-order): Set font selection order
9245         from Lisp.
9246         (face-alternative-font-family-alist): Set alternative font
9247         families from Lisp.
9249 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9251         * faces.el (set-face-charset-registries): Set symbol value.
9253 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9255         * faces.el (face-set-after-frame-default): Call function
9256         internal-merge-in-global-face.
9258 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9260         * faces.el (face-list): Return symbols from face-global-alist.
9262         * faces.el (face-list): Return a copy of the face name list so
9263         that it cannot be modified from outside (facemenu.el uses
9264         nreverse, for example).
9266         * cus-face.el (custom-face-attributes): Add :bold and :italic
9267         for compatibility with old code.
9269         * faces.el (set-face-attributes-from-resources): Additional
9270         frame parameter.
9271         (make-face-x-resource-internal): Set attributes from resources
9272         for a given frame or all frames.
9274 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9276         * faces.el (all-faces): Removed.
9278         * custom.el (defface): Add new face attributes to function
9279         comment.
9281         * font-lock.el (font-lock-comment-face): Use new face attribute
9282         names.
9283         (font-lock-string-face): Ditto.
9284         (font-lock-keyword-face): Ditto.
9285         (font-lock-builtin-face): Ditto.
9286         (font-lock-function-name-face): Ditto.
9287         (font-lock-variable-name-face): Ditto.
9288         (font-lock-type-face): Ditto.
9289         (font-lock-reference-face): Ditto.
9290         (font-lock-warning-face): Ditto.
9291         ((boundp 'font-lock-face-attributes)): Ditto.
9293         * cus-face.el (custom-face-attributes): Use new face attributes.
9295         * faces.el (set-face-attribute-from-resource): Initialize
9296         from resources only for X and W32.
9298         * cus-face.el (custom-declare-face): Don't make frame-local
9299         faces.
9301         * faces.el (describe-face): Use princ instead of insert.
9303         * faces.el: Add XLFD manipulation functions from 20.2 again
9304         because fontset.el uses them.
9305         (face-set-after-frame-default): Add empty definition.
9307 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9309         * faces.el (make-face): Correct typo.
9310         (set-face-attribute-from-resource): Use let*.
9311         (face-underline-p): Correct typo.
9312         (face-inverse-video-p): Ditto.
9313         (set-face-stipple): Ditto.
9314         (face-read-string): Make completion-list optional parameter.
9316 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9318         * faces.el (face-charset-registries): Alist mapping charset
9319         symbols to registries and encoding.
9321 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9323         * frame.el (blink-cursor-mode): Use interactive spec "P".
9325 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9327         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
9328         mode.  The cursor of selected_window blinks if the mode is enabled.
9330 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9332         * simple.el (next-history-element): Set point to the end of the
9333         prompt if minibuffer-prompt-in-buffer.
9335 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9337         * faces.el (x-font-regexp): Add sub-expression parentheses for
9338         several font name components.
9340 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9342         * faces.el (set-face-relief): Use index 12 for relief.
9343         (face-fill-in): Set relief from data.
9344         (internal-make-face): Init relief to zero.
9346         * faces.el (face-spec-set): Call modify-face with additional
9347         parameters for relief and fixed-p.
9349 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9351         * cus-face.el: ':fixed and ':relief added.
9353         * faces.el (describe-face): Add fixed font attribute and relief.
9354         (face-attr-match-p): Ditto.
9355         (face-attr-construct): Ditto.
9356         (face-spec-set): Ditto.
9358 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9360         * faces.el (internal-make-face): Function to create a Lisp vector
9361         suitable for representing a face.
9362         (make-face): Use it instead of make-vector.
9363         (x-create-frame-with-faces): Use it instead of vector.
9364         (internal-facep): Increase vector size to 14.
9365         (internal-make-face): Ditto.
9366         (face-relief): Access relief thickness.
9367         (face-fixed-p): Access fixed font attribute.
9368         (set-face-fixed-p): Set fixed font attribute.
9369         (set-face-relief): Set relief attribute.
9370         (internal-face-interactive-int): Read int attribute of face.
9371         (modify-face): Add fixed-p and relief parameters.
9372         (copy-face): Handle fixed-p and relief.
9373         (face-equal): Compare fixed-p and relief.
9374         (face-differs-from-default-p): Ditto.
9375         (face-nontrivial-p): Add fixed-p and relief.
9377 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9379         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
9380         (internal-facep): Increase vector size.
9381         (make-face): Ditto.
9382         (face-shadow-thickness): Added.
9383         (set-face-shadow-thickness): Added.
9384         (modify-face): Add optional shadow-thickness parameter.
9385         (make-face-x-resource-internal): Add shadows.
9386         (copy-face): Ditto.
9387         (face-equal): Ditto.
9388         (face-differs-from-default-p): Ditto.
9389         (face-nontrivial-p): Ditto.
9390         (face-attr-match-p): Ditto.
9391         (face-attr-construct): Ditto.
9392         (face-spec-set): Ditto.
9393         (face-fill-in): Ditto.
9395 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9397         * bench.el (bench-mark-split-window): New bench mark.
9399 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9401         * faces.el (set-face-font): Don't pass default font to
9402         x-resolve-font so that font will not have to be of the same
9403         size.
9405 1999-07-20  Dave Love  <fx@gnu.org>
9407         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
9408         unconditionally t.
9410 1999-07-20  Karl Heuer  <kwzh@gnu.org>
9412         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
9414 1999-07-20  Dave Love  <fx@gnu.org>
9416         * help.el (describe-variable): Fix test for customizability.
9418         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
9419         Check for readonly buffer in interactive spec.
9420         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
9421         (backward-kill-word): Add * to interactive spec.
9423         * underline.el (underline-region, ununderline-region): Add * to
9424         interactive spec.
9426         * fill.el (canonically-space-region, justify-current-line): Add *
9427         to interactive spec.
9428         (fill-region-as-paragraph, fill-paragraph, fill-region)
9429         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
9430         readonly buffer in interactive spec.
9432         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9433         (backward-kill-sentence, kill-sentence): Add * to interactive
9434         spec.
9436 1999-07-19  Richard M. Stallman  <rms@gnu.org>
9438         * dired-aux.el (dired-do-shell-command): Doc fix.
9440         * shell.el (shell-unquote-argument): New function.
9441         (shell-directory-tracker): Use shell-unquote-argument.
9442         * comint.el (comint-arguments): Handle \ followed by space or tab.
9444 1999-07-19  John Wiegley  <jwiegley@borland.com>
9446         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
9447         color codes 39 and 49, which by the way lynx uses them seem to
9448         mean "foreground reset" and "background reset".
9450 1999-07-19  Karl Heuer  <kwzh@gnu.org>
9452         * font-lock.el (c++-keywords): Add "typeid".
9454         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
9455         selects no font, treat that as zero selections, not one.
9457 1999-07-19  Dave Love  <fx@gnu.org>
9459         * info.el (Info-search): Don't lose with empty regexp.
9461         * version.el: Cater for (free) `ident' program, not `which'.
9463         * hl-line.el: New file.
9465         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
9466         for modes which don't define menus.
9468 1999-07-16  Richard M. Stallman  <rms@gnu.org>
9470         * webjump.el (webjump-sample-sites): Update some URLs.
9472 1999-07-14  Richard Stallman  <rms@gnu.org>
9474         * Version 20.4 released.
9476 1999-07-14  Andreas Schwab  <schwab@gnu.org>
9478         * compare-w.el (compare-windows): Try to find the next window in
9479         the current frame before looking at the other frames.
9481 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
9483         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
9484         Use cyrillic-jcuken as default input method.
9486 1999-07-12  Richard Stallman  <rms@gnu.org>
9488         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
9489         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
9491         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
9492         (ispell-local-dictionary-alist): Add koi8-r for character set.
9494         * textmodes/flyspell.el (flyspell-get-word):
9495         Add special handling for when ispell-otherchars is empty.
9497 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
9499         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
9500         when having nested functons.
9501         (pascal-indent-nested-functions) (pascal-indent-line)
9502         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
9503         indenting nested functions.
9505 1999-07-09  Richard Stallman  <rms@gnu.org>
9507         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
9509 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
9511         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
9512         the `end' keyword was in the very beginning of the buffer.
9514 1999-07-08  Richard Stallman  <rms@gnu.org>
9516         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
9518         * term.el (term-emulate-terminal): Avoid infinite loop
9519         in strange case where minibuffer window is selected but not active.
9521 1999-07-07  Stephen Eglen  <stephen@gnu.org>
9523         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
9524         Change regexp so that it doesn't match commands beginning with `cd'.
9526 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9528         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
9530 1999-07-06  Richard Stallman  <rms@gnu.org>
9532         * hscroll.el (hscroll-minibuffer-hook): New function.
9533         (hscroll-global-mode): Add and remove that hook.
9534         Set hscroll-old-truncate-was-global's default value.
9536 1999-07-05  Richard Stallman  <rms@gnu.org>
9538         * files.el (revert-buffer): Don't preserve point here.
9539         (revert-buffer-insert-file-contents-function): Doc fix.
9541         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
9543         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
9544         doing a `stat' when it isn't necessary because that can cause
9545         trouble when an NFS server is down.
9547 1999-07-04  Richard Stallman  <rms@gnu.org>
9549         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
9551 1999-07-03  Richard Stallman  <rms@gnu.org>
9553         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
9554         for \200...\240 also.
9555         (isearch-printing-char): Use unibyte-char-to-multibyte.
9557 1999-07-02  Richard Stallman  <rms@gnu.org>
9559         * frame.el (minibuffer-frame-alist): Use defcustom.
9560         (pop-up-frame-alist): Likewise.
9561         (initial-frame-alist): Specify * in the doc string.
9563         * hscroll.el (hscroll-mode): Make it a permanent local.
9564         (hscroll-mode): Don't cancel the timer
9565         if HScroll mode is enabled in some other buffer.
9567         * isearch.el (isearch-done): If search ends in middle of intangible
9568         text (due to text property), move on to the limit of that text.
9570 1999-07-01  Andrew Innes  <andrewi@gnu.org>
9572         * man.el (Man-build-man-command): Use value of null-device,
9573         instead of hard-coding "/dev/null".
9575         * dos-w32.el (untranslated-canonical-name): Avoid expanding
9576         ange-ftp file names, which might force ange-ftp to prompt for a
9577         password.
9579         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
9580         to prevent references to temp files.
9582 1999-06-30  Richard Stallman  <rms@gnu.org>
9584         * progmodes/sh-script.el (sh-feature): If nothing is known
9585         about the given shell, use the values for `sh'.
9587 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9589         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
9590         to make it non-recursive.
9592         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
9594 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9596         * auto-show.el (auto-show-mode): Fix Typo in :set.
9598 1999-06-29  Richard M. Stallman  <rms@gnu.org>
9600         * progmodes/sh-script.el (sh-mode): When setting syntax
9601         table, default to the standard one.
9603 1999-06-27  Richard M. Stallman  <rms@gnu.org>
9605         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
9607 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
9609         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
9610         a frame when `return' is requested (even if pop-up-frames = t)
9611         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
9612         should only be set for the bibtex buffer.
9614         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
9616         * progmodes/compile.el: Deal with compilation-error-screen-columns
9617         being buffer-local.
9619 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9621         * comint.el (comint-password-prompt-regexp): Allow "(again)".
9623 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9625         * cal-x.el (calendar-only-one-frame-setup): New function.
9626         * calendar.el (calendar): Call it if requested.
9628 1999-06-24  Karl Heuer  <kwzh@gnu.org>
9630         * startup.el (iso-8859-n-locale-regexp): Doc fix.
9632 1999-06-22  Richard M. Stallman  <rms@gnu.org>
9634         * mail/supercite.el (sc-emacs-features): Doc fix.
9636 1999-06-22  Karl Heuer  <kwzh@gnu.org>
9638         * files.el (auto-mode-alist): Add pike-mode.
9640 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
9642         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
9643         last byte of a numeric field is a space or a NUL.  Parse it as
9644         potentially part of the number.  This is used by GNU tar
9645         1.12.64012 to handle larger values.
9647 1999-06-20  Karl Heuer  <kwzh@gnu.org>
9649         * custom.el (custom-handle-keyword): Fix error message.
9651 1999-06-18  Andrew Innes  <andrewi@gnu.org>
9653         * mail/smtpmail.el (smtpmail-send-it): Use
9654         convert-standard-filename to make file names for queued mail safe
9655         on Windows (`:' is invalid in file names on Windows).
9657 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
9659         * international/mule-cmds.el (describe-current-input-method):
9660         Current-input-method is string.
9661         (toggle-input-method): Docstring fixed.
9663         * international/mule-diag.el
9664         (describe-current-coding-system-briefly): Fix format string.
9666         * international/mule-util.el (coding-system-eol-type-mnemonic):
9667         Docstring modified.  Return a string.
9669 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
9671         * sql.el (sql-input-ring-file-name): Doc fix.
9673 1999-06-17  Richard M. Stallman  <rms@gnu.org>
9675         * calendar/cal-x.el (special-display-buffer-names):
9676         Don't put (get-file-buffer diary-file) on this list.
9678 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
9680         * play/mpuz.el (mpuz-try-proposal): Fix message call.
9681         Don't penalize player for certain impossible guesses.
9683 1999-06-16  Andrew Innes  <andrewi@gnu.org>
9685         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
9686         return the string "Unk  0  0000" so at least it appears to be a
9687         valid timestamp to `dired-move-to-filename-regexp'.
9689 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
9691         * ps-print.el (ps-control-character): Fix previous change.
9693 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9695         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
9696         multiple output of the last message.
9698 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
9700         * term/internal.el (IT-display-table-setup): Do not remap \222 to
9701         the ASCII apostrophe, as most DOS codepages have some other glyph
9702         there.
9704 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
9706         * language/ethio-util.el (setup-ethiopic-environment-internal):
9707         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
9708         (exit-ethiopic-environment): Likewize.
9710 1999-06-12  Richard M. Stallman  <rms@gnu.org>
9712         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
9714 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9716         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
9717         custom-initialize-default to avoid infinite loop.
9718         (crisp-mode): (defun) Call transient-mark-mode here, not when
9719         loading the file.  Run crisp-mode-hook here, and run
9720         crisp-load-hook when loading the file.
9722         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
9723         rmail-summary buffer, search for pattern in rmail-file.
9725         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
9727         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
9729         * ps-print.el (ps-printer-name): Fix custom type.
9731 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
9733         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
9734         (vhdl-port-paste-generic-map): Fix indentation bug.
9735         (vhdl-port-paste-port-map): Fix indentation bug.
9736         (vhdl-scan-file-contents): Make scanning case insensitive.
9738 1999-06-11  Richard M. Stallman  <rms@gnu.org>
9740         * files.el (write-file): When buffer is not already visiting a file,
9741         don't put buffer name in the minibuffer, just make it the default.
9742         Also handle just directory as arg usefully in that case.
9744         * simple.el (sendmail-user-agent-compose):
9745         Ignore case when inserting the rest of the "other" headers.
9747         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
9749         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
9750         (info-lookup-interactive-arguments): Never insert the default
9751         into the minibuffer automatically.
9753         * emacs-lisp/cl-extra.el (getf): Don't call get*.
9755 1999-06-09  Richard M. Stallman  <rms@gnu.org>
9757         * simple.el (shell-command): Avoid printing "mark set" message.
9759 1999-06-09  Dave Love  <fx@gnu.org>
9761         * progmodes/compile.el (compilation-error-regexp-alist): Allow
9762         digits in program name in first pattern.
9764 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9766         * vc.el (vc-dired-mode): Don't match anything before the date in
9767         dired-move-to-filename-regexp.
9769 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
9771         * international/quail.el (quail-define-rules): Fix typo in
9772         docstring.
9774 1999-06-05  Stephen Eglen  <stephen@gnu.org>
9776         * iswitchb.el (iswitchb-default-keybindings): Add
9777         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
9778         than when package is loaded.
9780 1999-06-04  Richard M. Stallman  <rms@gnu.org>
9782         * startup.el (command-line): Don't set user-init-file directly;
9783         tell `load' to set it.
9785         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
9787         * simple.el (next-history-element):
9788         Handle minibuffer-text-before-history properly when reading sexps.
9790         * disp-table.el (standard-display-european):
9791         For an interactive call by the user,
9792         don't set enable-multibyte-characters,
9793         and don't set the terminal coding system.
9795         * textmodes/refbib.el: Don't print any messages or display
9796         a buffer when loading the library.
9797         (r2b-help): Doc fix.
9798         (r2b-help-message): Update the documentation.
9799         (r2b-load-quietly): Variable deleted.
9800         (r2b-convert-buffer): Doc fix.
9802 1999-06-04  Dave Love  <fx@gnu.org>
9804         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
9806         * auto-show.el: Don't change hooks on loading.
9807         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
9808         (auto-show-mode): Add to hooks here.
9810 1999-06-04  Richard Sharman  <rsharman@pobox.com>
9812         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
9813         recursion on bogus input.
9815 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
9817         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
9818         does not select a buffer from the buffers menu, then the attached
9819         frame is not switched to anything.
9821 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
9823         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
9824         (viet-viscii-...->viet-vscii...).
9826         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
9828 1999-06-01  Dave Love  <fx@gnu.org>
9830         * progmodes/fortran.el: Add :link to defgroup.
9831         (fortran-blink-matching-if): Match ELSE statements too.
9832         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
9833         that filling is always done.
9835 1999-05-31  Richard M. Stallman  <rms@gnu.org>
9837         * simple.el (append-next-kill): Use an arg to distinguish
9838         interactive calls from Lisp calls, rather than (interactive-p).
9840         * international/iso-transl.el (iso-transl-language-alist):
9841         Interchange n and N.
9843 1999-05-31  Dave Love  <fx@gnu.org>
9845         * msb.el Add to minor-mode-map-alist.  Remove hook installation
9846         and keymap munging on load.
9847         (msb-mode): New option.
9848         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
9849         Doc fix.
9850         (msb-mode-map): New variable.
9851         (msb-mode): New command.
9853 1999-05-31  Dave Love  <fx@gnu.org>
9855         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
9856         (ispell-complete-word-dict): Likewise.
9858 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
9860         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
9861         force the data buffer to be saved, even if the data didn't
9862         change, in case the write filter was modified.  Restore the
9863         current record after read-file-filter finishes.
9865 1999-05-29  Karl Heuer  <kwzh@gnu.org>
9867         * ispell4.el: Obsolete; file deleted.
9869         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
9871         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
9872         VALUE is a syntax table.
9874         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
9876         * simple.el (zap-to-char): Doc fix.
9878 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
9880         * isearch.el (isearch-quote-char): Don't assume character codes
9881         0200 - 0237 stand for characters in some single-byte character
9882         charset.
9884 1999-05-27  Dave Love  <fx@gnu.org>
9886         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
9888 1999-05-27  Andreas Schwab  <schwab@gnu.org>
9890         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
9891         headerline does not exist already.
9893 1999-05-26  Richard Stallman  <rms@gnu.org>
9895         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9896         Avoid nested null-loops.
9898 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
9900         * international/characters.el: Typo fixed; prefered->preferred.
9902         * international/mule-cmds.el (find-coding-systems-for-charsets):
9903         Typo fixed; prefered->preferred.
9905         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
9906         method in read-event.
9908         * international/mule.el (charset-info): Doc-string fixed.
9910 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
9912         * mail/smtpmail.el (smtpmail-send-it): Bind
9913         smtpmail-code-conv-from properly.
9914         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
9915         by smtpmail-code-conv-from.
9917 1999-05-24  Richard Stallman  <rms@gnu.org>
9919         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
9920         Binding deleted also.
9922 1999-05-24  Karl Heuer  <kwzh@gnu.org>
9924         * comint.el (comint-bol-or-process-mark): Doc fix.
9926 1999-05-23  Dave Love  <fx@gnu.org>
9928         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
9929         Enter it on minor-mode-map-alist.
9930         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
9931         Autoload.  Add custom setter.
9932         (crisp-mark-line): Doc fix.
9933         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
9934         (crisp-mode-hook): Define.
9936 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
9938         * files.el (recover-file): Recover buffer-file-coding-system.
9940 1999-05-22  Richard Stallman  <rms@gnu.org>
9942         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
9943         regexp match the date, to avoid treating date as file size.
9944         Add YYYY S option to WESTERN/
9946         * bookmark.el: Delete some XEmacs compatibility code.
9947         (bookmark-jump-noselect): Check vc-backend.
9949         * subr.el (add-to-list): Doc fix.
9951 1999-05-21  Stephen Eglen  <stephen@gnu.org>
9953         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
9955 1999-05-18  Richard Stallman  <rms@gnu.org>
9957         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
9958         non-space after the @anchor command.
9959         (texinfo-format-var): Handle other nested constructs, using
9960         texinfo-parse-expanded-arg and texinfo-discard-command, not
9961         texinfo-parse-arg-discard.
9963         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
9964         (debug): Bind and use debugger-outer-inhibit-redisplay.
9965         Bind inhibit-redisplay to nil.
9966         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
9968 1999-05-17  Dave Love  <fx@gnu.org>
9970         * help.el (describe-function-1): Extra arg, interactive-p.
9971         (describe-key, describe-function): Use it.
9973 1999-05-17  Karl Heuer  <kwzh@gnu.org>
9975         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
9977 1999-05-16  Dave Love  <fx@gnu.org>
9979         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
9980         scroll-preserve-screen-position, scroll-conservatively.
9982 1999-05-16  Dave Love  <fx@gnu.org>
9984         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
9986 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
9988         * progmodes/vhdl-mode.el: Completely revised and massively extended.
9990 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9992         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
9993         magic number and is not associated with a file.
9995 1999-05-14  Richard M. Stallman  <rms@gnu.org>
9997         * files.el (find-file-noselect-1): Fix previous change.
9999 1999-05-14  Simon Marshall  <simon@gnu.org>
10001         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
10003 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
10005         * international/mule-diag.el (mule-diag): Change MULE to Mule in
10006         docstring.
10008         * international/mule-cmds.el: Change MULE to Mule in docstrings
10009         and menus.
10011 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
10013         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
10014         to correctly reflect the value of BaseLineOffset in
10015         RelativeCompose.  Now the value of RelativeCompose is an array of
10016         low and high positions.
10017         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
10018         RLC for the above change.
10020 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
10022         * comint.el (comint-password-prompt-regexp): Modified to match the
10023         output of ksu and ssh-add.
10025 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
10027         * language/korea-util.el (isearch-toggle-korean-input-method):
10028         Adjusted for the change of input method handling in isearch.el.
10029         (isearch-hangul-switch-symbol-ksc): Likewise.
10030         (isearch-hangul-switch-hanja): Likewise.
10032 1999-05-10  Dave Love  <fx@gnu.org>
10034         * help.el (help-make-xrefs): Fix typo.
10036 1999-05-10  Andreas Schwab  <schwab@gnu.org>
10038         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
10039         unibyte-display-via-language-environment.
10041         * help.el (help-make-xrefs): Handle more cases when looking for
10042         commands in a keymap description.
10044 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
10046         * loadup.el: For ms-dos systems, load ccl and codepage.
10048 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
10050         * ps-print.el (ps-control-character): Call
10051         ps-mule-prepare-ascii-font to setup ASCII fonts.
10053         * ps-mule.el (ps-mule-begin-job): Redo this change "if
10054         ps-multibyte-buffer is nil, use
10055         ps-mule-font-info-database-default."
10057 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
10059         * ispell.el (ispell-local-dictionary-alist): New variable for
10060         customizing local dictionaries not accessable by everyone.
10061         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
10062         (ispell-required-version): Changed format `(major minor
10063         revision)' to support general pattern matching.
10064         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
10065         skip region commented out due to incorrect skip potential in std latex.
10066         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
10067         cursor point on small words for calls from `ispell-minor-mode'.
10068         (check-ispell-version): Tests and accepts versions major.minor
10069         and above, with adjustments for interactions in 3.1.0-3.1.11.
10070         (ispell-get-line): No longer skips ispell process special characters.
10071         (ispell-comments-and-strings): Removed `when' macro call.
10072         (ispell-minor-check): Requires ispell-word to restore cursor point.
10073         (ispell-buffer-local-parsing): Supports checking comments only.
10075 1999-05-08  Karl Heuer  <kwzh@gnu.org>
10077         * comint.el (comint-password-prompt-regexp): Fix last change to be
10078         more specific.
10080 1999-05-07  Richard M. Stallman  <rms@gnu.org>
10082         * subr.el (with-temp-message): Fix the other call to message
10083         to use %s.
10085 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
10087         * gud.el (gud-format-command): "%F" means file sans extension.
10088         (jdb): Use %F, not %f, for gud-break.
10090 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
10092         * comint.el (comint-password-prompt-regexp): Modified so that it
10093         matches the output of kinit.
10095 1999-05-06  Greg Stark  <gsstark@mit.edu>
10097         * timezone.el (timezone-parse-date): Recognize new format used in
10098         internet cookies.
10100 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
10102         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
10104 1999-05-04  Andrew Innes  <andrewi@gnu.org>
10106         * time.el (display-time-update): Allow for wrap-around when
10107         checking against display-time-server-down-time.
10109 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
10111         * international/mule-diag.el (describe-coding-system): Fix English
10112         message.
10114 1999-05-03  Jason Rumney <jasonr@altavista.net>
10116         * term/w32-win.el: Change the x-charset-registry property for the
10117         Japanese charsets that are supported by Japanese Windows fonts.
10119 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10121         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
10122         diary-block diary entries for which the reminders and the diary
10123         entries can overlap.
10125 1999-05-02  Jason Rumney <jasonr@altavista.net>
10127         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
10128         matches the font selected in the dialog.
10130 1999-05-02  Dave Love  <fx@gnu.org>
10132         * browse-url.el (browse-url-browser-function): Add :version.
10134         * international/mule.el (auto-coding-alist): Add .tgz.
10136 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
10138         * international/codepage.el (cp-coding-system-for-codepage-1):
10139         Make the magnification parameter for the -dos encoder be 2.
10141 1999-05-2  Andrew Innes  <andrewi@gnu.org>
10143         * term/w32-win.el (w32-drag-n-drop): Select file in window where
10144         it is dropped, rather than current window.
10146         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
10147         after switching buffer, as case-fold-search is a buffer local
10148         variable.
10150         * w32-fns.el (convert-standard-filename): Only convert directory
10151         separators to backslash if the interactive shell is one of the
10152         standard Windows shells that has DOS semantics.
10154         * ls-lisp.el (ls-lisp-format-time): Trap errors from
10155         format-time-string, and return a suitable string to indicate the
10156         timestamp was invalid.
10158         * hexl.el (hexlify-command): Apply shell-quote-argument after
10159         expanding hexl-program in case exec-directory contains a space.
10160         (dehexlify-command): Ditto.
10162         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
10163         file extension regexps which aren't necessarily binary files.
10164         (direct-print-region-helper): Use subst-char-in-string instead of
10165         binding directory-sep-char to convert filenames to DOS syntax.
10166         (direct-print-region-use-command-dot-com): New variable.
10167         (direct-print-region-helper): Use it to control whether to invoked
10168         command.com to print on Windows 9x.
10170         * browse-url.el (browse-url-browser-function): Default to
10171         browse-url-default-windows-browser on windows-nt.
10172         (browse-url-default-windows-browser): New function.
10174 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
10176         * forms.el (forms-mode): Don't call forms-first-record or
10177         forms-last-record if the data file has zero records.
10179 1999-04-29  Richard M. Stallman  <rms@gnu.org>
10181         * files.el (find-file-noselect-1): If buffer-file-name has changed
10182         after find-file-not-found-hooks runs, recompute the truename.
10183         And don't use FILENAME after that point.
10185 1999-04-27  Dave Love  <fx@gnu.org>
10187         * paren.el (show-paren-mode)
10188         * which-func.el (which-func-mode-global)
10189         * type-break.el (type-break-mode)
10190         * time.el (display-time-mode)
10191         * rsz-mini.el (resize-minibuffer-mode)
10192         * mouse-sel.el (mouse-sel-mode)
10193         * icomplete.el (icomplete-mode)
10194         * hscroll.el (hscroll-global-mode)
10195         * help.el (temp-buffer-resize-mode)
10196         * font-lock.el (global-font-lock-mode)
10197         * delsel.el (delete-selection-mode)
10198         * avoid.el (mouse-avoidance-mode)
10199         * autoinsert.el (auto-insert-mode)
10200         * winner.el (winner-mode): Doc fix.
10202 1999-04-26  Karl Heuer  <kwzh@gnu.org>
10204         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
10205         the same whitespace that was ignored in choosing the subject string.
10207 1999-04-26  Richard M. Stallman  <rms@gnu.org>
10209         * info.el (Info-find-node): Position properly after finding anchor.
10211         * cus-start.el (all): Handle unibyte-display-via-language-environment.
10213         * simple.el (indent-new-comment-line): Fix previous change.
10215         * complete.el: Delete the wildcard expansion feature
10216         since that is now standard in find-file.
10217         (PC-try-load-many-files): Function deleted.
10218         (PC-after-load-many-files): Function deleted.
10219         (PC-many-files-list): Variable deleted.
10220         (PC-disable-wildcards): Variable deleted.
10221         (partial-completion-mode): Don't enable the wildcard feature.
10223         * complete.el (PC-look-for-include-file): Don't set global variables
10224         `error', `buf' and `filename' here.
10226         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
10228 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
10230         * textmodes/outline.el (outline-regexp): Doc fix.
10232 1999-04-26  John Wiegley  <johnw@borland.com>
10234         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
10235         C++Builder 4.0 error message syntax.
10237 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
10239         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
10240         supported, use find -exec.
10242 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
10244         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
10245         coding-system-for-write, to avoid hanging when non-interactive.
10247 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10249         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
10250         start with a newline.
10252 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
10254         * international/mule-conf.el (x-ctext): New coding system.
10256 1999-04-12  Richard M. Stallman  <rms@gnu.org>
10258         * international/mule-cmds.el (input-method-function):
10259         Add permanent-local property.
10261 1999-04-12  Dave Love  <fx@gnu.org>
10263         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
10264         change to use jka-compr-byte-compiler-base-file-name.
10266         * supercite.el (sc-scan-info-alist): Revert last change.
10267         (sc-attrib-selection-list): Fix :type here instead.
10269 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
10271         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
10272         in the list of case-insensitive filesystems.
10274 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
10276         * international/fontset.el (create-fontset-from-fontset-spec):
10277         Don't register duplicated alias fontset names.
10279 1999-04-08  Richard Stallman  <rms@gnu.org>
10281         * international/mule.el (auto-coding-alist-lookup): New function.
10282         (set-auto-coding): Use auto-coding-alist-lookup.
10284         * jka-compr.el (jka-compr-insert-file-contents):
10285         Use auto-coding-alist-lookup to check for files that
10286         should not have eol conversion, in the unibyte case.
10288 1999-04-07  Dave Love  <fx@gnu.org>
10290         * help.el (describe-variable): Check custom-loads property as well
10291         as custom-type.
10293         * abbrev.el (abbrev-mode): Customizing sets the default value.
10295 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10297         * vc.el (vc-backend-revert): For CVS files that were made
10298         writeable with "cvs edit", call "cvs unedit" to undo that.
10300 1999-04-08  Dave Love  <fx@gnu.org>
10302         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
10303         more.
10304         (sc-emacs-features): Recognize Emacs 20.
10305         (sc-read-string): Use history arg.
10306         (sc-scan-info-alist): Check for rtnvalue a cons.
10308 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
10310         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
10311         coding system to encode the message by
10312         select-message-coding-system.
10314 1999-04-07  Richard Stallman  <rms@gnu.org>
10316         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
10318         * winner.el: Reorder definitions.
10320         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
10322         * mail/rmail.el (rmail-decode-babyl-format):
10323         Undo previous change.
10325 1999-04-06  Richard Stallman  <rms@gnu.org>
10327         * info.el (Info-find-node): Check for an anchor at the
10328         proper place, before reading an indirect file.
10330         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
10332         * jka-compr.el (jka-compr-insert-file-contents):
10333         Use raw-text-unix when we want no conversion.
10335 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
10337         * timezone.el (timezone-parse-date): Corrected regexp for
10338         style (5) date format so that tenths of seconds are optional.
10340 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
10342         * term/internal.el (dos-cpNNN-setup): New function, with the guts
10343         of dos-codepage-setup.
10344         (cjk-codepages-alist): New variable, an alist of Far-Eastern
10345         codepages for which there's no need to set up cpNNN coding
10346         systems.
10347         (dos-codepage-setup): Support Far-Eastern DOS terminals.
10349 1999-04-05  Richard Stallman  <rms@gnu.org>
10351         * mail/rmail.el (rmail-ignored-headers): Doc fix.
10353 1999-04-02  Richard Stallman  <rms@gnu.org>
10355         * progmodes/compile.el (compilation-handle-exit): Do right thing
10356         if (car status) doesn't end in a newline.
10358 1999-04-01  Dave Love  <fx@gnu.org>
10360         * progmodes/sql.el (SQL): Add defgroup :version.
10362 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
10364         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
10365         buffer-file-coding-system.  If the coding system used is raw-text,
10366         etc., make the *Compiler Input* buffer unibyte.
10368         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
10370         * loadup.el: Don't write the fns-...el file if not dumping.
10372 1999-03-31  Dave Love  <fx@gnu.org>
10374         * snmp-mode.el (snmp): Fix defgroup :version.
10376         * hilit-chg.el (highlight-changes): Add defgroup :version.
10378 1999-03-31  Andreas Schwab  <schwab@gnu.org>
10380         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
10381         the gnus-save-hidden-threads macro.
10383 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
10385         * faces.el (face-set-after-frame-default): Obey the
10386         `customized-face' for new faces.
10388 1999-03-30  Dave Love  <fx@gnu.org>
10390         * international/mule-cmds.el (current-language-environment): Doc fix.
10391         * abbrev.el (abbrev-mode): Doc fix.
10392         * autoinsert.el (auto-insert-mode): Doc fix.
10393         * complete.el (partial-completion-mode): Doc fix.
10394         * avoid.el (mouse-avoidance-mode): Doc fix.
10395         * delsel.el (delete-selection-mode): Doc fix.
10396         * font-lock.el (global-font-lock-mode): Doc fix.
10397         * help.el (temp-buffer-resize-mode): Doc fix.
10398         * hscroll.el (hscroll-global-mode): Doc fix.
10399         * icomplete.el (icomplete-mode): Doc fix.
10400         * mouse-sel.el (mouse-sel-mode): Doc fix.
10401         * paren.el (show-paren-mode): Doc fix.
10402         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
10403         * time.el (display-time-mode): Doc fix.
10404         * type-break.el (type-break-mode): Doc fix.
10405         * which-func.el (which-func-mode-global): Doc fix.
10406         * winner.el (winner-mode): Doc fix.
10408 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
10410         * wid-edit.el (widget-before-change): Signal text-read-only rather
10411         than an ordinary error.
10413 1999-03-30  Richard M. Stallman  <rms@gnu.org>
10415         * repeat.el: Don't require advice.
10416         (repeat): Do function-indirection in check for kbd macro.
10417         In self-insert case, use the *last* char in INSERTION.
10419 1999-03-30  Karl Heuer  <kwzh@gnu.org>
10421         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
10423 1999-03-29  Andreas Schwab  <schwab@gnu.org>
10425         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
10426         comint-input-filter-functions.  Make variables related to shell
10427         directory tracking local.
10429 1999-03-26  Andreas Schwab  <schwab@gnu.org>
10431         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
10433         * simple.el (shell-command-on-region): Cope with exit-status being
10434         nil, which happens if call-process-region was interrupted.
10436 1999-03-26  Richard M. Stallman  <rms@gnu.org>
10438         * simple.el (indent-new-comment-line): Handle use at a point
10439         after a comment-end.  Handle multiple comments.
10441         * mail/rmail.el (rmail-decode-babyl-format):
10442         To prevent locking, bind buffer-file-name to nil.
10444 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
10446         * mail-hist.el (mail-hist-current-header-name): Don't make
10447         off-by-one-error when determining if in message body.
10449 1999-03-25  Andrew Innes  <andrewi@gnu.org>
10451         * w32-fns.el (set-default-process-coding-system): Copied from
10452         dos-w32.el, but modified to use Unix line endings for process
10453         input, and to add a suitable entry to process-coding-system-alist
10454         for DOS shells.
10456         * dos-fns.el (set-default-process-coding-system): Copied from
10457         dos-w32.el.
10459         * dos-w32.el (set-default-process-coding-system): Move function to
10460         dos-fns.el; a different version is used in w32-fns.el.
10462 1999-03-24  Dave Love  <fx@gnu.org>
10464         * info.el (Info-directory-list): Revert change to re-writing
10465         Info-default-directory-list, but put `alternative' first.
10466         (Info-insert-dir): Modify selecting the top dir file as a consequence.
10468 1999-03-23  Simon Marshall  <simon@gnu.org>
10470         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
10471         on the line by itself.
10472         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
10473         it is not in a declarative context.
10475 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10477         * cus-edit.el (custom-variable-prompt): Allow customization of
10478         autoloaded symbols.
10480 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
10482         * simple.el (what-cursor-position): Don't cause error when point
10483         is at invalid multibyte sequence.
10485 1999-03-21  Karl Heuer  <kwzh@gnu.org>
10487         * complete.el (partial-completion-mode): Doc fix.
10489 1999-03-19  Richard M. Stallman  <rms@gnu.org>
10491         * progmodes/cplus-md.el (old-c++): Remove :group.
10493         * progmodes/c-mode.el (old-c): Remove :group.
10495 1999-03-18  Simon Marshall  <simon@gnu.org>
10497         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
10498         (java-font-lock-keywords-2): Added "strictfp" keyword.
10500 1999-03-17  Jason Rumney <jasonr@altavista.net>
10502         * w32-fns.el (set-w32-system-coding-system) New function.
10503         (w32-system-coding-system) Initialize to 'iso-latin-1.
10505 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
10507         * international/mule-cmds.el (set-language-environment): Fix
10508         previous change: don't use dos-codepage when unbound.
10510 1999-03-17  Karl Heuer  <kwzh@gnu.org>
10512         * calendar/appt.el (appt-make-list): Fix previous change.
10514 1999-03-16  Richard M. Stallman  <rms@gnu.org>
10516         * window.el (shrink-window-if-larger-than-buffer):
10517         Don't try to redisplay with the cursor at the end
10518         on its own line--that would force a scroll and spoil things.
10520 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
10522         * international/mule-cmds.el (set-language-environment): Don't use
10523         cpNNN-nonascii-translation-table if it is unbound.
10525         * term/internal.el (dos-codepage-setup): Compute the unibyte
10526         syntax table and bind unibyte-display-via-language-environment
10527         here, rather than at top level, so that resetting to unibyte in
10528         .emacs works as expected.
10530 1999-03-15  Simon Marshall  <simon@gnu.org>
10532         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
10534 1999-03-14  Milan Zamazal <pdm@pvt.net>
10536         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
10538 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
10540         * international/mule-util.el (detect-coding-with-priority):
10541         Restore the internal database.
10543 1999-03-14  Stephen Eglen  <stephen@gnu.org>
10545         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
10546         if mail-from-style has invalid value.
10548 1999-03-12  Karl Heuer  <kwzh@gnu.org>
10550         * vc.el (vc-delete-logbuf-window): New var.
10551         (vc-finish-logentry): Use it.
10553 1999-03-12  Richard M. Stallman  <rms@gnu.org>
10555         * startup.el (command-line-1): Improve startup msg.
10557 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
10559         * speedbar.el: Added commentary about stealthy functions.
10560         (speedbar-message) new function.
10561         (speedbar-y-or-n-p): New function
10562         (speedbar-with-attached-buffer) Moved macro before reference.
10563         Now uses `save-selected-window'.
10564         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
10565         speedbar-generic-item-info, speedbar-item-info-file-helper,
10566         speedbar-item-delete, speedbar-insert-generic-list,
10567         speedbar-timer-fn, speedbar-check-vc-this-line,
10568         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
10569         speedbar-buffers-item-info) Use speedbar-message.
10570         (speedbar-item-info) Limit `message-log-max'.
10571         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
10572         speedbar-item-delete, speedbar-item-object-delete,
10573         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
10575 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
10577         * server.el (server-start): Set coding system for the server
10578         process to raw-text.
10579         (server-process-filter): Decode file names if necessary.
10581 1999-03-12  Dave Love  <fx@gnu.org>
10583         * textmodes/fill.el (sentence-end-double-space): Doc fix.
10585         * textmodes/paragraphs.el (sentence-end): Doc fix.
10587 1999-03-11  Karl Heuer  <kwzh@gnu.org>
10589         * comint.el (comint-password-prompt-regexp): Accept "login password:"
10591 1999-03-09  Karl Heuer  <kwzh@gnu.org>
10593         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
10594         (ispell-dictionary-alist-2): Likewise.
10595         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
10596         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
10597         (ispell-dictionary-alist): Build from six pieces, not just two.
10599         * ps-bdf.el (bdf-directory-list): Doc fix.
10601         * enriched.el (enriched-mode): Make var permanent-local.
10603 1999-03-09  Dave Love  <fx@gnu.org>
10605         * textmodes/sgml-mode.el (html-mode): Use
10606         sentence-end-double-space when setting sentence-end.
10608 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
10610         * language/thai.el (tis-620): New alias coding system for thai-tis620.
10612 1999-03-08  Felix Lee  <flee@cygnus.com>
10614         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
10616         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
10618 1999-03-08  Karl Heuer  <kwzh@gnu.org>
10620         * dired-aux.el (dired-do-copy-regexp): Doc fix.
10621         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10623         * dired.el (dired-do-copy-regexp): Doc fix.
10624         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10626 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
10628         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
10630 1999-03-08  Jason Rumney <jasonr@altavista.net>
10632         * international/codepage.el (cp1250-decode-table)
10633         (cp1251-decode-table, cp1253-decode-table)
10634         (cp1257-decode-table): New translation tables for MS Windows codepages.
10635         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
10637 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
10639         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
10641 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
10643         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
10645         * term/internal.el (top level): Display character 255 as 8bit as well.
10647 1999-03-06  Dave Love  <fx@gnu.org>
10649         * progmodes/cc-cmds.el (c-outline-level): Bind
10650         buffer-invisibility-spec.
10652         * progmodes/c-mode.el (c-outline-level): Likewise.
10654         * progmodes/ada-mode.el (ada-outline-level): Likewise.
10656 1999-03-05  Felix Lee  <flee@cygnus.com>
10658         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
10660 1999-03-05  Richard M. Stallman  <rms@gnu.org>
10662         * bindings.el (complete-symbol): Invert meaning of prefix arg.
10664 1999-03-05  Andrew Innes  <andrewi@gnu.org>
10666         * w32-fns.el (convert-standard-filename): Convert directory
10667         separators to Windows format.
10669 1999-03-05  Andreas Schwab  <schwab@gnu.org>
10671         * international/skkdic-cnv.el: Provide skkdic-cnv.
10672         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
10673         (batch-skkdic-convert): Doc fix.
10675 1999-03-04  Dave Love  <fx@gnu.org>
10677         * custom.el (custom-set-variables): Protect against setter errors.
10679 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
10681         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
10682         the file sizes from overflowing.
10683         (ls-lisp-format): If file size is a float, use %8.0f to print it.
10684         Under -s, print the size in blocks with %4.0f, in case they have
10685         a *really* huge file.
10687 1999-03-03  Dave Love  <fx@gnu.org>
10689         * options.el (edit-options): Doc fix.
10690         (list-options): Don't lose with unbound symbols.  Maintain
10691         Edit-options-mode.
10693 1999-03-01  Dave Love  <fx@gnu.org>
10695         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
10697 1999-02-28  Richard M. Stallman  <rms@gnu.org>
10699         * ispell.el (ispell-dictionary-alist-override): New variable.
10700         (ispell-dictionary-alist): Don't setq it,
10701         if ispell-dictionary-alist-override is set.
10703         * simple.el (shell-command-default-error-buffer): Renamed from
10704         shell-command-on-region-default-error-buffer.
10705         (shell-command-on-region): Mention in echo area when there
10706         is some error output.  Mention success or failure, too.
10707         Accumulate multiple error outputs
10708         going forward, with formfeed in between.  Display the error buffer
10709         when we have put something in it.
10710         (shell-command): Add the ERROR-BUFFER argument feature.
10712 1999-02-28  Karl Heuer  <kwzh@gnu.org>
10714         * mail/mh-utils.el (mh-lib): Doc fix.
10715         (mh-lib-progs, mh-nmh-p): New vars.
10716         (mh-find-progs): Set mh-lib-progs along with other vars.
10717         (mh-path-search): New arg FUNC-P; if specified, use that instead
10718         of mh-file-command-p.
10719         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
10721         * mail/mh-comp.el (mh-repl-formfile): New var.
10722         (mh-smail-batch): Don't ignore all arguments.
10723         (mh-reply): Do the right thing when using nmh.
10725 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
10727         * international/mule-cmds.el (select-safe-coding-system): Be sure
10728         to show a buffer being decoded.
10730 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
10732         * ps-bdf.el (bdf-directory-list): Initialize it to
10733         '("/usr/local/share/emacs/fonts/bdf").
10735 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10737         * ps-print.el: PostScript programming fix.
10738         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
10739         setpagedevice operator).
10741 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10743         * ps-print.el: Doc fix, font size specifies landscape and portrait
10744         sizes.
10745         (ps-print-version): New version number (4.1.4).
10746         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
10747         Specifies landscape and portrait sizes.
10748         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
10749         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
10750         fix.
10751         (ps-get-font-size): New fun.
10752         (ps-font-size-internal, ps-header-font-size-internal)
10753         (ps-header-title-font-size-internal): New vars.
10755         * ps-mule.el: Change of ps-print font size variable name.
10756         (ps-mule-generate-font): Fun fix.
10757         (ps-mule-begin-job): Programming uniformization.
10759 1999-02-25  Dave Love  <fx@gnu.org>
10761         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
10762         (help-make-xrefs): Do Info case first.
10764         * repeat.el: Don't require advice.
10765         (repeat-last-kill-command): Variable deleted.
10767 1999-02-25  Richard Stallman  <rms@gnu.org>
10769         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
10770         case just because the current buffer is the output buffer.
10772 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
10774         * simple.el (what-cursor-position): To show the character's
10775         encoding, use encoded-string-description instead of information
10776         of chaset-origin-alist.
10778         * international/mule-cmds.el (iso-2022-control-alist): New variable.
10779         (encoded-code-description): New function.
10780         (encoded-string-description): New function.
10781         (encode-coding-char): New function.
10783 1999-02-25  Andrew Innes  <andrewi@gnu.org>
10785         * startup.el (command-line) [windows-nt]: Fix typo in regexp
10786         checking for .emacs[.el[c]].
10788 1999-02-24  Richard Stallman  <rms@gnu.org>
10790         * help.el (describe-function-1): Don't print a whole lambda-function.
10792 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
10794         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
10795         inputting ?\240.
10797 1999-02-23  Karl Heuer  <kwzh@gnu.org>
10799         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
10801         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
10802         (clean-buffer-list-kill-buffer-names): Doc fix.
10804         * gud.el (gud-jdb-massage-args): Spelling fix.
10806 1999-02-23  Richard M. Stallman  <rms@gnu.org>
10808         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
10810 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
10812         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
10813         excursion while calling set-auto-coding-function.
10815         * play/handwrite.el (handwrite): Require ps-print, and use
10816         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
10817         if it's defined, instead of forking ps-lpr-command unconditionally.
10819 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
10821         * international/codepage.el (cp-coding-system-for-codepage-1): Put
10822         charset-origin-alist property to a coding system for the codepage.
10824         * international/mule.el: Modify comment for charset-origin-alist
10825         property of a coding system.
10827         * simple.el (what-cursor-position): charset-origin-alist property
10828         of a coding system may be a translation table or a symbol of which
10829         `translation-table' property is a translation table.
10831 1999-02-21  Richard Stallman  <rms@gnu.org>
10833         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
10834         to the "html" template.
10836 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
10838         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
10840 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
10842         * dirtrack.el (dirtrack): Check for the prompt in the input string
10843         instead of the buffer.
10845 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
10847         * sql.el: Set version to 1.4.1.  Changed mail address to
10848         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
10849         (sql-input-ring-separator): Doc fix.
10850         (sql-mode-syntax-table): double-dash starts comments is defined as
10851         ". 56" instead of ". 12b" for XEmacs.
10852         (sql-stop, sql-interactive-mode): Doc fixes.
10853         (sql-postgres): Queries for database and server, not just one.
10854         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
10856         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
10857         changed.  This is needed for master.el to work.
10858         (sql-set-sqli-buffer): Use the new hook.
10860         * sql.el (sql-make-alternate-buffer-name): Function that sets
10861         sql-alternate-buffer-name.
10862         (sql-alternate-buffer-name): Possible name of SQLi buffers.
10863         (sql-interactive-mode): Set sql-alternate-buffer-name.
10864         (sql-rename-buffer): New command.
10865         (sql-interactive-mode-menu): Menu for SQLi buffers.
10867         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
10868         and sql-input-ring-file-name are used to temporarily set
10869         comint-input-ring-file-name and comint-input-ring-separator when
10870         reading and writing input history files.
10872         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
10873         (sql-input-ring-file-name): New variable with customization.
10874         (sql-input-ring-separator): New variable with customization.
10875         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
10876         Callers changed.
10877         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
10878         now includes the name of the current buffer.
10880         (sql-mode): Set paragraph-separate and paragraph-start so that
10881         sql-send-paragraph sends the entire SQL statements, even if it
10882         contains indented lines.
10884 1999-02-18  Dave Love  <fx@gnu.org>
10886         * format.el (format-encode-run-method, format-decode-run-method):
10887         Fix previous change.
10889 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
10891         * international/mule.el (coding-system-list): Moved here from
10892         mule-util.el to avoid autoloading mule-util by the call of
10893         select-safe-coding-system.
10895 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10897         * simple.el (turn-on-auto-fill): Mark it as an option for
10898         `text-mode-hook'.
10900 1999-02-17  Richard Stallman  <rms@gnu.org>
10902         * emacs-lisp/easymenu.el (easy-menu-get-map):
10903         Don't crash if (current-local-map) is nil.
10905 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
10907         * filecache.el (file-cache-filter-regexps): Added .class.
10909 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
10911         * international/mule-util.el (decompose-region): Use
10912         insert-buffer-substring instead of insert-buffer to avoid putting
10913         mark.
10915 1999-02-17  Andreas Schwab  <schwab@gnu.org>
10917         * calendar/cal-move.el (scroll-calendar-left): Don't set
10918         displayed-month and displayed-year here, let generate-calendar do
10919         it, after range checking.
10921 1999-02-17  Simon Marshall  <simon@gnu.org>
10923         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
10925         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
10926         correctly between an object declared via a constructor and a method.
10927         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
10928         (java-font-lock-keywords-1): Fontify package names individually.
10929         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
10930         (java-font-lock-keywords-2): Simplify type fontification.
10931         (java-font-lock-keywords-3): Likewise.
10933 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
10935         * language/japanese.el (iso-2022-jp-2): New coding system.
10936         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
10938 1999-02-16  Dave Love  <fx@gnu.org>
10940         * help.el (describe-function-1): Accept non-symbols.
10942 1999-02-16  Paul Eggert  <eggert@twinsun.com>
10944         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
10945         find the last match if there are multiple matches.
10947 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10949         * tex-mode.el (tex-run-command, latex-run-command)
10950         (slitex-run-command, tex-command): Doc changes.
10951         (tex-start-options-string): Autoload it.  Doc change.  Provide
10952         a menu for customization.  Allow nil.  Quote backslashes only once.
10953         (tex-start-tex): Handle nil value of tex-start-options-string
10954         and apply shell-quote-argument to it.
10956 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
10958         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
10959         the size in blocks, since it can be a float.
10960         (ls-lisp-format): Likewise
10962 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
10964         * language/japanese.el (japanese-shift-jis): Add
10965         charset-origin-alist property.
10967 1999-02-15  Richard Stallman  <rms@gnu.org>
10969         * progmodes/compile.el (compile-internal): Use save-selected-window.
10971         * subr.el (momentary-string-display): Bind inhibit-read-only.
10973         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
10975 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
10977         * mail/rmail.el (rmail-show-message): If an unseen message has a
10978         Summary-line in its header, get past one more line before looking
10979         for the X-Coding-System header.
10981 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
10983         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
10984         explicitly to accomodate Windows 9X lack of a useful copy program.
10986 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10988         * wid-edit.el (widget-choice-value-create): Use `equal'
10989         instead of `eq'.
10991 1999-02-14  Richard Stallman  <rms@gnu.org>
10993         * international/iso-transl.el:
10994         (iso-transl-ae): Renamed from iso-transl-e-slash.
10995         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
10996         (iso-transl-AE): Renamed from iso-transl-E-slash.
10997         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
10998         (iso-transl-char-map): Related changes.
11000         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
11002 1999-02-13  Richard Stallman  <rms@gnu.org>
11004         * textmodes/texinfmt.el (texinfo-alias): New function.
11005         (texinfo-fold-nodename-case): Add defvar.
11006         (texinfo-format-node): Do case folding if specified.
11008         * ffap.el (ffap-file-at-point): Test local file names
11009         immediately.  Strip off line numbers.
11011 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
11013         * sql.el: Set version to 1.3.2
11014         (sql-solid-program): Added support for solid.
11015         (sql-help): Doc mentions sql-solid.
11016         (sql-solid): Entry function for Solid.
11017         (sql-buffer): Doc explains the use of the variable and how to
11018         change it.
11019         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
11020         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
11021         disabled if sql-buffer doesn't have a process; sql-send-paragraph
11022         is new.
11023         (sql-show-sqli-buffer): New function to display the value of
11024         sql-buffer.
11025         (sql-change-sqli-buffer): New function to change sql-buffer.
11026         (sql-mode): Doc explains how to change sql-buffer.
11027         (sql-send-paragraph): New function to send a paragraph.
11028         (sql-mode-map): Added keybinding for sql-send-paragraph.
11029         (sql-mysql): Doc corrected.
11030         (sql-ms): Doc corrected.
11032         * sql.el (sql-server): Doc fix.
11033         (sql-mysql): Added the use of sql-server to specify the host,
11034         sql-database now specifies database instead of host.
11035         (sql-mode-menu): Send... menu items are only active if sql-buffer
11036         is non-nil.
11037         (sql-help): Changed tag of entry functions a bit.
11039         * sql.el: Added keywords from `finder-by-keyword'.
11040         (sql-mode): Made sql-buffer a local variable, changed the
11041         documentation: removed instructions to add *.sql files to
11042         auto-mode-alist, added documentation for having mutliple SQL
11043         buffers sending their stuff to different SQLi buffers, each
11044         running a different process.
11045         (sql-postgres): Quoted *SQL* in doc string.
11046         (sql-ms): Likewise.
11047         (sql-ingres): Likewise.
11048         (sql-ingres): Quoted *SQL* in doc string, added references to
11049         sql-user and sql-password used during login.
11050         (sql-sybase): Quoted *SQL* in doc string, added comma.
11051         (sql-oracle): Likewise.
11052         (sql-interactive-mode): Added extensive documentation for having
11053         mutliple SQL buffers sending their stuff to different SQLi
11054         buffers, each running a different process.
11055         (sql-buffer): Changed doc from *SQL* to SQLi.
11056         (sql-get-login): Doc fix.
11058 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
11060         * international/mule-conf.el (undecided): Set ascii in
11061         safe-charsets property.
11063 1999-02-12  Richard Stallman  <rms@gnu.org>
11065         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
11067 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
11069         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
11070         value to ps-mule-font-info-database-latin.
11072 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
11074         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
11075         (ps-mule-font-info-database-default): New variable.
11076         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
11077         ps-mule-font-info-database-default.
11079 1999-02-12  Dave Love  <fx@gnu.org>
11081         * timezone.el (timezone-make-date-sortable)
11082         (timezone-make-date-arpa-standard): Doc fix.
11084 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
11086         * international/quail.el (quail-show-kbd-layout): Bind
11087         blink-matching-paren to nil.
11089         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
11090         for ASCII and Latin-1.
11092 1999-02-12  Andreas Schwab  <schwab@gnu.org>
11094         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
11096 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
11098         * international/mule-cmds.el (language-info-alist): Remove
11099         description about charset-origin-alist.
11101         * international/mule.el: Comment added for a new coding system
11102         property `charset-origin-alit'.
11103         (make-translation-table): This variable deleted.
11105         * language/chinese.el (chinese-big5): Add charset-origin-alist
11106         property.
11107         ("Chinese-CNS"): Remove charset-origin-alist property.
11109         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
11110         property.
11111         (cyrillic-alternativnyj): Likewise.
11112         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
11113         ("Cyrillic-ALT"): Likewise.
11115         * language/vietnamese.el (vietnamese-viqr): Add
11116         charset-origin-alist property.
11117         ("Vietnamese"): Remove charset-origin-alist property.
11119         * simple.el (what-cursor-position): Don't use the varialbe
11120         charset-origin-alist, but use charset-origin-alist property of
11121         buffer-file-coding-system to decide external character set code.
11123 1999-02-10  Richard Stallman  <rms@gnu.org>
11125         * shadowfile.el: Don't turn on the mode when the file is loaded.
11127 1999-02-09  Richard Stallman  <rms@gnu.org>
11129         * progmodes/compile.el (compile-auto-highlight): Customize.
11131         * add-log.el (add-log-file-name-function): New variable.
11132         (add-change-log-entry): Call that function, if non-nil.
11134 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
11136         * rmail.el (rmail-search): Track match with a marker, not an integer.
11138 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11140         * progmodes/compile.el (compilation-setup): Set value of
11141         compilation-directory-stack as in compilation-forget-errors.
11142         (compile-reinitialize-errors): Bind buffer-undo-list and
11143         deactivate-mark.
11144         (compilation-forget-errors): Likewise.
11146 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
11148         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
11149         def... constructs.
11151         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
11152         Remove calls to sleep-for.
11154 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
11156         * international/codepage.el (cp-coding-system-for-codepage-1): On
11157         MS-DOS, use dos-unsupported-char-glyph for characters not
11158         supported by the codepage.
11159         (cp-make-coding-systems-for-codepage): Likewise.
11161 1999-02-08  Andreas Schwab  <schwab@gnu.org>
11163         * international/mule-util.el (coding-system-list): Don't sort
11164         coding-system-list here.
11166         * international/mule.el (coding-system-lessp): Moved here from
11167         mule-util.el
11168         (add-to-coding-system-list): New function.
11169         (make-subsidiary-coding-system, make-coding-system,
11170         define-coding-system-alias): Use it instead of setting
11171         coding-system-list directly.
11173 1999-02-07  Dave Love  <fx@gnu.org>
11175         * calendar/appt.el (appt-make-list): Don't splice quotes and date
11176         onto message.
11178 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11180         * imenu.el (imenu--last-menubar-index-alist): Add doc.
11181         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
11183 1999-02-06  Richard Stallman  <rms@gnu.org>
11185         * language/european.el (setup-slovenian-environment): New function.
11186         ("Slovenian"): New language environment.
11188         * progmodes/sql.el (sql-help): Doc fix.
11189         (sql-mysql): Doc fix.
11191 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11193         * tex-mode.el: When compiling, require compare-w and skeleton
11194         to pacify the byte-compiler.  Move the def's of the tex-commands
11195         together.  Add a comment on kill-process vs. quit-process.
11197 1999-02-05  Dave Love  <fx@gnu.org>
11199         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
11200         null markers.
11201         (compile-goto-error): Likewise.
11203 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
11205         * time-stamp.el (time-stamp-format): Format doc tighter.
11206         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
11207         (time-stamp): Don't re-write the time stamp if it didn't change.
11209 1999-02-05  Alex Schroeder  <asc@bsiag.com>
11211         * progmodes/sql.el: Changed version to 1.2.1.
11212         (sql-pop-to-buffer-after-send-region): Improved documentation.
11213         (sql-mysql-program): Added MySQL support.
11214         (sql-prompt-length): Made prompt-length configurable.
11215         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
11216         (sql-help): Added MySQL support, changed documentation.
11217         (sql-send-region): A message is displayed if something is sent.
11218         (sql-mode): Added buffer-local comment-start.
11219         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
11220         (sql-interactive-mode): Added buffer-local comment-start.
11221         (sql-oracle): Set sql-prompt-length.
11222         (sql-sybase): Set sql-prompt-length.
11223         (sql-mysql): Added MySQL support.
11224         (sql-ingres): Set sql-prompt-length.
11225         (sql-ms): Set sql-prompt-length.
11226         (sql-postgres): Set sql-prompt-length.
11228 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
11230         * term/internal.el (dos-codepage-setup): Set selection coding
11231         system to cpNNN-dos.
11233 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11235         * international/characters.el: Let ethiopic use iso-2022-7bit.
11237 1999-02-02  Dave Love  <fx@gnu.org>
11239         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
11240         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
11242 1999-02-02  Karl Heuer  <kwzh@gnu.org>
11244         * terminal.el (terminal-emulator): Doc fix.
11246 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
11248         * international/mule-util.el (compose-chars): Doc-string
11249         modified.  Correctly handle a composition character in ARGS.
11251 1999-02-01  Richard Stallman  <rms@gnu.org>
11253         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
11254         (makefile-menu-index-function): Function deleted.
11255         (makefile-mode): Use makefile-imenu-generic-expression.
11257 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
11259         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
11260         change, invoke from before-init-hook.
11262 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
11264         * subr.el (remove-from-invisibility-spec): Cope with the case when
11265         buffer-invisibility-spec is t.
11267 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
11269         * calendar/calendar.el (calendar-mode-map): Fix bindings for
11270         appt-add and appt-delete.
11272 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
11274         * term/pc-win.el (msdos-approximate-color): New function.
11275         (msdos-color-translate): Call it to find a DOS color that best
11276         approximates an X-style "#NNNNNN" color specification.
11278 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
11280         * international/mule-util.el (compose-chars-component): Add
11281         autoload cookie.
11283 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
11285         * international/quail.el (quail-lookup-key): If cdr of MAP is a
11286         function, replace cdr of MAP by the return value of the function
11287         unconditionally.
11289 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11291         * progmodes/compile.el (compilation-next-error-locus): Don't
11292         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
11294 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
11296         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
11297         and NLs before "charset", and allow the charset name be in double
11298         quotes.
11300 1999-01-31  Richard Stallman  <rms@gnu.org>
11302         * imenu.el (imenu-sort-function): Fix custom type.
11304 1999-01-30  Richard Stallman  <rms@gnu.org>
11306         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
11307         (speedbar-line-token): Likewise.
11309         * play/gametree.el (gametree-default-score): Use defcustom.
11310         (gametree-score-regexp, gametree-score-closer): Likewise.
11311         (gametree-score-manual-flag, gametree-score-opener): Likewise.
11313 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11315         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
11316         decoding.
11318 1999-01-29  Markus Rost  <rost@gnu.org>
11320         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
11321         tex-validate-buffer.
11322         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
11323         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
11324         now with recent occur-mode.
11325         (tex-validate-region): Really walk through all Sexps.
11326         (tex-region): Bind shell-dirtrack-verbose.
11327         (tex-file, tex-bibtex-file): Likewise.
11329 1999-01-29  Dave Love  <fx@gnu.org>
11331         * finder.el: (finder-commentary): Fix interactive spec.  Try
11332         appending .el to file name.
11333         (finder-find-library, finder-commentary): Doc fixes.
11335 1999-01-29  Andrew Innes  <andrewi@gnu.org>
11337         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
11338         where the userid contains directory separators.
11340 1999-01-29  Dave Love  <fx@gnu.org>
11342         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
11343         (lm-commentary): Doc fix.
11345 1999-01-29  Andreas Schwab  <schwab@gnu.org>
11347         * files.el (file-expand-wildcards): Never consider `.' and `..' a
11348         wildcard match.  Fix regexp that tests if dirpart contains
11349         wildcard characters.
11351 1999-01-28  Richard Stallman  <rms@gnu.org>
11353         * font-lock.el (font-lock-default-unfontify-region):
11354         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
11356 1999-01-27  Jason Rumney <jasonr@altavista.net>
11358         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
11359         from FAMILY field.
11360         (w32-create-initial-fontsets): Do not use before-init-hook.
11361         (mouse-set-font): Document.  Automatically create and use fontsets.
11363         * dos-w32.el (direct-print-region-helper): Check for printer
11364         being t as well as a string.
11366 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
11368         * mail/rmail.el (rmail-decode-mime-charset): New variable.
11369         (rmail-mime-charset-pattern): New variable.
11370         (rmail-convert-to-babyl-format): Decode by MIME-charset if
11371         rmail-decode-mime-charset is non-nil.
11373 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
11375         * international/characters.el: Set category `q' for all characters
11376         in tibetan and tibetan-1-column.
11378 1999-01-27  Andrew Innes  <andrewi@gnu.org>
11380         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
11381         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
11383 1999-01-27  Dave Love  <fx@gnu.org>
11385         * international/mule-cmds.el (current-language-environment):
11386         Provide :link, :type (choices) and appropriate :get.
11388 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
11390         * startup.el (command-line): Set default eol-mnemonic-* strings to
11391         display end-of-line format in mode line.
11393         * cus-start.el (all): Add eol-mnemonic-* variables.
11395 1999-01-26  Dave Love  <fx@gnu.org>
11397         * startup.el (command-line-1): Up-date copyright.
11399         * paths.el (Info-default-directory-list): Use configdir twice.
11401         * info.el (Info-directory-list): Don't set path-separator now
11402         we're not shipped with Texinfo.  Simplify path definition.
11403         Substitute all occurrences of instdir in Info-default-directory-list.
11405 1999-01-25  Richard Stallman  <rms@gnu.org>
11407         * startup.el (normal-top-level-add-subdirs-to-load-path):
11408         Record the inode numbers of the dirs processed, to avoid loop.
11410         * textmodes/tex-mode.el (tex-run-command): Doc fix.
11412 1999-01-25  Dave Love  <fx@gnu.org>
11414         * browse-url.el (browse-url-netscape-program): Doc addition.
11416         * help.el (help-make-xrefs): Default info references to an `(emacs)'
11417         prefix.
11419         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
11420         auto-mode-alist.
11422 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11424         * calendar/diary-lib.el (mark-diary-entries): Use
11425         assoc-ignore-case and do not capitalize when matching month and
11426         day names.
11428         * calendar/calendar.el (calendar-read-date): Ditto.
11430         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
11431         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
11433         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
11435         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
11437         * calendar/cal-islam.el (calendar-goto-islamic-date)
11438         (mark-islamic-diary-entries): Ditto.
11440         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
11442         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
11443         (calendar-read-mayan-tzolkin-date): Ditto.
11445         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
11447 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
11449         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
11451 1999-01-25  Karl Heuer  <kwzh@gnu.org>
11453         * faces.el (list-faces-display): Multiline case of previous fix.
11455 1999-01-25  Andreas Schwab  <schwab@gnu.org>
11457         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
11459 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
11461         * files.el (find-file): If find-file-noselect returns a list,
11462         do switch-to-buffer on each element.
11463         (find-file-other-window): Likewise for all but the first element.
11464         (find-file-other-frame): Same.
11465         (find-file-noselect): When we expand a wildcard, return a list
11466         of buffers.
11468 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
11470         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
11471         to set the appropriate cpNNN-dos coding system as the
11472         highest-priority coding system.
11474 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
11476         * international/fontset.el (generate-fontset-menu): Return a
11477         sorted list by plain names of fontsets.
11479         * international/mule-diag.el (list-fontsets): Sort fontsets by
11480         plain names.
11482         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
11483         FIRST is a composite character, decompose it at first.
11485 1999-01-23  Dave Love  <fx@gnu.org>
11487         * format.el: Doc fixes.
11488         (format-encode-run-method): Have things happen in the right buffer.
11489         Deal with errors from method.  Set coding-system-for-write.
11490         (format-decode-run-method): Have things happen in the right buffer.
11491         Deal with errors from method.  Set coding-system-for-read.
11492         (format-alist): Use nil instead of unmatchable regexps.
11494         * simple.el (shell-command-on-region): Return command's exit status.
11496 1999-01-23  Eric Ludlam  <zappo@gnu.org>
11498         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
11499         of the file whose info we want to display.
11500         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
11501         (speedbar-add-mode-functions-list) Improve doc.
11502         (speedbar-line-token) New function.
11503         (speedbar-dired) Fix order of directories in -shown-directories.
11504         (speedbar-line-path): Default return is default-directory
11505         (speedbar-buffers-line-path): Return is dir name only.
11506         (speedbar-mode-functions-list): New variable.
11507         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
11508         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
11509         speedbar-files-item-info speedbar-buffers-item-info): New functions.
11510         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
11511         New functions.
11512         (speedbar-line-file): Broke out part that fetches file from a line.
11513         (speedbar-line-text): New function extracted from speedbar-line-file.
11514         (speedbar-line-path): Converted into a replaceable function.
11515         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
11517 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
11519         * international/fontset.el (create-fontset-from-x-resource): Make
11520         style variants.
11522 1999-01-22  Dave Love  <fx@gnu.org>
11524         * paths.el (Info-default-directory-list): Put sysdir after start.
11526 1999-01-22  Sam Steingold  <sds@goems.com>
11528         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
11529         a process associated with it.
11531 1999-01-22  Jason Rumney <jasonr@altavista.net>
11533         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
11535 1999-01-22  Felix Lee  <flee@cygnus.com>
11537         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
11538         major-mode.
11539         (vc-annotate-mode): Delete variable.
11541 1999-01-22  Andrew Innes  <andrewi@gnu.org>
11543         * startup.el (command-line): [windows-nt]: Check for existence of
11544         .emacs file so as to notice .emacs.el or .emacs.elc and use them
11545         in preference to _emacs.
11547 1999-01-22  Dave Love  <fx@gnu.org>
11549         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
11551 1999-01-20  Richard Stallman  <rms@gnu.org>
11553         * files.el (find-file-noselect): Do wildcard processing only
11554         if new arg WILDCARDS is non-nil.
11555         (find-file, find-file-other-window): New arg WILDCARDS.
11556         Default it to non-nil if interactive.
11557         (find-file-other-frame): Likewise.
11558         (find-file-read-only): Likewise.
11559         (find-file-read-only-other-window): Likewise.
11560         (find-file-read-only-other-frame): Likewise.
11562         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
11563         (widget-plist-convert-option): Delete spurious comma.
11565 1999-01-19  Jason Rumney <jasonr@altavista.net>
11567         * term/w32-win.el (w32-standard-fontspec-spec): Change
11568         iso8859-5 to koi8-r.  Add iso8859-9.
11570 1999-01-19  Dave Love  <fx@gnu.org>
11572         * browse-url.el (browse-url-maybe-new-window): Delete macro and
11573         its uses.
11575         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
11576         is active.
11577         (fortran-indent-subprogram): Likewise.
11579 1999-01-19  Dave Love  <d.love@dl.ac.uk>
11581         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
11583 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
11585         * wid-edit.el (alist): Use sexp as default key-type.
11587 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11589         * textmodes/tex-mode.el (tex-define-common-keys):
11590         Remove key binding of tex-feed-input.
11591         (tex-mode-map): Bind tex-feed-input here.
11592         (tex-start-shell): Use compilation-shell-minor-mode.  Set
11593         comint-input-filter-functions before running tex-shell-hook.
11594         (tex-start-tex): Forget compilation errors.
11595         (tex-compilation-parse-errors): Rewritten to work also with
11596         compile-mouse-goto-error and compile-goto-error.  Adjusted to
11597         change in tex-region.
11598         (tex-region): For the temp file use file-name without directory.
11599         (tex-file): Expand file name of tex-print-file.
11601 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11603         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
11605 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
11607         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
11608         beginning could cause Emacs to hang.  Fixed.
11610 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
11612         * international/ccl.el (ccl-compile-translate-character): Handle
11613         the case that a tranlation table is CCL register correctly.
11615         * international/mule-cmds.el (select-safe-coding-system):
11616         Hightlight at most 256 characters.
11618 1999-01-18  Dave Love  <fx@gnu.org>
11620         * startup.el (command-line): If the init file changes operation to
11621         unibyte, make all buffers unibyte and re-set language environment.
11623         * disp-table.el (standard-display-european): Make all existing
11624         buffers unibyte.  Fix doc.
11626 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
11628         * wid-edit.el (coding-system): Define this unconditionally.
11630         * simple.el (shell-command-on-region-default-error-buffer): New var.
11631         (shell-command-on-region): Use that variable as interactive
11632         value of ERROR-BUFFER argument.
11634 1999-01-17  Sam Steingold  <sds@goems.com>
11636         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
11638 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11640         * progmodes/compile.el (compilation-goto-locus): If already in the
11641         compilation buffer's window, keep it in that window.
11642         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
11643         (compile-goto-error): Don't play with windows.
11645         * textmodes/tex-mode.el (latex-run-command): Doc fix.
11646         (tex-command): Doc fix.
11647         (tex-compilation-parse-errors): Doc fix.
11648         (tex-generate-zap-file-name): Don't start the name with -.
11649         (tex-expand-files): Works now also with strings ending with ":".
11651 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
11653         Patch failed to install:
11654         * gametree.el: Document scoring functionality.
11655         (gametree-score-regexp): Add optional plus sign.
11656         (gametree-score-opener): Replace `:' with `=' as the former
11657         conflicts with gametree-half-ply-regexp.
11658         (gametree-transpose-following-leaves): Add.
11659         (gametree-insert-new-leaf): Make modifying commands barf in read
11660         only buffers.
11661         (gametree-break-line-here): Add a call to
11662         `gametree-transpose-following-leaves'.  This maintains the
11663         necessary invariant that on each level all leaf children precede
11664         all nonleaf children.  This has always been implied, but left to
11665         the user, and, unfortunately, undocumented.
11667 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11669         * wid-edit.el (plist, alist): New widget types.
11671 1999-01-17  Dave Love  <fx@gnu.org>
11673         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
11674         fix scope of condition-case therein.
11676 1999-01-17  Andrew Innes  <andrewi@gnu.org>
11678         * dos-w32.el: (find-buffer-file-type-coding-system): Use
11679         default-buffer-file-coding-system when file doesn't exist (and
11680         isn't covered by a special case) instead of forcing undecided-dos
11681         against the user's wishes.
11683         * dos-w32.el (direct-print-region-helper): New function based on
11684         direct-print-region-function; sends data to specified printer port
11685         without further translation.  Recognize and handle specially the
11686         standard `print' and `nprint' programs, as well as `lpr' and
11687         similar programs.  Only write directly to the printer port if no
11688         print program is specified.  Work around a bug in Windows 9x
11689         affecting Win32 version of Emacs by invoking command.com to write
11690         to the printer port instead of writing directly.
11691         (direct-print-region-function): Use direct-print-region-helper to
11692         do most of the work.
11693         (direct-ps-print-region-function): New function; analogue of
11694         direct-print-region-function for ps-print.
11695         (ps-lpr-command): Comment out setq; leave as example usage.
11696         (ps-lpr-switches): Ditto.
11698         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
11699         and MS-Windows.
11700         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
11701         DOS and Windows platforms, to indicate direct printing.  Update
11702         the docstring accordingly.
11704         * ps-print.el: (ps-printer-name): Update docstring about usage on
11705         MS-DOS and MS-Windows.
11706         (ps-lpr-command): Update docstring as for lpr-command.
11707         (ps-print-region-function): New variable.
11708         (ps-do-despool): Use it.
11709         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
11710         DOS/Windows.
11712         * subr.el (subst-char-in-string): New function.
11714 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
11716         * international/codepage.el (cp852-decode-table): Fill a nil entry.
11718         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
11719         (bdf-find-font-info): New function, looks for the first readable
11720         file from a list of alternatives.
11721         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
11722         instead of bdf-get-font-info.
11723         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
11724         to ps-mule-generate-bitmap-glyph.
11726         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
11727         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
11728         now be a list of alternative names.
11729         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
11730         (ps-mule-prepare-font): Likewise.
11732         * international/codepage.el (cp855-decode-table,
11733         cp850-decode-table): Fill some nil entries.
11735 1999-01-16  Dave Love  <fx@gnu.org>
11737         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
11738         last change.
11740 1999-01-15  Dave Love  <fx@gnu.org>
11742         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
11743         and change regexp for command names.
11744         (help-xref-go-back, function-called-at-point, symbol-file)
11745         (where-is): Doc fixes.
11746         (help-xref-go-back): Remove interactive spec.
11747         (describe-function-1): Fix message for alias.  Buttomize alias
11748         name.
11750         * simple.el (join-line): New alias.
11752 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
11754         * forms.el: (forms--show-record): Convert integers to string
11755         expicitly since concat will no longer accept integers.
11756         (forms-print): Use local `total-nb-records' since
11757         `forms--total-records' will be inaccessible after buffer switching.
11759 1998-01-14  Felix Lee  <flee@cygnus.com>
11761         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
11763 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
11765         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
11767 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
11769         * international/codepage.el (cp850-decode-table): Fix previous change.
11771 1999-01-14  Simon Marshall  <simon@gnu.org>
11773         * shell.el (shell-dirtrack-verbose): New custom variable.
11774         (shell-dirstack-message): Use it.
11776 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
11778         * international/mule-conf.el: Coding system alias `dos' for
11779         `undecided-dos', `mac' for `undecided-mac'.
11781         * international/mule-cmds.el (describe-language-environment):
11782         Don't alter input-method-alist.
11784 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
11786         * international/codepage.el (cp850-decode-table): Replace nil
11787         entries with codes of similary looking glyphs.  (Suggested by
11788         Jason Rumney <jasonr@altavista.net>.)
11790 1999-01-13  Dave Love  <fx@gnu.org>
11792         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
11794         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
11796 1999-01-12  Karl Heuer  <kwzh@gnu.org>
11798         * files.el (auto-save-hook): Defvar this.
11800 1999-01-12  Alex Schroeder  <asc@bsiag.com>
11802         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
11803         faces, eliminating the need to load font-lock before loading sql.
11804         (sql-mode-oracle-font-lock-keywords): Likewise.
11805         (sql-mode-postgres-font-lock-keywords): Likewise.
11807 1999-01-11  Dave Love  <fx@gnu.org>
11809         * cus-start.el: Add inhibit-eol-conversion.
11811         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
11812         the values round.
11814 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
11816         * help.el (help-mode-finish): Renamed from help-mode-maybe.
11817         Don't switch to Help mode here.
11818         (temp-buffer-setup-hook): Use help-mode-finish.
11819         (help-mode-setup): New function.
11820         (temp-buffer-setup-hook): Use help-mode-setup.
11822         * progmodes/sql.el: New file.
11824         * files.el (auto-mode-alist): Add sql-mode.
11826         * faces.el (list-faces-display): Improve the formatting
11827         by computing the maximum length required for any face-name.
11829 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11831         * progmodes/compile.el (compilation-shell-minor-mode): New function.
11833 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
11835         * term.el (term_send_home): Change the string to
11836         be the same as the one emitted by xterm and consistent with the
11837         ones emitted by prior and next.
11838         (term_send_end): Likewise.
11840 1999-01-10  Dave Love  <fx@gnu.org>
11842         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
11843         bindings.
11845 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
11847         * international/codepage.el (codepage-setup): Doc fix.
11848         (cp-decoding-vector-for-codepage): Likewise.
11850 1999-01-10  Markus Rost  <rost@gnu.org>
11852         * cus-edit.el (custom-save-delete): First scan the custom-file.
11854 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
11856         * international/iso-transl.el: Define a "function name" for
11857         each translation that isn't ASCII.  Use these function names
11858         in iso-transl-char-map.
11860 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
11862         * international/mule-util.el (decompose-region): Do decomposition
11863         on temporary unibyte buffer.
11865         * international/mule.el (make-char): Doc-string modified.
11867 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
11869         * simple.el (comment-region): Delete spaces only if we
11870         deleted a comment starter.
11872 1999-01-07  Dave Love  <fx@gnu.org>
11874         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11876         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
11877         like eval-defun does.
11879         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
11881         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
11882         constructions.  Doc fixes.
11883         (generic-create-generic-function): Use defalias, not fset.
11885         * find-func.el: More doc fixes.
11887 1999-01-06  Stephen Eglen  <stephen@gnu.org>
11889         * files.el (save-buffers-kill-emacs): Show the list of current
11890         processes before prompting to kill them and exit.
11892 1999-01-06  Dave Love  <fx@gnu.org>
11894         * emacs-lisp/find-func.el: Doc fixes.
11895         (find-function-regexp): Extend for define-generic-mode,
11896         define-derived-mode, easy-mmode-define-minor-mode.
11898 1999-01-06  Dave Love  <fx@gnu.org>
11900         * progmodes/fortran.el (fortran-window-create): Account for scroll
11901         bar width.
11903         * browse-url.el: Require (noerror) w3-auto when compiling.
11904         (browse-url-maybe-new-window): Make it a macro and revert last
11905         change to callers.
11906         (browse-url-w3): Require w3 for w3-fetch-other-window.
11908 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11910         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
11911         argument.
11913 1999-01-06  Simon Marshall  <simon@gnu.org>
11915         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
11917         * font-lock.el (font-lock-default-fontify-buffer): When using
11918         with-temp-message, use nil rather than current-message.
11920         * lazy-lock.el (lazy-lock-unstall):
11921         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
11922         rather than current-message.
11924         * fast-lock.el (fast-lock-save-cache-1):
11925         (fast-lock-cache-data): When using with-temp-message, use nil rather
11926         than current-message.
11928 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
11930         * international/codepage.el (cp-coding-system-for-codepage-1): Add
11931         the valid-codes property.
11933         * international/mule-cmds.el (prefer-coding-system): Call
11934         set-coding-priority, so that the internal array of priorities is
11935         also updated.
11937         * international/mule-util.el:
11938         (coding-system-change-eol-conversion,
11939         coding-system-change-text-conversion): Don't define here.
11941         * international/mule-cmds.el: Define them here.  Remove the
11942         autoload cookies.
11944 1999-01-06  Andreas Schwab  <schwab@gnu.org>
11946         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
11947         if it was enabled before.
11949         * view.el (View-revert-buffer-scroll-page-forward): Bind
11950         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
11952         * files.el (recover-session): Preserve point when inserting
11953         explanation.
11955 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
11957         * cus-edit.el (custom-save-delete): Don't delete whitespace
11958         and comments before the sexp that is replaced.
11960 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11962         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
11964 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11966         * vc.el (vc-dired-hook): Use the original value of
11967         dired-move-to-filename-regexp on lines that have not been
11968         reformatted yet.
11969         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
11970         file lines have already been reformatted.
11972 1999-01-05  Dave Love  <fx@gnu.org>
11974         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
11975         buffer-local.
11977 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
11979         * progmodes/f90.el: Change of regular expressions for type to
11980         correct highlighting and identation. Some small fixes for
11981         compatibility with XEmacs.
11983 1999-01-05  Stephen Eglen  <stephen@gnu.org>
11985         * mspools.el (mspools-vm-system-mail): Provide an alternative
11986         value based on rmail-spool-directory if $MAIL is not defined.
11988 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
11990         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
11991         (reftex-section-info): Handle negative section levels.
11992         (reftex-view-crossref-extra): New option.
11993         (reftex-view-crossref): Generalized to work in more places.
11994         (reftex-find-citation-regexp-format, reftex-find-reference-format,
11995         reftex-macros-with-labels, reftex-global-search-marker): New variables.
11996         (reftex-view-cite-locations-from-bibtex): New command.
11997         (reftex-view-regexp-match, reftex-global-search,
11998         reftex-global-search-continue): New functions.
11999         (reftex-extract-bib-entries): No error for non-existing BibTeX
12000         file, just a message.
12001         (reftex-extract-bib-entries): Better error handling.
12002         (reftex-select-with-char): Use `*RefTeX Select*' for selection
12003         help and force it on current frame.
12004         (reftex-default-bibliography): New function.
12005         (reftex-access-parse-file): Check consistency after loading a
12006         parse file.  When inconsistent, enfore rescan.
12007         (reftex-check-parse-consistency): New function.
12008         (easy-menu-define): Options section drastically shortened.
12010 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
12012         * language/thai-util.el (thai-compose-string): New function.
12014 1999-01-04  Inge Frick  <inge@nada.kth.se>
12016         * easymenu.el (easy-menu-define): Doc fix.
12017         (easy-menu-create-menu): New keyword :included.
12018         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
12019         be an expression, not only a string.  Simulate style `button'.
12020         Use easy-menu-define-key-intern instead of easy-menu-define-key.
12021         (easy-menu-define-key-intern): New function.
12022         (easy-menu-add-item): Understand value returned from
12023         easy-menu-item-present-p and easy-menu-remove-item.
12024         (easy-menu-return-item): New function.
12025         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
12027 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
12029         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12030         Use rmail-output-read-rmail-file-name to read the file name.
12031         Always call rmail-output-to-rmail-file noninteractively.
12032         When count > 1, do the loop here.
12033         Handle rmail-delete-after-output here.
12034         (rmail-summary-output): Similar changes.
12036         * mail/rmailout.el: Provide `rmailout'.
12037         (rmail-output-read-rmail-file-name): New function.
12038         (rmail-output-to-rmail-file): Use that.
12039         (rmail-output-read-file-name): New function.
12040         (rmail-output): Use that.
12042         * files.el (find-file-noselect): Let /: suppress wildcard matching.
12043         Error if wildcard matches no files.
12045 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
12047         * menu-bar.el (clipboard-yank): Doc fix.
12049         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
12051 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
12053         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
12055 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
12057         * rmail.el (rmail-encode-string): Make sure mask value is
12058         positive; (emacs-pid) returns a negative number on Windows 9x
12059         which causes odd behaviour.
12061 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
12063         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
12064         and about w32-* variables unless on Windows/NT.
12066 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
12068         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
12069         if buffer is modified; ask about all modified buffers.
12071 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
12073         * simple.el (what-cursor-position): Fix previous change.
12075 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
12077         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
12078         from paragraph-start.
12080 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
12082         * international/mule-cmds.el (prefer-coding-system): If the
12083         argument requires specific EOL conversion type, make the default
12084         coding systems use that.
12086 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
12088         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
12089         Use shell-command-on-region.
12090         (m4-start-m4, m4-end-m4): Functions deleted.
12092 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
12094         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
12096 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12098         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
12099         to compose-mail in the correct places and as a list.
12101 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
12103         * page-ext.el: Added mouse-selection feature for pages directory buffer.
12104         (pages-directory-map): Bind mouse-2
12105         (pages-copy-header-and-position): Put text property.
12106         (pages-directory-goto-with-mouse): New function.
12108 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
12110         * international/codepage.el (cp-make-coding-systems-for-codepage):
12111         Doc fix.
12112         (cp-coding-system-for-codepage-1): Likewise.
12114 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
12116         * language/thai-util.el (thai-post-read-conversion): Handle Thai
12117         composition sequence correctly here instead of calling
12118         thai-compose-region.
12120         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
12121         newline in multibyte buffer, if previous or next character is a
12122         composite char, check the first component of the composite char.
12124 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
12126         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
12127         and track-mouse.
12129 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12131         * mail/sendmail.el (mail-yank-original): Remove text properties
12132         after insertion.
12133         (mail-yank-region): Barf if no mark is set in the message
12134         being replied to.
12136         * help.el (function-called-at-point): First look for function at point.
12138 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
12140         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
12142 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
12144         * simple.el (what-cursor-position): Print character encoding also.
12146 1998-12-26  Dave Love  <fx@gnu.org>
12148         * textmodes/flyspell.el: If local-maps work, don't put
12149         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
12150         in flyspell-mouse-map (only).
12151         (flyspell-use-local-map): New variable.
12152         Use a different mouse-2 binding in that case,
12153         and don't add to minor-mode-map-alist.
12154         (make-flyspell-overlay, flyspell-correct-word):
12155         Test flyspell-use-local-map.
12157 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
12159         * files.el (file-expand-wildcards): Handle wildcards in directory name.
12160         Be careful about whether to return a relative file name,
12161         and if so, relative to what directory.
12163 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
12165         * emacs-lisp/easymenu.el (easy-menu-get-map):
12166         Change global map only if this menu exists in the global map already,
12167         and not in the local map.
12168         (easy-menu-do-add-item): Fix error message.
12170         * foldout.el (foldout-inhibit-key-bindings):
12171         Avoid concatenating onto outline-minor-mode-prefix.
12172         Make a new keymap for that prefix, if it does not already have one.
12174 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
12176         * cperl-mode.el:
12177         Can use linear algorithm for indentation if Emacs supports it.
12178         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
12179         (cperl-after-block-p):  Likewise.
12180         (cperl-after-block-and-statement-beg): Likewise.
12181         (cperl-after-block-p):  After END/BEGIN we are a block.
12182         (cperl-after-expr-p):   Skip labels when checking
12183         (cperl-indent-region):  Make a marker for END - text added/removed.
12184         Disable hooks during the call (how to call them later?).
12185         Now indents 820-line-long function in 6.5 sec (including
12186         syntaxification) the first time (when buffer has few
12187         properties), 7.1 sec the second time.
12188         (cperl-indent-region):  Do not indent whitespace lines
12189         (cperl-style-alist)
12190                 Include `cperl-merge-trailing-else' where the value is clear.
12191         (cperl-styles-entries): Likewise.
12192         (cperl-problems):       Improvements to docs.
12193         (cperl-tips):           Likewise.
12194         (cperl-non-problems):   Likewise.
12195         (cperl-mode):           Make lazy syntaxification possible.
12196         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
12197         `font-lock-unfontify-region-function' was set to a wrong function.
12199         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
12200         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
12201         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
12202         but 1<<6 was considered as HERE-doc.
12203         <file/glob> made into a string.
12204         Postpone addition of faces after syntactic step.
12205         Recognition of <FH> was wrong.
12206         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
12207         Knows that split// is null-RE.
12208         Highlights separators in 3-parts expressions as labels.
12209         <> was considered as a glob.
12210         Would err if the last line is `=head1'.
12211         $a-1 ? foo : bar; was a considered a regexp.
12212         `<< (' was considered a start of HERE-doc.
12213         mark qq[]-etc sections as syntax-type=string
12214         Was not processing sub protos after a comment ine.
12215         Was treating $a++ <= 5 as a glob.
12216         Tolerate unfinished REx at end-of-buffer.
12217         `unwind-protect' was left commented.
12218         / and ? after : start a REx.
12220         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
12221         Better default, customizes to `message' too, off in text-mode.
12223         (cperl-array-face): Renamed from `font-lock-emphasized-face',
12224         `defface'd.
12225         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
12226         `defface'd.
12227         (cperl-emacs-can-parse):        New state variable.
12228         (cperl-indent-line):    Corrected to use global state.
12229         (cperl-calculate-indent):       Likewise.
12230         (cperl-fix-line-spacing):       Likewise (not used yet).
12231         (cperl-calculate-indent):       Did not consider `,' as
12232         continuation mark for statements.
12233         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
12234         Remove another parse-data optimization at toplevel: would
12235         indent correctly.
12236         Correct for labels when calculating indentation of continuations.
12237         Docstring updated.
12238         (cperl-choose-color):   Converted to a function (to be
12239         compilable in text-mode).
12240         (cperl-dark-background):        Disable without window-system.
12241         Do `defface' only if window-system.
12242         (cperl-fix-line-spacing):       Sped up to bail out early.
12243         (x-color-defined-p): Was not compiling on XEmacs
12244         Was defmacro'ed with a tick.  Remove another def.
12245         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
12246         (cperl-unwind-to-safe): New function.
12247         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
12248         (cperl-fontify-syntaxically): Unwinds start and end to go out of
12249                                      long strings (not very successful).
12250         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
12251         Highlight the starting // in s//foo/ as function-name.
12252         Emit a meaningful error instead of a cryptic one for an
12253         uncomplete REx near end-of-buffer.
12255         (cperl-electric-keyword):       `qr' recognized.
12256         (cperl-electric-else):          Likewise
12257         (cperl-to-comment-or-eol):      Likewise
12258         (cperl-make-regexp-x):  Likewise
12259         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
12260         Corrected to use new macros;
12261         `if' for copying `reference-face' to `constant-face' was backward.
12262         remove init `font-lock-other-emphasized-face',
12263         `font-lock-emphasized-face', `font-lock-keyword-face'.
12264         Interpolate `cperl-invalid-face'.
12265         (cperl-make-regexp-x):  Misprint in a message.
12266         (cperl-syntaxify-unwind): New configuration variable
12267         (cperl-fontify-m-as-s): New configuration variable
12268         (cperl-electric-pod):   Check for after-expr was performed
12269         inside of POD too.
12270         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
12271         (cperl-clobber-mode-lists): New configuration variable.
12272         (cperl-not-bad-style-regexp):   Updated.
12273         Init:                   `cperl-is-face' was busted.
12274         (cperl-make-face):      New macros.
12275         (cperl-force-face):     New macros.
12276         (font-lock-other-type-face): Done via `defface' too.
12277         (cperl-nonoverridable-face):    New face.  Renamed from
12278         `font-lock-other-type-face'.
12279         (cperl-init-faces-weak):        Use `cperl-force-face'.
12280         (cperl-comment-indent): Commenting __END__ was not working.
12281         (cperl-indent-for-comment):     Likewise.
12282         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
12283         When removing old TAGS info was not relativizing filename.
12284         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
12285         Another try to work around XEmacs problems.  Better progress messages.
12286         (toplevel):             Require custom unprotected => failure on 19.28.
12287         (cperl-xemacs-p):       Defined when compile too
12288         (cperl-find-tags):      Was writing line/pos in a wrong order,
12289         pos off by 1 and not at beg-of-line.
12290         (cperl-etags-snarf-tag): New macro
12291         (cperl-etags-goto-tag-location): New macro
12292         (cperl-version):        New variable.  New menu entry
12293         random docstrings:      References to "future" 20.3 removed.
12294         Menu was described as `CPerl' instead of `Perl'
12295         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
12296         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
12297         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
12298         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
12299         `font-lock-reference-face', `font-lock-keyword-face'.
12300         Use `eval-after-load'.
12301         Remove not-CPerl-related faces.
12302         (cperl-tips-faces):     New variable and an entry into Mini-docs.
12303         (cperl-indent-exp):     Was not processing else-blocks.
12304         (cperl-get-state):      NOP line removed.
12305         (cperl-ps-print):       New function and menu entry.
12306         (cperl-ps-print-face-properties):       New configuration variable.
12307         (cperl-invalid-face):   New configuration variable.
12308         (perl-font-lock-keywords):      Highlight trailing whitespace
12309         (cperl-contract-levels):        Documentation corrected.
12310         (cperl-contract-level):         Likewise.
12311         (cperl-ps-extend-face-list):    New macro.
12312         (cperl-invalid-face):   Change to ''underline.
12314 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
12316         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
12317         for read-file-name.
12318         (rmail-output-to-rmail-file): Likewise.
12320 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
12322         * emacs-lisp/easymenu.el (easy-menu-get-map):
12323         If MENU is nil, use global menu-bar map.
12324         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
12325         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
12327 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12329         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
12331 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12333         * ps-print.el (ps-print-version): New version number (4.1.3).
12335 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
12337         * international/mule-cmds.el: Use make-sparse-keymap instead of
12338         define-prefix-key when defining MULE menu items.
12340         * info.el (Info-node-at-bob-matching): New function.
12341         (Info-find-node, Info-build-node-completions): Call it.
12343 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
12345         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
12346         when this is an autoloaded keymap.
12348 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
12350         * international/codepage.el (cp-coding-system-for-codepage-1):
12351         Create separate encoders and decoders, for DOS and Unix.  Make the
12352         usual family of 3 coding systems, so that automatic detection of
12353         EOL type works.
12354         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
12355         Unix-specific symbols here, and don't call
12356         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
12357         Handa <handa@etl.go.jp>.)
12359         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
12361         * term/internal.el (IT-character-translations): New variable, an
12362         alist used to display characters for which there's no glyphs in
12363         the current codepage.
12364         (IT-display-table-setup): New function, sets up the DOS terminal
12365         for a given codepage.
12366         (dos-codepage-setup): New function, sets up the MULE environment
12367         for the current value of dos-codepage.
12368         (top-level if): In the multibyte mode, turn on
12369         unibyte-display-via-language-environment.  In the unibyte mode,
12370         set up the special syntax tables to map lower- to upper case and
12371         back.
12373 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
12375         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
12376         (speedbar-frame-plist) Remove useless comments.
12377         (speedbar-frame-mode) Do not specify height if it is in the param list.
12378         Use default y position w/out changing it.
12379         If default x position is a list, keep, calculate the non-list X
12380         value when devining an initial position.
12381         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
12382         (speedbar-tag-group-name-minimum-length): New variable.
12383         (speedbar-frame-parameter): New compatibility function.
12384         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
12385         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
12386         groups to keep things in the right order, and to help with some
12387         naming conventions.
12388         (speedbar-create-tag-hierarchy): Enable buffer local version of
12389         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
12390         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
12391         the case, derive it from the cursor location in speedbar.
12393 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
12395         * international/mule-cmds.el (set-language-environment): On MS-DOS
12396         terminals, install DOS-specific nonascii-translation-table if the
12397         language info doesn't specify one.  Pass the default eol-type to
12398         set-language-environment-coding-systems.
12399         (set-default-coding-systems): Copy the eol-type property for the
12400         new default values of {buffer-file,process}-coding-system from the
12401         old defaults.
12402         (set-language-environment-coding-systems): Accept an optional
12403         argument EOL-TYPE, and set the eol-type property of the default
12404         coding systems accordingly.
12405         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
12406         (set-keyboard-coding-system): Likewise.
12407         (set-default-coding-systems): Don't set
12408         default-terminal-coding-system on MS-DOS to anything but nil.
12409         (prefer-coding-system): Describe in the doc string that
12410         default-terminal-coding-system is not changed on MS-DOS.
12411         (set-language-environment): For MS-DOS, set standard syntax table
12412         and display table for all characters with code above 127.
12413         (standard-display-european-internal): For MS-DOS, pass all
12414         characters with code above 127 directly to the terminal, and don't
12415         remap characters 160 and 146 in the unibyte case.
12417         * international/codepage.el: New file.
12419 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12421         * diary-lib.el (diary-float): Fix end-of-year error and typos in
12422         comments.
12424 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
12426         * map-ynp.el (map-y-or-n-p): Ignore input methods.
12428         * subr.el (read-passwd): Likewise.
12430 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
12432         * info.el (Info-find-node): Add 1 to the position read from the
12433         tag table.  Don't fail if the node delimiter ^_ is the first
12434         character in the file.
12435         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
12436         first character in the file.
12437         (Info-read-subfile): Likewise.
12438         (Info-select-node): Likewise.
12439         (Info-build-node-completions): Likewise.
12441 1998-12-16  Richard Stallman  <rms@gnu.org>
12443         * term/x-win.el (x-cut-buffer-or-selection-value):
12444         If clipboard is enabled, try it before PRIMARY selection.
12446 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12448         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
12449         insert c-cedilla and C-cedilla respectively, like in latin-1.
12451 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
12453         * language/hebrew.el: Don't use sublists in the flags argument
12454         passed to make-coding-system.
12456 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12458         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
12459         list of character sets found by find-charset-region.
12461         * ps-mule.el: Always require ps-print.  Move some function
12462         definitions for Emacs 20.2 and the earlier to ps-print.el.
12463         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
12465         * ps-print.el: Define several functions for Emacs 20.2 and the
12466         earlier version.
12467         (ps-printer-name): Check if printer-name is bound.
12469 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12471         * ps-mule.el: Programming uniformization and little code improvement.
12472         (ps-mule-prepare-font): Programming uniformization.
12473         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
12474         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
12476         * ps-bdf.el: Programming uniformization and little code improvement.
12477         (bdf-search-and-read): New fun.
12478         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
12479         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
12480         (bdf-info-relative-compose, bdf-info-baseline-offset)
12481         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
12482         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
12483         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
12484         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
12485         improvement.
12487 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12489         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
12490         and mule related code extraction. Autoload ps-mule funs.
12492         * ps-mule.el: Doc fix. Require ps-print only when compiled.
12493         (ps-mule-prologue-generated): New fun.
12494         (ps-mule-plot-string): Add autoload cookie.
12495         (ps-mule-begin-job): Call ps-mule-prologue-generated.
12497 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12499         * ps-bdf.el: Require ps-mule instead of ps-print.
12500         (bdf-directory-list): Add autoload cookie.
12502         * ps-mule.el: New file.  Mule related code extracted from
12503         ps-print.el.  Require ps-print, provide ps-mule.
12504         (ps-multibyte-buffer): Add autoload cookie.
12505         (ps-mule-prepare-ascii-font): New fun.
12506         (ps-mule-set-ascii-font): New fun.
12507         (ps-mule-skip-same-charset): Fun deleted.
12508         (ps-mule-plot-string): Set ps-mule-current-charset.
12509         (ps-mule-initialize): Add autload cookie.  Don't set
12510         ps-mule-font-info-database here.
12511         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
12512         ps-mule-font-info-database and ps-control-or-escape-regexp.
12513         (ps-mule-begin-page): New fun.
12515         * ps-print.el: Mule related code moved to ps-mule.el.
12516         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
12517         check ps-mule-charset-list.
12518         (ps-begin-page): Don't set ps-mule-current-charset, instead call
12519         ps-mule-begin-page.
12520         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
12521         (ps-plot-region): Don't set ps-mule-current-charset, instead call
12522         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
12523         instead skip same charsets by itself.
12524         (ps-generate): Call ps-mule-initialize of needs-begin-file is
12525         non-nil.  Call ps-mule-begin-job.
12527 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12529         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
12530         instead of bdf.
12532         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
12533         (ps-mule-external-libraries): New element FEATURE.
12534         (ps-mule-init-external-library): Ajusted for the above change.
12535         (ps-mule-generate-font): Likewise.
12536         (ps-mule-generate-glyphs): Likewise.
12537         (ps-mule-prepare-font): Likewise.
12538         (ps-mule-initialize): Likewise.
12539         (ps-begin-file): Superfluous tailing parenthesis deleted.
12541 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12543         * international/fontset.el (x-decompose-font-name): If PATTERN
12544         doesn't have any wild cards, return a vector made from a name that
12545         is found by x-resolve-font-name found.  Comments added.
12547         * international/mule-cmds.el (find-coding-systems-for-charsets):
12548         Handle the case of unknown charset.
12549         (find-multibyte-characters): If invalid multibyte characters are
12550         found, return the corresponding strings instead of character
12551         codes.
12552         (find-multibyte-characters): Adjusted for the above change.
12553         (select-safe-coding-system): For a unibyte buffer, always returns
12554         DEFAULT-CODING-SYSTEM.
12555         (get-charset-property): Fix previous change.  Make it a function.
12556         (put-charset-property): Make it a function.
12558         * international/mule.el (make-coding-system): Set mime-charset
12559         property of *-with-esc coding system to nil.
12561         * international/quail.el (quail-point-in-conversion-region): New
12562         function.
12563         (quail-conversion-backward-delete-char): When a key sequence is
12564         being translated, call quail-delete-last-char.
12566         * language/devan-util.el
12567         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
12568         handle devanagari-decomposition-rules.
12570 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
12572         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
12573         tex-start-options-string to empty string.
12574         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
12576 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
12578         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
12579         5xx responses are already handled properly).
12581 1998-12-13  Richard Stallman  <rms@gnu.org>
12583         * progmodes/compile.el (compilation-error-regexp-alist): Insist
12584         on a non-digit in the file name.
12586         * simple.el (comment-region): Handle comment-padding
12587         separately for insertion and for deletion, in the right way for each.
12589 1998-12-13  Felix Lee  <flee@cygnus.com>
12591         * progmodes/compile.el (compilation-error-regexp-alist): Fix
12592         regexp to match "ChangeLog:1:1998-12-09 ..."
12594 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
12596         * cus-start.el (dos-unsupported-char-glyph): Add.
12598 1998-12-11  Dave Love  <fx@gnu.org>
12600         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
12601         forward-sexp in condition-case.
12603         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12604         Remove unnecessary test on `library' for explicit file name.
12605         Widen scope of save-match-data.
12607 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
12609         * international/mule.el (load-with-code-conversion): If the loaded
12610         file was inserted  with no-conversion or raw-text coding system,
12611         make the buffer unibyte.
12613 1998-12-09  Richard Stallman  <rms@gnu.org>
12615         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12616         Get rid of nested loops.
12618         * mouse.el (mouse-drag-vertical-line):
12619         If WHICH-SIDE is not `right', then scroll bars are on the left.
12621         * loadhist.el (load-history-loaded): defvar moved to help.el.
12623         * help.el (symbol-file-load-history-loaded): Variable renamed,
12624         and defvar moved from loadhist.el.
12625         (symbol-file): Renamed from describe-function-find-file.
12626         Load fns-VERSION.el here.
12627         (describe-variable, describe-function-1): Use symbol-file.
12629         * textmodes/tex-mode.el (tex-generate-zap-file-name):
12630         Don't start the name with #.
12632         * ispell.el: Take out the eval-when's.
12634 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
12636         * dirtrack.el (dirtrack-directory-change-hook): New hook.
12637         (dirtrack): Run it.  Make debug message more verbose.
12639 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
12641         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
12642         name of the abbrev table, and provide support for XEmacs.
12643         (octave-xemacs-p): New variable.
12645 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
12647         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
12648         exit, when mail-interactive is nil.
12650 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
12652         * files.el (after-find-file): Message fix.
12654 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
12656         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
12658 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
12660         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
12661         filenames using backslashes.
12663 1998-12-09  Dave Love  <fx@gnu.org>
12665         * browse-url.el (browse-url-mail): Call compose-mail-other-window
12666         with correct number of args.
12667         (browse-url-maybe-new-window): New arg.  Callers changed.
12669         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
12670         comment.
12672 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
12674         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
12676 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
12678         * vc.el (vc-rcs-release): Fix Type.
12679         (vc-sccs-release): Fix Type.
12680         (vc-cvs-release): Fix Type.
12682         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
12683         arg work right.
12685         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
12686         output of last undeleted message.
12688 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
12690         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12691         (buffer-undo-list) [windows-nt]: Use different relative path.
12693 1998-12-07  Simon Marshall  <simon@gnu.org>
12695         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
12697 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
12699         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
12701         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
12703 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
12705         * info.el (Info-menu): Don't return error if point is between menu
12706         header and first menu item.
12708 1998-12-04  Dave Love  <fx@gnu.org>
12710         * help.el (describe-function-1): Fix description for alias.
12712 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
12714         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
12715         specifications from summary line.
12717         * rect.el (delete-whitespace-rectangle): Mark for autoload.
12718         (close-rectangle): Define alias only once in loaddefs.el.
12720 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
12722         * term/internal.el: Remove code which sets up a special syntax
12723         table for non-ASCII characters.
12725 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
12727         * dos-w32.el (direct-print-region-function): Try to ensure that
12728         printer-name is expanded to a file name on a local drive;
12729         sometimes printing a file loaded from a network volume fails.
12730         (direct-print-region-function): Add a function to
12731         write-region-annotate-functions to append a formfeed character to
12732         the region being printed, if the region doesn't end with a
12733         formfeed already.  This avoids creating a second print job
12734         containing a blank page when print spooling is enabled on Windows.
12736 1998-12-02  Dave Love  <fx@gnu.org>
12738         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
12739         `Info-goto-node'.
12741 1998-12-02  Richard Stallman  <rms@gnu.org>
12743         * help.el (temp-buffer-resize-mode): Doc fix.
12745         * cus-edit.el (custom-save-delete): Save point before
12746         reading a sexp, rather than backing up.
12748         * international/iso-transl.el: Fix previous change.
12750 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12752         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
12753         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
12754         Added defvars to suppress compilation warnings.
12756 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
12758         * ispell.el: Improved and fixed customize for variables:
12759         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
12760         ispell-dictionary-alist, ispell-skip-sgml.
12761         Improved and fixed comments in variables and messages for
12762         functions: ispell-help-in-bufferp, ispell-local-dictionary,
12763         ispell-menu-map, ispell-checking-message, ispell-parser,
12764         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
12765         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
12766         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
12767         ispell-message-text-end, ispell-add-per-file-word-list.
12768         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
12769         system is now required for all languages.  Casechars improved for
12770         castellano, castellano8, and norsk dictionaries.  Dictionary
12771         norsk7-tex added.  Dictionary polish added.
12772         (ispell-dictionary-alist): Redefined at load-time to support
12773         dictionary changes.
12774         (ispell-menu-map): Redefined at load-time to support menu changes.
12775         (ispell-check-version): New alias for `check-ispell-version'.
12776         (ispell-parse-output): Fixed matching for ispell error messages.
12777         Correctly returns spelling suggestions in order generated by ispell
12778         process.
12779         (check-ispell-version): Ensure `case-fold-search' doesn't get
12780         redefined.
12781         (ispell-complete-word): Ensure `case-fold-search' doesn't get
12782         redefined.  Fix bug that didn't respect case of word being completed.
12783         (ispell-init-process): Set process coding system to be compatible
12784         with emacs processes and the ispell process.
12785         (ispell-kill-ispell): Ensures ispell process has terminated before
12786         starting new process.  This can otherwise confuse process filters
12787         and hang the ispell process.
12788         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
12789         skipping support for sgml.
12790         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
12791         which could cause `ispell-complete-word' to hang.
12792         (ispell-message): Improved message reference matching.  Ensure
12793         `case-fold-search' doesn't get redefined.
12794         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
12795         get redefined.  Fixed bug in returning to nroff mode from tex mode.
12796         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
12797         get redefined.
12799 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
12801         * textmodes/flyspell.el (flyspell-check-word-p):
12802         Don't delay inside a kbd macro.
12804         * subr.el (make-local-hook): Return the hook variable.
12806 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12808         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
12809         Use a timer instead of post-command-hook.
12810         (hscroll-timer): New variable.
12812 1998-11-30  Dave Love  <fx@gnu.org>
12814         * help.el (help-xref-button): Do nothing if text already has the
12815         help-xref property.
12816         (describe-variable): Revert previous change to hyperlink to source.
12818 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
12820         * bindings.el (features): Add `base64' to this list.
12822         * loadhist.el (symbol-file): Doc fix.
12824         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12826         * files.el (hack-one-local-variable): Cope with non-file buffers.
12828 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
12830         * help.el (describe-mode): Put major mode first.
12832         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
12833         to support special-display and same-window features.
12835 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
12837         * simple.el (transpose-subr, transpose-subr-1): Rename variables
12838         bound in one function and used in the other.
12839         (transpose-subr-start1, transpose-subr-start2): Add defvars.
12840         (transpose-subr-end1, transpose-subr-end2): Add defvars.
12842 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
12844         * autoinsert.el (auto-insert-alist): Use user-mail-address.
12846 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
12848         * international/ccl.el (ccl-dump-translate-character-const-tbl):
12849         Give format correct control string.
12851         * international/mule.el (define-translation-table): Fix bug of
12852         setting incorrect translation-table-id.  If the first element of
12853         ARGS is a translation table, just register it.
12855         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
12856         property.
12858 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
12860         * thingatpt.el (thing-at-point-url-at-point): Don't use current
12861         syntax table to determine what is whitespace.
12863 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
12865         * frame.el (frame-parameter): Doc fix.
12867         * textmodes/tex-mode.el (tex-feed-input): New function.
12868         (tex-define-common-keys): Add binding for C-c C-m.
12870 1998-11-23  Dave Love  <fx@gnu.org>
12872         * progmodes/fortran.el: Various minor doc fixes.
12873         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
12874         (fortran-with-subprogram-narrowing): New macro.
12875         (fortran-check-for-matching-do): Use it.
12876         (fortran-end-do): Use fortran-check-end-prog-re.
12877         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
12878         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
12880 1998-11-23  Simon Marshall  <simon@gnu.org>
12882         * font-lock.el (font-lock-defaults): Doc fix.
12883         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
12884         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
12886         * lazy-lock.el (lazy-lock-unstall):
12887         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
12889         * fast-lock.el (fast-lock-save-cache-1):
12890         (fast-lock-cache-data): Rewritten to use with-temp-message.
12892 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
12894         * mail/rmail.el (rmail-set-message-counters-counter): Detect
12895         messages that have been added with DOS line endings and convert
12896         the line endings for such messages.
12898 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12900         * help.el: Add resizing of temporary buffers.
12901         (temp-buffer-resize-mode): New command and variable.
12902         (temp-buffer-max-height): New variable.
12903         (resize-temp-buffer-window): New function.
12905         * window.el (window-buffer-height): New function, split from
12906         shrink-window-if-larger-than-buffer.
12907         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
12909 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
12911         * frame.el (initial-frame-alist): Add defcustom.
12913         * shell.el (shell-prompt-pattern): Add defcustom.
12915 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12917         * message.el (message-ignored-supersedes-headers): Remove
12918         NNTP-Posting-Date.
12920 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
12922         * help.el (describe-mode): Don't avoid loop indirecting thru
12923         value of INDICATOR.
12925 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
12927         * help.el (describe-variable): Allow any variable with a defcustom,
12928         even if it is not a user variable.
12930         * mail/rmail.el (mail-unsent-separator): Additional alternative.
12932 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
12934         * gnus/nntp.el (nntp-request-group): Allow for failures when
12935         requesting a new group.
12937 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
12939         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
12941 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12943         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
12945 1998-11-19  Simon Marshall  <simon@gnu.org>
12947         * subr.el (with-temp-message): New macro.
12949         * emacs-lisp/lisp-mode.el (with-temp-message):
12950         Add lisp-indent-function property.
12952 1998-11-18  Dave Love  <fx@gnu.org>
12954         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
12956 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
12958         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
12959         This is not obsolete.
12961 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
12963         * textmodes/picture.el: Make a new map by make-keymap.
12964         (picture-desired-column): New variable.
12965         (picture-update-desired-column): New function.
12966         (picture-beginning-of-line): Set picture-desired-column to 0.
12967         (picture-end-of-line): Set picture-desired-column to the current
12968         column.
12969         (picture-forward-column): Pay attention to multi-column character.
12970         (picture-backward-column): Likewise.
12971         (picture-move-down): Likewise.
12972         (picture-move-up): Likewise.
12973         (picture-movement-nw): With prefix arg, move twice columns.
12974         (picture-movement-ne): Likewise.
12975         (picture-movement-sw): Likewise.
12976         (picture-movement-se): Likewise.
12977         (picture-set-motion): Handle two-column movements.
12978         (picture-move): Call picture-move-down or picture-forward-column
12979         only when necessary.
12980         (picture-insert): Pay attention to picture-desired-column.
12981         (picture-self-insert): Likewise.
12982         (picture-clear-column): Pay attention to multi-column character.
12983         (picture-mode): Modify doc-string for two-column movement.
12985         * rect.el (move-to-column-force): New function.
12986         (operate-on-rectangle): If coerce-tabs is non-nil, call
12987         move-to-column-force instead of move-to-column.
12988         (insert-rectangle): Call move-to-column-force instead of
12989         move-to-column.
12990         (open-rectangle-line): If begextra is not zero, call
12991         move-to-column-force.
12994 1998-11-16  Dave Love  <fx@gnu.org>
12996         * textmodes/sgml-mode.el Require skeleton when compiling.
12997         (sgml-font-lock-keywords-1): Accept single-letter tags.
12998         (v2): Defvar free variable.
13000 1998-11-16  Sam Steingold  <sds@goems.com>
13002         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
13003         macro, not ELisp one.
13005 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
13007         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
13008         characters to symbol.
13010         * language/japan-util.el (japanese-zenkaku-region): New optional
13011         arg KATAKANA-ONLY.
13013 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
13015         * international/mule.el
13016         (after-insert-file-set-buffer-file-coding-system): If the buffer
13017         is changed to unibyte, return inserted bytes.
13019         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
13020         and link names if necessary.
13021         (tar-header-block-summarize): Handle the case that file or link
13022         names are multibyte.
13023         (tar-summarize-buffer): At first set the current buffer unibyte,
13024         then if there are multibyte file names, change it to multibyte.
13025         (tar-mode): Get char position from tar-header-offset.
13026         (tar-extract): Avoid multibyte<->unibyte conversion in
13027         insert-buffer-subsring by setting both buffers unibyte
13028         temporarily.
13029         (tar-copy): Set the buffer unibyte while doing a work.  Write
13030         without code conversion.
13031         (tar-expunge): Set the buffer unibyte while doing a work.
13032         (tar-alter-one-field): Likewise.
13033         (tar-clear-modification-flags): Compare byte position with
13034         tar-header-offset.
13035         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
13036         insert-buffer-subsring by setting both buffers unibyte
13037         temporarily.  Pay attention to multibyteness while updating the
13038         descriptor-line.
13039         (tar-mode-write-file): Write without code conversion.
13041 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13043         * nngateway.el: Require cl.
13045 1998-11-15  Dave Love  <fx@gnu.org>
13047         * progmodes/fortran.el: Fix previous change:
13048         (fortran-end-prog-re1): Changed.
13049         (fortran-check-end-prog-re): New function.
13050         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
13052 1998-11-13  Tom Breton  <tob@world.std.com>
13054         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
13055         GNU Emacs.
13057 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
13059         * textmodes/reftex.el: (reftex-finding-files): Group documentation
13060         fixed.
13061         (reftex-toc-toggle-file-boundary,
13062         reftex-toc-toggle-labels,
13063         reftex-toc-toggle-context,reftex-find-start-point): New functions.
13064         (reftex-toc-include-labels, reftex-toc-include-context,
13065         reftex-toc-include-file-boundaries,
13066         reftex-toc-keep-other-windows): New options.
13067         (reftex-use-text-after-label-as-context): Option removed.
13068         (reftex-extract-bib-entries): Protect use in non-latex
13069         buffers.
13070         (reftex-toc-visit-location): Renamed from
13071         `reftex-toc-visit-line'.
13072         (reftex-latin1-to-ascii): Works now with and without Mule.
13073         (reftex-truncate): Removed special stuff for Emacs 20.2.
13074         (reftex-get-offset): Made more general.
13075         (reftex-show-label-location): Renamed from
13076         `reftex-select-label-callback'.
13077         (reftex-pop-to-label): Function removed (using
13078         `reftex-show-label-location' instead.
13079         (reftex-insert-docstruct): Renamed from
13080         `reftex-make-and-insert-label-list'.  Function args changed.
13081         (reftex-toc): Now uses `reftex-insert-docstruct' and
13082         `reftex-find-start-point'.
13083         (reftex-select-item): Use `reftex-find-start-point'.
13084         (reftex-toc-visit-line): Can display labels and file
13085         boundaries.
13086         (reftex-TeX-master-file): `(TeX-master-file)' protected.
13088 1998-11-12  Sam Steingold  <sds@goems.com>
13090         * browse-url.el (browse-url): Handle the case when
13091         `browse-url-browser-function' is a lambda list.
13093 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
13095         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
13096         version string.
13097         * loadhist.el (symbol-file): Likewise
13099 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
13101         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
13103 1998-11-11  Sam Steingold  <sds@goems.com>
13105         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
13106         `run-lisp' instead of signalling an error.
13108 1998-11-11  Karl Heuer  <kwzh@gnu.org>
13110         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
13112 1998-11-11  Richard Stallman  <rms@gnu.org>
13114         * vc-hooks.el (vc-toggle-read-only): Doc fix.
13116 1998-11-11  Per Starback  <starback@update.uu.se>
13118         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
13119         renamed svenska8 to svenska, and fixed and extended CASECHARS
13120         for it.
13122 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
13124         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
13125         handling if setpagedevice is not available.
13126         (ps-begin-file): Fix typo.
13128 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
13130         * international/mule-util.el (compose-chars-component): Signal
13131         error if CH is a rule-based composition character.
13132         (compose-chars): Signal error if an already compsed character is
13133         going to be composed by rule-base.
13135         * term/x-win.el: If a resolved ASCII font name doesn't conform to
13136         full XLFD, don't try to get information of WEIGHT and SLANT from
13137         that font name.
13139 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
13141         * dos-w32.el (set-default-process-coding-system): Use function on
13142         before-init-hook to set default-process-coding-system based on
13143         enable-multibyte-characters.
13145         * term/w32-win.el ([language-change]): For now ignore
13146         keyboard language-change events.
13148 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
13150         * ediff-util.el (ediff-make-temp-file): Run the prefix through
13151         convert-standard-file-name, but leave the results of
13152         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
13153         characters if the original name already exists, or has a special
13154         handler.
13156 1998-11-10  Karl Heuer  <kwzh@gnu.org>
13158         * international/iso-insert.el: Delete autoload cookies.
13160         * international/iso-transl.el: Add autoload cookies.
13162 1998-11-10  Richard Stallman  <rms@gnu.org>
13164         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
13165         (ispell-process-line): Don't treat multibyte
13167 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
13169         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
13170         setpagedevice to specify the page size if setpagedevice is
13171         available.  This is necessary to select the correct paper tray on
13172         Level 2 printers with multiple paper sizes available.
13174         (ps-begin-file): Cope with font names that contain spaces, and
13175         call BeginDoc in a BeginSetup/EndSetup block.
13177 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
13179         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
13180         convert-standard-filename.
13182         * loadhist.el (symbol-file): Run fns-VERSION.el through
13183         convert-standard-filename.
13185 1998-11-06  Richard Stallman  <rms@gnu.org>
13187         * textmodes/texinfmt.el (texinfo-format-scan):
13188         Detect the case of two @-commands in a row; process just the first.
13189         (texinfo-append-refill): If line has a @c, insert the @refill
13190         before it.
13191         (texinfo-format-refill): Return with point where the @refill was.
13193         * files.el (hack-local-variables): Test local-enable-local-variables.
13194         (hack-local-variables-prop-line): Likewise.
13195         (set-auto-mode): Don't test local-enable-local-variables here.
13196         (enable-local-variables): Doc fix.
13197         (local-enable-local-variables): Doc fix.
13198         (normal-mode): Doc fix.
13200 1998-11-06  Karl Heuer  <kwzh@gnu.org>
13202         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
13204 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
13206         * simple.el (line-number-mode): Doc fix.
13208 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
13210         * international/fontset.el (create-fontset-from-fontset-spec):
13211         Give correct arg to `error'.
13213 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
13215         * textmodes/sgml-mode.el (html-mode): Doc fix.
13216         (sgml-name-8bit-mode): Fix missing format character in message string.
13218 1998-11-05  Karl Heuer  <kwzh@gnu.org>
13220         * mail/sendmail.el (sendmail-send-it): Check for failure.
13222 1998-11-05  Richard Stallman  <rms@gnu.org>
13224         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
13226         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
13227         (close-rectangle): Define as alias.
13229 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
13231         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
13233 1998-11-05  Dave Love  <fx@gnu.org>
13235         * help.el (describe-variable): Don't quote link to source.
13237 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
13239         * gud.el (gud-common-init): Use pop-to-buffer.
13240         (same-window-regexps): Add an element that matches all gud buffers.
13242 1998-11-04  Jason Rumney  <jasonr@altavista.net>
13244         * term/w32-win.el (x-get-selection-value): Alias to
13245         x-cut-buffer-or-selection-value.
13246         (w32-standard-fontset-spec): New variable.
13247         (w32-create-initial-fontsets, mouse-set-font): Check whether
13248         new-fontset is available.
13249         (w32-use-w32-font-dialog): Enable use of set-variable.
13251 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
13253         * vc.el (with-vc-file, edit-vc-file): New macros.
13255 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
13257         * international/quail.el (quail-show-guidance-buf): Call
13258         set-minibuffer-window to set minibuffer window of the current
13259         frame correctly.
13261 1998-11-03  Theodore Jump <tjump@tertius.com>
13263         * term/w32-win.el: Require fontset.
13265 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
13267         * faces.el (set-face-font): Call resolve-fontset-name on w32.
13268         (set-face-font-auto): Ditto.
13270 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
13272         * mouse.el (mouse-drag-region): Fix typo.
13274 1998-11-02  Dave Love  <fx@gnu.org>
13276         * progmodes/fortran.el Fix for fontification of strings lost somehow:
13277         (fortran-fontify-string): New function.
13278         (fortran-font-lock-keywords-1): Use it.
13280 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
13282         * comint.el (comint-file-name-quote-list): Doc fix.
13284 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
13286         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
13287         build directory, not source directory.
13289         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
13290         if we did not get one for the final move.
13292 1998-11-01  Dave Love  <fx@gnu.org>
13294         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
13295         Don't funcall browse-url-browser-function.
13297         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
13298         Don't funcall browse-url-browser-function.
13300         * fortran.el (fortran-end-prog-re1): Fix the regexp.
13302 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
13304         * files.el (revert-buffer): Doc fix.
13306 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
13308         * textmodes/tex-mode.el (tex-start-options-string):
13309         Quote the backslashes with more backslashes.
13311 1998-10-31  Dave Love  <fx@gnu.org>
13313         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
13314         (webjump): Don't funcall browse-url-browser-function.
13316 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
13318         * international/quail.el (quail-start-translation): Handle
13319         switching of the frame in read-key-sequence.
13320         (quail-start-conversion): Likewise.
13321         (quail-show-guidance-buf): Detach quail-guidance-buf from any
13322         windows before setting an appropriate window for it.
13323         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
13324         quail-guidance-win to nil.
13325         (quail-update-guidance): If quail-guidance-buf is not in the
13326         selected frame, call quail-show-guidance-buf again.
13328 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
13330         * progmodes/pascal.el (pascal-mode):
13331         `blink-matching-paren-dont-ignore-comments' set to t.
13333 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13335         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
13337 1998-10-30  Dave Love  <fx@gnu.org>
13339         * vc.el (vc-backend-merge-news): Check for "P" output.
13341         * help.el (describe-variable): Hyperlink the definition.
13343 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
13345         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
13346         (sh-set-shell): Likewise.
13348         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
13350         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
13351         (edebug-on-error): Fix customize type to match that of
13352         debug-on-error.
13354         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
13356         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
13357         report-emacs-bug-address instead of undefined bug-gnu-emacs.
13359         * international/mule-cmds.el (select-message-coding-system): Doc
13360         fix.
13362         * international/mule-diag.el (describe-coding-system): Describe
13363         all flags.
13365         * mail/sendmail.el (sendmail-coding-system,
13366         default-sendmail-coding-system): Doc fix.
13368         * simple.el (shell-command-on-region): Doc fix.
13370         * loadup.el: Write fns-*.el in current directory instead of
13371         data-directory since no installation directory exists yet.  Mark
13372         buffer unmodified afterwards.
13374         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
13375         instead of data-directory since it is architecture dependent.
13376         (load-history-loaded): Update doc string.
13378 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
13380         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
13381         path as a default directory when canonicalizing names.
13383         * w32-fns.el: Remove a dangling reference to a directory on the
13384         build machine.
13386 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
13388         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
13389         namespace related keywords such as `class', `body', `private',
13390         `variable', `namespace eval', etc.
13391         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
13392         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
13393         imenu and font-lock so that searches for \sw would find words
13394         containing colons.
13396         * progmodes/etags.el (initialize-new-tags-table):
13397         Do not alter find-tag-marker-ring and tags-location-ring.
13399 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
13401         * term/w32-win.el: Require fontset.
13402         (w32-init-fontsets): New function (code from x-win.el).
13404 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13406         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
13407         calendar-and-diary-frame-parameters):  Add title parameter.
13409 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
13411         * completion.el (dynamic-completion-mode): New function to enable
13412         the mode.  (Just loading the file now does not change anything.)
13414 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13416         * ps-print.el: User option for multibyte buffer handling and doc fix.
13417         (ps-multibyte-buffer): New user option.
13418         (ps-setup): Print new user option.
13419         (ps-print-quote): New fun.
13420         (ps-color-p, ps-mule-font-info-database-latin): New var.
13421         (ps-default-color, ps-mule-font-info-database)
13422         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
13423         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
13424         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
13425         Little code improvement.
13426         (ps-mule-initialize): Initialize ps-mule-font-info-database.
13427         (ps-print-prologue-header, ps-font-family, ps-font-size)
13428         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
13429         (ps-build-face-reference, ps-mule-font-info-database-bdf)
13430         (ps-mule-external-libraries, ps-mule-init-external-library)
13431         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
13432         Doc fix.
13433         (ps-print-version): New version number (4.1.1) and doc fix.
13434         (ps-print-prologue-header): New user option.
13435         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
13436         Conditional compilation for GNU Emacs and emacsens.
13437         (ps-generate-postscript-with-faces): Skip invisible text better.
13438         (ps-setup): Print new user option.
13439         (ps-print-preprint): Check if input file name exists and is unwritable.
13440         (ps-begin-file): Adjust PostScript prologue header for duplex printers
13441         and insert user PostScript prologue header comments.
13442         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
13443         New funs.
13444         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
13445         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
13446         PostScript programming normalization.
13447         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
13448         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
13449         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
13450         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
13451         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
13452         Programming style normalization.
13454 1998-10-26  Kenichi Handa <handa@etl.go.jp>
13456         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13457         version, check the value of mule-version.
13459         * international/mule-util.el (compose-region): Insert then delete
13460         to preserve markers.
13461         (decompose-region): Use search-forward for efficiency.
13463         * language/chinese.el (pre-write-encode-hz): Cancel previous
13464         change, use generate-new-buffer instead of get-buffer-create.
13465         * language/devan-util.el
13466         (in-is13194-devanagari-pre-write-conversion): Likewise.
13467         * language/thai-util.el (thai-pre-write-conversion): Likewise.
13468         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13469         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13471 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
13473         * mail/rmailsum.el (rmail-message-subject-p):
13474         Handle message whose header has not been reformatted.
13476         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
13478 1998-10-25  Jason Rumney  <jasonr@altavista.net>
13480         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
13481         New variables.
13482         (mouse-set-font): Use font menus instead of dialog according to
13483         w32-use-w32-font-dialog.
13485 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13487         * calendar/calendar.el (calendar-day-name-array): Add doc string
13488         correctly!
13489         (calendar-month-name-array): Add doc string correctly!
13491 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
13493         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
13495 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
13497         * lisp/info.el (Info-next-menu-item): Stay on top of node.
13499         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
13501         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
13503         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
13505 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
13507         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
13509 1998-10-21  Karl Heuer  <kwzh@gnu.org>
13511         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
13512         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
13513         (profile-filter, profile-reset-timer): Functions deleted.
13514         (profile-check-zero-init-times, profile-get-time): Likewise.
13515         (profile-find-function, profile-quit): Likewise.
13516         (profile-distinct, profile-call-stack, profile-last-time): New vars.
13517         (profile-time-list, profile-init-list): Doc fix.
13518         (profile-functions): Simplify.
13519         (profile-print): Use float.  Make output include space separators.
13520         (profile-add-time): New helper function.
13521         (profile-function-prolog): Renamed from profile-start-function.
13522         Handle profile-distinct.
13523         (profile-function-epilog): Renamed from profile-update-function.
13524         Handle profile-distinct.
13525         (profile-a-function): If the function to be profiled is an
13526         autoload form, load it.  If it's lazy-loaded, fetch it.
13527         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
13528         (profile-restore-fun): Arg FUN is now a function symbol, as was
13529         documented, rather than a one-element list.
13530         (profile-finish): Call profile-restore-fun properly.
13532 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
13534         * international/characters.el: Setup charset property
13535         nospace-between-words.
13537         * international/mule-cmds.el (get-charset-property): If CHARSET is
13538         composition, return nil.
13539         (put-charset-property): If CHARSET is composition, do nothing.
13541         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
13542         * language/devan-util.el
13543         (in-is13194-devanagari-pre-write-conversion): Likewise.
13544         * language/thai-util.el (thai-pre-write-conversion): Likewise.
13545         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13546         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13548         * textmodes/fill.el (sentence-end-without-period): New variable.
13549         (canonically-space-region): Pay attention to
13550         sentence-end-without-period.
13551         (fill-find-break-point): The first argument CHARSET deleted.
13552         Caller changed.
13553         (fill-region-as-paragraph): Pay attention to charset property
13554         nospace-between-words and text property nospace-between-words.
13556 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
13558         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
13559         an unrecognized shell.
13561 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
13563         * desktop.el (desktop-save): Include minor modes symbolically.
13564         (desktop-create-buffer): Turn on all minor modes in `mim'.
13566 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
13568         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
13569         (sh-font-lock-keywords): Handle rpm and rpm2.
13570         (sh-ancestor-alist): Handle rpm.
13572         * files.el (auto-mode-alist): Recognize .rpm files.
13573         Also .spec and .mspec files.
13575 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
13577         * faces.el (frame-set-background-mode): Enable the function for
13578         MSDOS frames.
13580 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13582         * calendar/calendar.el (calendar-day-name-array): Add doc string.
13583         (calendar-month-name-array): Add doc string.
13585 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
13587         * simple.el (kill-ring-max): Increased to 60.
13589 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
13591         * international/characters.el: Setup auto-fill-chars.
13593         * international/kinsoku.el (kinsoku): Check the variable
13594         enable-kinsoku.
13596         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
13597         Don't call kinsoku directly, intead call fill-find-break-point.
13599         * textmodes/fill.el: Setup `fill-find-break-point-function'
13600         property to character sets which require `kinsoku' processing for
13601         filling.
13602         (fill-find-break-point): New function.
13603         (fill-region-as-paragraph): Don't check kinsoku-enable here.
13604         Don't call kinsoku directly, intead call fill-find-break-point.
13606 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
13608         * faces.el (modify-face-read-string): Return (nil) for "none".
13609         (modify-face): Don't get error if (nil) is the argument.
13610         (face-try-color-list): Don't check whether nil is a valid color.
13612 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
13614         * emacs-lisp/bytecomp.el (byte-recompile-directory):
13615         Print message about each directory, even in batch mode.
13617         * gnus/nntp.el: Require `cl' before using nnoo-declare.
13619         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
13620         (ps-mule-string-char): No need to use sref.
13621         (ps-mule-next-index): No need to use sref.
13623         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
13625         * files.el (revert-buffer-internal-hook): Add defvar.
13627         * arc-mode.el (archive-mode): Locally set file-precious-flag.
13629         * tar-mode.el (tar-mode): Locally set file-precious-flag.
13631 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
13633         * international/mule-cmds.el (default-input-method): Fix custom type.
13635         * net-utils.el (whois-server-list): Fix customization type.
13637         * shell.el (shell-input-autoexpand): Fix customization group.
13639 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
13641         * repeat.el (repeat): Handle keyboard macros properly.
13642         Handle new prefix arg after self-insert command.
13644         * repeat.el: Don't include cl even at compile time.
13645         (repeat): Avoid using `loop'.
13647         * simple.el (shell-command-on-region): Doc fix.
13648         (next-history-element): Special error message if no default.
13650 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
13652         * ps-print.el (ps-print-buffer): Doc fix.
13653         (ps-despool): Likewise.
13655         * arc-mode.el (arc-mode): Provide arc-mode.
13657 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
13659         * ps-print.el (ps-print-buffer): Doc fix.
13661 1998-10-14  Dave Love  <fx@gnu.org>
13663         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
13664         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
13665         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
13667         * progmodes/fortran.el (fortran-mode-map): Change "Join
13668         Continuation Line" to "Join Line".
13669         (fortran-font-lock-keywords-1): Add "cycle", "exit".
13671 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
13673         * progmodes/fortran.el (fortran-join-line): Use
13674         `delete-indentation' instead of issuing an error message if not on
13675         a continuation line.  Provide for joining several lines using
13676         prefix arg.
13678 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
13680         * term/pc-win.el (msdos-color-values): New variable.
13681         (x-color-values): New function, emulates its namesake from
13682         src/xfns.c.
13683         (msdos-bg-mode): Add all dark colors to those which return
13684         "dark".
13686 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
13688         * replace.el (keep-lines, flush-lines, how-many):
13689         Don't ignore case if arg has upper case letters.
13691 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
13693         * progmodes/vhdl-mode.el
13694         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
13695         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
13696         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
13697         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
13698         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
13699         (vhdl-when): Fix indentation problem.
13700         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
13701         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
13702         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
13704 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
13706         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
13707         (ls-lisp-insert-directory): Renamed from insert-directory.
13708         (insert-directory): New function.
13710 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
13712         * simple.el (completion-fixup-function): Variable deleted.
13713         (completion-setup-function): Delete code for completion-fixup-function.
13714         * emacs-lisp/lisp.el (lisp-complete-symbol):
13715         Don't bind completion-fixup-function.
13717         * files.el (find-file-wildcards): New option.
13718         (find-file-noselect): Handle wild cards, if enabled.
13719         (file-expand-wildcards): New function.
13721         * simple.el (set-fill-column): Doc fix.
13723 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13725         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
13727 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
13729         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
13730         Move declaration before first use.
13731         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
13732         hif-math, hif-factor): Rename token to hif-token and token-list to
13733         hif-token-list.
13734         (hif-token, hif-token-list): Declare them.
13735         (hif-find-ifdef-block): Return cons of top and bottom point
13736         instead of setting dynamically bound variables.
13737         (hide-ifdef-block, show-ifdef-block): Use return value of
13738         hif-find-ifdef-block.
13740 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
13742         * subr.el (read-passwd): Use clear-this-command-keys.
13744         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
13746         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
13747         and ...-for-write.
13749 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
13751         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
13752         responses to GROUP command, since this may be called from a timer
13753         with quit inhibited.
13755 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
13757         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
13758         set unconditional-jump to nil.
13759         (ccl-compile-read-multibyte-character): Return nil.
13760         (ccl-compile-write-multibyte-character): Likewise.
13761         (ccl-compile-translate-character): Likewise
13762         (ccl-compile-map-multiple): Likewise.
13763         (ccl-compile-map-single): Likewise.
13765         * international/kinsoku.el: Add coding tag.
13766         (kinsoku-bol): Remove superfluous TAB in a string.
13768         * international/mule-cmds.el (find-coding-systems-for-charsets):
13769         Delete `composition' (if any) from CHARSETS.
13771 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
13773         * international/mule-cmds.el (setup-specified-language-environment):
13774         Add apropos-inhibit property.
13775         (describe-specified-language-support): Likewise.
13777 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
13779         * international/mule.el (make-coding-system): Create -with-esc
13780         variant coding system.
13782 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
13784         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
13785         (next-file): Optionally offer to revert a file's buffer,
13786         if it has an existing buffer but the file has changed.
13788         * info.el (Info-insert-dir): Detect and report problems
13789         in input files, such as "No Top node".  Return with point
13790         at the beginning of the text.
13791         (Info-find-node): Reinsert the code to handle files
13792         with no tags table; it was deleted by mistake.
13794 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
13796         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
13797         texinfo-find-higher-level-node repeatedly find the same node.
13798         (texinfo-find-higher-level-node): Doc fix.
13800 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
13802         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
13803         (smtpmail-address-buffer): Add defvar.
13804         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
13806         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
13808         * ffap.el (ffap-machine-p-local): Fix editing error.
13810 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
13812         * faces.el (frame-set-background-mode):
13813         Don't do anythung for text-only or MSDOS frame.
13815 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
13817         * international/quail.el (quail-defrule): New optional arg APPEND.
13818         (quail-defrule-internal): Fix bug of handling the argument APPEND.
13820 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
13822         * gnus/pop3.el (pop3-open-server):
13823         Set process-coding-system-alist around open-network-stream.
13825 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
13827         * files.el (save-buffer): Doc fix.
13829 1998-10-07  Karl Heuer  <kwzh@gnu.org>
13831         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
13832         return DEF unchanged, not nil.  Simplify.
13834 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
13836         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
13838 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
13840         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
13842         * net-utils.el (ftp, nslookup): Require comint.
13843         (network-service-connection): Likewise.
13844         (whois-server-name): Defaults to whois.arin.net
13845         (whois-server-list, whois-server-tld, whois-guess-server): New var.
13846         (whois): Tries to guess the appropriate top-level domain server.
13847         (whois-get-tld): New function.
13849         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
13850         (dirtrack-debug-toggle): Added this function.
13852 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13854         * files.el (find-file-noselect): Switch to the correct buffer
13855         before checking find-file-literally, and allow non-nil non-t
13856         rawfile params.
13858 1998-10-06  Karl Heuer  <kwzh@gnu.org>
13860         * midnight.el (clean-buffer-list): Add autoload cookie.
13862         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
13863         no-autosave.
13864         * tar-mode.el (tar-mode-revert): Likewise.
13865         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
13866         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
13867         * gnus/message.el (message-auto-save-directory): Renamed from
13868         message-autosave-directory.  All references changed.
13870 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
13872         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
13873         string.  Expose mime stuff while searching.
13875 1998-10-06  Richard Stallman  <rms@gnu.org>
13877         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
13879         * replace.el (perform-replace): Position point properly
13880         before and after the recursive edit of C-r.
13882         * progmodes/etags.el (tags-reset-tags-tables): Properly
13883         find the markers in the old rings that are being discarded.
13885 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13887         * apropos.el (apropos-print): Control invalid characters.
13889         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13890         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
13891         confusing customize.
13893 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
13895         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
13896         built-in commands.  Add more built-in commands and fix face names.
13898 1998-10-05  Simon Marshall  <simon@gnu.org>
13900         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
13902 1998-10-04  Eric Ludlam  <zappo@gnu.org>
13904         * speedbar.el (speedbar-initial-expansion-list-name): Remove
13905         customization since it is not useful in this case.
13906         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
13907         sure it gets evalled to a number.  Also verify that set-frame-name
13908         fn exists before calling it.
13910         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13911         Protect a `forward-sexp' call which could fail, and improved regex
13912         for ie, and eg abbreviations.
13914 1998-10-02  Noah Friedman  <friedman@splode.com>
13916         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
13917         send-string.
13918         (rlogin-send-Ctrl-D): Here also.
13919         (rlogin-send-Ctrl-Z): Here also.
13920         (rlogin-send-Ctrl-backslash): Here also.
13922 1998-10-02  Dave Love  <fx@gnu.org>
13924         * outline.el (hide-region-body): Bind
13925         outline-view-change-hook to nil while making repeated calls to
13926         outline-flag-region.  Run it once at the end.
13927         (hide-other, hide-sublevels, show-children): Likewise.
13929         * info-look.el: Remove duplicate scheme-mode entry.
13930         (info-lookup-make-completions): When looking for entries, check
13931         that `item' isn't null or "Menu".
13933 1998-10-01  Karl Heuer  <kwzh@gnu.org>
13935         * net-utils.el: Don't require ffap.
13936         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
13937         (ping, nslookup-host, finger, network-connection-to-service): Use them.
13939 1998-09-30  Richard Stallman  <rms@gnu.org>
13941         * ispell.el (check-ispell-version): No need to bind default-major-mode.
13943         * imenu.el (imenu--generic-function): Sort each submenu by position.
13944         (imenu--sort-by-position): New function.
13946         * cus-edit.el (Custom-mode-menu): Fix info node name.
13947         (customize group): Fix info node name.
13949         * mail/mailalias.el (build-mail-aliases): Don't allow
13950         a newline in the alias name.  Don't define an alias
13951         if the definition would be empty.
13953         * which-func.el (which-func-mode-global): Make :set function
13954         more reliable.
13956         * custom.el (custom-set-variables): Load the requests first,
13957         then check the symbol's `set' function.
13959         * ffap.el: Doc fixes.
13961 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13963         * gnus.el: (gnus-valid-select-methods): Fix type.
13964         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
13965         * gnus-score.el (gnus-orphan-score): Fix type.
13966         (gnus-score-default-header, gnus-score-default-type): Fix type.
13967         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
13968         (gnus-saved-headers): Fix type.
13970         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
13971         Avoid nil value of `two-lines-citation-part'.
13973 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
13975         * which-func.el (which-function): Handle case when
13976         (car imenu--index-alist) is nil.
13978 1998-09-29  Dave Love  <fx@gnu.org>
13980         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
13981         bzip2 args.
13983 1998-09-29  Simon Marshall  <simon@gnu.org>
13985         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
13986         comint-exec-hook.
13988 1998-09-29  Stephen Eglen  <stephen@gnu.org>
13990         * info-look.el: Add support for Octave.
13992 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
13994         * textmodes/reftex.el (reftex-finding-files): New customize group.
13995         (reftex-texpath-environment-variables,
13996         reftex-use-external-file-finders, reftex-external-file-finders,
13997         reftex-search-unrecursed-path-first): New options.
13998         (reftex-process-string, reftex-find-file-externally): New
13999         functions.
14000         (reftex-access-search-path): Execute shell commands to find the
14001         search path.
14002         (reftex-toggle-auto-view-crossref): When turning on, make sure
14003         `reftex-auto-view-crossref' becomes non-nil.
14004         (reftex-abbrev-regexp): Constant removed.
14005         (reftex-convert-string): Abbrev regexp calculated locally.
14007 1998-09-28  Dave Love  <fx@gnu.org>
14009         * progmodes/fortran.el: Don't call regexp-opt when deriving
14010         font-lock patterns with keywords that aren't all literal.
14012 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
14014         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
14015         the form `octave.bin:1>' which come from using precopiled binary
14016         versions.
14018 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
14020         * help.el (help-for-help): Use %THIS-KEY%.
14021         (help-quit): Add doc.
14023         * help-macro.el (make-help-screen): Keep HELP-TEXT
14024         in a separate function definition, not in the help command FNAME.
14025         Replace %THIS-KEY% with the key sequence that ran FNAME.
14027 1998-09-25  Richard Stallman  <rms@gnu.org>
14029         * textmodes/texinfo.el (texinfo-show-structure):
14030         Bind inhibit-read-only.
14032         * isearch.el (isearch-search-and-update): Properly
14033         handle upper case letters in the reverse-search special case.
14035 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
14037         * gnus.el: Extend the list of autoloaded functions.
14039         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
14040         buffer before creating help group. (from Gnus v5.6.43, fix by
14041         1998-08-20 Per Starback <starback@update.uu.se>)
14043         * gnus-util.el (gnus-output-to-rmail): Adjust to
14044         `rmail-output-to-rmail-file'.
14046 1998-09-25  Karl Heuer  <kwzh@gnu.org>
14048         * hexl.el (hexl-mode-map): More of previous change.
14050         * textmodes/tex-mode.el (tex-run-command): Doc fix.
14051         (tex-start-tex): Don't use tex-start-options-string in star case.
14052         Quote file name in star case as well as in non-star.
14053         Add blank and quoting of option string here.
14054         (tex-start-options-string): Not here.
14056 1998-09-23  Karl Heuer  <kwzh@gnu.org>
14058         * term.el (term-delimiter-argument-list): Doc fix.
14059         (term-emulate-terminal): Escape literal semicolon.
14060         * progmodes/asm-mode.el (asm-mode): Doc fix.
14061         (asm-comment-char): Escape literal semicolon.
14062         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
14064 1998-09-23  Richard Stallman  <rms@gnu.org>
14066         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
14067         only those that normally modify the buffer.
14069         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
14070         over again.
14072 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
14074         * ispell.el (check-ispell-version): Ensure same buffer is current
14075         when let-binding of case-fold-search ends.
14077 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14079         * ps-print.el: Skip invisible overlay.
14080         Test for set-buffer-multibyte rather than using mule-version.
14081         (ps-print-version): New version number (4.1) and doc fix.
14082         (ps-generate-postscript-with-faces): Skip invisible overlay.
14084 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
14086         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
14088 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
14090         * international/quail.el (quail-update-guidance): Check for the
14091         return value of (quail-guidance) fixed.
14092         (quail-update-translation): Bind quail-current-str locally when it
14093         calls quail-update-guidance.
14094         (quail-update-translation): If input-method-exit-on-first-char is
14095         non-nil, terminate translation only when the current input method
14096         is simple.
14098 1998-09-22  Paul Eggert  <eggert@twinsun.com>
14100         * startup.el (locale-translation-file-name): Prefer X-related names
14101         to the name used by GNU/Linux sans X.  Set to nil if no file found.
14102         (command-line): Use locale-translation-file-name if it is not nil,
14103         instead of testing for its existence again.
14104         regexp-quote the ctype before using it in a regexp.
14105         Allow a colon to appear after the ctype in the aliases file,
14106         as is done in X11R6.4.
14108 1998-09-21  Richard Stallman  <rms@gnu.org>
14110         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
14112         * calendar/appt.el (appt-interval): Variable deleted.
14113         (appt-check): For minutes in between appt-display-interval times,
14114         do check, but don't display anything except an updated mode line.
14115         Count against appt-display-interval based on minutes since
14116         first display of this appointment, not based on time of day.
14117         If appt-display-mode-line, force mode line redisplay
14118         whenever appt-mode-string has changed.
14119         (appt-add, appt-delete): Add autoload cookies.
14120         (appt-check): Catch errors from calling `diary'.
14121         (appt-max-time): Renamed from max-time.
14122         (appt-now-displayed, appt-display-count): New variables.
14123         (appt-timer): Don't create one if we already have one.
14125         * textmodes/tex-mode.el (tex-compilation-parse-errors):
14126         More general code to use the source buffer instead of the zap file.
14128         * hilit-chg.el (highlight-compare-with-file): Renamed from
14129         compare-with-file.
14131         * loadhist.el (load-history-loaded): New variable.
14132         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
14134         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
14136         * emacs-lisp/find-func.el (find-function-search-for-symbol):
14137         Fix error messages.
14139 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
14141         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
14142         Emacs frame.
14144 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
14146         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
14147         `undecided' and `undecided-unix'.
14149 1998-09-21  Dave Love  <fx@gnu.org>
14151         * help.el (help-make-xrefs): Fix typo affecting Info references.
14153         * subr.el (remove-hook): Check list values to avoid errors.
14155 1998-09-18  Noah Friedman  <friedman@splode.com>
14157         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
14158         store string in eldoc-last-message without consing a new string.
14159         Rearrange logic from nested if's into cond's.
14160         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
14161         Do not print message; just return string.
14162         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
14163         Do not print message; just return string.
14164         Cache that string in eldoc-last-data.
14165         (eldoc-last-data): Make into a vector.
14166         (eldoc-get-fnsym-args-string): Use new data form of structure.
14167         (eldoc-get-var-docstring): Here also.
14168         (eldoc-last-data-store): New function.
14169         (eldoc-get-fnsym-args-string): Use it.
14170         (eldoc-get-var-docstring): Here also.
14171         (eldoc-docstring-first-line): Minimize interim string consing.
14172         Call substitute-command-keys on the result.
14173         (eldoc-print-var-docstrings, eldoc-print-docstring,
14174         eldoc-docstring-message): Functions removed.
14175         (eldoc-docstring-format-sym-doc): New function, functionality
14176         ripped out of eldoc-docstring-message.
14177         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
14179 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
14181         * international/mule.el (make-coding-system): Doc-string modified.
14183 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
14185         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
14187         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
14188         customize type.
14190         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
14191         type.
14193         * progmodes/compile.el (compilation-error-screen-columns): New
14194         variable.
14195         (compilation-next-error-locus): Use it to decide whether to use
14196         forward-char or move-to-column.
14198         * mail/rmail.el (rmail-movemail-program): Fix customize type.
14200         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
14201         feedmail-fiddle-plex-user-list,
14202         feedmail-spray-address-fiddle-plex-list,
14203         feedmail-prompt-before-queue-user-alist,
14204         feedmail-prompt-before-queue-help-supplement,
14205         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
14206         feedmail-queue-alternative-mail-header-separator): Fix customize
14207         type.
14209         * startup.el (site-run-file): Fix customize type.
14211         * speedbar.el (speedbar-initial-expansion-list-name): Fix
14212         customize type.
14214         * shell.el (shell-input-autoexpand): Fix customize type.
14216         * ps-print.el (ps-font-info-database): Add missing dots in value.
14217         Improve layout of customize type.
14219         * net-utils.el (traceroute-program-options, ping-program-options,
14220         ipconfig-program-options, netstat-program-options,
14221         arp-program-options, route-program-options,
14222         nslookup-program-options, ftp-program-options): Fix customize
14223         type.
14225         * midnight.el (clean-buffer-list-kill-regexps,
14226         clean-buffer-list-kill-buffer-names,
14227         clean-buffer-list-kill-never-buffer-names,
14228         clean-buffer-list-kill-never-regexps): Fix customize type.
14230         * man.el (Man-init-defvars): Avoid trailing nil on
14231         Man-filter-list.
14233         * lpr.el (printer-name): Fix customize type.
14235 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
14237         * international/mule-cmds.el (reset-language-environment): Call
14238         update-coding-systems-internal.
14240         * international/mule-conf.el: Call update-coding-systems-internal
14241         at the tail.
14243 1998-09-14  Dave Love  <fx@gnu.org>
14245         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
14246         use the menu-enable properties, pending doing it correctly and
14247         acceptably fast.
14249         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
14251 1998-09-13  Dave Love  <d.love@dl.ac.uk>
14253         * progmodes/hideshow.el (hs-grok-mode-type): Check
14254         comment-{start,end} non-nil as well as bound.  Report an error if
14255         we can't grok the mode.
14257 1998-09-13  Richard Stallman  <rms@gnu.org>
14259         * simple.el (blink-matching-open): Don't log paren matching
14260         messages in *Messages*.
14262 1998-09-12  Richard Stallman  <rms@gnu.org>
14264         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
14265         Set point-before-scroll at end even if there was an error.
14267         * ange-ftp.el (ange-ftp-insert-file-contents):
14268         Use binary mode for dumb-unix hosts as for unix hosts.
14269         (ange-ftp-copy-file-internal): Likewise.
14271         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14273         * emacs-lisp/pp.el: Doc fixes.
14275         * wid-edit.el (widget-menu-max-shortcuts): New variable.
14276         (widget-choose): Don't use single-char shortcuts if # items
14277         exceeds that many.  Use minibuffer instead.
14279 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14281         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
14283 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
14285         * speedbar.el (speedbar-frame-mode): Do not set frame position if
14286         in terminal mode.
14288 1998-09-10  Noah Friedman  <friedman@splode.com>
14290         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
14291         defcustom declaration.  It's wreaking too much havoc with XEmacs
14292         and older versions of Emacs, which share this code.
14294         * type-break.el (type-break-mode): Here also.
14296         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
14297         `t' to add-hook also to modify the new local value.
14299 1998-09-10  Dave Love  <fx@gnu.org>
14301         * vc.el (vc-insert-headers): Doc fix.
14303 1998-09-10  Richard Stallman  <rms@gnu.org>
14305         * textmodes/flyspell.el (flyspell-mode-on): Make the
14306         ispell-... variables permanent locals.
14307         (flyspell-mode-off): Add autoload cookie.
14309         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
14310         do use binary mode, just as for `unix'.
14311         (ange-ftp-host-type): If HOST is nil, return `unix'.
14313         * dired.el (dired-mark-files-containing-regexp):
14314         Don't scan directories.  Ignore non-readable files.
14316         * progmodes/compile.el (compilation-error-regexp-alist):
14317         Fix previous change: allow . and _ in command name.
14319         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
14321         * uncompress.el (uncompress-while-visiting):
14322         Use just the car of what find-operation-coding-system returns.
14324         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
14326         * shell.el (shell-file-name-quote-list): Add # to the value.
14328 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
14330         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
14331         to make killing of ispell process work even if
14332         kill-all-local-variables has been run.
14334 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14336         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
14337         loop when sexp entry ends at end of file with no newline.
14339 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
14341         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
14342         (Custom-reset-standard): Fix menu inconsistency.
14344         * mail/feedmail.el (feedmail-from-line): Allow t.
14345         (feedmail-message-id-suffix): Allow nil.
14347         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
14348         Simplify.  Make prefix arg work right.
14350 1998-09-09  Dave Love  <fx@gnu.org>
14352         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14354         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
14356 1998-09-08  Dave Love  <fx@gnu.org>
14358         * add-log.el (change-log-font-lock-keywords): Do parenthesized
14359         stuff only after file names or at start of line.  Allow parens
14360         around e-mail, as well as angles.
14362         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
14363         ignore-errors too, eval'd when compile.  Require w3 stuff at load
14364         time for nicer failure if it's not available.
14366 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
14368         * comint.el (comint-arguments): Ignore backslashes when using
14369         w32 shells that expect backslashes as the directory separator.
14371 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
14373         * international/fontset.el (resolved-ascii-font): New variable.
14374         (x-complement-fontset-spec): By side effect, set
14375         `resolved-ascii-font' to the resolved name of ASCII font."
14376         (create-fontset-from-fontset-spec): Don't get a value for
14377         resolved-ascii-font from the list full-fontlist.  It is set by
14378         x-complement-fontset-spec now.
14380         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
14381         version, check the value of mule-version.
14383 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
14385         * textmodes/reftex.el (reftex-view-crossref): Split up into
14386         several functions.  No longer moves to find a macro.
14387         (reftex-view-cr-cite, reftex-view-cr-ref,
14388         reftex-end-of-bib-entry): New functions.
14389         (reftex-auto-view-crossref): New value `window' allowed.
14390         (reftex-view-crossref-when-idle): Process new `window' option in
14391         (reftex-translate-to-ascii-function): New default.
14392         (reftex-label-illegal-re): Default changed, removed Latin1.
14393         (reftex-latin1-to-ascii): New function.
14394         (reftex-what-environment): Check for section regexp before use.
14395         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
14396         absolute path names.
14397         (reftex-TeX-master-file): Changed sequence of file checks.
14398         (reftex-do-citation): bibview cache only with RefTeX mode on.
14400 1998-09-06  Richard Stallman  <rms@gnu.org>
14402         * progmodes/compile.el (compilation-error-regexp-alist):
14403         In first pattern (GNU utilities and other things),
14404         allow a space after the optional program name at the beginning.
14406         * mail/mail-hist.el (mail-hist-current-header-contents):
14407         Fix previous change: use mail-header-end.
14409 1998-09-06  Bill Richter  <richter@math.nwu.edu>
14411         * international/ccl.el: Doc fixes.
14412         * international/encoded-kb.el: Doc fixes.
14413         * international/fontset.el: Doc fixes.
14414         * international/kinsoku.el: Doc fixes.
14415         * international/kkc.el: Doc fixes.
14416         * international/mule-cmds.el: Doc fixes.
14417         * international/mule-conf.el: Doc fixes.
14418         * international/mule-util.el: Doc fixes.
14419         * international/mule.el: Doc fixes.
14421 1998-09-05  Eric Ludlam  <zappo@gnu.org>
14423         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
14424         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
14425         (checkdoc-this-string-valid-engine): Permit ? as terminating
14426         punctuation for first line sentence breaking.
14427         (checkdoc-this-string-valid): When converting a comment into a doc
14428         string, make sure " chars are \".
14429         (checkdoc-sentencespace-region-engine): Only do double space check
14430         if based on the variable `sentence-end-double-space'
14431         (checkdoc-this-string-valid-engine): ? ends valid sentence.
14432         (checkdoc-proper-noun-region-engine): Exclude items in URLs
14434 1998-09-04  Richard Stallman  <rms@gnu.org>
14436         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14437         Recognize define-skeleton as a function definer.
14439         * cus-edit.el (customize-option): Refuse to customize
14440         a variable that has no defcustom.  But if variable is autoloaded,
14441         first try to load the library that defines it.
14443         * international/iso-insert.el: Use `string' before calling `insert'
14444         so that in multibyte buffers we insert multibyte chars.
14446         * dired.el (dired-mark-files-containing-regexp):
14447         Don't use find-file; instead, insert the file in a temp buffer.
14449         * textmodes/tex-mode.el (tex-start-options-string): New option.
14450         (tex-start-tex): Use that variable.
14452         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
14453         value in the `repeat' alternative a list.
14455         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
14456         the inserted newline, verify that one was really inserted.
14458         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
14459         remains on or remains off.
14460         (flyspell-multi-language-p): Default changed to nil.
14462         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
14463         In "found in comment" case, don't beginning-of-line after forward-line.
14465         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
14466         If the function definition is not a lambda, return original FORM
14467         with no error.
14469 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
14471         * net-utils.el (netstat-program-options): Changed from nil to "-a"
14472         so that by default netstat shows all network connections.
14474 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
14476         * international/quail.el: Doc fixes.
14478         * info.el (info): Don't add parens if FILE already has them.
14480 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
14482         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
14483         on extension lines.
14485 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
14487         * w32-fns.el (w32-shell-dos-semantics): New function.
14489 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
14491         * international/quail.el (quail-choose-completion-string): Store
14492         completion `choice' in `quail-current-str'; don't insert it.
14494 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
14496         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
14497         argument to ps-mule-generate-bitmap-font.
14499         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
14500         entry and change Latin-1 entry in the default value.
14501         (ps-mule-font-info-database-ps-bdf): New variable.
14502         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
14503         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
14504         registerd in FONT-SPEC.
14505         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
14506         charcter width of bitmap fonts.
14507         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
14508         procedure NF.
14509         (ps-begin-file): Output PostScript code for setting
14510         SpaceWidthRatio.
14511         (ps-plot-region): Use line-beginning-position to get a position of
14512         the beginning of the current line.
14514         * international/mule-cmds.el (register-input-method): Doc-string
14515         modified.
14517 1998-09-01  Dave Love  <fx@gnu.org>
14519         * international/mule-cmds.el (current-language-environment): Fix
14520         setter function.
14522 1998-09-01  Simon Marshall  <simon@gnu.org>
14524         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
14525         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
14526         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
14527         names with font-lock-type-face.  Fontify type specs, etc., with
14528         font-lock-keyword-face.
14530 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
14532         * international/fontset.el (x-complement-fontset-spec): If ASCII
14533         font is specified in FONTLIST, don't substitute it for the
14534         resolved name.
14536 1998-08-31  Paul Eggert  <eggert@twinsun.com>
14538         * international/mule.el (charset-description): Doc fix.
14540         * language/chinese.el, language/cyrillic.el, language/czech.el,
14541         language/devanagari.el, language/ethiopic.el,
14542         language/european.el, language/hebrew.el, language/indian.el,
14543         language/japanese.el, language/korean.el, language/lao.el,
14544         language/slovak.el, language/thai.el, language/tibetan.el,
14545         language/vietnamese.el:
14546         Add coding: local variable, to avoid bootstrapping problem
14547         if you need to recompile all the Lisp files using interpreted code.
14549 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14551         * cal-china.el (chinese-year-cache): Change range of years from
14552         1989-2000 to 1990-2010.
14554 1998-08-29  Dave Love  <d.love@dl.ac.uk>
14556         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
14557         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
14559 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14561         * ps-print.el (ps-print-control-characters): Doc-string modified.
14562         (ps-output-string-prim): Comment format changed.
14563         (ps-do-despool): Indentation of source code changed.
14565 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
14567         * subr.el (sref): Make it an alias of aref.  Make the
14568         byte-compiler warn that it is obsolete.
14569         (char-bytes): Make the byte-compiler warn that it is obsolete.
14571         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
14572         Calculate the total bytes using position-bytes instead of
14573         char-bytes.
14575 1998-08-27  Karl Heuer  <kwzh@gnu.org>
14577         * snmp-mode.el: New file.
14578         * files.el (auto-mode-alist): Add snmp-mode patterns.
14580 1998-08-27  Karl Eichwalder  <ke@suse.de>
14582         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
14584 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14586         * calendar/diary-lib.el (diary-block): Doc fix..
14587         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
14589 1998-08-27  Richard Stallman  <rms@gnu.org>
14591         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
14592         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
14593         Clear appt-mode-string if we don't put something in it.
14595 1998-08-27  Dave Love  <fx@gnu.org>
14597         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
14598         dired-local-variables-file for dired-x.
14600         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
14601         for compressed library files too.
14603 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
14605         * language/european.el ("Latin-1"): Modify `documentation' key value.
14606         ("Latin-2"): Likewise.
14608 1998-08-26  Karl Heuer  <kwzh@gnu.org>
14610         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
14612 1998-08-26  Albert L. Ting  <alt@artisan.com>
14614         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
14615         (mail-hist-current-header-contents): Use mail-text-start.
14617 1998-08-26  Richard Stallman  <rms@gnu.org>
14619         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
14620         (customize-changed-options-previous-release): New variable.
14621         (customize-changed-options): Use that variable as default arg.
14623 1998-08-26  Karl Eichwalder  <ke@suse.de>
14625         * midnight.el: Require `timer' not only when compiling.
14627 1998-08-26  Per Starback  <starback@update.uu.se>
14629         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
14630         buffer before creating help group.
14632 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14634         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
14635         coding-system-for-write before saving.
14637 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
14639         * isearch.el (isearch-forward): Doc fix.
14641 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
14643         * emacs-lisp/find-func.el: Fix :version tags to have a string
14644         value, not a float.
14646         * cus-dep.el: Fix typo in output.
14648 1998-08-25  Dave Love  <fx@gnu.org>
14650         * repeat.el (repeat): Doc fix.
14651         [From rms:]
14652         (repeat-previous-repeated-command): New variable.
14653         (repeat): Check for real-last-command being null or repeat.  Set
14654         repeat-previous-repeated-command.
14656         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
14658 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
14660         * gnus/message.el (message-send-mail-with-sendmail): Bind
14661         coding-system-for-write by the return value of
14662         select-message-coding-system.
14663         (message-send-mail-with-qmail): Likewise.
14665 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
14667         * emacs-lisp/autoload.el: Fix doc-string-elt property on
14668         define-derived-mode.
14670         * files.el (file-name-invalid-regexp):
14671         Fix regex for ms-dos without long file names.
14673 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14675         * ps-print.el: Multi-byte buffer handling.
14676         (ps-print-version): New version number (4.0) and doc fix.
14677         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
14678         compilation for GNU Emacs and emacsens.
14679         (ps-generate-postscript-with-faces): Force invisible text to be
14680         visible.
14681         (dos-ps-printer): New var to avoid compilation gripes.
14683 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14685         * ps-print.el (ps-mule-plot-string): Pay attention to the case
14686         that no more characters can't be printed in the current line.
14688 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14690         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
14691         greater than TO.
14693 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14695         * ps-print.el: Add codes to make ps-print.el work also on Emacs
14696         20.2 and the earlier version.
14697         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
14698         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
14699         (ps-mule-find-wrappoint): Likewise.
14700         (ps-mule-generate-font): Change `X' to `x' in format
14701         control-string.
14702         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
14703         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
14704         `restore' form procedures `BC' and `EC'.
14706 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14708         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
14709         is an executable procedure.  Make LineThickness, Xshadow, and
14710         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
14711         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
14712         ps-mule-font-info-database-bdf): New vars.
14713         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
14714         (ccl-encode-ethio-unicode): New CCL program.
14715         (ps-mule-encode-ethiopic): New fun.
14716         (ps-mule-current-charset): New var.
14717         (ps-mule-get-font-spec, ps-mule-font-spec-src,
14718         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
14719         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
14720         (ps-mule-external-libraries): New var.
14721         (ps-mule-init-external-library): New fun.
14722         (ps-mule-font-cache): New var.
14723         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
14724         (ps-last-font): New var.
14725         (ps-mule-prepare-font): New fun.
14726         (ps-mule-charset-list): New var.
14727         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
14728         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
14729         ps-mule-plot-string): New funs.
14730         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
14731         New vars.
14732         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
14733         ps-mule-prepare-cmpchar-font): New funs.
14734         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
14735         vars.
14736         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
14737         ps-mule-generate-bitmap-glyph): New funs.
14738         (ps-mule-initialize, ps-mule-begin): New funs.
14739         (ps-output-string-prim): Insert string as unibyte.
14740         (ps-output-prologue): New fun.
14741         (ps-flush-output): Handle the case of 'prologue.
14742         (ps-begin-file): Call ps-mule-initialize.
14743         (ps-begin-job): Set ps-control-or-escape-regexp differently if
14744         printing multibyte characters.
14745         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
14746         (ps-basic-plot-string): Handle the case of printing ASCII
14747         characters by external libraries (e.g. BDF).
14748         (ps-set-font): Set ps-last-font.
14749         (ps-plot-region): Handle multibyte characters, use
14750         ps-mule-plot-string for them.
14751         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
14753         * bdf.el: New file.
14755 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
14757         * international/mule-cmds.el (select-message-coding-system): New
14758         function.
14759         (set-language-environment-coding-systems): Set
14760         default-sendmail-coding-system.
14762         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
14763         (default-sendmail-coding-system): New variable.
14764         (sendmail-send-it): Encode the message by a coding system
14765         select-message-coding-system returns.
14767 1998-08-23  Eric Ludlam  <zappo@gnu.org>
14769         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
14770         (speedbar-mode): Set buffer to read only.
14771         (speedbar-temp-buffer-show-function): For emacs don't call hook
14772         with arguments.
14773         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
14775 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
14777         * speedbar.el (speedbar-key-map): Fix typo.
14779 See ChangeLog.7 for earlier changes.