(font-lock-fontify-anchored-keywords): Use line-beginning-position.
[emacs.git] / lisp / ChangeLog
blob791d4c6ecb95f2e5dddd867fc0c6abc17f228ad2
1 2000-06-23  Dave Love  <fx@gnu.org>
3         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
4         (font-lock-fontify-anchored-keywords): Use
5         line-beginning-position.
6         (global-font-lock-mode): Use mapc.
8 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
10         * eshell/esh-module.el: Require CL when compiling.
12 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
14         * comint.el (comint-substitute-in-file-name): Call replace-match
15         with second and third arg t.
17         * cus-edit.el (custom-button-face, custom-button-pressed-face): 
18         Specify foreground color.
20         * faces.el (tool-bar, mode-line, header-line): Specify foreground
21         color.
23         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
25         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
26         cddr instead of cdddr.
28         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
29         instead of copy-list.
31         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
32         of copy-list.
34         * subdirs.el: Add eshell subdirectory.
36         * eshell: New subdirectory containing the Eshell package.
38         * pcomplete.el: New file.
40 2000-06-23  Paul Eggert  <eggert@twinsun.com>
42         * mail/mailpost.el (post-mail-send-it): Make sure file has
43         proper permissions from birth.
45         * files.el (basic-save-buffer-2): When temporarily setting
46         file modes, set them to current modes plus 0200, not to 0777.
48         * emerge.el (emerge-make-temp-file): Make sure file has proper
49         permissions from birth.
51 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
53         * files.el (make-backup-file-name-1): On DOS/Windows, run the
54         backup file name through convert-standard-filename.
56         * dos-fns.el (convert-standard-filename): Convert leading
57         directories as well.  When long file names are supported, convert
58         characters that are invalid in Windows file names.
60 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
62         * ps-print.el: Fix bug: if ^L is the very first buffer character,
63         ps-print crashes.  New feature: page selection for printing.  Create
64         raw-text-unix coding system for XEmacs.  Doc fix.
65         (ps-print-version): New version number (5.2.3).
66         (ps-plot-region): Bug fix.
67         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
68         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
69         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
70         funs.
71         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
72         (ps-last-page): New vars.
74 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
76         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
77         empty option string.
79 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
81         * man.el (man): Doc fix.
83 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
85         * international/mule-cmds.el (set-language-info-alist): Docstring
86         fixed.
88 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
90         * version.el (emacs-version): Use ISO date format.
92         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
93         instead of `M-backspace'.
95         * simple.el (turn-off-auto-fill): New function.
97 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
99         * jit-lock.el (with-buffer-prepared-for-jit-lock):
100         Renamed from with-buffer-prepared-for-font-lock and use
101         inhibit-modification-hooks rather than setting *-change-functions.
102         Update all functions to use the new name.
103         (jit-lock-first-unfontify-pos): New semantics (and doc).
104         (jit-lock-mode): Make non-interactive.
105         Don't automatically turn on font-lock.
106         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
107         Always use jit-lock-after-change.
108         Remove and restore font-lock-after-change-function.
109         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
110         (jit-lock-after-unfontify-buffer): Remove.
111         (jit-lock-stealth-fontify):
112         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
113         (jit-lock-after-change): Set the `fontified' text-prop to nil.
115 2000-06-20  Sam Steingold  <sds@gnu.org>
117         * emacs-lisp/cl-indent.el (toplevel): Indent
118         `print-unreadable-object' properly.  Untabify.
120 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
122         * textmodes/reftex.el (reftex-find-citation-regexp-format):
123         Support for bibentry.
124         (reftex-compile-variables): Fixed problem with end of section-re.
126         * texmodes/reftex-dcr.el (reftex-view-crossref,
127         reftex-view-crossref-from-bibtex):
128         Deal with changed `reftex-find-citation-regexp-format'.
129         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
130         Replaced `remprop' with `put'.
131         (reftex-view-crossref, reftex-view-crossref-when-idle):
132         Support for bibentry.
134         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
135         New entry for bibentry package.
137         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
138         Regexp also matches "\nobibliography".
140         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
141         Call `reftex-ensure-write-access' before doing anything.
142         (reftex-ensure-write-access): New function.
144 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
146         * progmodes/idlwave.el: File re-installed (update to version 4.2)
148         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
150         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
152         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
155 2000-06-20  Dave Love  <fx@gnu.org>
157         * faces.el (frame-background-mode): Use set-default, not set, in
158         setter.
159         (frame-update-faces, frame-update-face-colors): Define with
160         defalias.
162         * enriched.el (enriched-decode-foreground)
163         (enriched-decode-background): Don't use internal-find-face.
165         * apropos.el: Doc fixes.
167         * cus-edit.el (customize-changed-options): Check arg.
168         (customize-version-lessp): Don't require decimal point.
170         * custom.el (defcustom, defgroup): Doc fix.
172         * newcomment.el (comment) <defgroup>: Add :version.
173         (comment-multi-line): Doc fix.
175         * emulation/mlsupport.el (define-hooked-local-abbrev,
176         define-hooked-global-abbrev): Fix, using define-abbrev.
178 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
180         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
181         the whole buffer.
183 2000-06-19  Dave Love  <fx@gnu.org>
185         * menu-bar.el (menu-bar-options-save): New function.
186         (menu-bar-options-menu): Use it.
187         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
188         Simplify.
190 2000-06-19  Andreas Schwab  <schwab@suse.de>
192         * progmodes/etags.el (tags-query-replace): Put new parameters
193         START and END at the end, for backward compatibility.
195 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
197         * international/codepage.el:
198         (cp-coding-system-for-codepage-1): Delete special codes for
199         generating xxx-dos coding system because now a CCL based coding
200         system can handle EOL conversion by default.
202         * international/mule.el (make-coding-system): Generate subsidiary
203         coding systems for EOL handling variants even for a CCL based
204         coding system.
206 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
208         * international/isearch-x.el (isearch-minibuffer-input-method)
209         (isearch-minibuffer-input-method-function): These variables
210         deleted.
211         (isearch-with-input-method): Don't use the above variables.
212         (isearch-process-search-multibyte-characters): Likewise.  Call
213         read-string with the arg INHERIT-INPUT-METHOD t.
215 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
217         * font-lock.el (font-lock-after-fontify-buffer)
218         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
220         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
221         Use consistent make-local-variable style for font-lock-fontified.
222         (jit-lock-fontify-buffer):
223         Don't bother checking for font-lock-mode and jit-lock-mode.
225         * time.el: Remove trailing ^M that prevent CVS-merging.
227 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
229         * Makefile.in (distclean): New target.
231 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
233         * Makefile.in (srcdir): Define for update-subdirs.
235 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
237         * find-lisp.el: New file.
239 2000-06-16  Andrew Innes  <andrewi@gnu.org>
241         * time.el (display-time-mail-function): New variable, to allow
242         external packages to indicate when new mail is available.
243         (display-time-update): Use it.
245 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
247         * international/mule.el (mule-version): Change version name to
248         SAKAKI.  AOI has already been used by Meadow.
250         * international/quail.el (quail-show-guidance-buf): To find the
251         bottom window (but minibuffer), pay attention to the height of
252         minibuffer.
254 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
256         * arc-mode.el (archive-mode-map): Use the new menu-item format for
257         menu-bar menus.  Add help strings.  Don't remove the Edit menu
258         from the menu bar, as the menu bar has enough space now.
260         * Makefile.in (SHELL): Make sure /bin/sh is used.
262         * woman.el (woman-man-buffer): Fix bold and underlined CJK
263         characters, which use series of two ^H characters instead of one.
265 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
267         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
268         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
269         functions.
270         (Info-find-node-2): Try a case-sensitive search first, then
271         do a case-insensitive search.
273         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
274         tutorials.
276         * complete.el (PC-env-vars-alist): New variable.
277         (PC-complete-as-file-name): New function.
278         (partial-completion-mode): Initialize PC-env-vars-alist from
279         process-environment.
280         (PC-do-completion): Handle completion of env vars.
282         * info.el (Info-set-mode-line): Show file name in mode line,
283         use `*Info*' instead of `Info:'.
285         * startup.el (command-line-1): Change copyright messages to year
286         2000.
288 2000-06-15  Dave Love  <fx@gnu.org>
290         * net/goto-addr.el (goto-address-fontify): Use keymap property,
291         not local-map.
293 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
295         * international/mule.el (set-buffer-file-coding-system): Almost
296         rewritten to handle `undecided' as no-op.
298 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
300         * Makefile.in: New file.
302         * Makefile: Removed.
304         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
305         (goto-address-highlight-keymap): Bind C-c RET.
307 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
309         * mail/sendmail.el (sendmail-send-it): The temporary buffer
310         inherits buffer-file-coding-system of the current buffer.
312         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
313         0.  Give correct argument to set-auto-coding-function.
314         (tar-expunge): For goto-char, use (point-min), not 0.
315         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
316         (tar-subfile-save-buffer): Likewize.
318         * international/mule.el
319         (after-insert-file-set-buffer-file-coding-system): Call
320         set-buffer-file-coding-system with the arg FORCE t.
322 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
324         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
325         nil.  Contemporary sendmails issue an X-Authentication-Warning if
326         the sender is set with `-f'.
328 2000-06-13  Dave Love  <fx@gnu.org>
330         * help.el (describe-function-1): Kluge around cases of functions
331         fset to subrs whose doc doesn't match their symbol-name.
333         * image.el (insert-image): Default STRING to a space.
335         * info.el Doc fixes.
336         (Info-build-node-completions): Match Ref tags.
338 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
340         * frame.el (display-multi-frame-p, display-multi-font-p): New
341         defaliases for display-graphic-p.
343         * hl-line.el: Fixed a typo in commentary.
345 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
347         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
348         fixed.
350 2000-06-12  Dave Love  <fx@gnu.org>
352         * image.el (insert-image): Save a little consing.
354 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
356         * language/tibet-util.el: Convert all tibetan-1-column characters
357         to the corresponding tibetan characters.
358         (tibetan-add-components): Delete code for the special treatment of
359         'a chung.
361         * language/tibetan.el (tibetan-composable-pattern): Fix previous
362         change.
363         (tibetan-vowel-transcription-alist): More rules added.
364         (tibetan-composite-vowel-alist): New variable.
365         (tibetan-precomposition-rule-alist): More rules added.
367 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
369         * startup.el (command-line): Only call menu-bar-mode if interactive.
371         * thingatpt.el (toplevel symbol-properties):
372         * textmodes/makeinfo.el (makeinfo-compile):
373         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
374         * progmodes/hideif.el (hif-compress-define-list)
375         (hide-ifdef-use-define-alist):
376         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
377         (ange-ftp-vms-add-file-entry):
378         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
379         * man.el (Man-build-man-command):
380         * mail/rnewspost.el (news-reply-header-hook):
381         * info.el (Info-insert-dir):
382         * emulation/mlconvert.el (backward-word, forward-word, setq):
383         * emacs-lisp/gulp.el (gulp-send-requests):
384         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
385         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
386         (byte-optimize-apply, end of file):
387         * emacs-lisp/advice.el (ad-advice-class-completion-table)
388         (ad-make-freeze-definition):
389         * startup.el (command-line, command-line-1): Don't quote lambdas.
391         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
392         (cvs-cleanup-removed): New function.
393         (cvs-cleanup-functions): New var.
394         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
395         some flexibility in specifying additional entries to auto-cleanup.
396         (cvs-quickdir): New function.
397         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
398         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
399         (cvs-mode-find-file): Check that we are on a filename or dirname
400         when invoked through a mouse-click.
401         (cvs-full-path): Remove.
402         (cvs-dired-action): Re-introduced.
403         (cvs-dired-noselect): Use it.
404         (vc-post-command-functions): use this new hook if available.
406         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
407         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
408         (cvs-filename-map, cvs-dirname-map): Remove.
409         (cvs-default-action): Remove.
410         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
411         if the arg is really a keymap.
412         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
413         Don't hardcode the mapping from state (aka type) to face, but check
414         the var cvs-fi-<type>-face instead.
415         (cvs-fileinfo-from-entries): New function.
417         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
418         Docstring fix.
419         (cvs-find-file-and-jump): Change default to be safer.
420         (cvs-mode-diff-map): Define it as a function as well.
421         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
422         Bind mouse-2 in this global map rather than with text-properties.
424         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
425         file to resolve the ambiguity between C(conflict) and C(need-merge).
427 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
429         * international/mule.el (set-buffer-file-coding-system): If
430         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
431         unconditionally.
433 2000-06-12  Dave Love  <fx@gnu.org>
435         * wid-edit.el (widget-specify-button): Really suppress the face if
436         required.
438 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
440         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
442 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
444         * imenu.el (imenu-generic-expression): Docstring fix.
446         * composite.el (composition-function-table): Move the `put'
447         below the autoload cookie so we can load the file before loaddefs.
449         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
451         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
452         Handle easy-mmode-define-global-mode.
453         For complex macros like define-minor-mode that can generate
454         several autoload entries, try to autoload entries in the
455         macroexpanded code.
457         * emacs-lisp/easy-mmode.el (define-minor-mode):
458         If KEYMAP is a symbol, just use it.
459         Use byte-compile-current-file and load-file-name to infer the
460         proper :require to pass to defcustom.
461         Wrap the hook var into `progn' so as not to autoload it.
462         Add a :autoload-end cookie.
463         Be more careful about the evaluation of KEYMAP.
464         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
465         (define-derived-mode): Move define-abbrev-table outside of defvar.
467 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
469         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
470         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
471         (backup-compiled-files): Ignore errors during `tar'.
472         (bootstrap): Make autoloads before elc files.
474 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
476         * international/mule.el (set-buffer-file-coding-system): If one of
477         undecided-XXX is specified, change only EOL conversion.
479         * international/mule-conf.el (unix): New alias for the coding
480         system undecided-unix.
482 2000-06-09  Dave Love  <fx@gnu.org>
484         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
486         * progmodes/executable.el: Byte compile dynamic.
487         (executable-insert): Change custom type.
488         (executable-find): Add autoload cookie.
489         (executable-make-buffer-file-executable-if-script-p): New
490         function.  After Noah Friedman.
492         * files.el (after-save-hook): Customize, with
493         executable-make-buffer-file-executable-if-script-p as an option.
495 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
497         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
498         "tib24p-mule.bdf" for Tibetan.
500         * composite.el (decompose-composite-char): Declare it as obsolete.
502         * man.el (Man-fontify-manpage): Pay attention to underline and
503         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
505 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
507         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
508         Set maintainer to FSF since author isn't reachable.
510 2000-06-08  Dave Love  <fx@gnu.org>
512         * international/mule-cmds.el (select-safe-coding-system): If
513         DEFAULT-CODING-SYSTEM is not specified, also check the most
514         preferred coding-system if buffer-file-coding-system is
515         `undecided'.  From Handa.
517 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
519         * international/mule.el
520         (after-insert-file-set-buffer-file-coding-system): If the buffer
521         size is greater than INSERTED, judget that we are not visiting.
523 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
525         * whitespace.el (defgroup whitespace): Comment out `:version'.
526         XEmacs 20.4 has problems defining the group with this present.
527         We'll have this commented out till get resolve the problem.
529 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
531         * align.el: Update from author.
533 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
535         * apropos.el (apropos-mode-hook): New user variable.
536         (apropos-mode): Run apropos-mode-hook.
538 2000-06-07  David Ponce  <david@dponce.com>
540         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
541         commands.  Require `wid-edit' at run-time.
543 2000-06-07  David Ponce  <david@dponce.com>
545         * recentf.el: Added some "Commentary".
546         (recentf-open-more-files, recentf-edit-list): Minor changes to
547         move the point at the top of the file list.  This behaviour is
548         consistent with the menu one when the list contains a lot of
549         files.
550         (recentf-cleanup): Now displays the number of items removed from
551         the list.
552         (recentf-relative-filter) New menu filter to show filenames
553         relative to `default-directory'.
555 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
557         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
558         with/without giving an error if PostScript printer doesn't have this
559         kind of page size.  Zebra Stripe continues or restarts on next page.
560         Manual/automatic paper feeding.  Switch or not the header.
561         (ps-print-version): New version number (5.2.2).
562         (ps-windows-system): Include emx as a Windows system.
563         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
564         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
565         (ps-background-text): Code fix.
566         (ps-error-handler-message, ps-user-defined-prologue)
567         (ps-print-prologue-header, ps-printer-name)
568         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
569         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
570         (ps-use-face-background): Customization fix.
571         (ps-n-up-database): Data fix.
572         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
573         (ps-switch-header): New vars.
574         (ps-xemacs-color-name, ps-face-foreground-name)
575         (ps-face-background-name, ps-boolean-constant): New funs.
577 2000-06-07  Dave Love  <fx@gnu.org>
579         * allout.el: New version from Manheimer.
581 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
583         * textmodes/fill.el (fill-find-break-point): Check the validity of
584         charset.
586 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
588         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
589         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
590         Call display-color-p and display-mouse-p instead of looking at
591         window-system.
593 2000-06-06  Dave Love  <fx@gnu.org>
595         * image.el (find-image): Doc fix.  Return nil if image not found.
596         (put-image, insert-image): Make STRING arg optional.
598 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
600         * language/vietnamese.el: Remove eval-when-compile.
601         (viet-viscii-nonascii-translation-table): Define it as a
602         translation table made from viet-viscii-decode-table.
603         (viet-viscii-encode-table): Define it as a translation table made
604         from the reverse map of above.
605         (viet-vscii-nonascii-translation-table): Define it as a
606         translation table made from viet-vscii-decode-table.
607         (viet-vscii-encode-table): Define it as a translation table made
608         from the reverse map of above.
609         (ccl-decode-viscii): Use translate-character.
610         (ccl-encode-viscii, ccl-encode-viscii-font)
611         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
612         Likewize.
614         * language/cyrillic.el: Remove eval-when-compile.
615         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
616         translation table made from cyrillic-koi8-r-decode-table.
617         (cyrillic-koi8-r-encode-table): Define it as a translation table
618         made from the reverse map of above.
619         (ccl-decode-koi8): Use translate-character.
620         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
621         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
622         a translation table made from cyrillic-alternativnyj-decode-table.
623         (cyrillic-alternativnyj-encode-table): Define it as a translation
624         table made from the reverse map of above.
625         (ccl-decode-alternativnyj): Use translate-character.
626         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
627         Likewize
629         * international/mule-diag.el (non-iso-charset-alist): Specify
630         translation table symbol instead of translation table itself.
631         (list-block-of-chars): CHARSET may be a translation table symbol.
633         * international/mule.el (make-coding-system): If CODING-SYSTEM
634         already exists, override it.
636         * international/fontset.el: Use family `proportional' for Tibetan
637         fonts.
639         * international/ccl.el (ccl-compile-translate-character): Don't
640         check if Rrr has property translation-table.
641         (ccl-compile-map-multiple): Modified to avoid compiler warning.
643 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
645         * info.el: Bind case-fold-search to t when searching in case
646         a user sets it to nil in a hook.
648 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
650         * autoarg.el (autoarg-mode, autoarg-kp-mode):
651         * hl-line.el (hl-line-mode): Use the new :global key argument.
653         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
654         (tar-clip-time-string): Prepend a space.
655         (tar-grind-file-mode): Construct a string rather than modifying one.
656         (tar-header-block-summarize): Fix docstring.
657         Use `format' rather than an error-prone set of copy-loops.
659         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
660         (diff-goto-source, diff-unified->context, diff-context->unified)
661         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
662         understand the format output by the `-p' argument to diff.
664         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
665         (sh-re-done): Use defconst.
666         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
667         (sh-help-string-for-variable, sh-guess-basic-offset):
668         Don't quote lambdas.
669         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
670         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
672         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
673         (mh-letter-mode): Derive from text-mode.
674         This implicitly means that it now calls kill-all-local-variables.
675         Also remove the Emacs-18 compatibility code.
677         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
678         Make use of symbol-property doc-string-elt.
679         Use memq rather than a sequence of eq.
680         (doc-string-elt): Fix the wrong or missing previously unused values.
681         (autoload-print-form): New function extracted from
682         generate-file-autoloads to allow recursion when handling progn
683         so that defvar's and defun's docstrings are properly printed.
684         (generate-file-autoloads): Use it.
686         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
687         Use find-file-hooks in the minor-mode function.
688         Be careful not to loop indefinitely in the post-command-hook function.
690 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
692         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
693         tty's.
694         * ediff-diff.el (ediff-exec-process): Use --binary for fine
695         differences whenever appropriate.
696         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
697         * viper.el (find-file, find-file-other-window): Get viper to do
698         wildcards.
700 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
702         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
703         (jit-lock-fontify-buffer): New function for JIT refontification.
704         (jit-lock-mode): Fix docstring.
705         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
706         Remove jit-lock-after-change from the _local_ hook.
707         (jit-lock-function-1): Fix docstring.
709         * info.el (Info-on-current-buffer): Initialize info.
711         * newcomment.el (comment-indent): Ignore comment-indent-hook.
713         * progmodes/tcl.el (tcl-indent-for-comment):
714         Ignore comment-indent-hook.
716         * emacs-lisp/easy-mmode.el: Require CL during compilation.
717         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
718         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
719         and improve to use the lighter to guess the capitalization.
720         (define-minor-mode): Inline code from easy-mmode-define-toggle.
721         Add keyword arguments to specify global-ness or the custom group.
722         Add local-map and help-echo properties to the lighter.
723         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
724         (easy-mmode-define-global-mode): New macro.
726 2000-06-02  Dave Love  <fx@gnu.org>
728         * wid-edit.el: byte-compile-dynamic since we typically don't use
729         all the widgets.  Don't require cl or widget.  Remove
730         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
731         (widget-read-event): Removed.  Callers changed to use read-event.
732         (widget-button-release-event-p): Renamed from
733         button-release-event-p.
734         (widget-field-add-space, widget-field-use-before-change):
735         Uncustomize.
736         (widget-specify-field): Use keymap property, not local-map.
737         (widget-specify-button): Obey :suppress-face.
738         (widget-specify-insert): Use modern backquote syntax.
739         (widget-image-directory): Renamed from widget-glyph-directory.
740         (widget-image-enable): Renamed from widget-glyph-enable.
741         (widget-image-find): Replaces widget-glyph-find.
742         (widget-button-pressed-face): Move defvar.
743         (widget-image-insert): Replaces widget-glyph-insert.
744         (widget-convert): Use keywordp.
745         (widget-leave-text, widget-children-value-delete): Use mapc.
746         (widget-keymap): Remove XEmacs stuff.
747         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
748         (widget-button-click): Don't set point at the click, but re-centre
749         if we scroll out of window.  Rewritten for images v. glyphs &c.
750         (widget-tabable-at): Use POS arg, not point.
751         (widget-beginning-of-line, widget-end-of-line)
752         (widget-item-value-create, widget-sublist, widget-princ-to-string)
753         (widget-sexp-prompt-value, widget-echo-help): Simplify.
754         (widget-default-create): Use widget-image-insert; some rewriting.
755         (widget-visibility-value-create)
756         (widget-push-button-value-create, widget-toggle-value-create): Use
757         widget-image-insert.
758         (checkbox): Create on and off images dynamically.
759         (documentation-link): Change :help-echo.
760         (widget-documentation-link-echo-help): Remove.
762 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
764         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
766         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
767         (easy-mmode-define-toggle, define-minor-mode): Use it.
768         (easy-mmode-define-keymap): Docstring fix.
769         (define-derived-mode): Default PARENT to fundamental-mode.
770         Add the derived-mode-parent symbol-property.
771         (easy-mmode-derived-mode-p): New function.
773 2000-06-02  Dave Love  <fx@gnu.org>
775         * files.el (convert-standard-filename): Doc fix.
776         (normal-backup-enable-predicate): New function.
777         (backup-enable-predicate): Use it to replace the lambda form.
779         * calendar/todo-mode.el: [This needs more work on the outline
780         stuff.]  Doc fixes.
781         (todo) <defgroup>: Add :version.
782         (todo-add-category): Don't use pushnew.
783         (todo-cmd-raise): Fix typo.
784         (todo-top-priorities): Change temp buffer name.
785         (todo-category-alist): Avoid redundant lambda.
786         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
787         Use outline-next-heading.
789         * autoarg.el: Rewritten to use define-minor-mode.
790         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
791         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
793 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
795         * isearch.el (isearch-other-meta-char): Fix previous change.
797 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
799         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
800         (log-edit-done): Only add the comment to the ring if it's different
801         from the last comment entered.
803         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
805 2000-06-01  Dave Love  <fx@gnu.org>
807         * hl-line.el: Rewritten using define-minor-mode.
809         * help.el (describe-function-1): Distinguish special form from
810         builtin function.  Sanity-check presence of arglist for builtins.
812 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
814         * international/characters.el: Fix syntax/category setting of
815         Tibetan characters.
817         * language/tibet-util.el (tibetan-add-components): Fixes for new
818         encoding of Tibetan characters.
819         (tibetan-decompose-precomposition-alist): New variable.
820         (tibetan-decompose-region): Convert precomposed characters to
821         non-precomposed characters.
822         (tibetan-decompose-string): Likewise.
823         (tibetan-composition-function): Fix args to
824         thibetan-compose-string.
826         * language/tibetan.el (tibetan-composable-pattern): More
827         characters included.
828         (tibetan-consonant-transcription-alist): Rule for "R" added.
829         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
830         "+R" added.
831         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
833         * language/lao-util.el (lao-composition-function): Fix args to
834         compose-string.
836         * language/thai-util.el (thai-composition-function): Fix args to
837         compose-string.
839         * isearch.el (isearch-update): Set disable-point-adjustment to t
840         to prevent the point moving to the end of a composition when a
841         part of a composition is searched.
842         (isearch-other-meta-char): If the key invoking this command can be
843         mapped by function-key-map to a printing char, call
844         isearch-process-search-char directly.
846 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
848         * emacs-lisp/bytecomp.el:
849         * frame.el:
850         * international/mule-cmds.el:
851         * international/mule-util.el:
852         * international/mule.el:
853         * mouse.el:
854         * subr.el:
855         * faces.el: Update calls to make-obsolete with a WHEN argument.
857         * byte-run.el (make-obsolete, make-obsolete-variable):
858         Add an optional WHEN argument and change the format of the
859         symbol-property information.
860         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
861         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
862         new obsolete-symbol-property format and print WHEN if it is provided.
864 2000-05-31  Dave Love  <fx@gnu.org>
866         * loadhist.el (loadhist-hook-functions): Remove
867         before-change-function, after-change-function.
868         (unload-feature): Deal with symbols which are both bound and
869         fbound.
871         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
872         before-change-function, after-change-function.
874         * simple.el (newline): Don't bind before-change-function,
875         after-change-function.
877 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
879         * whitespace.el (whitespace-rescan-timer-time): Update interval
880         set to 600 seconds (10 minutes) instead of 60 seconds since
881         a large number of whitespace buffers causes emacs to `freeze'
882         for a considerable amount of time.
884         * whitespace.el: Updated email address
886 2000-05-31  Dave Love  <fx@gnu.org>
888         * add-log.el (change-log-font-lock-keywords) <function>: Add
889         pattern for function of change.
890         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
891         acknowledgements patterns.
893 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
895         * isearch.el (isearch-printing-char): If keyboard coding system is
896         being used, call isearch-process-search-multibyte-characters.
898         * international/isearch-x.el: Mostly rewritten.
900         * international/quail.el (quail-start-conversion): Don't include
901         unhandled events in the returned events, but set them in
902         unread-command-events.  Exit if all inputs are deleted.
904 2000-05-30  Jason Rumney  <jasonr@gnu.org>
906         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
908         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
909         Reenable code to create initial fontsets.
910         Use set-fontset-font in place of put-charset-property.
912 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
914         * progmodes/perl-mode.el (perl-indent-line): When looking for a
915         label, ensure that the first colon isn't followed by another.
917         * paths.el (Info-default-directory-list): Doc fix.
919         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
920         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
921         send a query containing USER only, not USER@HOST.
923         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
924         and rmail-msgend to compute the restriction at the end, instead of
925         computing it.
927 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
929         * dabbrev.el (dabbrev-expand): Don't display messages in the
930         echo area if the minibuffer window is active.
932         * jit-lock.el (jit-lock-mode): Add after change function to
933         local hook.
935 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
937         * antlr-mode.el: New commands: hide/unhide actions,
938         upcase/downcase literals.
939         (antlr-tiny-action-length): New user option.
940         (antlr-hide-actions): New command.  Suggested by
941         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
942         (antlr-mode-map): New binding [C-c C-v].
943         (antlr-mode-menu): New entries.
944         (antlr-downcase-literals): New command.
945         (antlr-upcase-literals): Ditto.
947         * antlr-mode.el: Minor changes: indendation, mode-name.
948         (antlr-indent-line): Indent cpp directive at column 0.
949         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
951         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
952         (antlr-font-lock-additional-keywords): Workaround for intentional
953         bug in XEmacs version of font-lock.
954         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
955         be used by a smarter version of `buffers-menu-grouping-function'.
957 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
959         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
960         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
962 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
964         * international/encoded-kb.el
965         (encoded-kbd-iso2022-designation-map): Pay attention to that
966         charset-iso-final-char return -1 for eight-bit-control and
967         eight-bit-graphic.
969 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
971         * speedbar.el (speedbar-use-images, speedbar-update-flag)
972         (speedbar-easymenu-definition-base): Use display-graphic-p where
973         available, instead of window-system.
975 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
977         * international/codepage.el (cp-coding-system-for-codepage-1): Add
978         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
979         coding systems.
981 2000-05-26  Dave Love  <fx@gnu.org>
983         * disp-table.el (standard-display-underline): Don't use
984         internal-find-face.
986         * mail/reporter.el: Maintainer change.  Doc fixes.
987         (reporter-version): Deleted.
989         * emacs-lisp/elp.el: Maintainer change.
990         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
992 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
994         * add-log.el (add-change-log-entry): Merge the current entry with the
995         previous one if the previous one is empty.
997 2000-05-26  Dave Love  <fx@gnu.org>
999         * loadhist.el (unload-feature): Fix interactive spec [from
1000         lijnzaad@ebi.ac.uk].
1002         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
1003         subr-arity to check primitives.
1004         (byte-compile-flush-pending, byte-compile-file-form-progn)
1005         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
1006         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
1007         mapcar.
1009 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
1011         * international/fontset.el: Set family names of non-latin charsets
1012         in default fontset to "*".
1014         * international/mule-diag.el (print-fontset): Combine family part
1015         and registry part of the fontname by "-*-" instead of "-".
1017         * international/mule-cmds.el (encode-coding-char): Make strings
1018         multibyte before calling encode-coding-string.
1020 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
1022         * derived.el: Fix keywords.
1023         (define-derived-mode): Only define if needed.
1025         * simple.el (fill-comment, comment-column, comment-start)
1026         (comment-start-skip, comment-end, comment-indent-function)
1027         (block-comment-start, block-comment-end, indent-for-comment)
1028         (set-comment-column, kill-comment, comment-padding, comment-region)
1029         (comment-multi-line, indent-new-comment-line): Remove.
1031         * bindings.el (esc-map): Change ; to comment-dwim and use the new
1032         function names for comment operations.
1034         * newcomment.el: Add abundant autoload cookies.
1035         (comment-style): Don't depend on runtime data at compile-time.
1036         (comment-indent-hook): Remove.
1037         (comment-indent): Check if comment-indent-hook is bound.
1038         (comment-region): Docstring fix.
1040 2000-05-25  Dave Love  <fx@gnu.org>
1042         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
1043         byte-code-function-p.
1045         * mail/rmailsum.el: Add provide.
1047         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
1049         * smerge-mode.el (smerge-diff-switches): Don't use list* in
1050         defcustom.
1052 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
1054         * ediff-diff.el (ediff-exec-process): delete --binary option from
1055         non-buffer ediff jobs.
1057 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
1059         * hilit-chg.el (highlight-changes-mode): Ask about color or
1060         grayscale support, not about window-system.
1062         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
1063         window-system.
1064         (ffap-highlight): Always default to t.
1066         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
1067         display-popup-menus-p instead of looking at window-system.
1069         * disp-table.el (standard-display-g1, standard-display-graphic):
1070         Only refuse to use string glyphs on X and MS-Windows.
1072         * avoid.el: Remove window-system from commentary, suggest to use
1073         display-*-p instead.
1075         * apropos.el (apropos-print): Use display-mouse-p instead of
1076         window-system.
1078 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
1080         * international/codepage.el (cp-decoding-vector-for-codepage):
1081         Fill up unsupported characters with their own codes.  From Kenichi
1082         Handa.
1084 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
1086         * international/mule-diag.el (describe-char-after): Use
1087         display-graphic-p instead of window-system, so that this function
1088         works on MS-DOS.
1090 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
1092         * international/codepage.el (cp-make-coding-systems-for-codepage):
1093         Remove the eight-bit-graphic and eight-bit-control charsets from
1094         the list of charsets which we convert into `?'.
1096 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
1098         * international/mule-conf.el: Specify CHARSET-ID explicitely for
1099         private charsets.
1100         (mule-unicode-0100-24ff, japanese-jisx0213-1,
1101         japanese-jisx0213-2): New charsets.
1103         * international/fontset.el: Setup default fontset for new charsets.
1105 2000-05-24  Dave Love  <fx@gnu.org>
1107         * info.el (Info-find-node-2): Restructure [following "Vadim
1108         S. Solomin" <sovs@uic.nnov.ru>].
1110         * icomplete.el: Fix header for Finder.
1112 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
1114         * rmailout.el (rmail-output-to-rmail-file): Added optional param
1115         STAY.
1117         * rmail.el (rmail-automatic-folder-directives): New user variable.
1118         (rmail-show-message): Add call to `rmail-auto-file' during
1119         display.
1120         (rmail-auto-file): New function.
1122 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
1124         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
1125         account.
1126         (ediff-test-utility,ediff-diff-mandatory-option)
1127         (ediff-reset-diff-options): Utilities for proper initialization of
1128         ediff-diff-options and ediff-diff3-options on Windows.
1130         * ediff-init.el (ediff-merge-filename-prefix): New customizable
1131         variable.
1133         * ediff-mult.el (ediff-filegroup-action): Use
1134         ediff-merge-filename-prefix.
1136 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
1138         * viper-ex.el (ex-write): Set selective display to nil.
1140 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
1142         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
1143         aliases for hebrew-iso-8bit.
1145 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
1147         * woman.el: New version from Francis J. Wright
1148         <F.J.Wright@Maths.QMW.ac.uk>.
1149         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
1150         names in environment variables regardless of the path separator.
1151         (woman-topic-all-completions-1): Don't call file-name-directory-p
1152         on all files, since woman-file-regexp already filters out any
1153         directories.
1155 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
1157         * international/quail.el (quail-start-translation): Don't change
1158         modified-p of the current buffer.
1159         (quail-start-conversion): Likewise.
1161         * international/kkc.el (kkc-region): Don't change modified-p of
1162         the current buffer.
1164         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
1165         conform to RFC1468.
1166         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
1168 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
1170         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
1171         (speedbar-insert-button): Invisible text property fix.
1172         (speedbar-directory-plus): Renamed from speedbar-directory-+
1173         (speedbar-directory-minus): Renamed from speedbar-directory--
1174         (speedbar-page-plus): Renamed from speedbar-file-+
1175         (speedbar-page-minus): Renamed from speedbar-file--
1176         (speedbar-page): Renamed from speedbar-file-
1177         (speedbar-tag): Renamed from speedbar-tag-
1178         (speedbar-tag-plus): Renamed from speedbar-tag-+
1179         (speedbar-tag-minus): Renamed from speedbar-tag--
1180         (speedbar-expand-image-button-alist): Use above renames.
1182         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
1183         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
1184         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
1185         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
1186         * sb-pg.xpm: Renamed from sb-file.xpm
1187         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
1188         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
1190 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
1192         * international/quail.el (quail-show-guidance-buf): Set
1193         current-input-method of the guidance buffer to the name of the
1194         curren input method.
1196 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
1198         * progmodes/compile.el (compile-internal): Style typo.
1200         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
1201         quote vars and functions in the docstring.
1203         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
1205         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
1206         Don't quote lambdas.
1208         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
1210 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
1212         * startup.el (command-line): Determine source file of compiled
1213         user init file differently.  Warn if compiled user init file
1214         is older than its source file.
1216         * ffap.el (ffap-url-regexp): Add `https'.
1218 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
1220         * files.el (make-backup-file-name-1): Replace slashes with `!'
1221         rather than `|' (which is not allowed on Windows).  Replace the
1222         drive letters with a string "drive_X".
1224 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
1226         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
1228         * files.el (interpreter-mode-alist): Add `bash2'.
1230 2000-05-22  Dave Love  <fx@gnu.org>
1232         * loadhist.el (feature-symbols, file-provides, file-requires): Use
1233         mapc.
1234         (feature-file): Avoid calling symbol-name.  Doc fix.
1235         (file-set-intersect, file-dependents): Use dolist, not mapcar.
1236         (loadhist-hook-functions): Add mouse-position-function.
1237         (unload-feature): Change uses of mapcar.
1239         * files.el (parse-colon-path): Doc fix.
1240         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
1241         (set-auto-mode): Use mapc.
1243         * complete.el (PC-look-for-include-file): Use :alnum: character
1244         class.
1245         (partial-completion-mode): Add autoload cookie.
1247 2000-05-22  Sam Steingold  <sds@gnu.org>
1249         * info.el (Info-fontify-node): Fixed the call to
1250         `add-text-properties' (bug introduced on 2000-05-18).
1252 2000-05-22  Dave Love  <fx@gnu.org>
1254         * bindings.el: Remove debug-ignored-errors set in other files.
1256         * progmodes/etags.el: Add to debug-ignored-errors.
1257         (visit-tags-table-buffer): Clear out buffers holding old tables
1258         when making a new list.
1259         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
1260         mapc.
1262         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
1263         quote keywords.
1264         (cmpl-string-case-type): Use character classes.
1266         * comint.el:
1267         * textmodes/ispell.el:
1268         * imenu.el:
1269         * mail/mh-e.el:
1270         * progmodes/compile.el: Add to debug-ignored-errors.
1272         * dabbrev.el: Add to debug-ignored-errors.
1273         (dabbrev-completion): Use mapc.
1275 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
1277         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
1278         (woman-mapcan, woman-parse-man.conf)
1279         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
1280         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
1281         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
1282         path syntax better.
1283         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
1284         (woman-manpath): Call woman-parse-man.conf.
1285         (woman-emulation): New defcustom, defaults to nroff.
1286         (woman-font-support): New defconst.
1287         (woman-use-symbol-font): New defcustom.
1288         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
1289         "Emulation".
1290         Many functions: Doc fix.
1292 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
1294         * international/quail.el (quail-simple-translation-keymap): Map
1295         128..255 to quail-self-insert-command.
1296         (quail-keyboard-layout-alist): Add definition for "pc102-de".
1298 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
1300         * help.el (help-manyarg-func-alist): Typo.
1302         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
1303         intervals which makes it heaps simpler.
1305         * newcomment.el (comment-region-internal): Go back to BEG after quoting
1306         the nested comment markers.
1308         * subr.el (remove-hook): Don't turn the hook's value into a list.
1310 2000-05-21  Dave Love  <fx@gnu.org>
1312         * edmacro.el (edmacro-parse-keys): Return vector if any elements
1313         are invalid characters.
1315         * international/mule-util.el (detect-coding-with-priority): Use
1316         mapc.  Remove redundant lambda.
1318         * international/mule-diag.el (list-non-iso-charset-chars)
1319         (describe-fontset): Remove redundant lambda.
1321         * emulation/crisp.el (brief-mode): New alias.
1323         * emacs-lisp/ring.el (ring-elements): New function.
1325         * emacs-lisp/easymenu.el (easy-menu-create-menu)
1326         (easy-menu-do-add-item): Use keywordp.
1328         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
1330         * replace.el: Doc and error message fixes.
1331         (replace-highlight): Use facep, not internal-find-face.
1333 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
1335         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
1337         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
1338         (log-edit-insert-changelog): Drop `:' as well.
1340         * log-view.el: Fix file description.
1341         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
1342         available.
1343         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
1344         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
1346         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
1347         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
1348         Print a status message if the toggle is called interactively.
1349         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
1350         for global minor modes and use `defcustom' for them.
1351         Use add-minor-mode.
1352         (easy-mmode-define-derived-mode): Remove.
1353         (define-derived-mode): Fancier default docstring.
1354         (easy-mmode-define-navigation): Signal an error rather than (ding).
1356         * newcomment.el (comment-styles): New `box-multi'.
1357         (comment-normalize-vars): Better default for comment-continue to
1358         avoid whitespace-only continuations.
1359         (comment-search-forward): Always move even in the no-syntax case.
1360         (comment-padright): Only obey N if it's only obeyed for padleft.
1361         (comment-make-extra-lines): Better handling of empty continuations.
1362         Use `=' for the filler if comment-start has only one character.
1363         (uncomment-region): Try handling the special `=' filler.
1364         (comment-region): Allow LINES even if MULTI is nil.
1365         (comment-box): Choose box style based on comment-style.
1367 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
1369         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
1370         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
1372 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
1374         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
1375         and insert, not subst-char-in-region.
1377         * international/mule-diag.el (list-character-sets-1): Handle
1378         charsets eight-bit-control and eight-bit-graphic.
1379         (list-iso-charset-chars): Likewise.
1380         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
1381         charactes as is.  Use indent-to to align characters.
1383         * international/mule-cmds.el (find-multibyte-characters): Never
1384         exclude charsets eight-bit-control and eight-bit-graphic.
1386 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
1388         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
1389         Don't quote lambdas.
1391         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
1393 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
1395         * gud.el (gud-jdb-directories): Doc fix.
1397 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
1399         * newcomment.el: New file.
1401 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
1403         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
1405 2000-05-18  Andreas Schwab  <schwab@suse.de>
1407         * dired.el (dired-between-files): Also skip lines beginning with
1408         `used'.
1410 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
1412         * msb.el (msb-menu-cond): Add choice `user'.
1414 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1416         * ps-print.el: Compatibility, customization and doc fix.
1417         (ps-printer-name-option): Replace defconst by defvar.
1418         (ps-postscript-code-directory): XEmacs compatibility.
1419         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
1420         fix.
1421         (ps-user-defined-prologue, ps-print-prologue-header)
1422         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
1423         compatibility and code fix.
1424         (ps-print-background-image, ps-print-background-text):
1425         Customization fix.
1426         (ps-line-number-start, ps-n-up-on): New vars.
1428 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
1430         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
1431         the indent-comment function to just return the appropriate indent.
1433 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
1435         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
1436         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
1437         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
1439 2000-05-18  Dave Love  <fx@gnu.org>
1441         * info.el (Info-fontify-node): Add intangible property as well as
1442         invisible.
1444         * calendar/appt.el (appt-make-list): Match all lines of entry.
1445         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
1447 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
1449         * international/mule-diag.el (describe-char-after): Call
1450         internal-char-font, not char-font.  If internal-char-font returns
1451         nil, display "-- none --".
1453 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1455         * image.el (image-type-available-p): Don't reference image-types
1456         if it isn't bound.
1458 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
1460         * autoarg.el (autoarg-mode): Typo in the :set argument.
1462 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1464         * startup.el (command-line-1): Don't signal an error if the
1465         directory for auto-save-list files does not yet exist.
1467 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
1469         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
1471 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
1473         * subr.el (remove-hook): `setq' hook-value, not `set'.
1475 2000-05-16  Sam Steingold  <sds@gnu.org>
1477         * info.el (debug-ignored-errors): More errors to ignore.
1479 2000-05-16  Dave Love  <fx@gnu.org>
1481         * cus-edit.el: Don't require cl or easymenu.
1482         (custom-variable-prompt): Test standard-value property, not
1483         user-variable-p.
1485 2000-05-16  Sam Steingold  <sds@gnu.org>
1487         * subr.el (add-hook): `setq' hook-value, not `set'.
1489 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
1491         * startup.el (command-line-1): Mention the FAQ in the startup
1492         message.
1494         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
1496         * progmodes/compile.el (compilation-parse-errors): Collect
1497         `nomessage' regexps last.
1499         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
1501         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
1502         to the function name.
1504 2000-05-15  Dave Love  <fx@gnu.org>
1506         * speedbar.el (speedbar-recenter): Typo.
1507         (speedbar-expand-line): Make arg optional.
1508         (speedbar-mode): Avoid a compiler warning.
1510 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
1512         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
1513         user-specified option string is empty.
1515         * mouse.el (mouse-yank-at-click): Doc fix.
1517 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
1519         * term/internal.el (IT-character-translations): More updates of
1520         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
1521         documents.
1523 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
1525         * env.el (getenv): New function, interactively callable.
1526         (setenv, getenv): Remove autoload cookies.
1528         * loadup.el: Load `env'.
1530         * progmodes/f90.el: Change author's mail address.
1532 2000-05-14  Dave Love  <fx@gnu.org>
1534         * mail/rmail.el (rmail-show-message-hook): Customize and offer
1535         goto-addr as an option.
1537         * help.el (help-xref-stack): Doc fix.
1538         (help-xref-following): New variable.
1539         (help-make-xrefs): Use it.
1540         (help-xref-go-back): Use position information from stack element.
1541         (help-follow): Make position in stack element a pair.  Use
1542         help-xref-following.
1544         * autoarg.el: New file.
1546         * faces.el: Declare more functions obsolete.
1548         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
1549         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
1550         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
1551         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
1552         Remove all the setup-...-environment functions.
1554 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
1556         * speedbar.el: Updated the commentary section.  xemacs20p now uses
1557         >= when detecting.  Require `defimage' safely.
1558         (speedbar-easymenu-definition-base): Add toggle for images.
1559         (speedbar-easymenu-definition-special): Add flush cache & expand.
1560         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
1561         (speedbar-reconfigure-keymaps-hook): New variable.
1562         (speedbar-frame-parameters): Updated documentation.
1563         (speedbar-use-imenu-flag): Updated custom tag
1564         (speedbar-dynamic-tags-function-list): New variable.
1565         (speedbar-tag-hierarchy-method): Updated doc & custom.
1566         (speedbar-indentation-width, speedbar-indentation-width) New
1567         variables.
1568         (speedbar-hide-button-brackets-flag): Customizable.
1569         (speedbar-vc-indicator): Doc update.
1570         (speedbar-ignored-path-expressions): Updated default value.
1571         (speedbar-supported-extension-expressions): Updated default value.
1572         (speedbar-syntax-table): Remove {} paren status.
1573         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
1574         as "+".  Added overlay aliases.
1575         (speedbar-mode): Use `speedbar-mode-line-update' instead of
1576         `force-mode-line-update'.
1577         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
1578         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
1579         `mouse-set-point'
1580         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
1581         (speedbar-item-info-tag-helper): Revamped to handle a wider range
1582         of arbitrary text, and new helper functions.
1583         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
1584         filename finder.
1585         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
1586         (speedbar-directory-buttons): Update path search/expansion.
1587         (speedbar-make-tag-line): Pay attention to
1588         `speedbar-indentation-width'.  Use more care w/ invisible
1589         properties.
1590         (speedbar-change-expand-button-char): Call
1591         `speedbar-insert-image-button-maybe'.
1592         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
1593         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
1594         (speedbar-trim-words-tag-hierarchy)
1595         (speedbar-simple-group-tag-hierarchy): New functions
1596         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
1597         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
1598         functions.
1599         (speedbar-mouse-set-point): New function
1600         (speedbar-power-click): Updated documentation.
1601         (speedbar-line-token, speedbar-goto-this-file): Handle more types
1602         of tag prefix text.
1603         (speedbar-expand-line, speedbar-contract-line): Make more robust
1604         to strange text.
1605         (speedbar-expand-line): Takes universal argument to flush the
1606         cache.
1607         (speedbar-flush-expand-line): New function.
1608         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
1609         Use new generator insertion method.
1610         (speedbar-fetch-dynamic-tags): New function.
1611         (speedbar-fetch-dynamic-imenu): Removed code now handled in
1612         `speedbar-fetch-dynamic-imenu'.
1613         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
1614         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
1615         "Revert Buffer" menu items.
1616         (speedbar-buffer-buttons-engine): Be smarter when creating a
1617         filename tag (for expansion purposes.).
1618         (speedbar-highlight-one-tag-line,
1619         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
1620         (speedbar-recenter): New functions.
1621         (defimage-speedbar): Image loading abstraction.
1622         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
1623         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
1624         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
1625         (speedbar-tag-type, speedbar-tag-mail): New images.
1626         (speedbar-expand-image-button-alist): New variable.
1627         (speedbar-insert-image-button-maybe): Insert an image over some
1628         buttons.
1630 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
1632         * international/mule-cmds.el (encode-coding-char): An ASCII
1633         character is always encodable.
1635         * international/mule-conf.el: Add more information in descriptions
1636         of character sets.
1638         * international/mule-diag.el (describe-char-after): New function.
1639         (describe-font-internal): Adjusted for the change of font-info.
1640         (describe-font): Likewise.
1641         (print-fontset): Rewritten for the new fontset implementation.
1642         (describe-fontset): Include fontset alias names in completion.
1643         (list-fontsets): Adjusted for the change of print-fontset.
1645         * simple.el (what-cursor-position): If DETAIL is non-nil, call
1646         describe-char-after instead of displaying the detail in the echo
1647         area.
1648         (syntax-code-table): Format changed.
1649         (string-to-syntax): Adjusted for the above change.
1651 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
1653         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
1655 2000-05-12  Dave Love  <fx@gnu.org>
1657         * calendar/todo-mode.el: Remove some compatibility stuff and CL
1658         dependence.  Use line-{beginning,end}-position, not
1659         point-at{b,e}ol.  Some doc fixes.
1660         (todo-position): New function.  Fix callers of position to use it.
1661         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
1663 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
1665         * time.el (display-time-mail-icon): Use `:ascent center'.
1667         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
1668         handling FTP security extensions.
1670 2000-05-11  Dave Love  <fx@gnu.org>
1672         * calendar/todo-mode.el: New file.
1674 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
1676         * comint.el (comint-read-input-ring): Move reference to
1677         comint-input-ring-size outside of the save-excursion.  It was
1678         causing the default value to be the only one ever seen.
1680         * font-lock.el: Update copyright.  Remove Simon Marshall's email
1681         address on request from him.
1683         * subr.el (substitute-key-definition): Add comment describing
1684         the meaning of PREFIX.
1686 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
1688         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
1690         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
1691         (add-minor-mode): Don't make the variable buffer-local and add a
1692         reference to define-minor-mode in the docstring.
1694         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
1695         HEADER/FOOTER and fix bug with trailing empty directory.
1696         (cvs-append-to-ignore): Use vc-editable-p if available.
1697         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
1698         (vc-do-command): Tweak advice to handle the new VC.
1700         * log-view.el (log-view-goto-rev): New function for the new VC.
1701         (log-view-minor-wrap): Use mark-active.
1703         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
1704         (log-edit-changelog-full-paragraphs): New var.
1705         (log-edit-insert-changelog): Remove a lonely leading `* file'.
1706         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
1707         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
1708         (log-edit-changelog-ours-p, log-edit-changelog-entries)
1709         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
1710         Replace the `cvs' prefix with `log-edit'.
1712         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
1714         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
1715         (diff-font-lock-defaults): Explicitly turn off multiline.
1716         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
1717         (diff-ediff-patch): Fix call to ediff-patch-file.
1718         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
1719         Handle comments.
1721         * frame.el (automatic-hscrolling): Typo.
1723         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
1725 2000-05-09  Sam Steingold  <sds@goems.com>
1727         * apropos.el (apropos-print): use `describe-face' instead of
1728         `customize-face-other-window'.
1730 2000-05-09  Dave Love  <fx@gnu.org>
1732         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
1734         * help.el (describe-variable): Have customize button pop the
1735         help-xref stack when invoked.
1736         (help-xref-symbol-regexp): Add `face'.
1737         (help-make-xrefs): Check for quoted face names and adapt regexp
1738         submatch numbers to cope.
1739         (help-xref-interned): Maybe insert face doc too.  Separate
1740         sections with a line of hyphens.
1742         * faces.el:  Some doc fixes.  Declare some functions obsolete.
1743         (describe-face): Add customize button.  Return the help
1744         text.  Fix prompt.
1746 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
1748         * term/internal.el (IT-character-translations): Fix last change.
1750 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
1752         * woman.el: New file
1753         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
1755 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
1757         * term/internal.el (IT-character-translations): Update ASCII
1758         simulations for greek-iso8859-7, add latin-iso8859-14 and
1759         latin-iso8859-15.
1761         * international/mule-cmds.el (set-language-info-alist): Call
1762         define-prefix-command with 3 arguments, to make the map suitable
1763         for a menu.
1765 2000-05-07  Dave Love  <fx@gnu.org>
1767         * time.el: Small doc fixes from Pavel Janík ml..
1769 2000-05-05  Dave Love  <fx@gnu.org>
1771         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
1772         list in doc string.  Don't quote keyword symbols.
1773         * emacs-lisp/cl.el: Likewise
1774         * emacs-lisp/cl-seq.el: Likewise
1776 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
1778         * abbrev.el (abbrev-mode): Make ARG optional.
1780 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
1782         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
1784         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
1786         * subr.el (substitute-key-definition): Clarify documentation.
1788 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
1790         * glasses.el (glasses-convert-to-unreadable): Use
1791         `glasses-separator' instead of the hard-wired "_".
1792         (glasses-mode): Call `glasses-make-unreadable' only in a single
1793         place.
1795 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
1797         * term/internal.el (cjk-codepages-alist): Add associations for
1798         Chinese and Korean codepages.  Remove FIXME comment.
1800 2000-05-03  Dave Love  <fx@gnu.org>
1802         * time.el (display-time-mail-face, display-time-use-mail-icon):
1803         New option.
1804         (display-time-mail-icon): New variable.
1805         (display-time-string-forms): Use the above.  Fix the local-map.
1807 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
1809         * replace.el (query-replace-map): Add binding for `E'.
1810         (query-replace-help): Extend help text.
1811         (perform-replace): Allow editing the replacement string.
1813         * make-mode.el (makefile-mode-abbrev-table): New variable.
1814         (makefile-mode): Set local abbrev table to
1815         makefile-mode-abbrev-table.
1816         (makefile-font-lock-keywords): Fontify includes and conditionals.
1818         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
1819         set TOGGLE's value.
1821         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
1822         mail-interactive-insert-alias.
1823         (mail-abbrev-complete-alias): New command.
1824         (mail-mode-map): Bind it to `M-TAB'.
1826 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
1828         * language/lao-util.el (lao-compose-region): New function.
1830 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
1832         * files.el (recover-session): Make directories as necessary
1833         if they don't exist yet.
1835         * calendar/cal-french.el
1836         (french-calendar-multibyte-special-days-array)
1837         (french-calendar-special-days-array): Change French text.
1838         (calendar-french-date-string): Change output.
1839         (calendar-goto-french-date): Likewise.
1841 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
1843         * wid-edit.el (widget-default-active): Obey `:always-active'.
1844         (widget-documentation-string-value-create): Set `:always-active'.
1846 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
1848         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
1849         default prefix to `~/_emacs.d/auto-save.list/_s'.
1850         (normal-top-level): Create the directory for auto-save files, if
1851         it doesn't already exist (in the ms-dos case only).
1853 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
1855         * international/mule-cmds.el (set-language-environment): Don't
1856         concat an integer (dos-codepage), use format instead.
1858 2000-05-02  Dave Love  <fx@gnu.org>
1860         * help.el (help-xref-on-pp): Check for constant symbols.
1862 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
1864         * startup.el (normal-top-level): Put a condition-case around
1865         the code loading subdirs.el.
1867 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1869         * ps-print.el: Upside-down and face background color printing,
1870         line number step, doc fix.
1871         (ps-print-version): New version number (5.2).
1872         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
1873         (ps-face-attribute-list, ps-plot-with-face): Code fix.
1874         (ps-spool-config): Var fix.
1875         (ps-printer-name-option): Const fix.
1876         (ps-print-upside-down, ps-use-face-background)
1877         (ps-line-number-step): New vars.
1878         (ps-window-system, ps-lp-system): New consts.
1879         (ps-face-background): New fun.
1881 2000-04-28  Richard Stallman  <rms@gnu.org>
1883         * files.el (make-auto-save-file-name):
1884         Apply auto-save-file-name-transforms to visited file name
1885         before generating auto save file name.
1886         (auto-save-file-name-transforms): New variable.
1888         * files.el (backup-enable-predicate):
1889         Correctly test for a file under a temporary directory.
1891 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
1893         * subr.el (add-minor-mode): Rewritten.
1895 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
1897         * mail/sendmail.el (sendmail-send-it): Set
1898         buffer-file-coding-system to the selected coding system for MIME
1899         header.
1901 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
1903         * dired.el (dired-move-to-filename-regexp): Allow format where
1904         YYYY is followed by two spaces.
1906         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
1907         in the second character class of the regexp.
1909         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
1910         mh-etc, too.
1912         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
1913         nil.
1915         * subr.el (add-minor-mode): Use `set' instead of `setq'.
1917         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
1918         argument.
1920 2000-04-27  Sen Nagata <sen@eccosys.com>
1922         * emacs-lisp/crm.el (crm-completion-table): New variable.
1923         (crm-collection-fn, crm-test-completion)
1924         (completing-read-multiple): Use it.
1926 2000-04-27  Dave Love  <fx@gnu.org>
1928         * help.el (locate-library): Use mapc.
1929         (help-manyarg-func-alist): Add call-process-region.
1931 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
1933         * subr.el (add-minor-mode): Make argument MAP optional.
1935         * desktop.el (desktop-save): Save list of minor modes.
1936         (desktop-create-buffer): Restore minor modes.
1937         (desktop-minor-mode-table): New user-option.
1939         * subr.el (add-minor-mode): New function.
1941         * image.el (find-image): New function.
1942         (defimage): Rewritten to find image at load time.
1944         * startup.el (normal-top-level-add-to-load-path): Handle
1945         case that the default directory is not in load-path.
1947         * help.el: Old patch from Stefan Monnier.
1948         (help-xref-on-pp): New function.
1949         (describe-variable): Use it to display xrefs in a symbol's value.
1951 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
1953         * cus-edit.el (custom-face): Fix parenthesis.
1955 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
1957         * mail/rmail.el (rmail-expunge): When there are no deleted
1958         messages, do nothing.
1960 2000-04-26  Dave Love  <fx@gnu.org>
1962         * international/mule-cmds.el (locale-translation-file-name):
1963         Defvar to nil.
1964         (set-locale-environment): Set it here (at runtime).
1966 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
1968         * replace.el (perform-replace): Add parameters START and END.  Use
1969         them instead of the check for a region in Transient Mark mode.
1970         (query-replace-read-args): Return two more list elements for the
1971         start and end of the region in Transient Mark mode.
1972         (query-replace, query-replace-regexp, query-replace-regexp-eval)
1973         (map-query-replace-regexp, replace-string, replace-regexp): Add
1974         optional last arguments START and END and pass them to
1975         perform-replace.
1977         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
1978         form with additional arguments for perform-replace.
1980         * progmodes/etags.el (tags-query-replace): Add parameters START
1981         and END.  Construct a form with additional arguments for
1982         perform-replace.
1984         * simple.el (shell-command): Set default directory for "*Shell
1985         Command Output" buffer.
1987         * language/european.el (iso-latin-4): Fix typo.
1989         * emacs-lisp/crm.el: New file.
1991 2000-04-24  Dave Love  <fx@gnu.org>
1993         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1994         (Custom-reset-saved, Custom-reset-standard)
1995         (custom-group-value-create, custom-group-set, custom-group-save)
1996         (custom-group-reset-current, custom-group-reset-saved)
1997         (custom-group-reset-standard): Use mapc.
1998         (custom-buffer-create-internal): Disable undo when creating items.
1999         Use mapc.
2000         (custom-face): Avoid redundant lambda.
2002 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
2004         * startup.el (auto-save-list-file-prefix): Set default to
2005         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
2007 2000-04-24  Sam Steingold  <sds@gnu.org>
2009         * time-stamp.el (time-stamp-string-preprocess): Always convert
2010         `field-result' to a string.
2012 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
2014         * frame.el (scrolling): New group.
2015         (automatic-hscrolling): New user-option.
2017         * startup.el (command-line-x-option-alist): Add `-lsp' and
2018         `--line-spacing'.
2020 2000-04-19  Dave Love  <fx@gnu.org>
2022         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
2023         (cl-mapc): Rename from mapc.  Fix the funcall.
2025 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
2027         * simple.el (clone-indirect-buffer-other-window): New command.
2028         (clone-indirect-buffer): Add optional arg NORECROD.
2029         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
2031         * help.el (resize-temp-buffer-window): Use count-screen-lines.
2033         * window.el (count-screen-lines): New function.
2034         (shrink-window-if-larger-than-buffer): Use count-screen-lines
2035         instead of window-buffer-height.
2037         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
2038         non-existing variable comint-input-sentinel.
2039         (inferior-lisp-args-to-list): Removed.
2040         (inferior-lisp): Use split-string instead of
2041         inferior-lisp-args-to-list.
2043         * hexl.el (hexl-insert-hex-string): New command.
2045         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
2046         instead of concat.
2048 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
2050         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
2051         at the start of an existing but empty folder.
2053 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2055         * ps-mule.el: Customization fix, doc fix.
2056         (ps-multibyte-buffer): Customization fix.
2058 2000-04-17  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2060         * subr.el (read-passwd): Use read-char-exclusive.
2062 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
2064         * textmodes/texinfo.el (texinfo-insert-@email)
2065         (texinfo-insert-@emph, texinfo-insert-@quotation)
2066         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
2067         (texinfo-mode-map): Add key bindings for them.
2069         * files.el (basic-save-buffer-2): Use a template with `$'
2070         instead of `#' for VMS.
2072         * simple.el (clone-indirect-buffer): New function.
2074 2000-04-16  Stephen Eglen  <stephen@gnu.org>
2076         * iswitchb.el (iswitchb-case): New function.  If the user input
2077         contains any upper-case characters, the search is made
2078         case-sensitive.
2080 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
2082         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
2083         comment-end.
2084         (texinfo-font-lock-syntactic-keywords): New var.
2085         (texinfo-font-lock-keywords): Remove comment regexp.
2086         (texinfo-insert-block): New function.
2087         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
2088         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
2089         and font-lock-defaults.  Use regexp-opt for outline-regexp.
2090         (texinfo-environments): New var.
2091         (texinfo-environment-regexp): Use regexp-opt and
2092         texinfo-environments.
2094         * textmodes/ispell.el (ispell-menu-map-needed): Check that
2095         ispell-process is bound since this might be eval'd before ispell
2096         is loaded.
2097         (ispell-message): Use a tiny bit less magic and a bit more hard
2098         data to figure out what kind of sc-cite-regexp to use.
2100         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
2102         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
2103         (insert-cyclic-diary-entry): Unquote the lambda.
2105         * gud.el (gud-jdb-build-source-files-list): Fix typo.
2107         * files.el (backup-enable-predicate): Unquote the lambda.
2109         * cus-edit.el (custom-face, face): Unquote the lambda.
2111 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2113         * ps-print.el: Check for line-beginning-position definition.
2115         * ps-print.el: Fix counting lines in a region.
2116         (ps-print-version): New version number (5.1.5).
2117         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
2118         (ps-printing-region): Fun code fix.
2120 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
2122         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
2123         to file-directory-p.
2125 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
2127         * gud.el (gud-jdb-build-source-files-list): Check that directory
2128         exists before calling directory-files.
2130 2000-04-13  Dave Love  <fx@gnu.org>
2132         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
2133         syntax.
2135         * emacs-lisp/cl-specs.el: Remove when, unless.
2137         * emacs-lisp/cl-extra.el: Don't quote keywords.
2138         (cl-old-mapc): New variable.
2139         (mapc): Use it.
2140         (cl-map-intervals): Use with-current-buffer.  Don't check for
2141         next-property-change.
2142         (cl-map-overlays): Use with-current-buffer.
2143         (cl-expt): Remove.
2144         (copy-tree, remprop): Define unconditionally.
2146         * emacs-lisp/cl-compat.el (keywordp): Remove.
2148         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
2149         to use keywordp.
2150         (edebug-spec): Enable keywordp.
2152         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
2153         string-lessp.
2155         * cus-start.el: Use keywordp.
2157 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2159         * diary-lib.el (include-other-diary-files): Fix the fix of
2160         2000-02-18 by doing a save-excursion.
2162 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2164         * ps-print.el: Customization fix, doc fix.
2165         (ps-print-version): New version number (5.1.4).
2166         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
2167         (ps-print-preprint): Adjust code.
2168         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
2169         (ps-print-prologue-header, ps-print-control-characters)
2170         (ps-spool-config): Customization fix.
2172 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
2174         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
2175         converted to the new menu-item format, names silightly changed,
2176         help strings added.
2178         Support for spelling without async subprocesses:
2180         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
2181         (ispell-session-buffer): New variables.
2182         (ispell-start-process, ispell-process-status,
2183         ispell-accept-output, ispell-send-string): New functions, for
2184         Ispell invocation when async subprocesses aren't supported.
2185         (ispell-word, ispell-pdict-save, ispell-command-loop,
2186         ispell-process-line, ispell-buffer-local-parsing): Replace calls
2187         to process-send-string with calls to ispell-send-string, and
2188         accept-process-output with ispell-accept-output.
2189         (ispell-init-process): Call ispell-process-status instead of
2190         process-status with.
2191         (ispell-init-process): Call ispell-start-process.  Call
2192         ispell-accept-output and ispell-send-string.  Don't call
2193         process-kill-without-query and kill-process if they are unbound.
2194         (ispell-async-processp): New function.
2196 2000-04-12  Dave Love  <fx@gnu.org>
2198         * info.el: Add debug-ignored-errors.
2199         (Info-mode-menu): Add some items.
2200         (Info-directory): Add autoload cookie.
2202         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
2203         Modify `truncate-lines'.  Make `describe-language-environment'
2204         always visible and add help.  Modify `describe-key' help.  Invoke
2205         Info-directory from `info'.  New entry `emacs-manual'.
2207 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
2209         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
2210         propertized-buffer-identification.
2211         (ebrowse-update-member-buffer-mode-line): Likewise.
2212         (ebrowse--mode-strings): Removed.
2213         (ebrowse--mode-line-props): Removed.
2215         * files.el (auto-mode-alist): Add `EBROWSE'.
2217         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
2218         space before testing for end of buffer.
2219         (ebrowse-load): Removed.
2220         (ebrowse-revert-tree-buffer-from-file): Rewritten.
2221         (ebrowse-create-tree-buffer): Rewritten.
2222         (ebrowse-tree-mode): Read tree from buffer.
2224         * progmodes/ebrowse-ffh.el: Removed.
2226 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
2228         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
2230 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
2232         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
2233         at the wrong place.
2235 2000-04-09  Dave Love  <fx@gnu.org>
2237         * files.el (backup-enable-predicate): Use
2238         temporary-file-directory, small-temporary-file-directory.
2239         (make-backup-file-name-function, backup-directory-alist): New
2240         variables.
2241         (make-backup-file-name-1): New function.
2242         (make-backup-file-name): Use it.
2243         (find-backup-file-name): Likewise.  Use format for clarity, not
2244         concat.
2245         (file-newest-backup): Use make-backup-file-name.
2247 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
2249         * progmodes/ebrowse-ffh.el: New file.
2251         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
2252         to ebrowse-ffh.el.
2253         (ebrowse-load): Add autoload.
2255         * finder.el (finder-commentary): Add autoload cookie.
2257         * mail/rfc2368.el: Correct author's email address.
2259         * progmodes/ebrowse.el: New file.
2261         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
2262         item help string.
2263         (easy-menu-do-add-item): Ditto.
2264         (easy-menu-define): Extend doc string.
2266         * jit-lock.el (with-buffer-unmodified): Use
2267         restore-buffer-modified-p.
2268         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
2269         (jit-lock-function, jit-lock-stealth-fontify): Don't use
2270         with-buffer-unmodified.
2272 2000-04-08  Dave Love  <fx@gnu.org>
2274         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
2275         unless, when.
2277 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
2279         * viper-util.el (viper-put-on-search-overlay): New subroutine.
2280         (viper-flash-search-pattern): No operation when using Emacs
2281         doesn't support face.
2282         Use `viper-put-on-search-overlay'.
2284 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
2286         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
2287         like C-r.
2289         * progmodes/make-mode.el: Some doc fixes.
2290         (makefile-mode-abbrev-table): New variable.
2291         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
2292         (makefile-font-lock-keywords): Fontify includes and conditionals.
2293         (toplevel): Require `dabbrev' and `add-log' when compiling.
2295         * replace.el (perform-replace): Don't move forward one char
2296         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
2297         to do that because it leaves point 1 position after the last
2298         replacement, after everything has been replaced.
2300         * jit-lock.el (with-buffer-unmodified): New macro.
2301         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
2302         modified state.
2303         (jit-lock-function-1): Extracted from jit-lock-function; not
2304         preserving buffer's modified state.
2305         (jit-lock-function, jit-lock-stealth-fontify): Call
2306         jit-lock-function-1.
2308         * mail/rfc2368.el: Remove supernumerary copyright line.
2310 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
2312         * glasses.el: Provide facilities for inserting space before left
2313         parentheses and uncapitalization of identifiers.
2314         (glasses-mode): Try to remove old overlays in all cases.
2316 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
2318         * progmodes/compile.el (compile-internal): Display the compilation
2319         buffer in a different frame, if it's already displayed there.
2321         * mail/rfc2368.el: New file.
2323         * simple.el (sendmail-user-agent-compose): Recognize a `body'
2324         header and insert its value as mail body.
2326         * subr.el (member-ignore-case): New function.
2328         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
2329         (dabbrev--find-expansion): Ignore buffers matching a regexp
2330         from dabbrev-ignored-regexps.
2332         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
2333         to extensions handled by gzip.
2335 2000-04-03  Richard M. Stallman  <rms@gnu.org>
2337         * files.el (insert-directory): List the total free space
2338         along with the used space.
2340         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
2341         line is followed by one that matches CITATION-REGEXP, end the
2342         paragraph.
2344 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
2346         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
2347         (rmail-make-basic-summary-line): Use that option.
2349 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
2351         * international/mule-cmds.el (encoded-string-description):
2352         Rewritten.   Try pretty description for ISO 2022 escape sequences
2353         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
2354         for hexadecimal format.
2356 2000-04-01  Dave Love  <fx@gnu.org>
2358         * cpp.el: Change customization group to `c' from `C'.
2360         * vcursor.el (vcursor-move): Use display-color-p.
2362         * international/mule-util.el: Provide mule-utils.
2363         (string-to-sequence): Simplify and speed up.
2365         * international/mule.el (make-coding-system): Purecopy doc-string.
2367         * international/mule-cmds.el: Various menu changes.
2368         (describe-specified-language-support): Handle `Default'.
2369         (set-language-info): Purecopy `info'.
2371 2000-03-31  Andrew Innes  <andrewi@gnu.org>
2373         * vc.el (vc-backend-diff): Return the correct status if we had to
2374         retry the rcsdiff command without the --brief option.
2376 2000-03-31  Dave Love  <fx@gnu.org>
2378         * help.el (help-manyarg-func-alist): Correct several omissions.
2380         * add-log.el: Don't require cl, fortran.
2381         (add-log-current-defun-function): Doc fix.
2382         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
2383         fix.
2384         (change-log-version-rcs): Function deleted.
2385         (change-log-version-number-search): Doc fix.  Use
2386         vc-workfile-version.  Avoid CL dolist.
2387         (add-change-log-entry): Just call add-log-current-defun to get
2388         defun.  Simplify somewhat.
2389         (change-log-get-method-definition-1): Likewise.
2390         (add-log-current-defun): Return nil if calling
2391         add-log-current-defun-function does so.  Move Fortran stuff to
2392         fortran.el.  Return string without properties.
2394         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
2395         and :alpha: char classes.
2397         * mail/supercite.el: Defvar curline when compiling.
2398         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
2399         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
2400         rather than a-zA-Z0-9 to allow non-ASCII characters.
2402 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
2404         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
2406         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2407         Re-enable new code.
2409         * lpr.el (print-region-1): Use -d to specify printer name for
2410         systems `usg-unix-v*, `dgux', `hpux', `irix'.
2412 2000-03-31  Dave Love  <fx@gnu.org>
2414         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
2415         for function definition in symbol's function value slot first
2416         instead of first consulting byte-compile-function-environment.
2418 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
2420         * language/european.el ("Polish"): New language environment.
2421         (setup-polish-environment): New function.
2423 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
2425         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2426         Disable new code.
2428         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
2429         trying to `load' the symbol of an autoload instead of the file
2430         recorded in the autoload.  Fix error messages.
2432 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2434         * ps-print.el: PostScript programming fix for ghostview, doc fix.
2435         (ps-print-version): New version number (5.1.3).
2436         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
2437         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
2438         (ps-generate-postscript-with-faces): Code fix.
2439         (ps-color-values): XEmacs compatibility.
2440         (ps-print-background-image, ps-print-background-text, ps-printer-name)
2441         (ps-default-fg, ps-default-bg): Adjust customization.
2442         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
2443         (ps-color-scale): Renaming old ps-color-value fun.
2444         (ps-print-headers): Replace ps-print-header group to avoid conflict
2445         with ps-print-header variable.
2446         (ps-print-miscellany): New group.
2447         (ps-format-color, ps-rgb-color): New funs.
2448         (ps-default-foreground): New var.
2449         (ps-printer-name-option): New const.
2451 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
2453         * net/net-utils.el:
2454         (network-connection-host, network-connection-service): New variables
2455         (network-connection-mode): New mode, derived from comint-mode
2456         (network-connection-mode-setup): New function, saves host and
2457         service information in local variables.
2459         * lisp/locate.el:
2460         (locate-word-at-point): Added this function
2461         (locate): Default to using locate-word-at-point as input
2462         Run dired-mode-hook
2464 2000-03-29  Dave Love  <fx@gnu.org>
2466         * calendar/appt.el: Doc fixes.
2467         (appt-check): Convert min-to-app to a string before passing to
2468         appt-disp-window-function or concat.
2469         (appt-delete-window): Remove test for frame-root-window.
2470         (appt-select-lowest-window, appt-convert-time): Simplify.
2472         * emacs-lisp/bytecomp.el: Doc fixes.
2473         (byte-compile-file-form-autoload): Update
2474         byte-compile-function-environment.
2476 2000-03-29  Andreas Schwab  <schwab@suse.de>
2478         * emacs-lisp/autoload.el: Also print defsubst doc string
2479         specially.
2481         * dired.el (dired-insert-directory): If dired-free-space-program
2482         failed just delete its output.
2484 2000-03-29  Dave Love  <fx@gnu.org>
2486         * international/iso-cvt.el: Move provide to end.  Doc fixes.
2487         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
2488         (iso-iso2sgml, iso-sgml2iso): New functions.
2489         (iso-cvt-define-menu): Fix some entries and use backquote for
2490         clarity.
2492         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
2494 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
2496         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
2497         ISO-DATE.  If non-nil, return date in ISO 8601 format.
2499 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
2501         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
2502         if it ever becomes used.
2503         (log-edit-mode-hook): Default to vc-log-mode-hook.
2504         (log-edit-mode): Fix the docstring.
2506         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
2507         the code.
2509 2000-03-26  Dave Love  <fx@gnu.org>
2511         * net/browse-url.el (browse-url): Re-fix case of
2512         browse-url-browser-function being an alist.
2513         (browse-url): Add :link to defgroup.
2515         * files.el: Doc fixes.
2516         (file-truename): Include `[' in wildcard characters.
2517         (automount-dir-prefix): Customize.
2518         (find-file-wildcards): Add :version.
2519         (find-file-noselect): Simplify a mapcar call.
2521         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
2522         compatible with inf-lisp version.
2523         (eval-defun-1): Fix custom-declare-variable case.
2525 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
2527         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
2529 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
2531         * Makefile (COMPILE_FIRST): New macro.
2532         (compile-files): Compile files from COMPILE_FIRST first.
2534         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
2535         code.
2537         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
2538         matching open parenthesis in column 0 to defun-prompt-regexp
2539         only if open-paren-in-column-0-is-defun-start is set.
2541         * sun-curs.el: Require CL at compile-time only.
2543         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
2544         instead of copy-list which is a function from CL.
2545         (msb--choose-menu, msb--mode-menu-cond)
2546         (msb--create-buffer-menu-2): Use dolist instead of mapc.
2547         (msb--init-file-alist): Use mapcar instead of mapcan.
2548         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
2549         `(' in column 0 in doc string.
2550         (msb--add-separators): Use mapcar instead of mapcan.
2552         * cus-dep.el: Require CL at compile-time only.
2554 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
2556         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2557         (byte-compile-warnings): New warning `noruntime'.
2558         (byte-compile-constants, byte-compile-variables): Fix docstring.
2559         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
2560         execute `eval-whenc-compile's body.
2561         (byte-compile-unresolved-functions): Fix docstring.
2562         (byte-compile-eval): New function.
2563         (byte-compile-callargs-warn): Check if the function will be available
2564         at runtime (via property `byte-compile-noruntime').
2565         (byte-compile-print-syms): New function.
2566         (byte-compile-warn-about-unresolved-functions): Also warn about
2567         `noruntime' functions (and use `byte-compile-print-syms').
2568         (byte-compile-file): Capitalize the message.
2570 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
2572         * mail/rmail.el (rmail-confirm-expunge): New user-option.
2573         (rmail-expunge): Ask for confirmation depending on the setting
2574         of rmail-confirm-expunge.
2576 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
2578         * Makefile (bootstrap-clean): If $(emacs) exists, build
2579         loaddefs.el first.  A loaddefs.el that's not up-to-date might
2580         cause a bootstrap failure because things don't autoload as
2581         expected.
2583 2000-03-23  Dave Love  <fx@gnu.org>
2585         * net/browse-url.el: Restore previous use of
2586         browse-url-maybe-new-window.
2588 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2590         * ps-print.el: Skip banner page fix.
2591         (ps-print-version): New version number (5.1.2).
2592         (ps-begin-file, ps-end-file, ps-generate): Code fix.
2594 2000-03-23  Dave Pearson  <davep@davep.org>
2596         * net/quickurl.el Changed the type of parameter passed to the
2597         function defined by `quickurl-format-function'. Before only the
2598         text of the URL was passed. Now the whole URL structure is passed
2599         and the function is responsible for extracting the parts it
2600         requires.  Changed the default of `quickurl-format-function'
2601         accordingly.
2602         (quickurl-insert): Changed the `funcall' of
2603         `quickurl-format-function' to match the above change.
2604         (quickurl-list-insert): Changed the `url' case so that it makes
2605         use of `quickurl-format-function', previous to this the format was
2606         hard wired.
2608 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
2610         * startup.el: Change some spellings for the X Window System.
2612 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
2614         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
2615         up the code and the regexp and make sure the cursor is temporarily
2616         moved to the suspicious line while querying the user.
2618 2000-03-22  Jason Rumney  <jasonr@gnu.org>
2620         * w32-fns.el (w32-charset-info-alist): Initialize.
2622 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2624         * ps-print.el: N-up last page fix.
2625         (ps-print-version): New version number (5.1.1).
2626         (ps-end-file, ps-end-job, ps-generate): Code fix.
2628 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2630         * files.el (find-file-run-dired): Update docstring.
2631         (find-directory-functions): New hook.
2632         (find-file-noselect): Run find-directory-functions rather than
2633         calling dired directly.
2635         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
2637         * pcvs.el: Add a minimal leading commentary.
2638         (cvs-make-cvs-buffer): Change the header part by removing the startup
2639         message and adding a `Module' entry.  Also replace the FOOTER and
2640         HEADER special fileinfos with the new support in ewoc for updating
2641         its own footer and header.
2642         (cvs-update-header): Update to use the header/footer of the ewoc.
2643         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
2644         (cvs-is-within-p): New function.
2645         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
2646         to only examine some subset of the buffers.
2648         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
2649         `format' instead of our own ad-hoc functions.
2650         Remove HEADER and FOOTER cases, now handled in the EWOC.
2651         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
2653         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
2654         output to avoid scaring the user.
2655         (cvs-parse-table): Catch message for non-up-to-date commits.
2657         * pcvs-defs.el (cvs-startup-message): Remove.
2658         (cvs-global-menu): New autoloaded menu.
2660         * pcvs-util.el (cvs-string-fill): Remove.
2662         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
2663         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
2664         PP part of it and also make it work for footers and headers.
2665         (ewoc-create): Drop POS and BUFFER arguments.
2666         Use the DLL's dummy node to store the end-of-footer position.
2667         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
2668         (ewoc-refresh): Remove unused `header' variable.
2669         (ewoc-(get|set)-hf): New functions.
2671         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
2672         log-view-*-(message|file) and use easy-mmode-define-navigation.
2673         (log-view-message-re): Match SCCS format as well.
2674         And match the revision line rather than the dashed separator line.
2675         (log-view-mode): Use the new define-derived-mode.
2676         (log-view-current-tag): Fill in with an actual implementation.
2678         * cvs-status.el (cvs-status-(prev|next)): Rename from
2679         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
2680         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
2681         to let the output "breathe" a little more (more readable).
2682         (cvs-status-mode): Use the new define-derived-mode.
2684         * smerge-mode.el (smerge-auto-leave): New function and variable.
2685         (smerge-basic-map): Rename from smerge-basic-keymap.
2686         Change the bindings for smerge-diff-*.
2687         (smerge-*-map): Use easy-mmode-defmap.
2688         (smerge-(next|prev)): Use easy-mmode-define-navigation.
2689         (smerge-keep-*): Use smerge-auto-leave.
2691 2000-03-21  Jason Rumney  <jasonr@gnu.org>
2693         * cus-edit.el (custom-button-face): Use 3D look for w32.
2694         (custom-button-pressed-face): Likewise.
2696 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
2698         * progmodes/etags.el (tags-case-fold-search): New user-option.
2699         (tags-loop-eval): New function.  Bind case-fold-search around eval
2700         depending on the value of tags-case-fold-search.
2701         (tags-loop-continue): Use tags-loop-eval.
2702         (find-tag-in-order): Bind case-fold-search depending on the value
2703         of tags-case-fold-search.
2705 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2707         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
2708         (diff-end-of-hunk): Return the end position for use in
2709         `easy-mmode-define-navigation'.
2710         (diff-recenter): Remove.
2711         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
2712         of `easy-mmode-define-navigation'.
2713         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
2714         previous renaming) and fix to use new names.
2715         (diff-merge-strings): Use \n as separator: simpler, faster.
2716         (diff-mode): Use `define-derived-mode'.
2718         * derived.el (define-derived-mode): Don't autoload anymore.
2719         Prefer the macro-only version provided by easy-mmode.el.
2721         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
2722         `easy-mmode-define-derived-mode'.
2723         Use `combine-run-hooks'.
2724         (easy-mmode-define-navigation): New macro.
2726         * subr.el (combine-run-hooks): New function.
2728 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
2730         * term/x-win.el: Fontsets related initialization is simplified.
2732         * international/mule-diag.el (describe-font): Don't refer to
2733         global-fontset-alist, instead call font-list.
2734         (describe-fontset, list-fontsets, mule-diag): Likewise.
2735         (print-fontset): Adjusted for the change of fontset
2736         implementation.
2738         * international/fontset.el (x-charset-registries): Variable
2739         removed, instead the corresponding data is stored in the default
2740         fontset.
2741         (register-alternate-fontnames): Function removed.
2742         (resolved-ascii-font): Variable removed.
2743         (x-compose-font-name): Ignore the second argument REDOCE.
2744         (x-complement-fontset-spec): Complement only an ASCII font and
2745         element for those charsets than can use that ASCII font.
2746         (generate-fontset-menu): Don't refer to global-fontset-alist,
2747         instead call fontset-list.
2748         (uninstantiated-fontset-alist): Variable removed.
2749         (x-style-funcs-alist): Likewise.
2750         (fontset-default-styles): Likewise.
2751         (x-modify-font-name): Function removed.
2752         (create-fontset-from-fontset-spec): Ignore the argument
2753         STYLE-VARIANT.
2754         (create-fontset-from-ascii-font): Docsting adjusted for the above
2755         change.
2756         (instantiate-fontset, resolve-fontset-name): Functions removed.
2757         (fontset-list): Now implemented by C code.
2759         * faces.el (read-face-font): Fix TABLE arg to completing-read.
2760         (describe-face): Include `font' attribute in the description.
2762 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
2764         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
2766 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
2768         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
2769         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
2770         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
2772         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
2773         about behavior of set-buffer-modified-p wrt redisplay.
2775 2000-03-19  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2777         * view.el (view-mode-disable): Kill local binding of view-read-only.
2779 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
2781         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
2782         is a string, convert it to a syntax cell using string-to-syntax.
2784         * simple.el (syntax-code-table, syntax-flag-table): New variables.
2785         (string-to-syntax): New function.
2787         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
2788         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
2789         try to use passive ftp mode.
2791 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
2793         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
2795         * simple.el (append-to-buffer): Update point of windows after
2796         insertion.
2798         * abbrev.el (inverse-add-abbrev): Identify word by first moving
2799         forward then moving backward.  Reindent.
2801         * frame.el (other-frame): Call x-focus-frame only if
2802         focus-follows-mouse is off.
2804 2000-03-17  Dave Love  <fx@gnu.org>
2806         * pcvs-util.el (cvs-strings->string): Rename
2807         replace-regexps-in-string.
2809 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
2811         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
2812         regexp for labels cannot span several lines.
2814         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
2815         `(setq :<key> ':<key>)' to the macro expansion.
2817 2000-03-16  Dave Love  <fx@gnu.org>
2819         * progmodes/f90.el (f90): Put custom group under `languages', not
2820         `fortran'.
2821         (f90-mode-hook): Customize.
2822         (f90-mode): Set add-log-current-defun-function.
2823         (f90-current-defun): New function.
2825 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
2827         * cus-edit.el (custom-variable-tag-face): Handle case that
2828         default face's height is not a number.
2829         (custom-face-tag-face, custom-group-tag-face-1)
2830         (custom-group-tag-face): Ditto.
2831         (custom-group-tag-face-1): Add :group.
2833         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
2835 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
2837         * pcvs-defs.el (toplevel): Remove autoload cookie for form
2838         requiring easymenu.
2840 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2842         * ps-print.el: PostScript user-defined prologue, PostScript error
2843         handler, doc fix.
2844         (ps-print-version): New version number (5.1).
2845         (ps-user-defined-prologue, ps-error-handler-message)
2846         (ps-print-prologue-0, ps-error-handler-alist): New vars.
2847         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
2848         (ps-insert-string): New function.
2850 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
2852         * international/ccl.el (ccl-compile-expression): Don't generate
2853         invalid self-assignment code.
2855 2000-03-14  Dave Love  <fx@gnu.org>
2857         * subr.el (replace-regexp-in-string): Renamed from
2858         replace-regexps-in-string.  Doc fix.
2860 2000-03-12  Dave Love  <fx@gnu.org>
2862         * cus-edit.el: Doc fixes.
2863         (customize-set-variable, customize-save-variable): Rename args for
2864         doc.
2865         (custom-variable-tag-face, custom-face-tag-face)
2866         (custom-group-tag-face-1, custom-group-tag-face): Modify from
2867         style which user identify as hyperlink.
2868         (hook): Don't add undefined functions to the hook.
2869         (debug-ignored-errors): Transfer message from bindings.el.
2871 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
2873         * recentf.el (recentf-keep-non-readable-files-p): Remove
2874         double/nested definition.
2876 2000-03-12  Dave Love  <fx@gnu.org>
2878         * facemenu.el (facemenu-get-face): Use display-color-p.
2879         * enriched.el (enriched-decode-foreground): Likewise.
2880         (enriched-decode-background): Likewise.
2881         * isearch.el (isearch-highlight): Likewise.
2882         * info-look.el (info-lookup): Likewise.
2883         * simple.el (completion-setup-function): Likewise.
2885         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
2886         :options.
2888         * bindings.el (mode-line-format): Fix line-number and
2889         column-number items.  Add help-echo for the background.
2890         (mode-line-mule-info): Modify help-echo.
2892         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
2893         defcustom.
2895         * files.el (load-file): Allow completion to .elc.
2897         * man.el: Doc fixes.
2898         (Man-init-defvars): Use display-color-p to set fontification.
2900         * play/hanoi.el (hanoi-internal): Don't use oddp.
2902 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
2904         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
2906         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
2908 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
2910         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
2911         Fix comment.
2913 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
2915         * font-lock.el (font-lock-keywords): Fix the doc now that
2916         regexp-opt-depth is unnecessary.
2917         (save-buffer-state): Set an edebug spec.
2918         (font-lock-fontify-anchored-keywords): Properly handle the case when
2919         the matcher goes past the limit.
2921         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
2922         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
2924         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
2925         dll.el and cookie.el (from Elib) with heavy renaming and other
2926         massaging.
2928         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
2929         Autoload the functions used.
2930         (easy-mmode-define-syntax): Fix CL typo.
2931         (easy-mmode-define-derived-mode): Improve the docstring generation.
2933 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
2935         * textmodes/texinfo.el (texinfo-version): Variable and function
2936         removed.
2938 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
2940         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
2941         allow more flexibility.
2942         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
2943         fns.
2944         (easy-mmode-defmap, easy-mmode-defsyntax)
2945         (easy-mmode-define-derived-mode): New macros.
2947 2000-03-09  Didier Verna  <didier@xemacs.org>
2949         * rect.el (replace-rectangle): New function.
2951 2000-03-09  Dave Love  <fx@gnu.org>
2953         * progmodes/fortran.el (fortran-comment-line-start): Define as
2954         "C".
2955         (fortran-comment-line-start-skip): Don't match cpp stuff.
2956         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
2957         (fortran-mode-map): Remove over-eager custom-menu-create for now.
2958         (fortran-mode): Don't set fortran-comment-line-start-skip,
2959         fortran-comment-line-start here.  Set comment-start,
2960         add-log-current-defun.
2961         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
2962         (fortran-current-defun): New function.
2964 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
2966         * emacs-lisp/re-builder.el: New file.
2968         * mouse.el (mouse-drag-region): Don't run up-event handler
2969         if hscroll has changed.
2971         * octave-mod.el (octave-font-lock-keywords): To font-lock the
2972         builtin operators, use `font-lock-builtin-face' for Emacs and
2973         `font-lock-preprocessor-face' otherwise.
2975         * font-lock.el (lisp-font-lock-keywords-1): Highlight
2976         `(defun (setf foo)' differently.
2978 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
2980         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
2981         (regexp-opt): Update comment and adapt the code the new meaning of
2982         the `paren' argument of regex-opt-group for shy-groups.
2983         (regexp-opt-depth): Handle shy groups as well as backslashed
2984         backslashes.
2985         (regexp-opt-group): Turn the leading comment into a docstring.
2986         Allow `paren' to be a string (the string to use to open a group).
2987         Remove open-presuf and close-presuf.  Instead of checking for `all
2988         one-char' and then later on check for `several one-char', handle
2989         both cases close together.  Also apply a more generic algorithm
2990         for suffixes (the mirror image of the algorithm used for
2991         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
2992         (regexp-opt-try-suffix): Removed.
2994         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
2995         from comint-mode-map, so we can just inherit from it.  Also, move
2996         the initialization into the `defvar' since there's no docstring
2997         anyway and it's fairly short.
2998         (inferior-scheme-mode): Define it as derived-mode: the code is
2999         shorter and this way we inherit from comint-mode-map rather than
3000         copying it.
3002         * subr.el (replace-regexps-in-string): Properly handle the case
3003         where we match an empty string.
3005         * comint.el (comint-exec-1): Add the current-dir to the exec-path
3006         when the command has a directory component (such as "./testml").
3007         Also fix a typo in the comment.
3009 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
3011         * Makefile (compile-files): Compile files one by one because
3012         that's the only way to ensure a clean compilation environment for
3013         each individual file.
3015         * frame.el (other-frame): Call x-focus-frame.
3017 2000-03-07  Dave Love  <fx@gnu.org>
3019         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
3020         :require to defcustom.
3022         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
3023         lists.
3025         * files.el (auto-mode-alist): Add configure.in.
3027         * progmodes/autoconf.el: New file.
3029 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
3031         * mail/mh-e.el: Change maintainer to `none'.
3033         * recentf.el (recentf-keep-non-readable-files-p): Quote args
3034         to remove-hook and add-hook.
3036 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3038         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
3039         it as the default.
3040         (mail-send): Test mail-send-nonascii also for the new `mime' value.
3041         (sendmail-send-it): Conditionally add MIME headers specifying the
3042         used character set.
3044 2000-03-07  Dave Love  <fx@gnu.org>
3046         * winner.el: Fix keywords, autoload cookies.  Split
3047         eval-when-compile form to avoid compilation failure.
3049 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
3051         * international/mule.el: Modify comment about coding system
3052         property `coding-category'.
3053         (make-coding-system): New argument EOL-TYPE.  Pay attention to
3054         coding-category property of PROPERTIES.
3056         * international/mule-conf.el (coding-category-utf-8,
3057         coding-category-utf-16-be, coding-category-utf-16-le): New coding
3058         categories.  Include them in the argument for set-coding-priority.
3060         * international/mule-cmds.el (reset-language-environment): Include
3061         coding-category-utf-8, coding-category-utf-16-be, and
3062         coding-category-utf-16-le in the argument for set-coding-priority.
3063         (reset-language-environment): Initialize coding-category-utf-8,
3064         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
3066 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
3068         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
3069         code abstracted out of `bookmark-jump-noselect'.  Now tries info
3070         extensions as well as compression extensions.
3071         (bookmark-jump-noselect): Use above new func.
3073 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
3075         * strokes.el: Change maintainer's mail address.
3077 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
3079         * international/mule-diag.el (list-character-sets): Make help-echo
3080         string by substitute-command-keys.
3081         (list-character-sets): Likewise.
3082         (sort-listed-character-sets): Call help-setup-xref.
3084 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
3086         * time.el (display-time-mail-file): Add `none' to the list of
3087         choices.
3089 2000-03-01  Dave Love  <fx@gnu.org>
3091         * help.el (help-xref-go-back): Don't try to set position.
3093         * international/mule-diag.el (list-character-sets): Call
3094         help-setup-xref.  Add help-echo to xrefs.
3095         (list-character-sets-1): Add help-echo to xrefs.
3097 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
3099         * frame.el (blink-cursor-mode): Switch cursor on when turning
3100         the mode off.
3102         * add-log.el (add-log-current-defun): Add support for
3103         Autoconf mode.
3105         * mail/rmail.el (rmail-quit-hook): New variable.
3107 2000-03-01  Dave Love  <fx@gnu.org>
3109         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
3111         * help.el (help-xref-button): Add help-echo arg.
3112         (describe-function-1, describe-variable, help-make-xrefs): Use it.
3114         * faces.el (list-faces-display): Supply help-echo with
3115         help-make-xrefs.
3117         * facemenu.el (list-text-properties-at): Set help-xref-stack to
3118         nil.
3120 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
3122         * image.el (defimage): Look for image files in load-path.
3124         * frame.el (busy-cursor-delay-seconds): Change type to
3125         `number'.
3127 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
3129         * recentf.el (recentf): Added version tag to the defgroup of
3130         recentf.
3132 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
3134         * recentf.el (recentf-cleanup): Changed to remove excluded file
3135         too.
3136         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
3137         action to select/unselect a file.
3138         (recentf-edit-list): Code cleanup and improvement.
3139         (recentf-open-more-files-action): `recentf-open-more-files' button
3140         widget action to open a file.
3141         (recentf-open-more-files): No more use standard completion but
3142         widgets.
3143         (recentf-more-collection): Deleted.
3144         (recentf-more-history): Deleted.
3145         (recentf-setup-more-completion): Deleted.
3147 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
3149         * recentf.el (recentf-mode): No more needs that Emacs is running
3150         under a window-system.
3152 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3154         * recentf.el (recentf-edit-list): New command to edit the recent
3155         list which allow the user to remove files.
3156         (recentf-edit-selected-items): New global variable, used by
3157         `recentf-edit-list' to hold the list of files to be removed from
3158         the recent list.
3159         (recentf-make-menu-items): Updated to display a "Edit list..."
3160         menu item.  Minor code cleanup.
3162 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3164         * recentf.el (recentf-open-more-files): New command to open files
3165         that are not displayed in the menu.
3166         (recentf-more-collection): New global variable holding the set of
3167         permissible completions used by `recentf-open-more-files'.
3168         (recentf-more-history): New global variable holding the history list
3169         used by `recentf-open-more-files' completion.
3170         (recentf-setup-more-completion): New function to setup completion for
3171         `recentf-open-more-files'.
3172         (recentf-make-menu-items): Updated to display a "More..." menu item.
3174 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3176         * recentf.el (recentf-menu-action): Doc fixed.
3178 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3180         * recentf.el (recentf-menu-filter): Doc updated.
3181         (recentf-update-menu-hook): Allow menu filters to force menu update.
3182         (recentf-make-menu-items): New menu filter handling.
3183         (recentf-make-menu-item): New helper function.
3184         (recentf-menu-elements): New menu handling function.
3185         (recentf-sort-ascending): Updated to new menu filter handling.
3186         (recentf-sort-descending): Updated to new menu filter handling.
3187         (recentf-sort-basenames-ascending): New menu filter function.
3188         (recentf-sort-basenames-descending): New menu filter function.
3189         (recentf-show-basenames): New menu filter function.
3190         (recentf-show-basenames-ascending): New menu filter function.
3191         (recentf-show-basenames-descending): New menu filter function.
3193 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3195         * diary-lib.el (list-diary-entries): Don't try to go forward at
3196         the end of the buffer.
3198 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
3200         * international/mule-diag.el (list-character-sets): Completely
3201         rewritten.
3202         (sort-listed-character-sets): New function.
3203         (list-character-sets-1): Completely rewritten.
3204         (list-character-sets-2): New function.
3205         (non-iso-charset-alist): New variable.
3206         (decode-codepage-char): New function.
3207         (charset-history): New variable.
3208         (read-charset) (list-block-of-chars)
3209         (list-iso-charset-chars)
3210         (list-non-iso-charset-chars)
3211         (list-charset-chars): New functions.
3212         (mule-diag): Call list-character-sets-2, not
3213         list-character-sets-2.
3214         (dump-charsets): Likewise.
3216 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
3218         * dired-x.el (dired-filename-at-point): Add `@' to valid
3219         file name characters.
3220         (dired-filename-at-point): Handle ange-ftp file names.
3222         * frame.el (frame-notice-user-settings): Use assq-delete-all
3223         instead of assoc-delete-all.
3224         (frame-notice-user-settings): Ditto.
3226         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
3227         Don't copy alist.
3229 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
3231         * calculator.el (calculator-use-menu): New option.
3232         (calculator-initial-bindings): Changed some bindings to work as
3233         macros.
3234         (calculator-forced-input): Removed.
3235         (calculator-restart-other-mode): New variable.
3236         (calculator-mode-map): Set up menu.
3238 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
3240         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
3241         tags.
3243 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
3245         * viper-cmd.el (viper-envelop-ESC-key): added the option to
3246         translate all ESC key sequences.
3247         (viper-goto-mark-subr): restore markers for files for which
3248         they were saved.
3249         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
3250         * viper-util.el (viper-set-replace-overlay-glyphs,
3251         viper-set-replace-overlay): always check if the replacement
3252         overlay is live.
3253         * viper.el (viper-vi-state-mode-list): added major modes.
3254         * ediff-wind.el: minor comment changes.
3255         * ediff.el: copyright notice date fix.
3257 2000-02-27  Jason Rumney  <jasonr@gnu.org>
3259         * faces.el (face-font-family-alternatives): Add arial to helv.
3260         (mode-line, header-line, tool-bar): Same default as x for w32.
3261         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
3262         face-font-family-alternatives from working.
3263         * term/w32-win.el (mouse-set-font): Do not build fontset from
3264         chosen font.
3266 2000-02-25  Sam Steingold  <sds@goems.com>
3268         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
3269         properly.
3271 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3273         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
3275 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
3277         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
3278         writable.
3280         * frame.el (busy-cursor-delay-seconds): New option.
3282 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
3284         * frame.el (show-cursor-in-non-selected-windows): New option.
3286 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3288         * diary-lib.el (include-other-diary-files): Undo the selective
3289         display in any included file and don't kill it.
3291 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
3293         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
3294         bar.  Menu items converted to (menu-item format, help strings
3295         added.
3296         [downcase, upcase]: Don't enable on MS-DOS.
3297         [symlink, symlinks]: Don't show if make-symbolic-link is not
3298         bound.
3299         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
3301 2000-02-23  Dave Love  <fx@gnu.org>
3303         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
3304         (backward-kill-word): Revert addition of * to interactive spec --
3305         it's a feature.
3307         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3308         (backward-kill-sentence, kill-sentence): Likewise.
3310         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
3311         scratch buffer name.
3312         (gud-format-command): Use int-to-string in ?l case.  Simplify
3313         slightly.
3315         * term/w32-win.el (internal-face-interactive): Update prompt for
3316         new read-face-name.
3318         * mail/footnote.el (footnote): Add :version to defgroup.
3319         (footnote-section-tag-regexp): Customize.
3320         (footnote-start-tag, footnote-end-tag): New option.
3321         (footnote-latin-regexp): New variable.
3322         (Footnote-latin): New function.
3323         (footnote-style-alist): Add element for latin style.
3324         (footnote-style): Moved.
3325         (Footnote-goto-footnote): Use eq to test arg.
3327         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
3329         * emacs-lisp/byte-opt.el: Change old backquote syntax.
3330         (byte-compile-trueconstp): Include keywords.
3331         (byte-optimize-quote, byte-optimize-lapcode): Use
3332         byte-compile-const-symbol-p.
3333         (byte-optimize-char-before): New optimization.
3335         * emacs-lisp/bytecomp.el: Change old backquote syntax.
3336         (byte-compile-const-symbol-p): New function.
3337         (byte-compile-constp, byte-compile-out-toplevel)
3338         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
3339         Use it.
3341         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
3343 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
3345         * international/encoded-kb.el: Be sure to update minor-mode-alist
3346         and minor-mode-map-alist.
3347         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
3348         codes SS2 and SS3 correctly.
3349         (encoded-kbd-self-insert-ccl): New function.
3350         (encoded-kbd-setup-keymap): New function.
3351         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
3352         by calling encoded-kbd-setup-keymap.
3354         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
3355         characters.
3356         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
3357         locally.
3359 2000-02-22  Dave Love  <fx@gnu.org>
3361         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
3362         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
3363         defvar.
3364         (lisp-mode-syntax-table): Set up for #|...|# comments.
3365         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
3366         classes.  Match `defface'.
3367         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
3368         (eval-defun-1): Fix for defcustom.
3369         (lisp-indent-region): Doc fix.
3371         * subr.el (when, unless, split-string): Doc fix.
3372         (read-passwd): Move call of clear-this-command-keys to the right
3373         place.
3374         (replace-regexps-in-string): New function.
3376 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
3378         * help.el (describe-variable): Set syntax table to
3379         emacs-lisp-mode-syntax-table when moving forward over the
3380         symbol's name.
3382 2000-02-22  Dave Love  <fx@gnu.org>
3384         * xt-mouse.el: Doc fixes.
3385         (xterm-mouse-position-function): New function, replacing advice of
3386         mouse-position.
3387         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
3389         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
3391 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
3393         * format.el (format-annotate-single-property-change): Handle
3394         properties.with dotted-list values.
3395         (format-proper-list-p): New function.
3397         * enriched.el (enriched-face-ans): Handle '(foreground-color
3398         . COLOR) and (background-color . COLOR).
3400 2000-02-20  Dave Love  <fx@gnu.org>
3402         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
3403         and assignments to it.
3404         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
3405         current local map.
3406         (make-flyspell-overlay): Use it.
3407         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
3409         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
3410         (lm-get-header-re): Defun, not defsubst.
3411         (lm-get-package-name): Defun, not defsubst.  Simplify.
3412         (lm-version): Doc fix.  Simplify.
3413         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
3414         (lm-crack-address, lm-last-modified-date, lm-commentary)
3415         (lm-verify, lm-synopsis): Simplify.
3416         (lm-report-bug): Require emacsbug.  Use compose-mail.
3418 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
3420         * dired.el (dired-mode): Call propertized-buffer-identification
3421         to set mode-line-buffer-identification to something having
3422         the right text properties.
3424         * bindings.el (propertized-buffer-identification): New function.
3426 2000-02-20  Dave Love  <fx@gnu.org>
3428         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
3429         check for t-mouse too.
3431         * cus-start.el: Make echo-keystrokes `number'.
3433 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
3435         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
3436         Don't call ring-empty-p unless tags-location-ring is bound.
3437         From Noah Friedman <friedman@splode.com>.
3439 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
3441         * progmodes/hideshow.el (hs-flag-region): No longer use
3442         `intangible' overlay property.
3444         (hs-toggle-hiding): New command.
3445         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
3447         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
3448         Fix omission bug: Run `hs-minor-mode-hook' for both activation
3449         and deactivation.
3451 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
3453         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
3455 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
3457         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
3459         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
3460         of `*' to handle `(* ... *)' comments.
3462 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
3464         * faces.el (list-faces-display): Use display-mouse-p instead of
3465         window-system.
3467         * menu-bar.el (global-map): Menu-bar items converted to the new
3468         format (menu-item..., rearranged for better CUA compliance, and
3469         their names changed for better clarity.  Help strings added.
3471         * international/mule-cmds.el (mule-menu-keymap)
3472         (describe-language-environment-map, set-coding-system-map)
3473         (setup-language-environment-map): Convert to new (menu-item...
3474         form, add help strings.  Change names of menu items for better
3475         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
3476         submenu).
3478 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
3480         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
3481         within the code.
3483 2000-02-16  Dave Love  <fx@gnu.org>
3485         * faces.el: Don't require custom.  Add more specific :groups to
3486         various deffaces.
3487         (set-face-attribute): Purecopy args.
3488         (read-face-name): Default to name at point and use it in prompt.
3489         Remove colon from arg in all callers.
3490         (list-faces-display): Hyperlink to face descriptions and customize
3491         buffers.
3493 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
3495         * wid-edit.el (widget-match-inline): An atom never matches a
3496         list.
3498 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3500         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3501         at ':' characters by call to split-string.
3503 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3505         * textmodes/bibtex.el: Added RCS version identification.
3507 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3509         * textmodes/bibtex.el: Some temporary comments removed.
3510         (bibtex-field-name, bibtex-entry-type): Made the relationship
3511         explicit.
3512         (bibtex-field-const): Allow capital letters.
3513         (bibtex-start-of-string): Deleted because unused.
3515         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
3516         use the term 'reference' to describe a bibtex entry as a whole.
3517         Further, reference keys are no longer called 'labels'.
3518         (bibtex-keys): Renamed to bibtex-reference-keys.
3519         (bibtex-reformat-previous-labels): Renamed to
3520         bibtex-reformat-previous-reference-keys.
3521         (bibtex-reference-type): Renamed to bibtex-entry-type.
3522         (bibtex-reference-head): Renamed to bibtex-entry-head.
3523         (bibtex-reference-maybe-empty-head): Renamed to
3524         bibtex-entry-maybe-empty-head.
3525         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3526         (bibtex-search-reference): Renamed to bibtex-search-entry.
3527         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3528         bibtex-enclosing-entry-maybe-empty-head.
3529         (bibtex-entry-field-alist, bibtex-entry-head,
3530         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3531         bibtex-map-entries, bibtex-search-entry,
3532         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3533         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3534         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3535         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3536         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3537         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3538         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3540 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3542         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3543         comment.
3544         (bibtex-format-field-delimiters): New function, functionality
3545         extracted from bibtex-format-entry.
3546         (bibtex-autokey-get-yearfield-digits): New function, functionality
3547         extracted from bibtex-autokey-get-yearfield.
3549         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3550         entries in order to avoid stack overflow in the regexp matcher if
3551         field contents become large.
3552         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3553         bibtex-field-string-part-not-braced,
3554         bibtex-field-string-part-no-inner-braces,
3555         bibtex-field-string-part-1-inner-brace,
3556         bibtex-field-string-part-2-inner-braces,
3557         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3558         bibtex-field-string-quoted, bibtex-field-string,
3559         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3560         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3561         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3562         as parsing is now performed by the following functions.
3563         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3564         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3565         bibtex-parse-field-string, bibtex-search-forward-field-string,
3566         bibtex-parse-association, bibtex-field-name-for-parsing,
3567         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3568         bibtex-search-forward-field, bibtex-search-backward-field,
3569         bibtex-start-of-field, bibtex-end-of-field,
3570         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3571         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3572         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3573         bibtex-parse-string, bibtex-search-forward-string,
3574         bibtex-search-backward-string, bibtex-start-of-string,
3575         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3576         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3577         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3578         entries.  Instead of reporting the results of the parsing by
3579         match-beginning or match-end, these functions return data structures
3580         that hold the corresponding positions.
3581         (bibtex-enclosing-field): Changed to also report field boundaries by
3582         return values rather than by match-beginning or match-end.  The
3583         following functions have been adapted to use the new parsing
3584         functions.
3585         (bibtex-skip-to-valid-entry, bibtex-search-reference,
3586         bibtex-enclosing-field, bibtex-format-entry,
3587         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3588         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3589         bibtex-print-help-message, bibtex-end-of-entry,
3590         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3591         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3592         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3593         method for parsing.
3594         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3595         bibtex-map-entries, bibtex-flash-head,
3596         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3597         bibtex-autokey-change, bibtex-autokey-get-namefield,
3598         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3599         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3600         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3601         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3602         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3603         order to make the new binding of case-fold-search immediately
3604         visible.
3606 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3608         * textmodes/bibtex.el: Copyright notice is up to date.
3609         Added constant 'bibtex-maintainer-salutation.
3611         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3612         than make-temp-name, use match-string-no-properties and eliminate
3613         a quadratic behavior when building bibtex-strings.
3615         * bibtex.el (bibtex-reference-key): Accept string entries whose
3616         reference key contains upper case letters.
3618 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3620         * bibtex.el (bibtex-reference-head): Allow entries to start with
3621         a new line.
3623 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3625         * bibtex.el: Hiding of entry bodies is not longer provided by
3626         bibtex.el directly.  Instead the hideshow package can be used.
3627         Added a special bibtex entry to hs-special-modes-alist.
3628         (bibtex-hs-forward-sexp): Added for hideshow.el.
3630 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3632         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3633         at ':' characters by call to split-string.
3635 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3637         * textmodes/bibtex.el: Added RCS version identification.
3639 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3641         * textmodes/bibtex.el: Some temporary comments removed.
3642         (bibtex-field-name, bibtex-entry-type): Made the relationship
3643         explicit.
3644         (bibtex-field-const): Allow capital letters.
3645         (bibtex-start-of-string): Deleted because unused.
3647         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
3648         use the term 'reference' to describe a bibtex entry as a whole.
3649         Further, reference keys are no longer called 'labels'.
3650         (bibtex-keys): Renamed to bibtex-reference-keys.
3651         (bibtex-reformat-previous-labels): Renamed to
3652         bibtex-reformat-previous-reference-keys.
3653         (bibtex-reference-type): Renamed to bibtex-entry-type.
3654         (bibtex-reference-head): Renamed to bibtex-entry-head.
3655         (bibtex-reference-maybe-empty-head): Renamed to
3656         bibtex-entry-maybe-empty-head.
3657         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3658         (bibtex-search-reference): Renamed to bibtex-search-entry.
3659         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3660         bibtex-enclosing-entry-maybe-empty-head.
3661         (bibtex-entry-field-alist, bibtex-entry-head,
3662         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3663         bibtex-map-entries, bibtex-search-entry,
3664         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3665         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3666         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3667         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3668         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3669         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3670         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3672 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3674         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3675         comment.
3676         (bibtex-format-field-delimiters): New function, functionality
3677         extracted from bibtex-format-entry.
3678         (bibtex-autokey-get-yearfield-digits): New function, functionality
3679         extracted from bibtex-autokey-get-yearfield.
3681         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3682         entries in order to avoid stack overflow in the regexp matcher if
3683         field contents become large.
3684         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3685         bibtex-field-string-part-not-braced,
3686         bibtex-field-string-part-no-inner-braces,
3687         bibtex-field-string-part-1-inner-brace,
3688         bibtex-field-string-part-2-inner-braces,
3689         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3690         bibtex-field-string-quoted, bibtex-field-string,
3691         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3692         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3693         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3694         as parsing is now performed by the following functions.
3695         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3696         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3697         bibtex-parse-field-string, bibtex-search-forward-field-string,
3698         bibtex-parse-association, bibtex-field-name-for-parsing,
3699         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3700         bibtex-search-forward-field, bibtex-search-backward-field,
3701         bibtex-start-of-field, bibtex-end-of-field,
3702         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3703         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3704         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3705         bibtex-parse-string, bibtex-search-forward-string,
3706         bibtex-search-backward-string, bibtex-start-of-string,
3707         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3708         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3709         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3710         entries.  Instead of reporting the results of the parsing by
3711         match-beginning or match-end, these functions return data structures
3712         that hold the corresponding positions.
3713         (bibtex-enclosing-field): Changed to also report field boundaries by
3714         return values rather than by match-beginning or match-end.  The
3715         following functions have been adapted to use the new parsing
3716         functions.
3717         (bibtex-skip-to-valid-entry, bibtex-search-reference,
3718         bibtex-enclosing-field, bibtex-format-entry,
3719         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3720         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3721         bibtex-print-help-message, bibtex-end-of-entry,
3722         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3723         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3724         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3725         method for parsing.
3726         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3727         bibtex-map-entries, bibtex-flash-head,
3728         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3729         bibtex-autokey-change, bibtex-autokey-get-namefield,
3730         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3731         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3732         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3733         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3734         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3735         order to make the new binding of case-fold-search immediately
3736         visible.
3738 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3740         * textmodes/bibtex.el: Copyright notice is up to date.
3741         Added constant 'bibtex-maintainer-salutation.
3743         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3744         than make-temp-name, use match-string-no-properties and eliminate
3745         a quadratic behavior when building bibtex-strings.
3747         * bibtex.el (bibtex-reference-key): Accept string entries whose
3748         reference key contains upper case letters.
3750 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3752         * bibtex.el (bibtex-reference-head): Allow entries to start with
3753         a new line.
3755 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3757         * bibtex.el: Hiding of entry bodies is not longer provided by
3758         bibtex.el directly.  Instead the hideshow package can be used.
3759         Added a special bibtex entry to hs-special-modes-alist.
3760         (bibtex-hs-forward-sexp): Added for hideshow.el.
3762 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3764         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
3765         proceedings entry type (for cross referencing). Thanks to Wagner
3766         Toledo Correa for the suggestion.
3768         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
3770 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
3772         * international/characters.el: Setup case table for Vietnamese.
3774 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
3776         * uniquify.el (toplevel): Require CL at compile time.
3777         (uniquify-push): Removed.
3779         * shadowfile.el (shadow-when): Removed.
3781         * tempo.el (tempo-dolist, tempo-mapc): Removed.
3782         (tempo-process-and-insert-string): Use dolist instead of
3783         tempo-dolist.
3785         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
3786         regexp for paragraph-start.
3788         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
3789         commas as well.
3791 2000-02-10  Dave Love  <fx@gnu.org>
3793         * wid-edit.el: (widgets) [defgroup]: Remove url link.
3794         (widget-color-choice-list, widget-color-history, widget-mouse-help):
3795         Deleted.
3796         (widget-specify-field, widget-specify-button): Don't use
3797         widget-mouse-help as help-echo property.
3798         (default): Use #'ignore for :validate and :mouse-down-action.
3799         (checkbox): Add help-echo.
3800         (widget-sexp-validate): Rewritten to clarify error messages.
3801         (character): Use char-valid-p in :match function.
3802         (widget-color-complete): Use facemenu-color-alist.
3803         (widget-color-action): Use facemenu-read-color.
3805         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
3806         set up `caar' &c that we now have.
3808 2000-02-09  Ray Blaak  <blaak@gnu.org>
3810         * delphi.el: Make resourcestring a declaration region, like const
3811         and var.
3813 2000-02-09  Dave Love  <fx@gnu.org>
3815         * bindings.el (mode-line-input-method-map): New variable.
3816         (mode-line-mule-info): Use it; fix last change.
3817         (mode-line-mode-menu): Move definition.
3818         (mode-line-mouse-sensitive-p): Deleted.
3819         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
3820         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
3821         level.
3823         * startup.el (command-line-1): Don't call
3824         make-mode-line-mouse-sensitive.
3826 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3828         * mail/rmail.el (rmail-retry-failure): Use
3829         rmail-beginning-of-message before rmail-toggle-header, because the
3830         former toggles headers.
3832 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
3834         * diff-mode.el (diff-kill-junk): New interactive function.
3835         (diff-reverse-direction): Use delete-and-extract-region.
3836         (diff-post-command-hook): Restrict the area so that the hook also works
3837         outside of any diff hunk.  This is necessary for the minor-mode.
3838         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
3839         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
3841         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
3842         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
3843         so that it can be used more easily in <foo>-mode-hook.  Also make sure
3844         to avoid duplicate entries.
3845         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
3846         (font-lock-remove-keywords): Just as was done for `add', allow it to
3847         work even if font-lock-mode is nil.  Also make sure we don't modify
3848         any pre-existing list by forcing a copy-sequence.  Finally rename
3849         `major-mode' to `mode'.
3850         (font-lock-fontify-syntactic-anchored-keywords)
3851         (font-lock-fontify-anchored-keywords)
3852         (font-lock-fontify-keywords-region): Use line-end-position.
3853         Don't make `font-lock-multiline' local (it's now done in
3854         font-lock-set-defaults).
3855         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
3856         move the `font-lock-fontified' creation to inside the `unless'.
3858 2000-02-06  Andrew Innes  <andrewi@gnu.org>
3860         * term/w32-win.el (x-handle-args): Comment out call to message,
3861         which occurs before window system is initialized.
3863         * makefile.nt: Add support for recompiling lisp code.
3865 2000-02-04  Dave Love  <fx@gnu.org>
3867         * bindings.el (mode-line-mule-info): Fix/extend last change.
3869         * completion.el: Replace completion-dolist with dolist.
3871         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
3872         dotimes.
3874 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
3876         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
3877         environment names before they go into the section regexp.
3879         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
3880         char class in regexp.
3882         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
3883         `case-fold-search' to nil.
3885         * progmodes/idlwave.el (idlwave-template): Respect
3886         `idlwave-abbrev-change-case'.
3887         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
3888         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
3889         idlwave-while): respect `idlwave-reserved-word-upcase'.
3890         (idlwave-rw-case): New function.
3891         (idlwave-statement-match): Fixed problem with assignment regexp.
3892         (idlwave-font-lock-keywords): Improved regexp for keyword
3893         parameters.
3894         (idlwave-surround): New argument LENGTH to support padding of
3895         operators longer than 1 char.
3897         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
3898         idlwave-shell-expression-overlay.  Implemented printing of
3899         expressions on higher levels of the calling stack.
3900         (idlwave-shell-display-level-in-calling-stack): Restore stack
3901         level.
3902         (idlwave-retrieve-expression-from-level): New function.
3903         (idlwave-shell-last-calling-stack): Variable removed.
3904         (idlwave-shell-reset): Argument action reversed (`visible' to
3905         `hidden').  Also remove stop-line overlay.
3906         (idlwave-shell-calling-stack-routine): New variable.
3907         (idlwave-shell-parse-stack-and-display): Messages now display
3908         negative level numbers.
3909         (idlwave-shell-mode): Set `modeline-format'.
3910         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
3911         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
3912         21.
3913         (idlwave-shell-print-expression-function): New option.
3915         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
3916         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
3917         `tool-bar' instead of `toolbar'.
3919 2000-02-02  Dave Love  <fx@gnu.org>
3921         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
3922         emacs-lisp-mode-hook.  Don't check for defalias being defined.
3924         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3925         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
3926         the new builtins directly.
3928         * whitespace.el (whitespace): Add :version to defgroup.
3930         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
3931         Doc fix.
3933         * thingatpt.el (sexp-at-point, symbol-at-point)
3934         (number-at-point, list-at-point): Add autoload cookie.
3936         * recentf.el (recentf): Add :version to defgroup.
3938         * quickurl.el (quickurl): Add :version to defgroup.
3940         * elide-head.el (elide-head): Use point-marker more.
3942         * bs.el (bs): Add :version to defgroup.
3944         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
3946         * progmodes/delphi.el (delphi): Add :version to defgroup.
3948 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
3950         * ange-ftp.el (ange-ftp-write-region): Handle case that
3951         succeeding process operation sets a different coding system.
3953         * calculator.el: New file.
3955 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
3957         * frame.el (frames-on-display-list, framep-on-display): New
3958         functions.
3959         (display-mouse-p, display-popup-menus-p, display-graphic-p)
3960         (display-selections-p, display-screens, display-pixel-width)
3961         (display-pixel-height, display-mm-width, display-mm-height)
3962         (display-backing-store, display-save-under, display-planes)
3963         (display-color-cells, display-visual-class): New functions.
3965         * term/tty-colors.el (tty-color-gray-shades): New function.
3967         * faces.el (display-color-p): Use framep-on-display.
3968         (display-grayscale-p): New function.
3970 2000-01-31  Dave Love  <fx@gnu.org>
3972         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
3973         (create-fontset-from-x-resource): Don't concat integers.
3975 2000-01-31  Inge Frick  <inge@nada.kth.se>
3977         * view.el: Some changes in documentation.  Removed some trailing
3978         whitespace. Changed some parameter names to agree with
3979         documentation.
3980         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
3981         window is not deleted.  Modifies change 1998-04-26.
3983 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
3985         * windmove.el: New file.
3987         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3988         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3989         progmodes/ebnf-yac.el: Update copyright and license info.
3991         * jit-lock.el (jit-lock-function): Widen before calculating end
3992         position.
3993         (jit-lock-stealth-chunk-start): Rewritten.
3995         * info.el (Info-title-face-alist): Removed.
3996         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
3997         faces.
3998         (Info-fontify-node): Use these faces.
4000 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
4002         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
4003         (cl-macro-list1): Recognize `&allow-other-keys' instead of
4004         `&allow-other-keywords'.
4006         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
4007         the list of directories scanned heuristically.
4009         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
4010         exist.
4012 2000-01-30  Jason Rumney  <jasonr@gnu.org>
4014         * w32-fns.el: Define w32-tty-standard-colors.
4016         * startup.el (command-line): Use w32-tty-standard-colors when in
4017         w32 console mode.
4019 2000-01-30  Dave Love  <fx@gnu.org>
4021         * jka-compr.el (jka-compr-load): Fix up load-history.
4023         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
4025         * emacs-lisp/cl-macs.el: Revert previous change.
4027 2000-01-29  Dave Love  <fx@gnu.org>
4029         * facemenu.el: Purecopy various strings.
4031         * timezone.el (timezone-fix-time): Window against 69 for two-digit
4032         years.  Deal with three-digit years.
4034         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
4035         defconst, purecopy.
4036         (help-back-label): Purecopy it.
4038 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
4040         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
4041         variable. If non-nil, order the buffer list according to the
4042         currently selected frame.
4043         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
4044         non-nil, pass the selected frame to function buffer-list.
4046 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4048         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
4050 2000-01-28  Dave Love  <fx@gnu.org>
4052         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
4054         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
4055         Don't use lisp-indent-hook property.
4056         (cl-abs): Remove.
4058         * subr.el: Move out indent and edebug specs for when and unless.
4060         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
4061         when, unless.
4063         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
4064         unless, when.
4066 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
4068         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
4069         `collecting' as synonym for `collect'.
4071         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
4072         for the case it contains spaces.
4074         * simple.el (what-cursor-position): Change formatting of
4075         messages.
4077         * frame.el (delete-other-frames): New function.
4078         (toplevel): Bind it to C-x 5 1.
4080         * sort.el (sort-numeric-base): New option.
4081         (sort-numeric-fields): If number starts with `0' or `0[xX[',
4082         interpret it as octal or hexadecimal.  Use sort-numeric-base
4083         as default base.
4085         * progmodes/glasses.el: New file.
4087 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
4089         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
4090         userids differently.
4092         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
4093         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
4094         progmodes/ebnf-yac.el: New files.
4096 2000-01-26  Dave Love  <fx@gnu.org>
4098         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
4099         on a function with an empty body.  [From Eric Ludlam.]
4101 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
4103         * vc.el (vc-version-diff): Make sure file name is expanded.
4105 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
4107         * scroll-bar.el (scroll-bar-timer): Variable removed.
4108         (scroll-bar-toolkit-scroll): Don't use a timer.
4110 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
4112         * language/thai-util.el (thai-composition-function): Delete
4113         superfluous `a'.
4115 2000-01-24  Dave Love  <fx@gnu.org>
4117         * fortran.el (fortran-mode): Use beginning-of-defun-function,
4118         end-of-defun-function.
4120         * font-lock.el (turn-on-font-lock): Don't depend on window-system
4121         &c.
4123 2000-01-22  Jason Rumney  <jasonr@gnu.org>
4125         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
4126         conflicts with new face support.
4128 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4130         * replace.el (query-replace): Rename last arg to DELIMITED.
4131         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
4132         (query-replace-regexp): Likewise.
4134 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4136         * subr.el (with-syntax-table): Use make-symbol, not gensym.
4138         * emacs-lisp/lisp.el (beginning-of-defun-function):
4139         Variable renamed from beginning-of-defun.
4140         Do not call make-variable-buffer-local.
4141         (beginning-of-defun-raw): Use new variable name; doc fix.
4142         (beginning-of-defun): Doc fix.
4143         (end-of-defun-function): Variable renamed from end-of-defun.
4144         Do not call make-variable-buffer-local.
4145         (end-of-defun): Use new variable name; doc fix.
4147         * subr.el (dolist, dotimes): Copied from cl-macs.el
4148         and made to work.
4150         * mail/undigest.el (rmail-digest-end-regexps):
4151         Variable replaces rmail-digest-end-regexp.
4152         Allows multiple regexps for detecting the end line.
4153         (undigestify-rmail-message): Corresponding changes.
4155 2000-01-19  Dave Love  <fx@gnu.org>
4157         * files.el (user-init-file): Don't declare here -- is primitive.
4159         * startup.el (command-line): Check for compiled user-init-file and
4160         set to uncompiled version if necessary.
4162 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
4164         * mail/undigest.el (rmail-digest-end-regexp): New user option.
4165         (undigestify-rmail-message): Use it.
4167         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
4169 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
4171         * tmm.el (tmm-goto-completions): Adapt to prompt being part
4172         of mini-buffer.
4174 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
4176         * emacs-lisp/copyright.el (copyright-update): Removed the
4177         requirement for a trailing space from `copyright-regexp', to
4178         support copyrights with owner specified on a separate line..
4180         * align.el: New file.
4182         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
4184         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
4186 2000-01-13  Dave Love  <fx@gnu.org>
4188         * ph.el: Removed.  (Obsoleted by EUDC.)
4190 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
4192         * net/eudc.el (toplevel): Remove autoloaded code installing
4193         menu with easymenu, because that causes build problems.
4195         * frame.el (frame-notice-user-settings): New variable.
4196         (frame-notice-user-settings): Don't modify frame parameters
4197         if called a second time.
4199 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4201         * frame.el (frame-notice-user-settings):
4202         Notice default-frame-parameters even for non-window frames.
4204 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
4206         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
4207         for Emacs.
4208         (eudc-bob-can-display-inline-images): Extend for Emacs.
4209         (eudc-bob-toggle-inline-display): Ditto.
4210         (eudc-bob-display-jpeg): Ditto.
4212 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
4214         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4215         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
4216         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
4218         * add-log.el (add-change-log-entry): Fix error trying an `(insert
4219         nil)'.
4221         * subdirs.el: Add `net' directory.
4223         * net: New directory.
4225         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
4226         eval-last-sexp.  Don't bind debug-on-error here.
4227         (eval-last-sexp): New function.  Bind debug-on-error if
4228         eval-expression-debug-on-error is non-nil.
4229         (eval-defun-2, eval-defun): Likewise.
4231         * simple.el (eval-expression): Don't bind debug-on-error if
4232         eval-expression-debug-on-error is nil.  Detect changed
4233         debug-on-error, and propagate new value to global binding, if
4234         eval-expression-debug-on-error is non-nil,
4235         (eval-expression-debug-on-error): Change doc string.
4237 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4239         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
4241         * emacs-lisp/lisp-mode.el (with-syntax-table):
4242         Set up lisp-indent-function property.
4244         * subr.el (with-syntax-table): Moved from simple.el.
4246         * simple.el (with-syntax-table): Moved to subr.el.
4248 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
4250         * tmm.el (tmm-shortcut): Delete region after prompt instead
4251         of erasing buffer.
4253         * textmodes/fill.el (fill-common-string-prefix): New function.
4254         (fill-context-prefix): Use the longest common prefix of first
4255         and second line fill prefix, if there is one.
4257 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4259         * array.el (array-mode): Don't use make-variable-buffer-local.
4260         Use make-local-variable for `truncate-lines'.
4262 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
4264         * add-log.el (add-log-current-defun): Handle user-defined
4265         add-log-current-function returning nil,
4267         * add-log.el (add-change-log-entry): Insert version number
4268         if having found a current function
4270         * add-log.el (add-log-current-defun): Call
4271         `add-log-current-defun-function'.  Try matches at level 0 and
4272         level 1.  Strip whitespace from defun found.
4274 2000-01-10  John Wiegley  <johnw@gnu.org>
4276         * allout.el (isearch-done/outline-provisions): Added `edit'
4277         argument to correspond with the current definition of
4278         `isearch-done'.
4280 2000-01-10  Dave Love  <fx@gnu.org>
4282         * elide-head.el (elide-head): Use point-marker, not point.
4284 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
4286         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
4287         before and after the year 2000.
4289         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
4290         Add ispell- prefix.
4292 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
4294         * ispell.el:  Only define dictionaries in menus when they exist.
4295         (version18p): New variable.
4296         (version20p): New variable.
4297         (xemacsp): New variable.
4298         (ispell-choices-win-default-height): Fix for XEmacs visibility.
4299         (ispell-dictionary-alist1): Added Brasileiro dictionary.
4300         (ispell-dictionary-alist6): Russian command lines no longer accept
4301         run-together words.
4302         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
4303         (ispell-dictionary-alist): Add koi8-r to customize definition.
4304         (check-ispell-version): Added documentation string.  Returns
4305         library path when called non-interactively.
4306         (ispell-menu-map-needed): Uses new variables.
4307         (ispell-library-path): New variable.
4308         (ispell-decode-string): XEmacs fix for bogus variable bindings.
4309         (ispell-word): Improved documentation string.  Test for valid
4310         character mappings.  Correctly check typed in word changes that can
4311         result in single words split into multiple words.  Returns
4312         replacement word.
4313         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
4314         replace in recursive query replace mode.  Help message for
4315         recursive edit mode.
4316         (ispell-show-choices): Protect against bad framepop bindings.
4317         (ispell-help): Fix to work with XEmacs.
4318         (ispell-highlight-spelling-error): Use new variables.
4319         (ispell-overlay-window): Fix to work with XEmacs.
4320         (ispell-parse-output): Passed and returns location information
4321         tracking spelling corrections.  Doesn't recheck same word on
4322         current line.
4323         (ispell-init-process): Protect against bogus XEmacs variable binding.
4324         Fix call to single argument in sleep-for.  Use new variables.
4325         (ispell-region): Passed and returns location information tracking
4326         spelling corrections.  Doesn't check same word on current line.
4327         Improved documentation string.  Doesn't resend a line already
4328         checked to the ispell process - fixes bug in LaTeX parsing.
4329         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
4330         (ispell-skip-region): No longer skips <TT> in SGML.
4331         (ispell-process-line): Tracks location information with spelling
4332         corrections.  Added documentation string.  Accounts for words
4333         already accepted on this line.  Don't allow query-replace on line
4334         starting with math characters.  Doesn't resend a line already sent
4335         to ispell process.  Fixes alignment error bug.
4337 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4339         * dired-x.el (dired-guess-shell-alist-default):
4340         Suggest xloadimage, which is free, not xv, which isn't.
4342         * ange-ftp.el (ange-ftp-file-name-nondirectory):
4343         Don't ever include the host name or user name in the value.
4345 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
4347         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
4348         of a real newline.
4350 2000-01-09  Stephen Eglen  <stephen@gnu.org>
4352         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
4353         for .png files.
4355 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
4357         * cus-edit.el (custom-hook-convert-widget): Fix comment.
4359 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
4361         * progmodes/cperl-mode.el: Replace ^F with ^L.
4363         * sendmail.el (toplevel): Provide `sendmail' when compiling
4364         before `require'ing rmail and mailalias to prevent infinite
4365         recursion.
4367 2000-01-08  Dave Love  <fx@gnu.org>
4369         * emacs-lisp/backquote.el: Remove inappropriate customization
4370         (allowing custom.el to use backquote).
4372 2000-01-07  Dave Love  <fx@gnu.org>
4374         * add-log.el (add-log-debugging): Deleted.
4375         (add-change-log-entry): Treat a backup FILE-NAME as its parent
4376         file.  Remove debugging code.
4377         (change-log-get-method-definition, change-log-name): Add doc.
4378         (change-log-sortable-date-at): New function.
4379         (change-log-merge): New command.
4381         * time.el (display-time-string-forms): Make the Mail string active.
4382         (display-time-update): Provide help-echo for load average.
4384         * bindings.el (make-mode-line-mouse2-map): New function.
4385         (mode-line-modified): Use it and simplify.
4386         (mode-line-mule-info): Provide help-echo info.
4387         (minor-mode-alist): Activate the strings.
4388         (make-mode-line-mouse-sensitive): Simplify for
4389         mode-line-buffer-identification.
4391 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
4393         * play/pong.el: New file.
4395 2000-01-06  Dave Love  <fx@gnu.org>
4397         * array.el: Assorted cleanups for compiler warnings, doc strings,
4398         `array-' prefix for symbols.
4400 2000-01-05  Dave Love  <fx@gnu.org>
4402         * textmodes/outline.el (outline-mode-menu-bar-map): Add
4403         outline-headers-as-kill.
4404         (outline-mode): Define imenu-generic-expression.
4405         (outline-headers-as-kill): New command.
4407         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
4408         from paragraph-start.
4409         (paragraph-indent-minor-mode): New command.
4411         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
4412         M-C-e, M-C-h, C-j, C-xnd, TAB.
4413         (fortran-mode): Set beginning-of-defun, end-of-defun.
4414         (fortran-column-ruler): Simplify.
4415         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
4416         (fortran-with-subprogram-narrowing): Likewise.
4417         (fortran-indent-subprogram): Call mark-defun.
4418         (fortran-check-for-matching-do): Change narrowing.
4420         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
4421         (cl-lucid-hash-tag): Delete.
4422         (cl-hash-table-p): Correct test for native table.
4423         (cl-hash-table-count): Use hash-table-count.
4425         * browse-url.el (browse-url): Fix case of
4426         browse-url-browser-function being an alist.
4428 2000-01-05  Carsten Dominik  <cd@gnu.org>
4430         * textmodes/reftex-vars.el (reftex-parse-file-extension)
4431         (reftex-index-phrase-file-extension): New options.
4433         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
4434         Use new option `reftex-index-phrase-file-extension'.
4436         * textmodes/reftex.el (reftex-access-parse-file): Use new option
4437         `reftex-parse-file-extension'.
4439 2000-01-05  Dave Love  <fx@gnu.org>
4441         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
4442         (beginning-of-defun-raw): Use it.
4443         (end-of-defun): New variable.
4444         (end-of-defun): Use it.
4445         (check-parens): New command.
4447 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4449         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
4450         (hs-show-block): Don't use `mapcar' when not accumulating.
4452         Fix buglet in local variables initialization.
4454 2000-01-05  Andreas Schwab  <schwab@suse.de>
4456         * hscroll.el (hscroll): Doc fix.
4458 2000-01-05  Carsten Dominik  <cd@gnu.org>
4460         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
4461         idlw-toolbar.
4463         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
4464         file idlw-rinfo.el.
4465         (idlwave-customize): load must read file idlw-shell.el.
4466         (idlwave-create-customize-menu): load must read file idlw-shell.el.
4468 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
4470         * progmodes/idlw-shell.el: Also provide idlwave-shell
4471         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
4472         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
4474         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
4475         both reftex-dcr and reftex-vcr.
4477         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
4479 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4481         * ps-print.el: PostScript code now is in separate files, doc fix.
4482         (ps-print-version): New version number (5.0.3).
4483         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
4484         local.
4485         (ps-spool-config): Initialization fix.
4486         (ps-print-prologue-1, ps-print-prologue-2)
4487         (ps-print-duplex-feature): PostScript code moved to separated file.
4488         (ps-background-image): Little code reformating.
4489         (ps-begin-file, ps-begin-job): Fix code.
4490         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
4491         (ps-prologue-file): New fun.
4493 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4495         * ps-vars.el: Eliminated.
4497         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
4498         `;;;###autoload'.
4500         * ps-print.el: ps-vars eliminated, doc fix.
4501         (ps-print-version): New version number (5.0.2).
4502         (ps-spool-config): Initialization fix.
4503         (ps-print-customize): New fun.
4505 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
4507         * autorevert.el (auto-revert-mode): Return value of
4508         auto-revert-mode.
4510 2000-01-04  Dave Love  <fx@gnu.org>
4512         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
4513         menu items.
4515 2000-01-03  Dave Love  <fx@gnu.org>
4517         * elide-head.el (elide-head) [defgroup]: Add :version.
4519         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
4520         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
4521         `cl-hash-table-p', not `hash-table-p'.
4522         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
4524 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4526         * faces.el (face-read-integer, read-face-attribute)
4527         (color-defined-p, color-values): unspecified-{f,b}g are now
4528         strings.
4530 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
4532         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
4533         at comment end, and re-insert them after filling.
4535 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4537         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
4538         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
4539         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
4541 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4543         * term/x-win.el (xw-defined-colors): Call color-supported-p,
4544         the new name of face-color-supported-p.
4546         * term/w32-win.el (xw-defined-colors): Likewise.
4548 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4550         * simple.el (completion-setup-function): Count completion-size
4551         from minibuffer-prompt-end, not from point-min.
4553 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
4555         * faces.el (read-face-attribute, defined-colors, color-defined-p):
4556         Pass the frame to tty-color-* functions.
4557         (display-color-p, frame-set-background-mode): Pass the frame to
4558         tty-display-color-p.
4560         * term/tty-colors.el (tty-defined-color-alist): Renamed from
4561         tty-color-alist.
4562         (tty-color-alist, tty-modify-color-alist): New functions.
4563         (tty-color-define,  tty-color-clear, tty-color-approximate)
4564         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
4565         an optional parameter FRAME.
4567 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
4569         * image.el (create-image, defimage): Don't assume image data is a
4570         string.
4572         * image.el (defimage): Handle specifications containing :data
4573         instead of :file.
4574         (image-type-from-data): New function.
4575         (image-type-from-file-header): Use it.
4576         (create-image): Add parameter DATA-P.
4578 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4580         * echistory.el (electric-command-history): Call Command-history-setup
4581         and command-history-mode using their new conventions.
4583         * chistory.el (Command-history-setup): Don't switch buffers.  Take
4584         no args, and do not set major-mode, mode-name or the local map.
4585         (command-history-mode): New function, does some of those things
4586         Command-history-setup used to do.
4587         (list-command-history): Call command-history-mode, not
4588         Command-history-setup.
4589         (command-history): Renamed from command-history-mode.
4591 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4593         * arc-mode.el (archive-mode-map): Bind q to quit-window.
4595 1999-12-31  William M. Perry  <wmperry@aventail.com>
4597         * image.el (defimage): Images with the `:data' keyword should be
4598         considered valid as well.
4600 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4602         * dired.el (dired-get-filename): Don't call file-name-absolute-p
4603         with FILE if FILE is nil.
4605 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4607         * simple.el (choose-completion-string): In minibuffer,
4608         do not delete the prompt string.
4610 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
4612         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
4613         assigned to mode-line-mode-menu because bindings.el is dumped with
4614         Emacs, and thus the lists used for menu-item definition will be
4615         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
4616         like pure menu item definitions.
4618         * expand.el (expand-abbrev-hook): Return t if expansion was
4619         done, nil otherwise.
4621 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4623         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
4624         (tar-quit): Function deleted.
4626 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4628         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
4629         was used but not declared.
4631         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
4632         hs-find-block-beginning): Add or modify docstrings.
4634         (hs-isearch-show): Rewrite.
4636 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
4638         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
4640         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
4641         space in front of a C-style comment end.
4643 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
4645         * startup.el (command-line-1): Make mode line mouse-sensitive for
4646         the MS-DOS version as well.
4648 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
4650         * bs.el: New file.
4652 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4654         * textmodes/ispell.el (ispell-process-line):
4655         Add local var line-offset to adjust for the change
4656         in positions within the line, due to previous replacements.
4658 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4660         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4661         Doc fixes.
4663 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
4665         * add-log.el (change-log-version-number-regexp-list)
4666         (change-log-version-info-enabled): Change :version to 21.1.
4667         (toplevel): Require CL when compiling.
4669 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
4671         * add-log.el (change-log-version-number-regexp-list): Added tag
4672         :version 20.6
4673         (change-log-version-info-enabled): Added tag :version 20.6
4675 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
4677         * add-log.el: More general version number search with
4678         user-configurable regexp list.
4679         (change-log-version-number-regexp-list): New user variable.
4680         (change-log-find-version): Rewritten.  Use user-configurable
4681         version numbering regexp list
4682         change-log-version-number-regexp-list.
4683         (change-log-find-version): Renamed to
4684         change-log-version-number-search
4685         (add-log-file-name-function): New.
4686         (change-log-search-vc-number): Added END paramaeter.  Added doc
4687         string to function.
4688         (change-log-version-rcs): Renamed.  Was
4689         change-log-search-vc-number.
4691 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4693         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
4694         overlays if they interfere.
4695         (compilation-find-file): Make intangible overlays tangible.
4697         * progmodes/hideshow.el: Generally, synch w/ maintainer
4698         version 5.9.
4700         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
4702         (hs-minor-mode-hook): Don't initialize.
4704         (hs-special-modes-alist): Rewrite value and docstring.
4706         (hs-minor-mode-prefix): Delete unused var.
4708         (hs-block-start-mdata-select): New var, buffer local.
4710         (hs-headline): New var.
4712         (hs-match-data, hs-forward-sexp): New funcs.
4714         (hs-hide-comment-region): New func.
4716         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
4717         hs-safety-is-job-n, hs-hide-initial-comment-block,
4718         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
4719         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
4720         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
4721         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
4722         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
4724         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
4725         (hs-isearch-show-temporary): New funcs.
4727         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
4729         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
4731         When constructing menu, use `[(shift button2)]' notation.
4733 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4735         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
4736         (jka-compr-compression-info-list): Add new elt to each vector.
4737         (jka-compr-write-region): Don't compress the data if it is
4738         already compressed.
4740         * jka-compr.el (jka-compr-really-do-compress): New variable.
4741         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
4742         if visiting.
4743         (jka-compr-write-region): Set jka-compr-really-do-compress
4744         if visiting.  Test it when deciding to compress.
4746 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
4748         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
4749         with third argument t.
4751 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4753         * antlr-mode.el: Version 1.2 is released.
4754         (antlr): This package has a web page.
4756 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4758         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
4759         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
4760         (antlr-mode-map): New binding [C-c C-c].
4761         (antlr-mode-menu): New entries.
4763 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4765         * antlr-mode.el: Respect Emacs conventions.
4766         ((require 'cl)): Only use during compilation.
4767         (antlr-language-for-option): New function to avoid using `find'.
4768         (antlr-mode): Use it.
4769         (antlr-with-syntax-table): Define new instead using XEmacs' one.
4770         (antlr-imenu-create-index-function): Change accordingly.
4771         (antlr-inside-rule-p): Ditto.
4772         (antlr-end-of-rule): Ditto.
4773         (antlr-end-of-body): Ditto.
4774         (antlr-beginning-of-rule): Ditto.
4775         (antlr-indent-line): Ditto.
4777 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4779         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
4780         (antlr-set-tabs): Don't use hard-coded values.
4782         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
4783         won't be possible without a huge time penalty.
4784         (antlr-skip-exception-part): Be more specific.
4785         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
4786         Renamed from `antlr-skip-grammar-header'.
4787         (antlr-next-rule): Change accordingly.
4788         (antlr-end-of-body): Ditto.  Better error message.
4789         (antlr-beginning-of-body): Better error message.
4790         (antlr-imenu-create-index-function): Skip rule action prelude.
4792         * antlr-mode.el: Minor syntax highlighting changes.
4793         (antlr-font-lock-default-face): Deletia.
4794         (antlr-font-lock-tokendef-face): Changed color.
4795         (antlr-font-lock-tokenref-face): Changed color.
4796         (antlr-font-lock-literal-face): Changed color.
4797         (antlr-font-lock-additional-keywords): Minor changes.
4799 1999-12-20  Carsten Dominik  <cd@gnu.org>
4801         * progmodes/idlwave.el: New file.
4803         * progmodes/idlwave-rinfo.el: New file.
4805         * progmodes/idlwave-shell.el: New file.
4807         * progmodes/idlwave-toolbar.el: New file.
4809         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
4811 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
4813         * progmodes/cwarn.el: New file.
4815 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
4817         * bindings.el (completion-ignored-extensions): Add .pdf.
4819 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
4821         * version.el: Put the version info into binary on MS-DOS as well.
4823 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
4825         * emacs-lisp/debug.el (debugger-continue): Don't continue if
4826         debugger-may-continue is nil.
4828 1999-12-18  Dave Love  <fx@gnu.org>
4830         * emacs-lisp/cl-macs.el: Remove conditional definition of
4831         eval-when-compile.  Don't specify abs, expt, gethash,
4832         hash-table-count, hash-table-p as side-effect-free here.
4833         (cl-emacs-type): Don't declare.
4834         (cl-compile-time-init): Remove Emacs 18 compiler patch.
4835         (cl-parse-loop-clause): Remove compatibility code.
4837         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
4838         (side-effect-free-fns): Add gethash, hash-table-count.
4839         (side-effect-and-error-free-fns): Add hash-table-p.
4841         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
4842         `cl-' to autoload names for some hash functions.  Don't autoload
4843         eval-when-compile.  Don't provide mini-cl.
4844         (cl-emacs-type): Remove.
4845         (cl-map-extents): Remove compatibility code.
4847         * emacs-lisp/float.el: Bind free variables.
4849         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
4851 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
4853         * bindings.el (completion-ignored-extensions): Add .tfm.
4855 1999-12-16  Dave Love  <fx@gnu.org>
4857         * faces.el (set-face-attribute): Purecopy the attributes set.
4859         * custom.el (custom-declare-variable): Purecopy value.
4861         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
4862         (byte-extrude-byte-code-vectors): Use remprop.
4863         (byte-compile-lambda): Check that arg is a lambda.
4865 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
4867         * font-lock.el: System for adding and removing keywords.
4868         Both local (previously added keyword) and global keywords
4869         can be removed.
4870         (font-lock-remove-keywords): New user-level function.
4871         (font-lock-update-removed-keyword-alist): New internal function.
4872         (font-lock-removed-keywords-alist): New variable.
4873         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
4874         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
4875         growing datastructures.
4876         (font-lock-set-defaults): Removes keywords stored in
4877         `font-lock-removed-keywords-alist' after local keywords added.
4879 1999-12-16  Anders Lindgren  <andersl@andersl.com>
4881         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
4882         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
4884         * font-lock.el (c-keywords): Only highlight preprocessor
4885         directives when spelled correctly.
4887         * font-lock.el (font-lock-match-c++-structor-declaration,
4888         c++-keywords): Fontify constructors and destructors with function
4889         face inside C++ class declarations.
4891 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
4893         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
4894         the shell from sh-shell-file.
4896         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
4898 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
4900         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
4901         if one of the files specified cannot be accessed by
4902         file-attributes.  Do not strip any leading directories from the
4903         file names, to behave more like `ls' does.
4905         * dired.el (dired-get-filename): Handle absolute file names.
4906         (dired-readin-insert): If argument is a cons, don't print
4907         "wildcard" on the ``total'' line.
4909 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
4911         * faces.el (face-read-integer, read-face-attribute)
4912         (color-defined-p, color-values): Allow color values unspecified-fg
4913         and unspecified-bg, handle them as unspecified.
4915 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
4917         * textmodes/reftex.el: (reftex-compile-variables): respect new
4918         structure of `reftex-index-macro'
4919         (reftex-compile-variables): Use the changed structure of
4920         `reftex-label-alist'.
4922         * textmodes/reftex-vars.el (reftex-index-math-format,
4923         (reftex-toc-max-level): New option.
4924         reftex-index-phrases-search-whole-words,
4925         reftex-index-phrases-case-fold-search,
4926         reftex-index-phrases-skip-indexed-matches,
4927         reftex-index-phrases-wrap-long-lines,
4928         reftex-index-phrases-sort-prefers-entry,
4929         reftex-index-phrases-sort-in-blocks): New options.
4930         (reftex-index-macros): Option structure changed.
4931         (reftex-index-macros-builtin): Added `repeat' item to each entry.
4932         (reftex-label-alist): Additional item in each entry to specify if
4933         the environment should be listed in the TOC.
4934         (eval-when-compile (require 'cl)) added.
4936         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
4937         longer deals with "repeat".
4938         (reftex-index): "repeat property in `reftex-index-macro-alist' is
4939         now used.
4940         (reftex-index-phrases-comment-regexp,
4941         reftex-index-phrases-macrodef-regexp,
4942         reftex-index-phrases-phrase-regexp1,
4943         reftex-index-phrases-phrase-regexp2,
4944         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
4945         New constants.
4946         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
4947         reftex-index-phrases-font-lock-keywords,
4948         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
4949         reftex-index-phrases-restrict-file): New variables.
4950         (reftex-index-phrase-selection-or-word,
4951         reftex-index-visit-phrases-buffer,
4952         reftex-index-initialize-phrases-buffer,
4953         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
4954         reftex-index-next-phrase, reftex-index-this-phrase,
4955         reftex-index-all-phrases, reftex-index-region-phrases,
4956         reftex-index-phrases-parse-header,
4957         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
4958         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
4959         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
4960         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
4961         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
4962         reftex-index-make-replace-string,
4963         reftex-query-index-phrase-globally, reftex-query-index-phrase,
4964         reftex-index-phrase-match-is-indexed,
4965         reftex-index-phrases-fixup-line,
4966         reftex-index-phrases-replace-space,
4967         reftex-index-select-phrases-macro): New functions.
4968         (reftex-index-globalize, reftex-index-globally): functions removed
4969         (eval-when-compile (require 'cl)) added.
4971          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
4972          for max level.
4973          (reftex-toc-max-level-indicator): New variable.
4974          (reftex-toc-max-level): New command.
4975          (reftex-toc-map): New keybinding `t'.
4976          (reftex-toc-help): Constant updated.
4977          (eval-when-compile (require 'cl)) added.
4979          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
4980          `t' command key can change `reftex-toc-max-level'
4981          (eval-when-compile (require 'cl)) added.
4983          * textmode/reftex-sel (reftex-insert-docstruct): Respect
4984          `reftex-toc-max-level'
4985          (eval-when-compile (require 'cl)) added.
4987          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
4988          added.
4990          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
4991          added.
4993          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
4994          commands.
4995          (reftex-citation, reftex-do-citation,
4996          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
4997          preselect a citation format.
4998          (eval-when-compile (require 'cl)) added.
5000          * textmodes/reftex-parse.el (reftex-context-substring): Optional
5001          parameter to-end
5002          (reftex-section-info): Deal with environment matches.
5003          (eval-when-compile (require 'cl)) added.
5005          * reftex-global.el (eval-when-compile (require 'cl)) added.
5007 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
5009         The following changes are for the new composition mechanism.  We
5010         have deleted `composition' charset and composite characters,
5011         instead introduced a special text property `composition'.
5013         * composite.el: New file.
5015         * ps-mule.el: Define encode-composition-rule and find-composition
5016         for Emacs 20.4 and the earlier versions.
5017         (ps-mule-init-external-library): Just require a feature for
5018         external libraries.
5019         (ps-mule-prologue): Postscript code modified for new composition.
5020         (ps-mule-find-wrappoint): New arg COMPOSITION.
5021         (ps-mule-plot-string): Delete code for composite characaters.
5022         (ps-mule-plot-composition): New funcion.
5023         (ps-mule-prepare-font-for-components): New function.
5024         (ps-mule-plot-components): New function.
5025         (ps-mule-composition-prologue-generated): Renamed from
5026         ps-mule-cmpchar-prologue-generated.
5027         (ps-mule-composition-prologue): New named from
5028         ps-mule-cmpchar-prologue.  Modified for new composition.
5029         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
5030         ps-mule-prepare-cmpchar-font): Deleted.
5031         (ps-mule-string-encoding): New arg NO-SETFONT.
5032         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
5033         check Composing, not Cmpchar
5034         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
5035         to nil.
5036         (ps-mule-begin-job): Check existence of new composition.
5038         * ps-print.el (ps-plot-region): Handle new composition.
5040         * simple.el (what-cursor-position): Show "(composed)" if the
5041         character is composed.
5043         * international/characters.el: Fix cateogries of Lao symbols.
5045         * international/fontset.el (vertical-centering-font-regexp): New
5046         variable.
5048         * international/mule.el (mule-version): Updated to 5.0 (AOI).
5049         (mule-version-date): Updated to 1999.12.7.
5050         (with-category-table): New macro.
5052         * international/mule-cmds.el (encode-coding-char): Don't check
5053         composite character.
5055         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
5056         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
5057         x-ctext): Give `composition' property t.
5059         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
5060         non-nil) at the tail of ALIST.
5061         (compose-region, decompose-region, decompse-string,
5062         reference-point-alist, compose-chars): Moved to composite.el.
5063         (compose-chars-component, compose-chars-rule,
5064         decompose-composite-char): Deleted.
5066         * international/quail.el (quail-install-map): New optional arg
5067         NAME.
5068         (quail-get-translation): If DEF is a symbol but not a function,
5069         ignore it.
5070         (quail-start-translation): Put a key sequence undefined in the
5071         translation keymap in unread-command-events, not generated-events.
5072         Return parameterized event (compose-last-chars N) if the input
5073         characters should be composed.
5074         (quail-map-definition): If DEF is t, treat it as nil.
5075         (quail-delete-last-char): Delete the quail region.
5076         (quail-show-translations): Don't show list of translations if the
5077         quail package is deterministic.
5078         (quail-completion-max-depth): New variable.
5079         (quail-completion-1): Pay attention to the above variable.  Fix
5080         for the case that a translation is a function.
5081         (quail-map-from-table, quail-map-from-table-1,
5082         quail-map-from-table-2): New functions.
5083         (quail-lookup-map-and-concat): New function
5085         * language/devan-util.el: Mostly rewritten.
5087         * language/lao.el: Register lao-composition-function in
5088         composition-function-table.
5090         * language/lao-util.el: Mostly rewritten.
5092         * language/thai.el: Register thai-composition-function in
5093         composition-function-table.
5094         (thai-tis620): Delete `pre-write-conversion' property.
5096         * language/thai-util.el: (thai-category-table): Make it by
5097         make-category-table.
5098         (thai-composition-pattern): New variable.
5099         (thai-compose-region, thai-compose-string): Use
5100         with-category-table.
5101         (thai-post-read-conversion): Just call thai-compose-region.
5102         (thai-pre-write-conversion): Deleted.
5103         (thai-composition-function): New funciton.
5105         * language/tibet-util.el: Most functions rewritten.
5106         (tibetan-char-p): Renamed from tibetan-char-examin.
5107         (tibetan-composable-examin) (tibetan-complete-char-examin)
5108         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
5109         (tibetan-add-components): New function.
5110         (tibetan-composition-function): New function.
5112         * language/tibetan.el: Register tibetan-composition-function in
5113         composition-function-table.
5114         (tibetan-composable-pattern): New variable.
5115         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
5116         (tibetan-precomposition-rule-alist): Move punctuations to
5117         tibetan-punctuation-transcription-alist and
5118         tibetan-obsolete-glyphs.
5119         (tibetan-punctuation-transcription-alist): New variable.
5120         (tibetan-obsolete-glyphs): New variable.
5121         (tibetan-regexp): Improve the initialization code.
5123         * textmodes/fill.el (fill-find-break-point): Delete codes for
5124         composite characters.
5125         (fill-region-as-paragraph): Likewise.
5127 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
5129         * international/mule-cmds.el (default-input-method): Specify
5130         that it should be set after current-language-environment.
5132         * custom.el (custom-handle-keyword): Add :set-after.
5133         (custom-add-dependencies): New function.
5134         (custom-set-variables): Take dependencies between args into
5135         account.
5137         * battery.el (battery): Doc fix.
5139 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
5141         * progmodes/cc-make.el: Removed.
5143 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5145         * Release of cc-mode 5.26
5147 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5149         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
5150         target depth.  Optionally count #else lines as clause limits,
5151         as suggested by don provan <provan@lucent.com>.  #elif
5152         handling fixed.
5154         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
5155         (c-down-conditional-with-else): New commands that uses the
5156         added functionality in `c-forward-conditional'.
5158 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5160         * cc-align.el (c-lineup-comment): Preserve the alignment with
5161         a comment on the previous line instead of preserving the
5162         comment-column.
5164 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5166         * Fixes to IDL mode after input from Eric Eide
5167         <eeide@cs.utah.edu>:
5168         * cc-engine.el (c-beginning-of-statement-1): Allow
5169         `c-conditional-key' to be nil, for the benefit of IDL mode.
5170         * cc-engine.el (c-guess-basic-syntax): Ditto.
5171         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
5172         but do match CORBA 2.3 `valuetype'.
5173         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
5174         for IDL.
5175         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
5176         be nil for IDL.
5177         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
5178         Like C++.
5179         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
5180         set `c-method-key' and `c-baseclass-key' to nil.
5182 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5184         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
5185         with nonhanging open braces.
5187 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5189         * cc-align.el: Added docstrings to all lineup functions.
5191         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
5192         keyword.
5194         * cc-align.el (c-lineup-C-comments): Handle free form text
5195         comments.  Use c-comment-prefix-regexp and comment-start-skip
5196         instead of hardcoded regexps.
5198 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5200         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
5201         behavior and return value as documented.
5203 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5205         * Changes for new style variable init system:
5206         * cc-langs.el (c-common-init): Dito.
5207         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
5208         now customizable.
5209         * cc-vars.el: Style variables may now take a value
5210         'set-from-style to make them take their value from the style
5211         system. This value is now the default on all these variables.
5212         * cc-vars.el (c-valid-offset): New function to verify a
5213         syntactic symbol offset setting.
5214         * cc-vars.el (c-offsets-alist): Variable moved from
5215         cc-styles.el since it's now customizable in a similar way to
5216         the other style variables.
5217         * cc-vars.el (c-old-style-variable-behavior): New variable to
5218         revert to the old style init behavior.
5220         * cc-vars.el (c-file-style, c-file-offsets): Made always
5221         buffer local.
5223         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
5224         the throws clause that might follow the function prototype in
5225         C++.
5227 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5229         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
5230         could move forward for macros that doesn't start in column 0.
5232 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5234         * cc-align.el (c-indent-multi-line-block,
5235         c-lineup-whitesmith-in-block): Two new lineup functions for
5236         use in whitesmith style.
5238         * cc-styles.el (c-style-alist): More fixes to whitesmith
5239         style.  It should now handle all different braces uniformly in
5240         both hanging and non-hanging cases.
5242 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5244         * cc-cmds.el (c-indent-exp): Use a marker to save point to
5245         make it stay in the same position relative to the surrounding
5246         text.
5248         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
5249         when adaptive-fill-mode doesn't manage to get it correct.
5251         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
5252         with dotted notation, e.g. foo.bar.Gnu.
5254         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
5255         within unwind-protect (previously only some were wrapped so it
5256         would be possible to register mode initialization when full
5257         initialization did not finish).
5259         * cc-styles.el (c-style-alist): Corrected the brace placement
5260         in the whitesmith style.  Thanks to Sean Luke
5261         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
5262         styles with consistent brace placement for all constructs.
5264 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5266         * cc-cmds.el (c-context-line-break): Continue C++ comments too
5267         when point is in the middle of them.
5269         * cc-cmds.el: Line breaking and paragraph filling code
5270         rewritten:
5271         (c-guess-fill-prefix): New function that uses various
5272         heuristics to guess the comment prefix.
5273         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
5274         It now assumes adaptive filling is active to preserve the line
5275         prefix inside comments.
5276         (c-indent-new-comment-line): Replacement for the now
5277         obsolete `c-comment-line-break-function' that uses
5278         `c-guess-fill-prefix' when appropriate.  It now observes the
5279         setting of `comment-multi-line', which has effect in C-style
5280         block comments.
5282         * cc-cmds.el (c-context-line-break): New function intended to
5283         be put on RET.  It's essentially `newline-and-indent', but
5284         continues C block comments with the appropriate line prefix.
5286         * cc-cmds.el (c-do-auto-fill): New function put on
5287         `normal-auto-fill-function' to implement the
5288         `c-ignore-auto-fill' variable.
5290         * cc-cmds.el (c-beginning-of-statement): Use
5291         `c-comment-prefix-regexp' to avoid ending up inside the
5292         comment prefix.  Better handling of comment starters and
5293         enders. Catch comments better when traversing code.  Stop at
5294         preprocessor directives.
5296         * cc-defs.el (c-forward-comment): New subst to hide platform
5297         dependent quirks in `forward-comment'.
5299         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
5300         argument.
5301         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
5302         arguments. Activate this function by default when
5303         `parse-partial-sexp' supports it (currently Emacs 20.x).
5305         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
5306         on the comment opener to make constants usable as lineup
5307         arguments.
5309         * cc-align.el (c-lineup-C-comments): Fixes to handle the
5310         changed anchor position in the `c' syntactic symbol.  Handle
5311         more than stars in the comment prefix; use the new variable
5312         `c-comment-prefix-regexp'.  Don't indent text not preceded by
5313         a comment prefix to the right of the comment opener if it's
5314         long.
5316         * cc-langs.el: Fixes to mode initialization for new line
5317         breaking and paragraph filling method.  Adaptive fill mode is
5318         now activated at startup instead of deactivated.  The
5319         variables used for adaptive filling and paragraph movement are
5320         also changed to incorporate the value of
5321         `c-comment-prefix-regexp'.  `substitute-key-definition' is
5322         used to override some functions in the global map instead of
5323         overriding their default bindings.
5325         * cc-mode.el (java-mode): Modify `paragraph-start' for the
5326         javadoc markup at mode init.
5328         * cc-mode.el (c-setup-filladapt): A new convenience function
5329         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
5330         function is intended to be used explicitly by the end user
5331         only.
5333         * cc-vars.el (c-comment-prefix-regexp): New variable used to
5334         recognize the comment fill prefix inside comments.
5335         (c-block-comment-prefix): New name for
5336         `c-comment-contiuation-stars', which is now obsolete.  It's
5337         generalized to handle any character sequence.
5338         (c-ignore-auto-fill): New variable used to selectively disable
5339         Auto Fill mode in specific contexts.
5341 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5343         * cc-cmds.el (c-comment-indent): Leave at least one space
5344         between the comment and the last nonblank character in the
5345         case where we look at the indentation of the comment on the
5346         previous line (case 4).
5348         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
5349         list of characters that may start a statement (it's a sort of
5350         prefix operator in Pike, and isn't used at all in any of the
5351         other languages).
5353 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5355         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
5356         inside continued statements as statement-cont instead of
5357         brace-list-open.  The reason is that one normally adjusts
5358         brace-list-open for brace lists as top-level constructs, and
5359         brace lists inside statements is a completely different
5360         context.  Case 10B.2 changed.  Also changed (the somewhat
5361         esoteric) case 9A to cope with this.
5363 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5365         * cc-cmds.el (c-electric-brace): Added electric handling of
5366         the open brace for brace-elseif-brace.
5368 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5370         * cc-defs.el (c-with-syntax-table): New macro to easily switch
5371         syntax tables temporarily.
5373         * cc-engine.el (c-guess-basic-syntax): Handle template and
5374         member init argument lists split over several lines.  Case 5D
5375         changed.
5377         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
5378         @throws introduced in Javadoc 1.2.
5380         * cc-menus.el (cc-imenu-java-generic-expression): Applied
5381         patch from RMS to avoid infinite backtracking.
5383 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5385         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
5386         by [ ].
5388 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5390         * cc-align.el (c-lineup-dont-change): Compensate properly for
5391         the column in langelem.
5393         * cc-engine.el (c-syntactic-information-on-region): New
5394         function to help debugging the syntactic analysis.
5396 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5398         * cc-align.el (c-lineup-template-args): Handle nested template
5399         arglists.
5401         * cc-langs.el (c++-template-syntax-table): New syntax table
5402         that makes `<' and `>' parenthesis characters, which is useful
5403         to switch to temporarily when analyzing template arglists.
5405         * cc-styles.el: Changed default alignment of labels in the
5406         java style to conform to the examples in the Java Language
5407         Specification.
5409         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
5410         by default.
5412 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5414         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
5415         immediately before the closing paren in an arglist, so don't
5416         check that in Pike mode.  Case 7A changed.
5418 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5420         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
5421         lines were ignored under certain conditions.
5423 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5425         * cc-align.el (c-lineup-template-args): New function for
5426         aligning continued template argument lists.
5428         * cc-engine.el (c-guess-basic-syntax): Fix for member init
5429         lists containing function arglists split over several lines.
5430         Case 5D.1 changed.
5432         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
5433         template-args-cont didn't get recognized when the first
5434         arglist opener line doesn't contain a template argument.  New
5435         case 5K.
5437 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5439         * cc-defs.el (c-point): Changed from subst to macro for
5440         efficiency.
5441         (c-beginning-of-defun-1, c-end-of-defun-1): New
5442         beginning-of-defun/end-of-defun wrappers separated from
5443         c-point.
5445         * cc-menus.el (imenu-generic-expression,
5446         imenu-case-fold-search, imenu-progress-message): Dummy
5447         definitions to avoid compiler warnings if imenu can't be
5448         loaded.
5449         * cc-menus.el (cc-imenu-init): New function called at mode
5450         init.
5451         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
5452         imenu initializations to cc-imenu-init.
5454 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5456         * cc-engine.el (c-guess-basic-syntax): Slightly better check
5457         for lambda-intro-cont in Pike mode.  Case 6 changed.
5459         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
5460         anything following "new Foo()" was considered an anonymous
5461         class body in Java mode.
5463 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5465         * cc-cmds.el (c-comment-line-break-function): When breaking in
5466         a string, don't insert a new line.
5468 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5470         * cc-engine.el (c-at-toplevel-p): New interface function which
5471         returns information useful to add-on authors.  It tells you
5472         whether you're at a toplevel statement or not.
5474 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5476         * cc-cmds.el (c-comment-line-break-function): It is possible
5477         that forward-line does not land us at the bol, say if we're on
5478         the last line in a file.  In that case, do a
5479         back-to-indentation instead of a forward-comment -1.
5481 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5483         * cc-engine.el (c-beginning-of-statement-1): Don't catch
5484         "default:" as normal label in case 4.
5486 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5488         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
5489         recognize continued bitfield declarations.  Case 5D.1 changed.
5490         * cc-langs.el: New variable c-bitfield-key.
5491         * cc-mode.el: New variable c-bitfield-key.
5493 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5495         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
5496         anonymous array expressions (i.e. "new Foo[] {.. bracelist
5497         ..}").
5499 1999-12-12  Dave Love  <fx@gnu.org>
5501         * mail/footnote.el: Require cl when compiling.  Don't autoload
5502         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
5503         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
5504         Avoid `acons'.
5505         (footnote-mode-line-string, Footnote-add-footnote): Remove
5506         autoload cookie.
5508 1999-12-12  Richard Sharman  <rsharman@pobox.com>
5510         * sh-script.el: Fix for when font-lock mode is active.
5511         (sh-font-lock-unfontify-region-function): New function.
5513 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
5515         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
5516         if start-process is not bound, since Ispell now supports such
5517         platforms as well.
5519 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
5521         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
5522         rmail-summary-goto-msg.
5524         * files.el (after-find-file): Fix previous change.
5526 1999-12-11  Dave Love  <fx@gnu.org>
5528         * help.el (where-is): Use `commandp' as predicate for
5529         `completing-read'
5531 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5533         * cus-edit.el (custom-save-delete): Delete all occurrences,
5534         leave point where the first occurrence was.
5535         (custom-save-faces): Insert a newline at the end of the comment.
5536         Avoid a double newline there.
5537         If final closeparen is at bol, put a space before it.
5538         (custom-save-variables): Likewise.
5539         (custom-file): Doc fix.
5541 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
5543         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
5544         regexp matching image and audio files.
5546 1999-12-09  Dave Love  <fx@gnu.org>
5548         * mail/footnote.el: New file.
5550 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
5552         * files.el (after-find-file): Use auto-save-visited-file-name if
5553         set.
5555         * mail/feedmail.el (feedmail-find-eoh): Take
5556         feedmail-queue-alternative-mail-header-separator into account.
5558 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
5560         * smerge-mode.el: New file.
5562         * font-lock.el (font-lock-multiline): New variable.
5563         (font-lock-add-keywords): Rename `major-mode' into `mode'.
5564         (font-lock-remove-keywords): Added a dummy `mode' argument for
5565         potential future support.
5566         (font-lock-fontify-anchored-keywords,
5567         (font-lock-fontify-keywords-region): Only handle multiline strings
5568         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
5570 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5572         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
5574         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
5576 1999-12-07  Dave Love  <fx@gnu.org>
5578         * help.el (view-emacs-problems): New command, bound to C-h P.
5580         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
5582 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
5584         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
5585         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
5586         New code to support the minor mode version.
5587         (diff-recenter): New function.
5588         (diff-next-hunk, diff-next-file): Use it.
5589         (diff-remembered-files-alist): New var.
5590         (diff-merge-strings): New function.
5591         (diff-find-file-name): Make it smarter and use the user's input more.
5592         (diff-mode): Cosmetic changes.
5594         * files.el (save-some-buffers): Turn EXITING into the more general
5595         PRED argument to allow specifying a subset of buffers.
5597         * simple.el (kill-region): Use the new `delete-and-extract-region'
5598         rather than the undo log (which is incorrect with *-change-functions).
5600         * font-lock.el (font-lock-default-fontify-region): Fix subtle
5601         off-by-one problem that could force re-fontifying the whole buffer.
5602         (font-lock-remove-keywords): New function.
5603         (font-lock-add-keywords): Use the new function to ensure idempotence.
5605 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
5607         * viper-cmd.el (viper-minibuffer-standard-hook,
5608         viper-minibuffer-real-start): Mew functions.
5609         (viper-read-string-with-history,viper-file-add-suffix,
5610         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
5611         change in the status of the minibuffer prompt.
5613 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
5615         * comint.el (comint-redirect-results-list)
5616         (comint-redirect-results-list-from-process): Remove interactive
5617         spec.
5619 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
5621         * info.el (info-node, info-menu-5, info-xref): Define colors for
5622         Info faces if the display supports them.
5624 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
5626         Changes for automatic remapping of X colors on terminal frames:
5628         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
5629         term-setup-hook.  Call msdos-remember-default-colors and
5630         msdos-handle-reverse-video.
5631         (msdos-face-setup): Parts of code moved to
5632         msdos-setup-initial-frame.
5633         (msdos-handle-reverse-video): New function, modeled after
5634         x-handle-reverse-video.
5635         (make-msdos-frame): Don't use initial-frame-alist and
5636         default-frame-alist.  Call msdos-handle-reverse-video.
5637         (msdos-color-aliases): Remove.
5638         (msdos-color-translate, msdos-approximate-color): Remove.
5639         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
5640         for better approximation of X colors.
5641         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
5642         up tty-color-alist (it is now on startup.el).
5643         (x-display-color-p, x-color-defined-p, x-color-values,
5644         x-defined-colors, face-color-supported-p, face-color-gray-p):
5645         Remove.
5647         * facemenu.el (facemenu-read-color, list-colors-display): Use
5648         defined-colors for all frame types.
5649         (facemenu-color-equal): Use color-values for all frame types.
5651         * faces.el (read-face-attribute): For :foreground and :background
5652         attributes and frames on character terminals, translate the color
5653         to the closest supported one before looking it up in the list of
5654         valid values.
5655         (face-valid-attribute-values): Call defined-colors for all types
5656         of frames.
5657         (defined-colors, color-defined-p, color-values, display-color-p):
5658         New finctions.
5659         (x-defined-colors, x-color-defined-p, x-color-values,
5660         x-display-color-p): Aliases for the above.
5662         * startup.el (command-line): Register terminal colors for frame
5663         types other than x and w32, but only if the terminal supports
5664         colors.  Call tty-color-define instead of face-register-tty-color.
5666         * term/x-win.el (xw-defined-colors): Renamed from
5667         x-defined-colors.
5668         * term/w32-win.el (xw-defined-colors): Likewise.
5670         * term/tty-colors.el: New file.
5671         * loadup.el: Load term/tty-colors.
5673 1999-12-06  Dave Love  <fx@gnu.org>
5675         * ffap.el: Autoload the ffap alias directly.
5677 1999-12-06  Inge Frick  <inge@nada.kth.se>
5679         * dired-aux.el (dired-do-shell-command): Changed documentation.
5680         (dired-shell-stuff-it): A `?' in COMMAND has now the same
5681         meaning as `*'.
5683 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
5685         * simple.el (insert-buffer): Doc fix.
5687         * apropos.el (apropos-mode): Add autoload cookie.
5689 1999-12-06  Sam Steingold  <sds@goems.com>
5691         * progmodes/etags.el (etags-tags-completion-table): Modified the
5692         regexp to allow for the CL symbols starting with `+*'.
5693         (tags-completion-table): Doc fix (it's an obarray, not an alist).
5694         (tags-completion-table, tags-recognize-empty-tags-table): Remove
5695         `function' quoting lambda.
5696         (tags-with-face): New macro.
5697         (list-tags, tags-apropos): Use it.
5698         (tags-apropos-additional-actions): New user option.
5699         (etags-tags-apropos-additional): Use it.
5700         (tags-apropos): Call etags-tags-apropos-additional.
5701         (tags-apropos-verbose): New user option.
5702         (etags-tags-apropos): Use it.
5703         (visit-tags-table-buffer, next-file): Use `unless'.
5704         (recognize-empty-tags-table): Renamed to
5705         tags-recognize-empty-tags-table.
5706         (complete-tag): Call tags-complete-tag bypassing try-completion.
5708 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
5710         * international/mule.el (set-buffer-file-coding-system): Docstring
5711         modified.
5713 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5715         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
5716         using the hideshow package.
5717         (hs-special-modes-alist): Added entry for bibtex to allow the use
5718         of the hideshow package.
5719         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
5720         not longer provided by bibtex.el directly.  Instead the hideshow
5721         package should be used.
5722         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
5723         references to bibtex-hide-entry-bodies.
5725 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5727         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
5728         maintainer information closer to the beginning of the bibtex.el
5729         file.
5730         (bibtex-maintainer-salutation): New constant.
5731         (bibtex-version): New constant.
5732         (bibtex-submit-bug-report): Use bibtex-version and
5733         bibtex-maintainer-salutation.
5734         (bibtex-entry-field-alist): Made booktitle field optional for
5735         @inproceedings entries when crossreferenced.
5736         (bibtex-entry-field-alist): Added booktitle field to proceedings
5737         entry type (for cross referencing). Thanks to Wagner Toledo Correa
5738         for the suggestion.
5739         (bibtex-string-file-path): Fixed typo.
5741 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5743         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
5744         for reftex.el.
5745         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
5746         to menu.
5748 1999-12-04  Dave Love  <fx@gnu.org>
5750         * delsel.el: Revert previous change -- region is significant to
5751         skeleton.
5753 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
5755         * viper-cmd.el (viper-change-state): Use
5756         viper-ESC-moves-cursor-back to decide whether to move the cursor
5757         back.
5759 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
5761         * international/mule-util.el (truncate-string-to-width): Docsting
5762         fixed.
5764 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
5766         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
5767         use of `cond'.
5768         (lm-with-file): Move all the find-file...kill-buffer stuff into
5769         this macro.  Make it use `find-file-noselect' and make it kill
5770         the buffer only if it wasn't already displayed somewhere.
5771         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
5772         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
5773         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
5774         (lm-commentary): Fix to handle the case when the change log is
5775         at the end of the file.
5777 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
5779         * international/mule.el (charsetp): Fix typo in docstring.
5781         * international/mule-diag.el (list-coding-categories): Fix typo;
5782         automatic -> autoload.
5784 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
5786         * vc.el (vc-update-change-log): Look for rcs2log under
5787         exec-directory.
5789         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
5790         outline-regexp, add outline-level.
5791         (lisp-outline-level): New.
5793         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
5794         remove extraneous string-match.
5796         * finder.el (finder-commentary): Activate Finder mode.
5798 1999-12-01  Anders Lindgren  <andersl@andersl.com>
5800         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
5801         off when reverting buffers that contained mode specifiers.
5802         `revert-buffer' is now called with non-nil PRESERVE-MODES
5803         argument.
5805 1999-12-01  Dave Love  <fx@gnu.org>
5807         * delsel.el: Grok skeleton-pair-insert-maybe.
5809 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5811         * progmodes/cperl-mode.el (cperl-under-as-char):
5812         Use nil as default.
5814 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
5816         * speedbar.el (toplevel): Remove compatibility code for Emacs
5817         versions without custom.el.
5819 1999-11-30  Dave Love  <fx@gnu.org>
5821         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
5823         * autoinsert.el: Minor doc fixes.
5824         (auto-insert): Return nil.
5826         * faces.el (set-face-documentation): Purecopy STRING.
5828 1999-11-29  Dave Love  <fx@gnu.org>
5830         * derived.el: Doc fixes, remove old backquote syntax.
5832         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
5833         comment warning about editing.
5835         * help.el (help-mode-hook): Define.
5837 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
5839         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
5840         invalid translation of old-style backquote syntax to new syntax.
5842 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
5844         * Makefile (DONTCOMPILE): Add term/internal.el.
5846 1999-11-26  Dave Love  <fx@gnu.org>
5848         * comint.el: Fix last change.
5850         * emacs-lisp/advice.el: Fix last change.
5852 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5854         * cus-edit.el (Custom-reset-standard): Doc fix.
5855         (custom-variable-reset-standard): Doc fix.
5856         (custom-face-reset-standard): Doc fix.
5857         (custom-face-menu): "Reset to Standard" => "Erase Customization".
5858         (custom-variable-menu): Likewise.
5859         (custom-reset-menu): Likewise.
5860         (custom-buffer-create-internal): Likewise.
5862 1999-11-26  Dave Love  <fx@gnu.org>
5864         * progmodes/make-mode.el (makefile-mode-hook): Customize.
5866         * font-lock.el: Doc fixes.
5868         * menu-bar.el (menu-bar-mode): Customize.
5870         * cus-start.el: Add use-dialog-box.
5872         * add-log.el (change-log-mode-hook): Customize.
5873         (add-log-current-defun): Use
5874         fortran-{beginning,end}-of-subprogram.
5876 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5878         * emacs-lisp/advice.el: Many doc fixes.
5880         * comint.el (comint-preoutput-filter-functions): Doc fix.
5882 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5884         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5885         Improve messages for capitalization of arg names,
5886         for flag variables, for t and nil, for imperatives.
5887         Call them imperatives rather than infinitives sans "to".
5888         (checkdoc-common-verbs-wrong-voice): Add "moves".
5889         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
5891         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5892         Don't convert comments from 3-semicolon to 2-semicolon.
5893         That is a matter of style.
5894         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
5895         (checkdoc-comments): Don't bind that variable.
5897 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5899         * files.el (write-file-hooks): Doc fix.
5901 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
5903         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
5905 1999-11-25  Dave Love  <fx@gnu.org>
5907         * hippie-exp.el: Require comint when compiling.
5908         (hippie-expand): Add :links.
5909         (hippie-expand-try-functions-list): Customize.
5911 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
5913         * viper*el: Replaced old-style backquotes.
5915         * ediff*el: Replaced old-style backquotes.
5917         * ediff-merge
5918         (ediff-looks-like-combined-merge,ediff-get-combined-region):
5919         Changed to support the new format for ediff-combination-pattern.
5921         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
5922         Changed to support the new format for ediff-combination-pattern.
5924 1999-11-24  Dave Love  <fx@gnu.org>
5926         * custom.el (custom-declare-group): Purecopy DOC.
5927         (custom-handle-keyword): Purecopy VALUE.
5928         (custom-add-link): Purecopy WIDGET.
5929         (custom-add-version): Purecopy VERSION.
5930         (custom-add-load): Purecopy LOAD.
5932         * cus-face.el (custom-declare-face): Purecopy DOC.
5934         * info.el:
5935         (Info-build-node-completions, Info-search, Info-follow-reference)
5936         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
5937         (Info-find-emacs-command-nodes): Avoid properties on matched text
5938         which may appear in minibuffer.
5940 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
5942         * locate.el (locate-with-filter): Doc fix.
5944 1999-11-24  Alex Schroeder  <alex@gnu.org>
5946         * sql.el (sql-find-sqli-buffer): New function.
5947         (sql-set-sqli-buffer-generally): New function.
5948         (sql-set-sqli-buffer): Better checking of new-buffer.
5949         (sql-copy-column): Add comma after INTO clause, too.
5951 1999-11-24  Alex Schroeder  <alex@gnu.org>
5953         * sql.el (sql-imenu-generic-expression): New, used to set
5954         imenu-generic-expression.
5956         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
5957         setting font-lock-defaults' SYNTAX-ALIST.  Set
5958         imenu-generic-expression, imenu-case-fold-search, and
5959         imenu-syntax-alist.
5961         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
5962         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
5964 1999-11-23  Andrew Innes  <andrewi@gnu.org>
5966         * w32-win.el (w32-drag-n-drop): Load files in current window, if
5967         drop coords aren't over a specific window.
5969 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5971         * ps-print.el: Define mule funs without checking if mule package is
5972         loaded.
5973         (ps-print-version): New version number (5.0.1).
5974         (ps-header-dirpart): Now uses abbreviate-file-name.
5976 1999-11-23  Dave Love  <fx@gnu.org>
5978         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5979         comment-line-start.
5980         (fortran-comment-line-start-skip): Renamed from
5981         comment-line-start-skip.
5982         (fortran-mode-map): Use renamed functions.  Add manual and custom
5983         entries to menu.
5984         (fortran-mode-hook): Customize.
5985         (fortran-comment-indent-function): Renamed from
5986         fortran-comment-hook.
5987         (delete-horizontal-regexp): Function deleted.
5988         (fortran-electric-line-number): Simplified.
5989         (fortran-beginning-of-subprogram): Renamed from
5990         beginning-of-fortran-subprogram.
5991         (fortran-end-of-subprogram): Renamed from
5992         end-of-fortran-subprogram.
5993         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
5994         (fortran-previous-statement, fortran-next-statement): Simplified.
5995         (fortran-blink-match): New function.
5996         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
5997         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
5998         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
5999         line-end-position.
6000         (fortran-fill): No longer interactive.  Simplified.
6001         (fortran-break-line): Simplified.
6002         (fortran-analyze-file-format): Use char-after, not looking-at.
6004         * emacs-lisp/find-func.el (find-function-regexp): Use
6005         `define-minor-mode' after easy-menu change.
6007 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
6009         * comint.el: Add redirection.from active comint buffers into
6010         another buffer.  Written by Peter Breton.
6012 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
6014         * emacs-lisp/autoload.el (make-autoload): Recognize the new
6015         `define-minor-mode'.
6016         (define-minor-mode): Specify `doc-string-elt'.
6018         * emacs-lisp/easy-mmode.el: Changed maintainer.
6019         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
6020         Use defcustom for the hooks; Improve the auto-generated docstrings.
6021         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
6022         (define-minor-mode): Add BODY arg; Only declare the keymap if
6023         provided; Improve the auto-generated docstrings.
6025 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
6027         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
6028         that the leading `^' is at the start.  This is necessary because
6029         paragraphs.el tries to remove anchors, but can find them only if
6030         they are the first character.
6032         * progmodes/antlr-mode.el: New file.
6034         * calendar/calendar.el: Fix autoload for
6035         calendar-absolute-from-astro.  Add autoload for
6036         calendar-print-astro-day-number.
6038 1999-11-21  Anders Lindgren  <andersl@andersl.com>
6040         * follow.el: Use modern backquote syntax.  Minor comment update.
6042 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
6044         * simple.el (with-syntax-table): Don't switch buffers.
6046         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
6047         progmodes/hideif.el: Use new backquote syntax.
6049 1999-11-21  Ken Manheimer  <klm@python.org>
6051         * icomplete.el (icomplete-completions): Use an explicit variable
6052         `icomplete-prospects-length', obviating the need to use an
6053         apparently faulty throw/catch arrangement.
6055 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
6057         * term/internal.el (IT-display-table-setup): Don't overstep
6058         character code 255.
6060 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
6062         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
6063         for the charset chinese-sisheng is 7bit encoding, not 8bit.
6065 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
6067         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
6068         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
6070         * files.el (auto-mode-alist): Add patterns for diff-mode.
6072         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
6073         to detect an empty prompt.
6075 1999-11-18  Dave Love  <fx@gnu.org>
6077         * simple.el (input-mode-8-bit): Fix the customization.
6079 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
6081         * international/iso-acc.el (iso-languages): Add more
6082         characters for Portuguese.
6084         * speedbar.el: Clean up comment at the start of the file.
6085         Remove RCS id.
6087         * progmodes/compile.el (compilation-parse-errors): Use
6088         compilation-buffer-p instead of testing major-mode.
6090 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
6092         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
6093         (quickurl-ask): completion-ignore-case is set to the value of
6094         quickurl-completion-ignore-case for the duration of the call to
6095         completing-read.
6097 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6099         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
6101 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
6103         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
6104         instead of ps-print-def.
6106         * ps-print.el: Require ps-vars instead of ps-print-def.
6108         * ps-mule.el: Require ps-vars instead of ps-print-def.
6110 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
6112         * simple.el (with-syntax-table): Save buffer explicitly instead of
6113         using save-excursion.
6115 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
6117         * mail/supercite.el: New maintainer.
6119 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
6121         * progmodes/vhdl-mode.el: Use new backquote syntax.
6123 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
6125         * simple.el (with-syntax-table): New.
6127 1999-11-15  Sam Steingold  <sds@ksp.com>
6129         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
6131 1999-02-22  Sam Steingold  <sds@goems.com>
6133         * goto-addr.el (goto-address-at-mouse,
6134         goto-address-find-address-at-point): Use compose-mail.
6135         (goto-address-mail-method): Removed variable.
6136         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
6137         goto-address-send-using-mail): Removed functions.
6139 1998-11-03  Sam Steingold  <sds@goems.com>
6141         * simple.el (backward-delete-char-untabify):
6142         backward-delete-char-untabify-method can be `all' now - to delete
6143         hungrily including newlines.
6145 1999-11-15  Sam Steingold  <sds@ksp.com>
6147         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
6149 1999-11-15  Dave Love  <fx@gnu.org>
6151         * cus-edit.el (customize-face, customize-face-other-window):
6152         Require match from completing-read.
6153         (custom-buffer-done-function): Default to custom-bury-buffer, not
6154         bury-buffer.
6156 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
6158         * mail/rmail.el, iswitchb.el, hippie-exp.el,
6159         progmodes/cperl-mode.el: Use new backquote syntax.
6161 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
6163         * uniquify.el: Use new backquote syntax.
6165 1999-11-14  Markus Rost  <rost@ias.edu>
6167         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
6168         as in ispell-local-dictionary-alist.
6170 1999-11-14  Alex Schroeder  <alex@gnu.org>
6172         * ansi-color.el (ansi-color-apply): Updated regexps to include
6173         highlighted face.
6175 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
6177         * forms.el (forms--make-format-elt-using-text-properties):
6178         Treat `intangible' differently.
6180         * forms.el: Use new backquote syntax.
6182 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
6184         * textmodes/scribe.el (scribe-mode): Doc-fix.
6186 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
6188         * net-utils.el (run-network-program, net-utils-run-program): Use
6189         the new backquote syntax.
6190         (smbclient-program, smbclient-program-options)
6191         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
6192         variables
6193         (smbclient, smbclient-list-shares): New functions
6195 1999-11-12  Sam Steingold  <sds@ksp.com>
6197         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
6198         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
6199         (viper-kbd-buf-definition, viper-kbd-mode-alist)
6200         (viper-kbd-mode-pair, viper-kbd-mode-definition)
6201         (viper-kbd-global-pair, viper-kbd-global-definition):
6202         Use the new backquote syntax.
6204         * emulation/viper-cmd.el (viper-test-com-defun)
6205         (viper-prefix-arg-value, viper-prefix-arg-com):
6206         Use the new backquote syntax.
6208         * emacs-lisp/debug.el (debugger-env-macro):
6209         Use the new backquote syntax.
6211         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
6212         Use the new backquote syntax.
6214         * calendar/calendar.el (calendar-remove-frame-by-deleting):
6215         New user variable.
6216         (calendar-hide-window): Use it.
6217         (increment-calendar-month, calendar-for-loop, calendar-sum):
6218         Use the new backquote syntax.
6220 1999-11-12  Andrew Innes  <andrewi@gnu.org>
6222         * select.el (x-set-selection): Call buffer-substring, not
6223         substring.  Also fix docstring
6225 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
6227         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
6228         of customizable variables to bug report message. Added
6229         system-type to package name in bug report.
6231 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
6233         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
6234         to display file names.
6236 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
6238         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
6240         * isearch.el: Add lazy-highlighting feature.
6242 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
6244         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
6245         constant.
6246         (ps-mode-submit-bug-report): New function. Entry added to menu.
6248 1999-11-10  William M. Perry  <wmperry@aventail.com>
6250         * mwheel.el: New file to support the new style wheeled mice.
6252 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
6254         * startup.el (initial-scratch-message): Add ";;" to the front of
6255         lines in the message.
6257         * files.el (file-local-copy): Remove optional BUFFER argument
6258         because that's not used by anything.
6260         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
6261         to-address.
6263 1999-11-08  Markus Rost  <rost@ias.edu>
6265         * wid-edit.el (widget-button-click): Wrap with save-excursion
6266         to restore track-mouse in the correct buffer.
6268 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
6270         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
6272 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
6274         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
6275         lpr-command to "lp" for some system-types. (copied from lpr.el
6276         Emacs version 20.2.1).
6278 1999-11-04  Markus Rost  <rost@ias.edu>
6280         * simple.el (comment-region): Strip off white space at end of
6281         comment-start.
6283 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
6285         * faces.el (secondary-selection): Fix wrong color name.
6287 1999-11-04  John Tobey  <jtobey@epsilondev.com>
6289         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
6290         the default when invoking perldb in a non-Perl buffer, and other
6291         cases involving -e or --.
6293 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
6295         * simple.el (previous-matching-history-element)
6296         (next-history-element): Use delete-field instead of erase-field.
6298         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
6299         Use delete-field instead of erase-field.
6301         * faces.el (secondary-selection): Change background to yellow.
6303         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
6304         find the start of the text.  Use field-string to read the user
6305         input.
6307 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
6309         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
6310         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
6311         for compatibility with old face implementation.
6313         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
6314         Use erase-field instead of erase-buffer.
6316         * frame.el (blink-cursor-mode, blink-cursor-end): Use
6317         internal-show-cursor with new interface.
6318         (blink-cursor-timer-function): New.
6319         (blink-cursor-start): Use blink-cursor-timer-function.
6321 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6323         * calendar.el (redraw-calendar): Move to nearest date before
6324         redrawing.
6326         * diary-lib.el (simple-diary-display): Reset modeline even if
6327         there are no diary entries since the diary buffer may be displayed.
6329 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6331         * emacs-lisp/debug.el (debug): If noninteractive, display the
6332         backtrace using `message', then exit Emacs.
6333         (debugger-batch-max-lines): New variable.
6334         (debugger-setup-buffer): New subroutine, broken out of `debug'.
6335         Change the messages put at the start, to say that the debugger
6336         was entered.
6338 1999-11-02  Sam Steingold  <sds@ksp.com>
6340         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
6342 1999-11-01  John Tobey  <jtobey@epsilondev.com>
6344         * gud.el: (gud-perldb-massage-args): Massage correctly in the
6345         presence of perl switches other than "-e".
6347 1999-11-01  Markus Rost  <rost@ias.edu>
6349         * dired-x.el (dired-smart-shell-command): Use
6350         shell-command-history as in shell-command.
6352 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6354         * userlock.el (ask-user-about-lock): Doc fix.
6356         * frame.el: Doc fixes.
6358 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
6360         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
6361         of show-cursor.
6362         (blink-cursor-start, blink-cursor-end): Ditto.
6364         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
6366 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6368         * window.el (walk-windows): If ALL-FRAMES is a frame,
6369         start on that frame.  Use save-selected-window.
6371 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
6373         * simple.el (end-of-buffer): Use window-end to find the window end
6374         instead of vertical-motion because this handles variable-height
6375         lines correctly.
6377 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
6379         * ediff.el: Version change.
6381         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
6382         make sure you are in a good frame before deleting other
6383         windows.
6384         (ediff-file-checked-in-p): Don't consider CVS
6385         files checked in.
6386         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
6387         are writing to a newly created empty file.
6389         * ediff-mult.el (ediff-show-session-group-hook): New default.
6391         * ediff-vers.el (ediff-pcl-cvs-view-revision):
6392         First cd to the file directory. reportedly works
6393         better with remote files.
6395         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
6396         Use file-name-nondirectory when passing files to CVS.
6398         * ediff-diff.el (ediff-cmp-options): New variable.
6399         (ediff-same-file-contents): Use ediff-cmp-options.
6401         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
6402         ediff-get-patch-buffer): Use current buffer if it appears to be a
6403         patch.
6405         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
6406         C-g
6408         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
6409         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
6410         (viper-save-cursor-color,viper-restore-cursor-color):
6411         Improved cursor color handling.
6412         (viper-get-saved-cursor-color-in-replace-mode,
6413         viper-get-saved-cursor-color-in-insert-mode): New functions for
6414         better cursor color handling.
6416         * viper-ex.el (ex-read,ex-edit):
6417         Fixes for correct interpretation of #,%.
6418         (viper-ex): Now works correctly when called from other functions.
6419         (viper-glob-function): New variable.
6420         (viper-ex): Save excursion before doing :global.
6422         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
6424         * viper-cmd.el (viper-post-command-sentinel,
6425         viper-insert-state-post-command-sentinel,
6426         viper-insert-state-pre-command-sentinel): Takes better care of
6427          cursor colors.
6429         * viper.el: Version change.
6431 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
6433         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
6434         that the modeline display was updated *only* when
6435         `whitespace-display-in-modeline' was set, not otherwise.
6437 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
6439         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
6440         "frac12".
6442         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
6443         ad-activate.
6445 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
6447         * whitespace.el: Test for existence of `defcustom' and `defgroup'
6448         using fboundp instead of assuming that these are not present in
6449         particular flavors of emacs.
6450         (whitespace-version): Update to 2.8
6451         (whitespace-display-in-modeline): Add custom variable to control
6452         displaying the whitespace errors on the modeline based on
6453         suggestion from <klaus.berndl@sdm.de>
6454         (whitespace-buffer): Now returns `t' if unclean and `nil' if
6455         clean, to enable using as a hook function, as suggested by Puneet
6456         Goel <puneet@computer.org>
6457         (whitespace-buffer): Fix a subtle bug that cleaned up only if
6458         quiet was not set, even with whitespace-auto-cleanup set.
6459         (whitespace-mode-line): Now uses less modeline real estate and
6460         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
6461         which is present in the file, and <y> is any type of whitespace
6462         whose check has been suppressed by setting
6463         `whitespace-check-<whitespace-type>' to nil.
6464         (whitespace-unchecked-whitespaces): New function to return the
6465         list of whitespaces for whom checks have been suppressed.
6466         (whitespace-display-unchecked-whitespaces): Renamed to
6467         `whitespace-update-modeline' to reflect its functionality.
6469 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
6471         * progmodes/compile.el (compilation-error-regexp-alist):
6472         Undo previous change.
6474 1999-10-28  Dave Love  <fx@gnu.org>
6476         * help.el (help-follow): Make arg optional again and really
6477         default to point.
6479 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
6481         * paths.el (rmail-file-name): Make it an option.
6483         * progmodes/ada-mode.el, progmodes/ada-prj.el,
6484         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
6485         comment fixes.
6487         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
6488         MIPS Pro 7.3 compiler error message syntax.
6490 1999-10-27  Dave Love  <fx@gnu.org>
6492         * progmodes/compile.el: Checkdoc-inspired fixes.
6494 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
6496         * lpr.el (print-buffer): Doc-string fix.
6498 1999-10-27  Dave Love  <fx@gnu.org>
6500         * emacs-lisp/advice.el: Doc fixes.
6501         (ad-lemacs-p): Removed.
6502         (advice): Add :link to defgroup.
6504 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
6506         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
6507         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
6509 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6511         * window.el (walk-windows): If ALL-FRAMES is a frame,
6512         start on that frame.  Use save-selected-window.
6514 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6516         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
6517         ad-activate.  All callers changed, including those in data.c.
6518         (ad-activate-internal-off): Renamed from ad-activate-off.
6519         All uses changed.
6520         (ad-activate): Renamed from ad-activate-on.  All uses changed.
6521         (ad-start-advice, ad-stop-advice, ad-recover-normality):
6522         Alter the definition of ad-activate-internal, not ad-activate.
6524 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
6526         * startup.el (command-line-1): Add support for command line
6527         arguments `file' and `execute'.  Fix handling of `visit'.
6529 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
6531         * international/mule-cmds.el (read-input-method-name): Handle the
6532         case that the arg DEFAULT is symbol.
6534         * international/mule-diag.el (mule-diag): Handle the case that
6535         default-input-method is symbol.
6537 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
6539         * textmodes/tildify.el: New file.
6541 1999-10-25  Sam Steingold  <sds@ksp.com>
6543         * Makefile (compile-files): Fixed the "tr" strings.
6544         (EMACS): Set to ../src/emacs.
6546 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
6548         * info.el (Info-build-node-completions): Add '("*") to the
6549         completion list.
6551 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6553         * frame.el (auto-raise-mode): When enabling the mode,
6554         immediately raise the selected frame.
6556         * indent.el (indent-region): Doc fix.
6558         * comint.el (comint-output-filter): Make the Comint buffer current
6559         for the comint-preoutput-filter-functions.
6561         * mail/reporter.el: Doc fix.
6563 1999-10-24  Stephen Eglen  <stephen@gnu.org>
6565         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
6566         that Octave lisp files can also run under XEmacs 20.
6567         (require 'custom) added so that files can run under Emacs 19.34.
6569         * iswitchb.el (iswitchb-default-keybindings): No need to use
6570         read-kbd-macro in keybindings.
6572 1999-10-23  Dave Love  <fx@gnu.org>
6574         * elide-head.el: New file.
6576 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
6578         * Makefile (compile-files, backup-compiled-files): New targets.
6579         (bootstrap, bootstrap-clean): Ditto.
6581 1999-10-22  Paul Eggert  <eggert@twinsun.com>
6583         * international/mule-cmds.c (locale-language-names):
6584         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
6585         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
6586         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
6587         Use Latin-8 for Welsh.
6588         Use Latin-1 for English if "en" is explicitly specified.
6589         Use Latin-1 for Scots Gaelic, Tagalog.
6590         Use Latin-1 (not Latin-4) for Greenlandic.
6591         Use Latin-1 (not Latin-2) for Albanian.
6592         (locale-preferred-coding-systems, locale-language-names):
6593         Remove generic ISO 8859 locales; locale-charset-language-names now
6594         does this.
6595         (locale-charset-language-names): New variable.
6596         (set-locale-environment): Use language name specified by
6597         locale-charset-language-names if its charsets disagree with the
6598         language name specified by locale-language-names.
6600 1999-10-22  Dave Love  <fx@gnu.org>
6602         * make-mode.el: Minor doc fixes.
6604         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
6606 1999-10-21  Dave Love  <fx@gnu.org>
6608         * loadup.el: Add latin-8, latin-9.
6610 1999-10-20  Paul Eggert  <eggert@twinsun.com>
6612         * disp-table.el (standard-display-european): Remove undocumented
6613         arg AUTO; no longer used by startup.el.  Do not attempt to treat
6614         all non-English language environments as coding system names.
6615         Instead, use the downcased language environment name as a coding
6616         system name if it is one; otherwise, use latin-1.
6618 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
6620         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
6621         that were split so that part of the comment appeared as Lisp code.
6623 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6625         * ps-bdf.el: Doc fix.
6627         * ps-print-def.el: New file: common definitions for all parts of
6628         ps-print.
6629         (ps-multibyte-buffer): Moved from ps-mule.
6631         * ps-mule.el: File dependence fix.
6632         (ps-multibyte-buffer): Moved to ps-print-def.
6634         * ps-print.el: Doc fix, better customization.
6635         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
6636         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
6637         (ps-end-file): Doc fix.
6638         (ps-setup, ps-begin-file): Fun fix.
6639         (postscript): New group.
6640         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
6641         (ps-print-prologue-1): Adjust PostScript programming.
6642         (ps-print): Adjust group hierarchy.
6643         (ps-print-n-up, ps-print-zebra, ps-print-background,
6644         ps-print-printer)
6645         (ps-print-page): New subgroups.
6646         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
6647         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
6648         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
6649         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
6650         (ps-zebra-stripe-height, ps-print-background-image)
6651         (ps-print-background-text, ps-spool-config): Adjust customization.
6652         (dos-ps-printer): Definition eliminated.
6654 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6656         * ps-mule.el: Doc fix, define functions properly if mule package is
6657         loaded or not.
6658         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
6659         mule package is loaded or not.
6661         * ps-print.el: Doc fix, n-up printing.
6662         (ps-print-version): New version number (5.0).
6663         (ps-page-dimensions-database): Added document media.
6664         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
6665         (ps-page-order, ps-printing-region-p): New vars.
6666         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
6667         funs.
6668         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
6669         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
6670         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
6671         (ps-n-up-xstart, ps-n-up-ystart): New macros.
6672         (ps-print-begin-sheet-hook): New hook.
6673         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
6674         const.
6675         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
6676         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
6677         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
6678         (ps-count-lines): Changed to defun.
6679         (ps-header-page): Changed to defsubst, fix fun.
6680         (ps-printing-region): Doc fix, adjust programming code.
6681         (ps-output-boolean, ps-background-pages, ps-background-text)
6682         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
6683         programming code.
6685 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6687         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
6688         (ps-print-version): New version number (4.2).
6689         (ps-spool-config, ps-spool-tumble): New vars.
6690         (ps-print-prologue-1): Changed to defconst, adjust PostScript
6691         programming, new PostScript procedure to handle errors.
6692         (ps-print-prologue-2): Changed to defconst.
6693         (ps-print-duplex-feature): New const: duplex and tumble setting.
6694         (ps-setup, ps-begin-file): Fix funs.
6695         (ps-boolean-capitalized): New fun.
6697 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
6699         * Makefile (dontcompilefiles): Obsoleted.
6700         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
6701         (EL): Unused.
6702         (temacs): Removed (unused).
6703         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
6704         version of the file (necessary for the update to work properly).
6705         (autoloads): Force the use of `pwd`/loaddefs.el.
6706         (updates); Redefined in terms of other targets to reduce redundancy.
6707         (.el.elc): New default rule, just in case you want it.
6708         (compile): Use a single invocation of Emacs.
6709         (bootstrap-compile); Unneeded.
6710         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
6712 1999-10-19  Dave Love  <fx@gnu.org>
6714         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
6716 1999-10-19  Sam Steingold  <sds@ksp.com>
6718         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
6719         comply with the comment.
6721 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
6723         * autorevert.el (auto-revert-mode): Make auto-revert-mode
6724         permanent-local.
6726 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
6728         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
6729         value: \"lpr\" changed to "lpr"
6730         (ps-mode-version): New constant
6731         (ps-mode-show-version): New function, added key in ps-mode-map
6732         (ps-run-messages): Removed
6733         (ps-run-font-lock-keywords-2): New defcustom variable replacing
6734         ps-run-messages. These keywords now include the value of
6735         ps-run-prompt, making its fontification customizable.
6736         (ps-run-init): Removed \\n from docstring, it is now added when
6737         the value is used
6738         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
6739         ps-run-prompt
6740         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
6741         customizable variables in doc-string (its equivalent
6742         ps-run-messages was missing in previous version of the doc-string)
6743         (ps-run-mode): Simplified assignment to font-lock-defaults, using
6744         symbols only
6746 1999-10-19  Alex Schroeder  <alex@gnu.org>
6748         * ansi-color.el: Complete rewrite.
6750 1999-10-19  Paul Eggert  <eggert@twinsun.com>
6752         Fix bootstrapping problems.
6753         Use the system locale to specify Emacs locale defaults.
6755         * international/mule-cmds.el (global-map):
6756         Do not use backquote, because that makes a bootstrapping
6757         problem if you need to recompile all Lisp files using interpreted code.
6758         * international/mule.el (charset-id, charset-bytes,
6759         charset-dimension, charset-chars, charset-width,
6760         charset-direction, charset-iso-final-char,
6761         charset-iso-graphic-plane, charset-reverse-charset,
6762         charset-short-name, charset-long-name, charset-description,
6763         charset-plist): Likewise.
6764         * subr.el (save-match-data): Likewise.
6766         * international/mule-cmds.el
6767         (set-display-table-and-terminal-coding-system): New function,
6768         containing code migrated out of set-language-environment.
6769         (set-language-environment, set-locale-environment): Use it.
6770         (locale-translation-file-name): Moved here from startup.el.
6771         (locale-language-names, locale-preferred-coding-systems):
6772         New vars.
6773         (locale-name-match, set-locale-environment): New functions.
6775         * language/japan-util.el (setup-japanese-environment-internal):
6776         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
6778         * startup.el (iso-8859-n-locale-regexp): Remove.
6779         (locale-translation-file-name): Move to mule-cmds.el.
6780         (command-line): Move locale-stuff into set-locale-environment.
6782 1999-10-18  Dave Love  <fx@gnu.org>
6784         * abbrev.el (add-abbrev, inverse-add-abbrev)
6785         (expand-region-abbrevs): Remove properties from buffer text.
6787 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
6789         * iswitchb.el (iswitchb-exhibit): Extract user-input only
6790         from the mini-buffer, without the prompt.
6792         * simple.el (minibuffer-prompt-end): Return the position
6793         after the prompt, not the position of that last character
6794         of the prompt.
6796 1999-10-17  Miles Bader  <miles@gnu.org>
6798         * simple.el: Doc fixes.
6800 1999-10-17  Miles Bader  <miles@gnu.org>
6802         * simple.el (previous-matching-history-element, next-history-element):
6803         Change to work correctly even if the point is in the prompt.
6804         (choose-completion-string): Likewise.
6805         (minibuffer-prompt-width): New function (compatibility with old subr).
6807         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
6808         When constraining the final position to the current field,
6809         don't use the ONLY-IN-LINE mode of constrain-to-field.
6811 1999-10-17  Miles Bader  <miles@gnu.org>
6813         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
6814         constrain-to-field.
6815         * textmodes/paragraphs.el (forward-sentence): Likewise.
6817 1999-10-17  Miles Bader  <miles@gnu.org>
6819         * simple.el (line-move): Use constrain-to-field to avoid
6820         moving into a prompt.
6821         (previous-complete-history-element): Clarify doc string.
6822         (next-complete-history-element): Likewise.
6823         Use field-beginning instead of point-min.
6824         (next-matching-history-element): Use field-beginning and
6825         erase-field instead of point-min and erase-buffer.
6826         * textmodes/paragraphs.el
6827         (forward-paragraph, forward-sentence): Likewise.
6828         (backward-kill-paragraph, backward-kill-sentence): Remove code to
6829         constrain the kill to an field, as the movement commands now
6830         do this.
6832 1999-10-17  Miles Bader  <miles@gnu.org>
6834         * simple.el (previous-matching-history-element): Get the
6835         minibuffer input with field-string instead of buffer-string.
6836         (choose-completion-string): Likewise.
6837         (next-history-element): Likewise.
6838         Erase the minibuffer input with erase-field, not erase-buffer.
6839         Use field-beginning to find the beginning of the input.
6840         * textmodes/paragraphs.el (backward-kill-sentence):
6841         Remove minibuffer-prompt hack.
6842         Constrain to any input field.
6844 1999-10-17  Sam Steingold  <sds@ksp.com>
6846         * bindings.el (completion-ignored-extensions): Added ".sparcf"
6847         for CMUCL on sparc and ".ufsl" for LispWorks.
6848         (bound-and-true-p): Bugfix: free variable `v'.
6850 1999-10-16  Dave Love  <d.love@dl.ac.uk>
6852         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
6853         (edebug-uninstall-read-eval-functions): Use load-read-function,
6854         avoiding elisp-eval.
6856 1999-10-16  Sam Steingold  <sds@ksp.com>
6858         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
6859         instead of `eql'.
6861 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
6863         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
6864         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
6865         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
6866         * ediff-util.el (ediff-make-temp-file):
6867         * ediff-vers.el (ediff-pcl-cvs-view-revision):
6868         * emerge.el (emerge-make-temp-file):
6869         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
6870         * vc.el (vc-update-change-log):
6871         * mail/mailpost.el (post-mail-send-it):
6872         * mail/metamail.el (metamail-region):
6873         * progmodes/cmacexp.el (c-macro-expansion):
6874         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
6876 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
6878         * smtpmail.el (smtpmail-via-smtp): Add support for
6879         automatically appending a domain to RCPT TO: addresses.
6881 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6883         * dired.el (dired-insert-directory): Insert the amount of
6884         free space after the total size.
6885         (dired-free-space-program, dired-free-space-args): New variables.
6887 1999-10-14  Karl Heuer  <kwzh@gnu.org>
6889         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
6891 1999-10-14  Dave Love  <fx@gnu.org>
6893         * international/characters.el:
6894         * international/fontset.el:
6895         * international/mule-conf.el: Add latin-iso8859-1[45].
6897         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
6898         strings.
6900         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
6901         (command-line): Detect Latin-[89] locales.
6903 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
6905         * international/mule-cmds.el (select-safe-coding-system)
6906         (leim-list-header): Avoid the use of strings that start with backslash
6907         newline since lread.c:read1 has a hack to turn those strings into
6908         integer 0 during the loadup.el process.
6910         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
6912 1999-10-13  Dave Love  <fx@gnu.org>
6914         * image.el (insert-image): Copy the image spec and add an
6915         intangible property.
6917 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
6919         * help.el (help-xref-interned): Make it also work on variable-only
6920         and function-only symbols.
6921         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
6922         (help-follow): If the point under mouse is not highlighted, try
6923         `help-xref-interned' on the pointed-to symbol anyway.
6925         * info.el (Info-on-current-buffer): New entry point.
6926         (Info-find-node): Split into two for Info-on-current-buffer to
6927         hook into it.
6928         (Info-current-file, Info-set-mode-line, Info-up):
6929         Info-current-file can now be t.
6930         (Info-clone-buffer-hook): Function for `clone-buffer'.
6931         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
6932         Make `clone-buffer' available in various ways to the user.
6934 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
6936         * simple.el (shell-command, shell-command-on-region): Use
6937         make-temp-file.
6938         (clone-buffer, clone-process, clone-buffer-hook): New functions.
6940         * subr.el (with-current-buffer): Don't use backquotes to avoid
6941         bootstrapping problems.
6943         * loadup.el (load-path): Add subdirs for bootstrapping.
6944         (docstrings): Ignore errors during bootstrapping.
6945         (args): New `bootstrap' argument (for use in place of `dump').
6947 1999-10-12  Emmanuel Briot  <briot@gnat.com>
6949         * ada-stmt.el: Doc-string fixes.
6951 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
6953         * recentf.el: New file.
6955         * ps-mode.el: New file.
6957         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
6958         case insensitive.
6960 1999-10-12  Richard Sharman  <rsharman@pobox.com>
6962         * sh-script.el: Added support for indenting existing scripts.
6963         (sh-mode-map): Added new bindings.
6964         (sh-mode): Updated mode doc-string for new commands, added
6965         make-local-variable calls, initialize mode-specific variables.
6966         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
6967         is now a different function.
6968         (sh-header-marker):  Changed docstring.
6969         (sh-set-shell): Initialize mode-specific variables.
6970         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
6971         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
6972         Changed these define-skeleton calls to work with user-specified
6973         indentation settings.
6974         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
6975         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
6976         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
6977         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
6978         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
6979         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
6980         (sh-guess-basic-offset, sh-handle-after-case-label)
6981         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
6982         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
6983         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
6984         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
6985         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
6986         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
6987         (sh-handle-this-then, sh-help-string-for-variable)
6988         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
6989         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
6990         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
6991         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
6992         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
6993         (sh-remove-our-text-properties, sh-rescan-buffer)
6994         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
6995         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
6996         (sh-scan-case, sh-search-word, sh-set-char-syntax)
6997         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
6998         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
6999         functions.
7000         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
7001         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
7002         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
7003         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
7004         (sh-var-list): New variables.
7006 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
7008         * quickurl.el (quickurl-list-insert): `count-lines' was returning
7009         a value one line to high if the cursor wasn't at the start of a
7010         line. A `beginning-of-line' is now performed before making the
7011         call to `count-lines'.
7013 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
7015         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
7017 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
7019         * Makefile (setwins): Abstract out the command to find subdirectories
7020         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
7021         (custom-deps, finder-data, autoloads, update-subdirs, updates)
7022         (autoloads-with-other-emacs): Use it.
7024         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
7026 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
7028         * Makefile (bootstrap-compile): New target.  Compile Lisp
7029         files with ../src/temacs.
7031 1999-10-08  Dave Love  <fx@gnu.org>
7033         * ange-ftp.el: Require dired when compiling.
7034         (ange-ftp-normal-login): Allow EFS-style port specification.
7036 1999-10-08  Simon Marshall  <simon@gnu.org>
7038         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
7039         (regexp-opt-group): Use it to get common suffixes in STRINGS.
7040         If STRINGS is nil, return "" rather than nil.
7042 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
7044         * Makefile (compile): Compile files one by one.  Set load-path to
7045         current directory and subdirectories when compiling.
7047 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
7049         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
7050         (emacs): Use it everywhere instead of EMACS.
7051         (compile): New target.  Compile all Lisp files from scratch.
7052         (recompile): New target.  Recompile lisp directory.
7053         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
7054         an Emacs executable not built in the current directory tree.
7056 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
7058         * filecache.el (file-cache-completion-ignore-case): New variable,
7059         defaulting to the value of completion-ignore-case.
7060         (file-cache-minibuffer-complete): Use it.
7061         (file-cache-files-matching, file-cache-files-matching-internal):
7062         New functions.
7064 1999-10-07  Emmanuel Briot  <briot@gnat.com>
7066         * ada-xref.el: New file
7068         * ada-prj.el: New file
7070         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
7072         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
7073         subprogram being created.
7075         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
7076         ada-indent-newline-indent): Rewritten to support the new indentation
7077         scheme
7079         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
7080         New functions
7082         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
7083         justification parameter
7085         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
7086         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
7087         external program
7089 1999-10-07  Dave Love  <fx@gnu.org>
7091         * bindings.el (bound-and-true-p): New macro.
7092         (make-mode-line-mouse-sensitive): Don't require easymenu.
7094 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
7096         * custom.el (defface): Extend documentation for new values of
7097         `type'.
7099         * faces.el (face-spec-set-match-display): Recognize `type' of
7100         `motif', `lucid', `x-toolkit'.
7101         (menu): New face.
7103 1999-10-05  Dave Love  <fx@gnu.org>
7105         * files.el: Recognize temporary crontab files.
7107         * info.el: Require jka-compr when compiling.
7108         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
7110 1999-10-04  Dave Love  <fx@gnu.org>
7112         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
7113         scroll-up-aggressively, scroll-down-aggressively.
7115         * time.el (display-time-mode): Add autoload cookie.
7117         * rect.el (delete-extract-rectangle): Doc fix from verna.
7119         * help-macro.el (three-step-help): Customize.
7121 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7123         * hexl.el (hexlify-buffer): Move point in proper range
7124         if it is too large.
7125         (hexl-after-revert-hook): Update hexl-max-address.
7126         (hexl-address-to-marker): Doc fix.
7128 1999-10-03  Dave Love  <fx@gnu.org>
7130         * image.el (defimage): Remove redundant code.  Substitute file in
7131         image plist.
7133 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7135         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
7136         when doing with-temp-file.
7138 1999-10-01  Dave Love  <fx@gnu.org>
7140         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
7142         * help.el: Require view when compiling.
7143         (view-emacs-FAQ): Use Info version.
7145 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
7147         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
7148         (normat->normal).  Use correct font names for Korean
7149         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
7151 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
7153         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
7154         code not used by KOI8 to the same 8-bit code instead of mapping to
7155         SPC.
7156         (cyrillic-alternativnyj-decode-table): Likewise.
7158 1999-09-29  Alex Schroeder  <alex@gnu.org>
7160         * sql.el (sql-imenu-generic-expression): Aew, used to set
7161         imenu-generic-expression.
7162         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
7163         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
7164         imenu-case-fold-search, and imenu-syntax-alist.
7165         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
7166         setting font-lock-defaults' SYNTAX-ALIST.
7168 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7170         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
7171         macro, try again.
7173 1999-09-28  Dave Love  <fx@gnu.org>
7175         * cus-edit.el (custom-comment): Change widget definition.
7176         (custom-comment-create, custom-comment-show)
7177         (custom-comment-invisible-p): Don't use :comment-overlay.
7178         (custom-comment-hide): New function.
7179         (custom-variable-set, custom-variable-save)
7180         (custom-variable-reset-standard, custom-face-set)
7181         (custom-face-save): Use it.
7183 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7185         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
7187 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7189         * faces.el (region): Doc fix.
7191 1999-09-27  Dave Love  <fx@gnu.org>
7193         * isearch.el (isearch): Add :links in defgroup.
7194         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
7195         (isearch-switch-frame-handler): Comment out (unused).
7196         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
7197         (isearch-ring-retreat-edit): Doc fix.
7198         (isearch-mouse-yank): New command.
7199         (isearch-last-command-char): Removed.  Callers changed to use
7200         last-command-char.
7201         (isearch-char-to-string): Removed.  Callers changed to use
7202         char-to-string.
7204 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
7206         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
7207         option for Russian.
7209 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
7211         * faces.el (face-differs-from-default-p): Compare face
7212         attributes individually.
7214         * image.el (put-image, insert-image): Add string argument.
7216 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
7218         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
7219         LANG=de_DE.iso88591 on HPUX 11.0.
7221         * dired.el (dired-move-to-filename-regexp): Make it work
7222         for LANG=de_DE.iso88591 on HPUX 11.0.
7224 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7226         * info.el (info-initialize): Don't test existence of ALTERNATIVE
7227         if we know for some other reason it should not be used.
7229         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
7230         New variable.
7231         (edebug-recursive-edit): Save current-prefix-arg there,
7232         bind it, and set it back at the end.
7233         (edebug-outside-excursion): Restore and update the outside
7234         value of current-prefix-arg.
7235         (edebug-emacs-version-specific): Delete support for Epoch.
7237 1999-09-24  Howard Melman  <howard@silverstream.com>
7239         * imenu.el (imenu-after-jump-hook): New variable.
7240         (imenu): Run menu-after-jump-hook.
7241         (imenu-name-lookup-function): New variable.
7242         * imenu.el (imenu--in-alist): Use those variables.
7244 1999-09-24  Carsten Dominik  <cd@gnu.org>
7246         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
7247         multiple thebibliography environments.
7249         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
7250         with recentering window.
7251         (reftex-extract-bib-entries-from-thebibliography,
7252         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
7253         with multiple thebibliography environments.
7255         * textmodes/reftex-vars.el
7256         (reftex-section-levels): Function allowed as cdr.
7257         (reftex-max-section-depth) New option.
7259         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
7260         with multiple thebibliography environments.
7262 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
7264         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
7265         instead of point-min in call to delete-region.
7267 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7269         * vc.el (vc-backend-checkout): Use with-temp-file when checking
7270         out into arbitrary file names.
7272 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
7274         * language/european.el ("Turkish"): New language environment.
7276 1999-09-19  Dave Love  <fx@gnu.org>
7278         * delim-col.el: New file.
7280 1999-09-17  Richard Stallman  <rms@gnu.org>
7282         * files.el (after-find-file): When visiting a backup file,
7283         make it read-only.
7285         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
7286         (apropos-keybinding-face, apropos-label-face): Likewise.
7287         (apropos-property-face, apropos-match-face): Likewise.
7288         (apropos-label-properties): New variable.
7289         (apropos-print-doc): Use apropos-label-properties.
7290         (apropos-print): Set apropos-label-properties.
7292 1999-09-15  Richard Stallman  <rms@gnu.org>
7294         * winner.el: Use aref instead of sref.
7296         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
7298 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
7300         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
7302 1999-09-14  Richard Stallman  <rms@gnu.org>
7304         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
7305         cookie, even if followed by a letter.
7307 1999-09-14  Stephen Eglen  <stephen@gnu.org>
7309         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
7310         --no-line-editing are passed to Octave by including them here
7311         rather than storing them in inferior-octave-startup-args.
7313 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
7315         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
7316         command, option, env and sc.
7318         * subr.el (shell-quote-argument): Quote argument with double
7319         quotes for ms-dos.
7321 1999-09-14  Richard Stallman  <rms@gnu.org>
7323         * simple.el (eval-expression-print-level): New variable.
7324         (eval-expression-print-length): New variable.
7325         (eval-expression-debug-on-error): New variable.
7326         (eval-expression): Bind print-level, print-length and
7327         debug-on-error from those vars.
7329         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
7330         Bind print-level, print-length and debug-on-error.
7332 1999-09-14  Inge Frick  <inge@nada.kth.se>
7334         * dired.el (dired-recursive-deletes): New custom variable.
7335         (dired-re-no-dot): New variable.
7336         (dired-delete-file): New function deletes files and directories
7337         recursively.
7338         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
7340         * dired-aux.el (dired-recursive-copies): New custom variable.
7341         (dired-handle-overwrite): Broke a long line.
7342         (dired-copy-file): Call `dired-copy-file-recursive' instead of
7343         `copy-file'.
7344         (dired-copy-file-recursive): New function.  Copy directories
7345         recursively.
7346         (dired-do-create-files): Added support for generalized directory
7347         target.  How-to function may now return a function.  New fluid
7348         variable `dired-one-file'.
7349         (dired-copy-how-to-fn): New variable.
7350         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
7351         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
7352         (dired-do-copy-regexp): No recursive copies.
7354 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
7356         * whitespace.el (whitespace-version): Update version to 2.4
7358         * whitespace.el: Add customization variables to conditionally test
7359         any of the five whitespaces, per request from Rune Kleveland
7360         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
7362         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
7364         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
7365         list of modes to be checked for bogus whitespaces.
7367         * whitespace.el (whitespace-rescan-timer-time): Update
7368         documentation.
7370         * whitespace.el (whitespace-display-unchecked-whitespaces):
7371         New function to update modeline with untested whitespaces.
7373         * whitespace.el (whitespace-buffer): Test only whitespaces whose
7374         checking is turned on, and update modeline using the newly created
7375         `whitespace-display-unchecked-whitespaces'.
7377         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
7378         whose checking is turned on, and update modeline using the newly
7379         created `whitespace-display-unchecked-whitespaces'.
7381         * whitespace.el (whitespace-describe): Update documentation.
7383         * whitespace.el (whitespace-tickle-timer): Test if
7384         `whitespace-rescan-timer-time' is non-zero before tickling timer.
7386 1999-09-13  Dave Love  <fx@gnu.org>
7388         * hideif.el (hide-ifdef-mode): Add autoload cookie.
7390         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
7391         for temp buffer.
7392         (checkdoc-this-string-valid): Don't assume default comment-start.
7394 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
7396         * rsz-mini.el: Remove code, keep the interface.
7398 1999-09-13  Dave Love  <fx@gnu.org>
7400         * help.el (help-highlight-p): Doc fix.
7402         * faces.el (mode-line, header-line, tool-bar): Add :version.
7403         (highlight, secondary-selection): Add :group.
7404         (trailing-whitespace): Add :group, :version.
7406         * wid-edit.el: Remove some compatibility code and checks.
7407         (widget-specify-field, widget-specify-button): Don't use XEmacs
7408         properties.
7409         (widget-overlay-inactive): Change error message.
7410         (widget-button-pressed-face): New variable.
7411         (widget-button-click): Use it.
7412         (widget-documentation-link-add): Specify mouse and button faces.
7413         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
7414         removed now the functionality is built in.
7416         * cus-edit.el: Don't define-widget-keywords.
7417         (multimedia): New group.
7418         (custom-last): Function removed.
7419         (custom-quote): Add vectorp case, comment out characterp case.
7420         (custom-buffer-done-function, custom-raised-buttons): New option.
7421         (Custom-buffer-done): New function.
7422         (custom-buffer-create-internal): Obey custom-raised-buttons,
7423         Custom-buffer-done.
7424         (custom-button-face): Make it `released-button'.
7425         (custom-button-pressed-face): Make it `pressed-button'
7426         (custom-mode-map): Bind "q" to Custom-buffer-done.
7427         (custom-mode): Deal with raised/pressed buttons.
7429         Changes from Didier Verna:
7430         (custom-prompt-variable): Optional third arg makes prompt for a
7431         comment string.
7432         (customize-set-value, customize-set-variable,
7433         customize-save-variable): Optional prefix makes function handle
7434         variable comments.
7435         (customize-customized, customize-saved, custom-variable-state-set)
7436         (custom-variable-set, custom-variable-save, custom-face-state-set)
7437         (custom-variable-reset-saved, custom-variable-reset-standard)
7438         (custom-face-set, custom-face-save, custom-face-reset-saved)
7439         (custom-face-reset-standard, customize-save-customized): Handle
7440         custom comments.
7441         (custom-comment-face, custom-comment-tag-face): New face.
7442         (custom-comment): New widget.
7443         (custom-comment-create, custom-comment-delete)
7444         (custom-comment-value-set, custom-comment-show)
7445         ()custom-comment-invisible-p): New functions.
7446         (custom-variable-value-create, custom-face-value-create): Create a
7447         comment field widget.
7448         (custom-variable-menu, custom-face-menu): New entry for custom
7449         comment.
7450         (custom-face-value-create): Remove compatibility code.
7451         (custom-save-variables, custom-save-faces): Possibly save custom
7452         comments.
7454         * cus-face.el (custom-face-attributes): Simplify :underline,
7455         :overline, :inverse-video cases.  Fix up :box case (probably needs
7456         more work).
7458         Change from Didier Verna:
7459         (custom-set-faces): The arguments can now have a custom comment as
7460         fourth argument.
7462         * custom.el: Don't define-widget-keywords.
7463         Change from Didier Verna:
7464         (custom-set-variables): The arguments can now have a
7465         custom comment as fifth element.
7467 1999-09-13  Richard Stallman  <rms@gnu.org>
7469         * info.el (Info-find-node): Cope better if guesspos is too large.
7471 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
7473         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
7474         of buffer-substring because buffer-string doesn't copy the
7475         prompt.
7477         * faces.el (mode-line): Replaces `modeline'.
7478         (toplevel): Make `modeline' an alias for `mode-line'.
7480 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
7482         * gs.el: Change `ghostscript' to `postscript' in comment.
7484 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
7486         * emulation/tpu-edt.el (tpu-version): New version.
7487         (tpu-search-overlay, tpu-replace-overlay): New variables.
7488         (tpu-search-highlight, tpu-toggle-direction): New functions.
7489         (tpu-lm-replace): Set tpu-replace-overlay.
7490         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
7491         command hook.
7493 1999-09-11  Richard Stallman  <rms@gnu.org>
7495         * isearch.el (isearch-mode-map): Undo previous change.
7497         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
7498         use all of that as the sexp.
7500         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
7501         and use the initial argument as file name directly.
7502         Likewise if nothing matches.
7504 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
7506         * winner.el: Major changes.  Avoid changing point and mark.
7507         Save configurations after they change, not before.
7509 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
7511         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
7512         Bind print-continuous-numbering and print-number-table.
7514 1999-09-10  Dave Love  <fx@gnu.org>
7516         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
7518 1999-09-09  Richard Stallman  <rms@gnu.org>
7520         * whitespace.el: Finish making it fit Emacs conventions.
7521         Add autoloads.
7523 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
7525         * generic-x.el (bat-generic-mode): "::"-style comments don't
7526         need to begin with "-".  Fix the font-lock definitions of ON/OFF
7527         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
7528         from the list of keywords.  Add DO to the list of keywords.
7530 1999-09-09  Dave Love  <fx@gnu.org>
7532         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
7533         (byte-optimize-backward-word): New optimizations.
7534         (side-effect-free-fns, side-effect-and-error-free-fns): Add
7535         entries.
7537 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
7539         * image.el (put-image): Remove optional buffer parameter.
7541         * faces.el (face-italic-p): Return t only for values `italic'
7542         and `oblique'.
7544         * mouse.el (mouse-drag-mode-line-1): Extension of former
7545         mouse-drag-mode-line that also drags the header line.
7546         (mouse-drag-mode-line): Call it.
7547         (mouse-drag-header-line): New.
7548         (toplevel): Bind down-mouse-1 on header lines to
7549         mouse-drage-header-line.
7551 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
7553         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
7554         (make-mode-line-mouse-sensitive): Replace `top-line' by
7555         `header-line'.
7557 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
7559         * help.el (describe-function-1): Don't return empty string for keymaps.
7561         * fill.el (fill-region-as-paragraph, canonically-space-region):
7562         Respect colon-double-space at end of line.
7564 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
7566         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
7567         (backup-buffer): Use it.
7569 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
7571         * generic-x.el (generic-define-unix-modes): Added new modes:
7572         inetd-conf-generic-mode, etc-services-generic-mode,
7573         etc-passwd-generic-mode.  These are all defined for Unix by default.
7574         (apache-generic-mode): Use an imenu-generic-expression to list
7575         Configuration keywords.
7576         (samba-generic-mode): Use both ; and # as comment characters.
7577         (samba-generic-mode): Font-lock expressions now highlight name
7578         value pairs.
7579         (bat-generic-mode): Keywords are now case-insensitive through
7580         font-lock-defaults setting.
7581         (java-properties-generic-mode): Supports both ! and # as comment
7582         characters.
7583         (java-properties-generic-mode): Added an imenu-generic-expression
7584         (java-properties-generic-mode): Reworked to support the various
7585         different ways to separate name and value (viz, '=', ':' and
7586         whitespace).
7587         (show-tabs-generic-mode): Added this new generic-mode.
7589 1999-09-08  Richard Stallman  <rms@gnu.org>
7591         * progmodes/inf-lisp.el: Moved from top directory.
7593         * tar-mode.el (tar-header-block-tokenize):
7594         Use `when' instead of `and'.  Fix some clobbered text.
7596         * gud.el (gud-make-debug-menu): Make a child for the
7597         local menu, for its menu bar, and the debug menu.
7598         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
7599         Use the history in the simple way.
7601 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
7603         * language/korea-util.el (default-korean-keyboard): Initialize it
7604         according to the environment variable HANGUL_KEYBOARD_TYPE.
7606 1999-09-07  Richard Stallman  <rms@gnu.org>
7608         * subr.el (make-temp-file): New function.
7610 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
7612         * font-lock.el (font-lock-multiline): New text property contains
7613         a boolean to indicate if the char is part of a multiline match.
7614         (font-lock-default-fontify-region): Extend the region appropriately
7615         for multiline keywords.
7616         (font-lock-default-unfontify-region): Also remove the new
7617         font-lock-multiline text property.
7618         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
7619         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
7621 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7623         * diary-lib.el (list-diary-entries): Make sure two-digit years
7624         have leading zeros.
7626 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
7628         * faces.el (face-set-after-frame-default): Initialize some
7629         attributes of some faces from frame parameters.
7631         * faces.el (scroll-bar, border, cursor, mouse): New faces.
7633 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
7635         * faces.el (fringe): Replaces face `margin'.
7637 1999-09-07  Dave Love  <fx@gnu.org>
7639         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
7641 1999-09-07  Richard Stallman  <rms@gnu.org>
7643         * subr.el (push): Doc fix.
7645 1999-09-06  Richard Stallman  <rms@gnu.org>
7647         * vc.el (vc-annotate-display): Use < 69 not < 70
7648         to distinguish 20YY from 19YY.
7650         * timezone.el (timezone-parse-date): Use < 69 not < 70
7651         to distinguish 20YY from 19YY.
7653         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
7655 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
7657         * quickurl.el: (quickurl-list-focused-line): Removed.
7658         (quickurl-list-insert): Now works out the focused line using
7659         `count-lines' instead of using `quickurl-list-focused-line'.
7661 1999-09-06  Richard Stallman  <rms@gnu.org>
7663         * mail/rmail.el (rmail-retry-failure): Unconditionally move
7664         to beginning of message.
7666 1999-09-06  Dave Love  <fx@gnu.org>
7668         * isearch.el (isearch-mode-map): Add mouse-2.
7670         * mail/rmail.el (rmail-read-password): Deleted.
7671         (rmail-get-pop-password): Use read-password.
7673         * quickurl.el: Don't conditionally define caddr.
7674         (quickurl-url-comment): Use nth, not caddr in function and
7675         defsetf.
7677 1999-09-06  Richard Stallman  <rms@gnu.org>
7679         * auto-show.el: Doc fixes.
7681 1999-09-06  Stephen Eglen  <stephen@gnu.org>
7683         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
7684         --no-line-editing so that TABs in source files are not interpreted
7685         as completion requests.
7687 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
7689         * hscroll.el, auto-show.el: Remove all code, keep the public
7690         interface as no-ops.
7692         * faces.el (face-bold-p): Don't return t if face has lighter
7693         weight than normal.
7695 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
7697         * startup.el (command-line): Make small-temporary-file-directory
7698         be nil except on ms-dos.
7700         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
7702         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
7703         is defined.
7705         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
7706         letters with a colon after d or l.
7708 1999-09-06  Dave Love  <fx@gnu.org>
7710         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
7711         primitive.)
7713 1999-09-05  Richard Stallman  <rms@gnu.org>
7715         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
7717         * textmodes/paragraphs.el (backward-kill-sentence):
7718         Don't test minibuffer-prompt-end here.
7719         (forward-sentence): Do handle it here.
7720         (backward-kill-paragraph): Don't test it here.
7721         (forward-paragraph): Handle it here.
7723         * mouse.el (font-menu-add-default): Simplify code.
7725 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
7727         * faces.el (header-line): Renamed from `top-line'.
7729 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
7731         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
7733 1999-09-04  Richard Stallman  <rms@gnu.org>
7735         * whitespace.el: New file.
7737 1999-09-04  Dave Love  <fx@gnu.org>
7739         * paths.el: Make some doc strings obey the make-docfile convention.
7741         * bindings.el: Likewise.
7742         (debug-ignored-errors): Remove BBDB ones.
7744 1999-09-03  Richard Stallman  <rms@gnu.org>
7746         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
7747         not from the draft to forward.
7749         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
7751 1999-09-03  Dave Love  <fx@gnu.org>
7753         * double.el (double-mode): Customize the variable.
7755 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
7757         * international/characters.el: Delete duplicated code.
7759 1999-09-02  Richard Stallman  <rms@gnu.org>
7761         * indent.el (indent-relative): Doc fix.
7763         * quickurl.el (quickurl): Doc fix.
7765 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
7767         * faces.el (margin): Change background to "gray" for mono (this is
7768         drawn with a stipple pattern).
7770 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
7772         * simple.el (next-history-element): Use minibuffer-prompt-end once
7773         again.  Remove test for minibuffer-prompt-in-buffer.
7775 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
7777         * files.el (small-temporary-file-directory): New variable.
7779         * startup.el (command-line): Compute the value of
7780         small-temporary-file-directory.
7782         * ediff-init.el (ediff-temp-file-prefix): Use
7783         small-temporary-file-directory if non-nil.
7785         * vc.el (vc-update-change-log): Likewise.
7787         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
7789         * simple.el (shell-command, shell-command-on-region): Use
7790         make-temp-name properly.  Use small-temporary-file-directory if
7791         non-nil, otherwise temporary-file-directory, to generate temporary
7792         files.
7794         * dos-w32.el (direct-print-region-helper): Use
7795         temporary-file-directory.  (From Stefan Monnier.)
7797 1999-09-02  Richard Stallman  <rms@gnu.org>
7799         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
7800         from asm-comment-char.
7801         (asm-font-lock-keywords): Recognize instruction width suffixes.
7803 1999-09-01  Richard Stallman  <rms@gnu.org>
7805         * play/fortune.el: New file.
7807 1999-08-31  Dave Love  <fx@gnu.org>
7809         * help.el (help-make-xrefs): Don't lose on non-empty blank line
7810         after key table.
7812         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
7813         redisplay variables.
7815         * subr.el (push): Fix typo.
7817 1999-08-30  Kevin Blake  <kblake@ticnet.com>
7819         * emacs-lisp/ring.el: Many doc fixes.
7820         (ring-size, ring-copy): New functions.
7822 1999-08-29  Richard Stallman  <rms@gnu.org>
7824         * progmodes/etags.el (tags-loop-continue):
7825         After tags-loop-operate returns, force skip to next file.
7827         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
7828         (mail-extr-first-letters, mail-extr-last-letters):
7829         Use character classes [:alpha:] and [:alnum:].
7831         * subr.el (push, pop): New macros.
7833         * progmodes/compile.el (compilation-error-regexp-alist):
7834         New item for SGI IRIX MipsPro compilers.
7836         * speedbar.el (speedbar-directory-buttons): Recognize
7837         device names when checking for file names.
7839         * array.el (array-reconfigure-rows): Use generate-new-buffer.
7841         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
7842         and specially handle defvar inside their expansions.
7843         (eval-defun-1): New subroutine.
7845         * progmodes/compile.el (compilation-error-regexp-alist):
7846         Fix the Perl -w entry to allow period after line number.
7847         Don't allow newlines in file name, but allow them after line number
7848         for Perl debugging traces.
7850         * which-func.el (which-func-cleanup-function): New variable.
7851         (which-function): Call that function.
7853         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
7854         to end a function name.
7856         * informat.el (Info-tagify): Don't insert more than one newline
7857         before the tag table.
7859 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
7861         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
7862         than make-temp-name, use match-string-no-properties, and eliminate
7863         a quadratic behavior when building bibtex-strings.
7865 1999-08-29  Alex Schroeder  <alex@gnu.org>
7867         * comint.el (comint-input-ring-separator): New variable.
7868         (comint-read-input-ring): Doc change; use
7869         comint-input-ring-separator when reading file.
7870         (comint-write-input-ring): Use
7871         comint-input-ring-separator when writing file.
7873 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
7875         * informat.el (Info-tagify): Start by widening.
7876         Match node headers that don't list the file name,
7877         and more kinds of page separations.
7878         Strip properties during tagification.
7879         Use start of node header line as tag's position.
7880         Fix the "done" message.
7882         (Info-validate): Save and restore match data around narrowing down.
7884 1999-08-28  Richard M. Stallman  <rms@gnu.org>
7886         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
7887         On repeated call, override previous values put into
7888         minor-mode-map-alist and minor-mode-alist.
7890 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
7892         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
7894 1999-08-27  Andreas Schwab  <schwab@gnu.org>
7896         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
7897         from cvs update.
7899 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7901         * calendar/calendar.el (calendar-move-hook): New hook.
7903         * calendar/cal-move.el: Call the new hook in every movement function.
7905         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
7906         the right function name.
7908 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
7910         * time-stamp.el: Put quote-backquote around all symbol names
7911         in doc strings, for mousing.
7912         (time-stamp): Support multi-line patterns.
7913         (time-stamp-inserts-lines): New variable.
7914         (time-stamp-count): New variable.
7915         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
7916         "Thu" instead of "%a".
7918 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
7920         * simple.el (kill-word): Undo previous change.
7922 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
7924         * jit-lock.el (jit-lock-function): Extend the fontified range
7925         to the beginning of the line containing the range start and
7926         the beginning of the line following the range end.
7928 1999-08-24  Dave Love  <fx@gnu.org>
7930         * timezone.el: Move provide to end.
7931         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
7932         <70 are 2000+.
7933         (timezone-parse-time): Simplify somewhat.
7935 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
7937         * faces.el (margin): Renamed from bitmap-area.
7939 1999-08-24  Alex Schroeder  <alex@gnu.org>
7941         * sql.el: Doc changes.
7942         (sql-sybase): Use sql-server instead of sql-database.
7944 1999-08-23  Dave Love  <fx@gnu.org>
7946         * rect.el: Add/fix various doc strings.  Add `*' to all the
7947         interactive specs.
7949 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
7951         * jit-lock.el (jit-lock-function): Use line-beginning-position.
7952         Don't unwind-protect font-lock-fontify-region.
7954         * paragraphs.el (backward-kill-paragraph): Don't move
7955         point into mini-buffer prompt.
7956         (backward-kill-sentence): Ditto.
7958         * simple.el (next-history-element): Use minibuffer-prompt-end.
7959         Remove test for minibuffer-prompt-in-buffer.
7960         (kill-word): Don't move point into mini-buffer prompt.
7962 1999-08-21  Dave Love  <fx@gnu.org>
7964         * Makefile: Exclude CVS dirs like RCS.
7966 1999-08-19  Dave Love  <fx@gnu.org>
7968         * tooltip.el (tooltip-mode): Customize this, per convention.
7969         (tooltip-active): Option deleted.
7971         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
7973         * hanoi.el, page-ext.el: Declare dynamic vars.
7975         * term.el: Avoid ange-ftp related compilation warnings.
7977 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
7979         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
7980         the default so that beginners can benefit from it without
7981         searching in manuals.
7983 1999-08-18  Ray Blaak  <blaak@gnu.org>
7985         * progmodes/delphi.el: Consider assembly sections as blocks, to
7986         indent them better. Make auto-indent on newline optional.
7988 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
7990         * bindings.el (mode-line-modified): Look up key binding for C-x
7991         C-q.  If it's bound call that binding, otherwise call
7992         toggle-read-only.
7994 1999-08-17  Dave Love  <fx@gnu.org>
7996         * info.el (info): Doc fix.
7998         * finder.el (finder-known-keywords): Add `multimedia'.
8000         * apropos.el: Don't capitalize custom group name.
8002         * info-look.el: Remove compatibility code.
8003         (info-lookup-guess-default*): DTRT for point at start of symbol.
8004         (info-complete): Don't lose with point not at end of symbol.
8006 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
8008         * term.el (toplevel): Make face `term-default' an empty face.
8009         The code relied on the fact that Emacs ignored invalid faces in
8010         face text properties in 20.4.
8012 1999-08-16  Richard M. Stallman  <rms@gnu.org>
8014         * subr.el (point-at-eol, point-at-bol): New aliases.
8016         * simple.el: Functions reordered.
8018         * rect.el (delete-rectangle-line): Use line-end-position.
8020 1999-08-16  Karl Heuer  <kwzh@gnu.org>
8022         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
8023         here from simple.el.
8025 1999-08-16  Dave Love  <fx@gnu.org>
8027         * mouse.el: Provide `mldrag' for compatibility.
8028         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
8029         marked obsolete.
8031         * mldrag.el: Removed since the features are in mouse.el.
8033         * jka-compr.el (auto-compression-mode): New variable for
8034         customization.
8036         * bindings.el (mode-line-mule-info): Doc fix.
8038         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
8039         name comparisons.
8041         * files.el (interpreter-mode-alist): Add make, guile, clisp.
8042         (find-file): Doc fix.
8044 1999-08-16  Carsten Dominik  <cd@gnu.org>
8046         * textmodes/reftex.el: Most of the code moved to other files.
8047         * textmodes/reftex-auc.el: New file, split out from reftex.el
8048         * textmodes/reftex-cite.el: New file, split out from reftex.el
8049         * textmodes/reftex-global.el: New file, split out from reftex.el
8050         * textmodes/reftex-index.el: New file, split out from reftex.el
8051         * textmodes/reftex-parse.el: New file, split out from reftex.el
8052         * textmodes/reftex-ref.el: New file, split out from reftex.el
8053         * textmodes/reftex-sel.el: New file, split out from reftex.el
8054         * textmodes/reftex-toc.el: New file, split out from reftex.el
8055         * textmodes/reftex-vars.el: New file, split out from reftex.el
8056         * textmodes/reftex-vcr.el: New file, split out from reftex.el
8058 1999-08-16  Carsten Dominik  <cd@gnu.org>
8060         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
8061         conflict with pop-up-frames.
8062         (reftex-special-environment-parsers): New constant.
8063         (reftex-label-alist): car of an entry can also be a function.
8064         (reftex-what-special-env): Cew function.
8065         (reftex-label-location): Call `reftex-what-special-env'.
8066         (reftex-compile-variables): Check for symbol in
8067         `reftex-label-alist'.
8068         (reftex-what-environment): Fixed bug with stacked environments of
8069         same kind (e.g. enumerate).
8070         (reftex-process-string): Preserve default directory.
8071         (reftex-label-alist-builtin): Changed prefixes of endnote and
8072         footnote.  Also the magic words.
8073         (reftex-reference): Interprete new option
8074         `reftex-fref-is-default'.
8075         (reftex-replace-prefix-escapes): Interprete new `%S' format.
8076         (reftex-toc-mouse-view-line): Command removed (had no binding).
8077         (reftex-everything-regexp): New function.
8078         (reftex-nearest-match): Made better.
8079         (reftex-toc-find-section): Use new version of
8080         `reftex-nearest-match'.
8081         (reftex-insert-docstruct): Adapted to work with the index stuff.
8082         (reftex-parse-from-file): Find index entries as well.
8083         (reftex-toc-toggle-index): New function
8084         (reftex-toc-map): `i' is now used to togle the index, File
8085         boundaries has been moved to `F'.
8086         (reftex-select-label-map): Toggling display of file boundaries is
8087         now on the `F' key, for consistency with `reftex-toc-map'.
8088         (reftex-erase-all-selection-and-index-buffers): Renamed from
8089         `reftex-erase-all-selection-buffer'.  Now also kills the index
8090         buffers.
8091         (reftex-viewing-cross-references): Customization group renamed
8092         from reftex-viewing-cross-references-and-citations.
8093         (reftex-index-macro-regexp,
8094         reftex-find-index-entry-regexp-format): New variables
8095         (reftex-macros-with-index): New variable
8096         (reftex-add-index-macros): New function
8097         (reftex-renumber-simple-labels, reftex-translate): Allow for
8098         multiple labels in a single ref command.
8099         (reftex-index-support): New customization group
8100         (reftex-support-index, reftex-index-special-chars,
8101         reftex-index-macros, reftex-index-default-macro,
8102         reftex-index-default-tag, reftex-index-math-format,
8103         reftex-index-section-letters, reftex-index-include-context,
8104         reftex-index-follow-mode, reftex-index-header-face,
8105         reftex-index-section-face, reftex-index-tag-face,
8106         reftex-index-face): New options
8107         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
8108         reftex-index-tag, reftex-index-return-marker,
8109         reftex-index-restriction-indicator, reftex-index-restriction-data,
8110         reftex-index-macro-regexp, reftex-index-level-re,
8111         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
8112         reftex-everything-regexp-no-index, reftex-index-re,
8113         reftex-macros-with-index, reftex-index-macro-alist): New variables
8114         (reftex-index-help, reftex-index-macros-builtin,
8115         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
8116         reftex-query-index-macro-help): New constants
8117         (reftex-index-selection-or-word, reftex-index,
8118         reftex-default-index, reftex-update-default-index,
8119         reftex-index-complete-tag, reftex-index-select-tag,
8120         reftex-index-complete-key, reftex-index-update-taglist,
8121         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
8122         reftex-display-index, reftex-insert-index,
8123         reftex-index-insert-new-letter, reftex-get-restriction,
8124         reftex-index-pre-command-hook, reftex-index-post-command-hook,
8125         reftex-index-show-help, reftex-index-next, reftex-index-previous,
8126         reftex-index-toggle-follow, reftex-index-toggle-context,
8127         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
8128         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
8129         reftex-index-quit, reftex-index-quit-and-kill,
8130         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
8131         reftex-index-revert, reftex-index-switch-index-tag,
8132         reftex-index-restrict-to-section, reftex-index-widen,
8133         reftex-index-restriction-forward,
8134         reftex-index-restriction-backward, reftex-index-visit-location,
8135         reftex-index-analyze-entry, reftex-index-globalize,
8136         reftex-index-edit, reftex-index-toggle-range-beginning,
8137         reftex-index-toggle-range-end, reftex-index-edit-key,
8138         reftex-index-edit-attribute, reftex-index-edit-visual,
8139         reftex-index-edit-part, reftex-index-level-down,
8140         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
8141         reftex-index-change-entry, reftex-index-goto-letter,
8142         reftex-add-index-macros, reftex-ensure-index-support,
8143         reftex-index-info-safe, reftex-index-info): New functions.
8146 1999-08-15  Richard M. Stallman  <rms@gnu.org>
8148         * paren.el (show-paren-mode): Support making show-paren-mode
8149         a buffer-local variable.  Don't check for a window system.
8150         (show-paren-function): Check whether show-paren-function is
8151         enabled in current buffer; do the right thing if not.
8152         Don't check for a window system.
8153         (show-paren-mode): Make it a user variable.
8155         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
8156         Handle `enum' like `struct'.
8158         * server.el (server-process-filter): If a client visits no buffers,
8159         close it immediately before recording it.
8161         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
8162         Optimize by calling concat just once.  Handle =\n sequence.
8163         (mail-unquote-printable-region): New command.
8164         (mail-quote-printable): Make it autoload.
8166 1999-08-15  Karl Heuer  <kwzh@gnu.org>
8168         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
8170 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
8172         * lisp/texinfmt.el: Handle @ifnottex.
8174 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
8176         * frame.el (blink-cursor): Don't turn on cursor blinking for
8177         ms-dos.
8179         * faces.el (face-valid-attribute-values): Look in
8180         x-bitmap-file-path only for x and w32 window systems.
8182         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
8183         Do that if width is nil as well.
8184         (x-display-mm-height, x-display-mm-width): Update values.
8185         (x-colors): Compute the list from msdos-color-values.
8186         (x-select-enable-clipboard): Doc fix.
8187         (x-frob-font-weight, x-font-family-list): New functions.
8189 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
8191         * window.el (shrink-window-if-larger-than-buffer): Don't try to
8192         back up from beginning of buffer.
8194 1999-08-13  Karl Heuer  <kwzh@gnu.org>
8196         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
8198 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
8200         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
8201         doomsday clock, speed control is added and changes are made to
8202         allow large numbers of rings: rings now show the whole ring
8203         number, not just the last digit; consecutive rings are allowed to
8204         be the same size when necessary to fit all the rings in the
8205         window; and poles can be oriented horizontally.  Face support is
8206         thrown in gratuitously.
8207         (hanoi): Changed default number of rings back to 3.
8208         (hanoi-unix, hanoi-unix-64): New commands
8209         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
8210         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
8211         hanoi-odd-ring-face): New variables.
8212         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
8213         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
8214         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
8215         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
8216         (hanoi-topos, hanoi-draw-ring): Removed.
8218 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
8220         * faces.el (face-valid-attribute-values): Return an alist for
8221         families on ttys.
8222         (face-read-integer): Handle unspecified face attributes.  Add
8223         completion for `unspecified'.
8224         (read-face-attribute): Handle unspecified font attributes.
8225         (face-valid-attribute-values): Add `unspecified' to lists so that
8226         it can be chosen via completion.
8227         (face-read-string): Don't recognize "none" as input.
8229 1999-08-10  Dave Love  <fx@gnu.org>
8231         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
8232         string.
8234         * sun-curs.el: Require sun-fns.
8236 1999-08-10  Dave Love  <fx@gnu.org>
8238         * autorevert.el (auto-revert-mode): Add autoload cookie.
8240         * hscroll.el, auto-show.el: Files deleted -- we have built-in
8241         hscroll.
8243         * simple.el (hscroll-step, hscroll-point-visible)
8244         (hscroll-window-column): Remove now we have the mentioned real
8245         horizontal autoscrolling.
8247 1999-08-10  Richard M. Stallman  <rms@gnu.org>
8249         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
8250         control use of -f option.
8251         (mail-specify-envelope-from): New variable.
8252         (mail-from-style): Doc fix.
8254         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
8255         (easy-menu-get-map): New arg TO-MODIFY helps choose
8256         between local and global maps.
8257         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
8258         (easy-menu-change): Doc fix.
8260         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
8261         (info-lookup-guess-default): Simplified and cleaned up.
8262         (info-lookup-guess-default*): Preserve point.
8264         * view.el (view-mode-disable): If buffer-read-only is nil,
8265         don't change it.
8267         * files.el (after-find-file): Disable View mode if buffer is no
8268         longer read-only.
8270         * view.el (view-mode-enable, view-mode-disable):
8271         Call force-mode-line-update.
8273 1999-08-10  Karl Heuer  <kwzh@gnu.org>
8275         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
8276         * array.el, play/landmark.el, international/latin-3.el: Likewise.
8277         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
8279 1999-08-10  Alex Schroeder  <asc@bsiag.com>
8281         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
8282         to prevent m-eating-bug.
8284 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
8286         * term/pc-win.el (msdos-bg-mode): Remove.  Call
8287         frame-set-background-mode instead.  All callers changed.
8288         (msdos-face-setup): Don't force color display parameter, it is set
8289         by frame-set-background-mode.
8290         (make-msdos-frame): Call x-handle-reverse-video and
8291         face-set-after-frame-default.  Delete frame if creation failed.
8293         * faces.el (face-set-after-frame-default): Don't call
8294         make-face-x-resource-internal for the pc window-system.
8296 1999-08-10  Dave Love  <fx@melange.gnu.org>
8298         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
8299         case with no docstring specially.
8301 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
8303         * complete.el (PC-do-completion): If completing on file name,
8304         reproduce str by concatenating its directory and basename parts.
8306 1999-08-07  Dave Love  <fx@gnu.org>
8308         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
8309         unibyte to multibyte conversion of search-forward (from Handa),
8310         but avoid the replacement if the language is Latin-N.
8312 1999-08-06  Richard Stallman  <rms@gnu.org>
8314         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
8315         of eval-buffer.
8317         * international/mule.el (load-with-code-conversion):
8318         Pass t to eval-buffer for DO-ALLOW-PRINT.
8320 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
8322         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
8323         of filenames and attributes.
8324         (ls-lisp-insert-directory): Use directory-files-and-attributes
8325         for speed.
8327 1999-08-05  Dave Love  <fx@gnu.org>
8329         * auto-show.el (auto-show-mode): Fix :set.
8331         * widget.el (define-widget-keywords): Make dummy definition and
8332         comment-out its use.
8334 1999-08-04  Richard Stallman  <rms@gnu.org>
8336         * progmodes/tcl.el: Customized.
8338         * sql.el (sql-accumulate-and-indent): Instead of testing
8339         whether this is Emacs 20 before calling comint-accumulate,
8340         test whether comint-accumulate is defined.
8342 1999-08-04  Dave Love  <fx@gnu.org>
8344         * sgml-mode.el: Require outline when compiling.
8345         (sgml-mode-hook, html-mode-hook): Customize.
8346         (sgml-validate-command): Fix :version.
8347         (html-autoview-mode): Doc fix.
8349         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
8350         nothing in Latin-N environment.
8352         * info.el (Info-find-node): Call info-initialize here.
8353         (info): Not here.
8354         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
8356 1999-08-04  Richard Stallman  <rms@gnu.org>
8358         * ansi-color.el: New file.
8360 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
8362         * dired.el (dired-string-replace-match): Return `nil' when no match
8363         found with global search.
8365         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
8366         * terminal.el (te-terminfo-directory):
8367         * mail/mailpost.el (post-mail-send-it):
8368         * mail/metamail.el (metamail-region):
8369         * progmodes/ada-mode.el (ada-tmp-directory):
8370         Use temporary-file-directory.
8372         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
8373         (compilation-filter, compilation-forget-errors)
8374         (compilation-parse-errors): Use a marker instead of an integer for
8375         `compilation-parsing-end'.
8377         * progmodes/diff.el (diff-parse-differences):
8378         Use a marker instead of an integer for `compilation-parsing-end'.
8379         * textmodes/tex-mode.el (tex-compilation-parse-errors):
8380         Use a marker instead of an integer for `compilation-parsing-end'.
8382 1999-08-03  Richard Stallman  <rms@gnu.org>
8384         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
8385         (Buffer-menu-mode): Doc fix.
8386         (Buffer-menu-view): New command.
8387         (Buffer-menu-view-other-window): New command.
8389 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
8391         * replace.el (query-replace-regexp-eval)
8392         (replace-eval-replacement, replace-loop-through-replacements)
8393         (replace-match-string-symbols): New functions.
8394         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
8395         Use replace-loop-through-replacements.
8397 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
8399         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
8400         (5x5): Doc fix.
8402 1999-08-03  Dave Love  <fx@gnu.org>
8404         * fortran.el (fortran-indent-new-line): Make it an alias
8405         for reindent-then-newline-and-indent.
8407 1999-08-03  Didier Verna  <verna@inf.enst.fr>
8409         * rect.el: All functions rewritten, except when noted above
8410         their declaration.  Below is a list of interface changes.
8411         (apply-on-rectangle): New function, mostly replaces
8412         `operate-on-rectangle'.  All callers changed.
8413         (move-to-column-force): Pass new second argument to `move-to-column'.
8414         (kill-rectangle): Added optional prefix arg to fill lines.
8415         (delete-rectangle): Ditto.
8416         (delete-whitespace-rectangle): Ditto.
8417         (delete-extract-rectangle): Ditto.
8418         (open-rectangle): Ditto.
8419         (clear-rectangle): Ditto.
8420         (delete-whitespace-rectangle-line): New function.
8421         (delete-rectangle-line): Added third arg FILL.
8422         (delete-extract-rectangle-line): Ditto.
8423         (open-rectangle-line): Ditto.
8424         (clear-rectangle-line): Ditto.
8426 1999-08-03  Ray Blaak  <blaak@gnu.org>
8428         * progmodes/delphi.el: New file.
8430 1999-08-02  Richard Stallman  <rms@gnu.org>
8432         * textmodes/outline.el (outline-previous-heading): New function.
8433         (outline-up-heading-all): Use outline-previous-heading.
8434         (outline-next-heading): Delete definition inserted yesterday.
8436 1999-08-01  Richard Stallman  <rms@gnu.org>
8438         * textmodes/outline.el (outline-next-heading): New function.
8439         (outline-up-heading-all): New function.
8440         (outline-font-lock-level): Using outline-up-heading-all.
8441         Tell outline-back-to-heading to accept invisible headings.
8443         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
8445         * mail/mh-utils.el (mh-find-path-run): New variable.
8446         (mh-find-path): Test and set that.
8447         Set mail-user-agent only the first time this function is run.
8448         (mail-user-agent): Defvar deleted.
8450         * info.el (info-initialize): New function.
8451         (info): Call info-initialize.
8452         (Info-directory-list): Initialize to nil,
8453         so info-initialize will set it up for real.
8455 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8457         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
8458         does not interpret a time as the year in a day-month entry.
8460         * calendar/diary-lib.el: Change syntax table entry for colon in
8461         the diary as part of the european-date-diary-pattern fix.
8463 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
8465         * international/mule.el (set-auto-coding): Allow whitespace before
8466         and after the "variable: value" pair.
8468 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
8470         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
8471         (default-sendmail-coding-system): Doc-string fixed.
8473 1999-07-30  Dave Love  <fx@gnu.org>
8475         * subr.el (assoc-delete-all): New function, renamed from
8476         frame-delete-all.
8478         * frame.el: Change comments to doc strings and other doc fixes.
8479         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
8480         Callers changed.
8481         (set-background-color, set-foreground-color, set-cursor-color)
8482         (set-mouse-color, set-border-color): Offer completion of colours.
8483         (cursor): Add :version to defgroup.
8485         * facemenu.el (list-colors-display): Make it work on ttys.
8486         (facemenu-read-color): Likewise.
8488 1999-07-30  Richard M. Stallman  <rms@gnu.org>
8490         * frame.el (frame-notice-user-settings): If background
8491         color has been changed, update background-mode from it,
8492         then update faces.
8494 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
8496         * net-utils.el (finger): Don't do indirect fingering.
8498 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8500         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
8501         rules.  Add separator at end of holidays.
8502         (cal-tex-rules): New customizable variable.
8503         (cal-tex-latexify-list): Add optional parameter to put separator
8504         at end.
8506 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
8508         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
8509         fill prefix on each line while looping to the end of paragraph.
8510         End paragraph if it's longer than the existing fill prefix.
8512         * textmodes/fill.el (fill-context-prefix): Doc fix.
8514 1999-07-30  Dave Love  <fx@gnu.org>
8516         * font-lock.el (jit-lock): Fix :load, add :version.
8518 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
8520         * term/pc-win.el (msdos-face-setup): Register standard colors in
8521         Vface_tty_color_alist.
8522         (face-color-supported-p, face_color_gray_p): New functions.
8524         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
8525         is bound.
8527         * startup.el (command-line): Don't register default colors for
8528         MSDOS window-system.
8530 1999-07-29  Dave Love  <fx@gnu.org>
8532         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
8533         charquote.
8535         * lisp-mode.el (eval-defun): Re-written to avoid
8536         capturing variables.
8538         * picture.el (picture-beginning-of-line): Don't call
8539         hscroll-point-visible now we have real autoscrolling.
8540         (picture-end-of-line, picture-newline, picture-open-line):
8541         Likewise.
8543         * international/latin-8.el: New file.
8544         * international/latin-9.el: New file.
8546 1999-07-28  Dave Love  <fx@gnu.org>
8548         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
8550         * msb.el: Require cl only when compiling.
8551         (msb--home-dir): Deleted.
8552         (msb--format-title): Use abbreviate-file-name.
8553         (msb--choose-file-menu): Simplify string comparison.
8555 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
8557         * faces.el (toolbar): Add face definition for mono displays.
8559 1999-07-27  Richard M. Stallman  <rms@gnu.org>
8561         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8563         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
8564         force copying of default-frame-alist.
8566 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
8568         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
8570 1999-07-26  Richard M. Stallman  <rms@gnu.org>
8572         * frame.el (set-mouse-color): If new color is nil,
8573         really respecify the current color.
8575 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
8577         * faces.el (bitmap-area): Change background of face `bitmap-area'
8578         to white for mono displays.
8580 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
8582         * international/ccl.el (ccl-embed-symbol): New function.
8583         (ccl-program-p): Deleted.  Now it's implemented in C code.
8584         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
8585         (ccl-compile-translate-character): Likewise.
8586         (ccl-compile-map-single): Likewise.
8587         (ccl-compile-multiple-map-function): Likewise.
8588         (declare-ccl-program): Doc-string modified.
8589         (check-ccl-program): Check compiled CCL code by ccl-program-p.
8591 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
8593         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8595 1999-07-25  Markus Rost  <rost@gnu.org>
8597         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
8598         the entries to make custom-file more readable.
8600 1999-07-25  Richard M. Stallman  <rms@gnu.org>
8602         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
8604         * emacs-lisp/edebug.el: Delete compatibility code.
8605         (edebug-next-token-class): If . is followed by a digit,
8606         return `symbol' for the token class.
8608         * startup.el (command-line): If we don't find the user's init file,
8609         set user-init-file to nil.
8611 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8613         * info-look.el (info-lookup-interactive-arguments): Add optional
8614         argument query for new choice of help mode.
8615         (info-lookup-symbol):  Use it.
8616         (info-lookup-file): Ditto.
8617         (info-lookup): Don't switch to other window, if already in Info
8618         buffer.
8620 1999-07-23  Dave Love  <fx@gnu.org>
8622         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
8623         syntax.
8624         (fortran-fontify-string, fortran-match-!-comment): Deleted.
8625         (fortran-font-lock-syntactic-keywords): New variable.
8626         (fortran-mode): Use it.
8627         (fortran-font-lock-keywords-1): Don't do comments.
8628         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
8629         match data.
8631         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
8633         * msb.el (msb-menu-bar-update-buffers): Renamed from
8634         menu-bar-update-buffers.
8635         (msb-custom-set, msb--toggle-menu-type): Call
8636         msb-menu-bar-update-buffers.
8637         (msb-mode): Revise the hook setting.
8639         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
8641 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
8643         * font-lock.el, help.el, simple.el: Re-integrate previously
8644         described changes that were lost due to errors while checking them
8645         in.
8647 1999-07-23  Kevin Blake  <kblake@ticnet.com>
8649         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
8651 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
8653         * international/encoded-kb.el
8654         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
8655         but push it to unread-command-events.
8656         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
8657         (encoded-kbd-self-insert-sjis): Likewise.
8658         (encoded-kbd-self-insert-big5): Likewise.
8660         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
8661         before left margin and fill-prefix by fill-find-break-point.
8663 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8665         * info-look.el (info-lookup-setup-mode): Don't give up, if
8666         info-lookup-make-completions returns an error.
8667         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
8668         name latex, not latex2e.
8670 1999-07-21  Richard M. Stallman  <rms@gnu.org>
8672         * replace.el (perform-replace): Turn off case-fold-search
8673         if FROM-STRING argument has uppercase in it.
8675 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8677         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
8678         mode is on.  Don't use end of changed text.
8680 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8682         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
8683         (cl-hash-table-p): Renamed from hash-table-p.
8684         (cl-hash-table-count): Renamed from hash-table-count.
8685         (maphash): Alias to cl-maphash removed.
8686         (gethash): Likewise.
8687         (puthash): Likewise.
8688         (remhash): Likewise.
8689         (clrhash): Likewise.
8691 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8693         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
8694         third arg non-nil.  See comment there why this isn't a good idea.
8696 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8698         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
8700         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
8701         sit-for with 3rd arg non-nil to prevent redisplay.
8703 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8705         * image.el (image-type-from-file-header): If file doesn't
8706         have a directory part, add data-directory.
8708 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8710         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
8711         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
8712         motion handling when tooltip-gud-tips-p is nil.
8714 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8716         * tooltip.el (tooltip-mode): Don't use `plusp'.
8717         (tooltip-active): Use initial value of nil.
8719         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
8721 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8723         * bindings.el (make-mode-line-mouse-sensitive): Add key
8724         definitions for `top-line'.
8726 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8728         * faces.el (top-line): New face.
8730 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8732         * image.el (image-type-regexps): Add regexp for PS files.
8734 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8736         * faces.el (set-face-attribute): Fix wrong handling of frame
8737         begin equal to t.
8739 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8741         * image.el (image-type-regexps): Add PNG format.
8743 1999-07-21  Dave Love  <fx@gnu.org>
8745         * bindings.el (mode-line-modified): New variable.
8746         (mode-line-mode-menu-1): Switch to appropriate window before
8747         showing menu.
8749 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8751         * faces.el (face-underline): Removed.
8752         (face-underline-color): Ditto.
8754 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8756         * faces.el (face-x-resources): Fix typo.
8758 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8760         * faces.el: Remove handling of `:relief', extend handling of
8761         `:box'.
8762         (frame-set-background-mode): Choose new defface specs after
8763         frame parameters have changed.
8765         * cus-face.el: Ditto.
8767 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8769         * custom.el (defface): Extend documentation to include new
8770         face attributes.
8772         * cus-face.el (custom-face-attributes): Add overline,
8773         strike-through, box.
8775         * faces.el (face-valid-attribute-values): Handle overline,
8776         strike-through, box.
8777         (face-attribute-name-alist): Add pairs for new face attributes.
8778         (describe-face): Handle new face attributes.
8780 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8782         * faces.el (face-x-resources): Add overline, strike-through, box.
8784 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8786         * enriched.el (enriched-translations): Add `display' and
8787         "x-display".
8788         (enriched-handle-display-prop): New.
8789         (enriched-decode-display-prop): New.
8791         * format.el (top-level): Give `display' property
8792         `format-list-atomic-p.
8793         (format-annotate-single-property-change): Test that property.
8794         If present, treat list property values like atoms.
8796 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8798         * cus-face.el (custom-face-attributes): Use `choice' everywhere
8799         so that "*" can be entered.
8801 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8803         * cus-face.el (custom-face-attributes): Don't use `#''.
8805 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
8807         * cus-face.el (custom-face-attributes): Return underline
8808         face attribute directly from the second lambda of underline.
8810 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8812         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
8814         * frame.el (after-setting-font-hooks): New variable.
8815         (set-frame-font): Run those hooks.
8817         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
8819         * faces.el (set-face-attribute): Fix doc string.
8821 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8823         * cus-face.el (custom-face-attributes): Accept color name.
8825         * faces.el (face-underline-p): Accept unspecified underlining.
8826         (face-underline): Ditto.  Fix doc string.
8828 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
8830         * faces.el (face-underline-color): New function.
8832 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
8834         * cus-face.el (custom-face-attributes): Support underline coloring.
8835         Added slot to choose a color.
8837         * faces.el (face-underline): New function.
8838         (face-underline-p): Support underline coloring.
8839         Return nil only if the underline attribute is 'normal.
8840         (set-face-underline): New function.
8841         (face-valid-attribute-values): Support underline coloring.
8843 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8845         * image.el (insert-image): Use `display' instead of `glyph'
8846         as text property name.
8847         (put-image): Ditto.
8848         (image-type-from-file-header): Use insert-file-contents-literally.
8850 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8852         * easymenu.el (easy-menu-do-add-item): Don't use the empty
8853         string to indicate separators.
8855 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8857         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
8858         instead of message-log.
8860 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8862         * faces.el (bitmap-area): New face.
8864 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8866         * image.el (insert-image): New.
8868 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8870         * frame.el (blink-cursor): Set the symbol's value.
8871         (show-trailing-whitespace): Change group to font-lock.
8873 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8875         * jit-lock.el: New.
8876         * font-lock.el: Add jit-mode as new support mode.
8878         * font-lock.el (font-lock-fontify-keywords-region): Stop when
8879         reaching end instead of letting re-search-forward signal an error.
8880         (demand-lock-mode): New.
8881         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
8882         (font-lock-turn-off-thing-lock): Ditto.
8883         (font-lock-after-fontify-buffer): Ditto.
8884         (font-lock-after-unfontify-buffer): Ditto.
8886 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8888         * gs.el: New file.
8890         * startup.el (command-line-1): Activate tooltip mode if
8891         interactive.
8893 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8895         * faces.el (toolbar): Grey default background.
8896         (modeline): Ditto.
8898         * image.el (image-type-regexps): New.
8899         (image-type-from-file-header): New.
8900         (create-image): Call it.
8902 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8904         * image.el: New file.
8906 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8908         * bindings.el (mode-line-format): Replace `mode-name' with
8909         `(:eval mode-line-mode-name)'.
8910         (mode-line-mode-name): New.
8911         (make-mode-line-mouse-sensitive): Don't change default value
8912         of `mode-name'.
8914 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8916         * tooltip.el: New file.
8918 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8920         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
8921         instead of mouse-3 to pop up menus.
8922         (mode-line-kill-buffer): Removed.
8923         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
8924         buffer name.
8925         (mode-line-buffer-menu-1): Removed.
8927         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
8929         * bindings.el (mode-line-buffer-identification-keymap): New.
8930         (mode-line-buffer-menu-keymap): New.
8931         (mode-line-mode-menu-keymap): New.
8932         (mode-line-unbury-buffer): New.
8933         (mode-line-other-buffer): New.
8934         (mode-line-kill-buffer): New.
8935         (mode-line-buffer-menu-1): New.
8936         (mode-line-mode-menu-1): New.
8937         (make-mode-line-mouse-sensitive): New.
8939 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8941         * help.el (describe-key-briefly): Handle mode line strings
8942         with local-map properties.
8943         (describe-key): Ditto.
8944         (mode-line-key-binding): New.
8946 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8948         * scroll-bar.el (scroll-bar-timer): New.
8949         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
8951 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8953         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
8954         and `bottom'.
8956 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8958         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
8959         (global): Use different key bindings if using tookit scroll bars.
8961 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8963         * faces.el (modeline): Define mode line face with relief for
8964         class color, only.
8965         (toolbar): New face.
8967 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8969         * frame.el (frame-initialize): Set frame-creation-function to
8970         tty-create-frame-with-faces.
8972         * faces.el (frame-set-background-mode): Make it work for
8973         window-system nil.
8975         * faces.el (tty-create-frame-with-faces): New.
8976         (face-set-after-frame-default): Make it work for TTY frames.
8978 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8980         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
8981         Return a list of one font family for TTYs.  Don't return bitmap
8982         file paths for TTY frames.
8984         * faces.el: Add face specs for tty displays to basic faces.
8986         * font-lock.el (font-lock-comment-face): Add spec for color tty.
8987         (font-lock-string-face): Ditto.
8988         (font-lock-keyword-face): Ditto.
8989         (font-lock-builtin-face): Ditto.
8990         (font-lock-function-name-face): Ditto.
8991         (font-lock-variable-name-face): Ditto.
8992         (font-lock-type-face): Ditto.
8993         (font-lock-constant-face): Ditto.
8994         (font-lock-warning-face): Ditto.
8996 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8998         * startup.el (command-line): Register default tty colors.
9000         * faces.el (face-spec-set-match-display): Recognize `type tty'.
9002 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9004         * faces.el (modeline): For X frames, use a modeline with relief.
9006 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9008         * faces.el (frame-update-faces): Copied from 20.2.
9009         (frame-update-face-colors): Ditto.  Code removed that isn't
9010         applicable in the new face implementation.
9012 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9014         * frame.el (show-trailing-whitespace): New.
9016         * faces.el (trailing-whitespace): New basic face.
9018 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9020         * cus-face.el (custom-facep): Always define as alias for facep.
9022         * cus-face.el (custom-face-attributes): Use choice widgets.
9023         Remove :bold and :italic.
9025 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9027         * faces.el (face-charset-registries): Removed since fontset.el
9028         is no always loaded.
9030 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9032         * faces.el (internal-get-face): Added as obsolete function for
9033         compatibility.
9035 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9037         * frame.el (blink-cursor-end): Call show-cursor.
9038         (blink-cursor-mode): Ditto.
9040 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9042         * faces.el (face-spec-reset-face): Reset all attributes to
9043         `unspecified'.
9044         (face-spec-set): Use it.
9046 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9048         * faces.el (read-all-face-attributes): Bug fix.
9049         (face-read-integer): Allow nil default value.
9050         (face-valid-attribute-values): Use symbol names of attribute
9051         values for completion list.
9053 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9055         * faces.el (internal-find-face): Define for compatibility with
9056         20.2.
9057         (face-id): Likewise.
9059         * faces.el (face-id): Return the ID of a realized face for ASCII.
9061         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
9062         (x-complement-fontset-spec): Use face-charset-registries.
9064         * faces.el (face-font-selection-order): Set font selection order
9065         from Lisp.
9066         (face-alternative-font-family-alist): Set alternative font
9067         families from Lisp.
9069 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9071         * faces.el (set-face-charset-registries): Set symbol value.
9073 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9075         * faces.el (face-set-after-frame-default): Call function
9076         internal-merge-in-global-face.
9078 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9080         * faces.el (face-list): Return symbols from face-global-alist.
9082         * faces.el (face-list): Return a copy of the face name list so
9083         that it cannot be modified from outside (facemenu.el uses
9084         nreverse, for example).
9086         * cus-face.el (custom-face-attributes): Add :bold and :italic
9087         for compatibility with old code.
9089         * faces.el (set-face-attributes-from-resources): Additional
9090         frame parameter.
9091         (make-face-x-resource-internal): Set attributes from resources
9092         for a given frame or all frames.
9094 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9096         * faces.el (all-faces): Removed.
9098         * custom.el (defface): Add new face attributes to function
9099         comment.
9101         * font-lock.el (font-lock-comment-face): Use new face attribute
9102         names.
9103         (font-lock-string-face): Ditto.
9104         (font-lock-keyword-face): Ditto.
9105         (font-lock-builtin-face): Ditto.
9106         (font-lock-function-name-face): Ditto.
9107         (font-lock-variable-name-face): Ditto.
9108         (font-lock-type-face): Ditto.
9109         (font-lock-reference-face): Ditto.
9110         (font-lock-warning-face): Ditto.
9111         ((boundp 'font-lock-face-attributes)): Ditto.
9113         * cus-face.el (custom-face-attributes): Use new face attributes.
9115         * faces.el (set-face-attribute-from-resource): Initialize
9116         from resources only for X and W32.
9118         * cus-face.el (custom-declare-face): Don't make frame-local
9119         faces.
9121         * faces.el (describe-face): Use princ instead of insert.
9123         * faces.el: Add XLFD manipulation functions from 20.2 again
9124         because fontset.el uses them.
9125         (face-set-after-frame-default): Add empty definition.
9127 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9129         * faces.el (make-face): Correct typo.
9130         (set-face-attribute-from-resource): Use let*.
9131         (face-underline-p): Correct typo.
9132         (face-inverse-video-p): Ditto.
9133         (set-face-stipple): Ditto.
9134         (face-read-string): Make completion-list optional parameter.
9136 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9138         * faces.el (face-charset-registries): Alist mapping charset
9139         symbols to registries and encoding.
9141 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9143         * frame.el (blink-cursor-mode): Use interactive spec "P".
9145 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9147         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
9148         mode.  The cursor of selected_window blinks if the mode is enabled.
9150 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9152         * simple.el (next-history-element): Set point to the end of the
9153         prompt if minibuffer-prompt-in-buffer.
9155 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9157         * faces.el (x-font-regexp): Add sub-expression parentheses for
9158         several font name components.
9160 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9162         * faces.el (set-face-relief): Use index 12 for relief.
9163         (face-fill-in): Set relief from data.
9164         (internal-make-face): Init relief to zero.
9166         * faces.el (face-spec-set): Call modify-face with additional
9167         parameters for relief and fixed-p.
9169 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9171         * cus-face.el: ':fixed and ':relief added.
9173         * faces.el (describe-face): Add fixed font attribute and relief.
9174         (face-attr-match-p): Ditto.
9175         (face-attr-construct): Ditto.
9176         (face-spec-set): Ditto.
9178 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9180         * faces.el (internal-make-face): Function to create a Lisp vector
9181         suitable for representing a face.
9182         (make-face): Use it instead of make-vector.
9183         (x-create-frame-with-faces): Use it instead of vector.
9184         (internal-facep): Increase vector size to 14.
9185         (internal-make-face): Ditto.
9186         (face-relief): Access relief thickness.
9187         (face-fixed-p): Access fixed font attribute.
9188         (set-face-fixed-p): Set fixed font attribute.
9189         (set-face-relief): Set relief attribute.
9190         (internal-face-interactive-int): Read int attribute of face.
9191         (modify-face): Add fixed-p and relief parameters.
9192         (copy-face): Handle fixed-p and relief.
9193         (face-equal): Compare fixed-p and relief.
9194         (face-differs-from-default-p): Ditto.
9195         (face-nontrivial-p): Add fixed-p and relief.
9197 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9199         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
9200         (internal-facep): Increase vector size.
9201         (make-face): Ditto.
9202         (face-shadow-thickness): Added.
9203         (set-face-shadow-thickness): Added.
9204         (modify-face): Add optional shadow-thickness parameter.
9205         (make-face-x-resource-internal): Add shadows.
9206         (copy-face): Ditto.
9207         (face-equal): Ditto.
9208         (face-differs-from-default-p): Ditto.
9209         (face-nontrivial-p): Ditto.
9210         (face-attr-match-p): Ditto.
9211         (face-attr-construct): Ditto.
9212         (face-spec-set): Ditto.
9213         (face-fill-in): Ditto.
9215 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9217         * bench.el (bench-mark-split-window): New bench mark.
9219 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9221         * faces.el (set-face-font): Don't pass default font to
9222         x-resolve-font so that font will not have to be of the same
9223         size.
9225 1999-07-20  Dave Love  <fx@gnu.org>
9227         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
9228         unconditionally t.
9230 1999-07-20  Karl Heuer  <kwzh@gnu.org>
9232         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
9234 1999-07-20  Dave Love  <fx@gnu.org>
9236         * help.el (describe-variable): Fix test for customizability.
9238         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
9239         Check for readonly buffer in interactive spec.
9240         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
9241         (backward-kill-word): Add * to interactive spec.
9243         * underline.el (underline-region, ununderline-region): Add * to
9244         interactive spec.
9246         * fill.el (canonically-space-region, justify-current-line): Add *
9247         to interactive spec.
9248         (fill-region-as-paragraph, fill-paragraph, fill-region)
9249         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
9250         readonly buffer in interactive spec.
9252         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9253         (backward-kill-sentence, kill-sentence): Add * to interactive
9254         spec.
9256 1999-07-19  Richard M. Stallman  <rms@gnu.org>
9258         * dired-aux.el (dired-do-shell-command): Doc fix.
9260         * shell.el (shell-unquote-argument): New function.
9261         (shell-directory-tracker): Use shell-unquote-argument.
9262         * comint.el (comint-arguments): Handle \ followed by space or tab.
9264 1999-07-19  John Wiegley  <jwiegley@borland.com>
9266         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
9267         color codes 39 and 49, which by the way lynx uses them seem to
9268         mean "foreground reset" and "background reset".
9270 1999-07-19  Karl Heuer  <kwzh@gnu.org>
9272         * font-lock.el (c++-keywords): Add "typeid".
9274         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
9275         selects no font, treat that as zero selections, not one.
9277 1999-07-19  Dave Love  <fx@gnu.org>
9279         * info.el (Info-search): Don't lose with empty regexp.
9281         * version.el: Cater for (free) `ident' program, not `which'.
9283         * hl-line.el: New file.
9285         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
9286         for modes which don't define menus.
9288 1999-07-16  Richard M. Stallman  <rms@gnu.org>
9290         * webjump.el (webjump-sample-sites): Update some URLs.
9292 1999-07-14  Richard Stallman  <rms@gnu.org>
9294         * Version 20.4 released.
9296 1999-07-14  Andreas Schwab  <schwab@gnu.org>
9298         * compare-w.el (compare-windows): Try to find the next window in
9299         the current frame before looking at the other frames.
9301 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
9303         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
9304         Use cyrillic-jcuken as default input method.
9306 1999-07-12  Richard Stallman  <rms@gnu.org>
9308         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
9309         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
9311         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
9312         (ispell-local-dictionary-alist): Add koi8-r for character set.
9314         * textmodes/flyspell.el (flyspell-get-word):
9315         Add special handling for when ispell-otherchars is empty.
9317 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
9319         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
9320         when having nested functons.
9321         (pascal-indent-nested-functions) (pascal-indent-line)
9322         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
9323         indenting nested functions.
9325 1999-07-09  Richard Stallman  <rms@gnu.org>
9327         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
9329 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
9331         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
9332         the `end' keyword was in the very beginning of the buffer.
9334 1999-07-08  Richard Stallman  <rms@gnu.org>
9336         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
9338         * term.el (term-emulate-terminal): Avoid infinite loop
9339         in strange case where minibuffer window is selected but not active.
9341 1999-07-07  Stephen Eglen  <stephen@gnu.org>
9343         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
9344         Change regexp so that it doesn't match commands beginning with `cd'.
9346 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9348         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
9350 1999-07-06  Richard Stallman  <rms@gnu.org>
9352         * hscroll.el (hscroll-minibuffer-hook): New function.
9353         (hscroll-global-mode): Add and remove that hook.
9354         Set hscroll-old-truncate-was-global's default value.
9356 1999-07-05  Richard Stallman  <rms@gnu.org>
9358         * files.el (revert-buffer): Don't preserve point here.
9359         (revert-buffer-insert-file-contents-function): Doc fix.
9361         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
9363         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
9364         doing a `stat' when it isn't necessary because that can cause
9365         trouble when an NFS server is down.
9367 1999-07-04  Richard Stallman  <rms@gnu.org>
9369         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
9371 1999-07-03  Richard Stallman  <rms@gnu.org>
9373         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
9374         for \200...\240 also.
9375         (isearch-printing-char): Use unibyte-char-to-multibyte.
9377 1999-07-02  Richard Stallman  <rms@gnu.org>
9379         * frame.el (minibuffer-frame-alist): Use defcustom.
9380         (pop-up-frame-alist): Likewise.
9381         (initial-frame-alist): Specify * in the doc string.
9383         * hscroll.el (hscroll-mode): Make it a permanent local.
9384         (hscroll-mode): Don't cancel the timer
9385         if HScroll mode is enabled in some other buffer.
9387         * isearch.el (isearch-done): If search ends in middle of intangible
9388         text (due to text property), move on to the limit of that text.
9390 1999-07-01  Andrew Innes  <andrewi@gnu.org>
9392         * man.el (Man-build-man-command): Use value of null-device,
9393         instead of hard-coding "/dev/null".
9395         * dos-w32.el (untranslated-canonical-name): Avoid expanding
9396         ange-ftp file names, which might force ange-ftp to prompt for a
9397         password.
9399         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
9400         to prevent references to temp files.
9402 1999-06-30  Richard Stallman  <rms@gnu.org>
9404         * progmodes/sh-script.el (sh-feature): If nothing is known
9405         about the given shell, use the values for `sh'.
9407 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9409         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
9410         to make it non-recursive.
9412         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
9414 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9416         * auto-show.el (auto-show-mode): Fix Typo in :set.
9418 1999-06-29  Richard M. Stallman  <rms@gnu.org>
9420         * progmodes/sh-script.el (sh-mode): When setting syntax
9421         table, default to the standard one.
9423 1999-06-27  Richard M. Stallman  <rms@gnu.org>
9425         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
9427 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
9429         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
9430         a frame when `return' is requested (even if pop-up-frames = t)
9431         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
9432         should only be set for the bibtex buffer.
9434         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
9436         * progmodes/compile.el: Deal with compilation-error-screen-columns
9437         being buffer-local.
9439 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9441         * comint.el (comint-password-prompt-regexp): Allow "(again)".
9443 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9445         * cal-x.el (calendar-only-one-frame-setup): New function.
9446         * calendar.el (calendar): Call it if requested.
9448 1999-06-24  Karl Heuer  <kwzh@gnu.org>
9450         * startup.el (iso-8859-n-locale-regexp): Doc fix.
9452 1999-06-22  Richard M. Stallman  <rms@gnu.org>
9454         * mail/supercite.el (sc-emacs-features): Doc fix.
9456 1999-06-22  Karl Heuer  <kwzh@gnu.org>
9458         * files.el (auto-mode-alist): Add pike-mode.
9460 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
9462         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
9463         last byte of a numeric field is a space or a NUL.  Parse it as
9464         potentially part of the number.  This is used by GNU tar
9465         1.12.64012 to handle larger values.
9467 1999-06-20  Karl Heuer  <kwzh@gnu.org>
9469         * custom.el (custom-handle-keyword): Fix error message.
9471 1999-06-18  Andrew Innes  <andrewi@gnu.org>
9473         * mail/smtpmail.el (smtpmail-send-it): Use
9474         convert-standard-filename to make file names for queued mail safe
9475         on Windows (`:' is invalid in file names on Windows).
9477 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
9479         * international/mule-cmds.el (describe-current-input-method):
9480         Current-input-method is string.
9481         (toggle-input-method): Docstring fixed.
9483         * international/mule-diag.el
9484         (describe-current-coding-system-briefly): Fix format string.
9486         * international/mule-util.el (coding-system-eol-type-mnemonic):
9487         Docstring modified.  Return a string.
9489 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
9491         * sql.el (sql-input-ring-file-name): Doc fix.
9493 1999-06-17  Richard M. Stallman  <rms@gnu.org>
9495         * calendar/cal-x.el (special-display-buffer-names):
9496         Don't put (get-file-buffer diary-file) on this list.
9498 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
9500         * play/mpuz.el (mpuz-try-proposal): Fix message call.
9501         Don't penalize player for certain impossible guesses.
9503 1999-06-16  Andrew Innes  <andrewi@gnu.org>
9505         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
9506         return the string "Unk  0  0000" so at least it appears to be a
9507         valid timestamp to `dired-move-to-filename-regexp'.
9509 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
9511         * ps-print.el (ps-control-character): Fix previous change.
9513 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9515         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
9516         multiple output of the last message.
9518 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
9520         * term/internal.el (IT-display-table-setup): Do not remap \222 to
9521         the ASCII apostrophe, as most DOS codepages have some other glyph
9522         there.
9524 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
9526         * language/ethio-util.el (setup-ethiopic-environment-internal):
9527         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
9528         (exit-ethiopic-environment): Likewize.
9530 1999-06-12  Richard M. Stallman  <rms@gnu.org>
9532         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
9534 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9536         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
9537         custom-initialize-default to avoid infinite loop.
9538         (crisp-mode): (defun) Call transient-mark-mode here, not when
9539         loading the file.  Run crisp-mode-hook here, and run
9540         crisp-load-hook when loading the file.
9542         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
9543         rmail-summary buffer, search for pattern in rmail-file.
9545         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
9547         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
9549         * ps-print.el (ps-printer-name): Fix custom type.
9551 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
9553         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
9554         (vhdl-port-paste-generic-map): Fix indentation bug.
9555         (vhdl-port-paste-port-map): Fix indentation bug.
9556         (vhdl-scan-file-contents): Make scanning case insensitive.
9558 1999-06-11  Richard M. Stallman  <rms@gnu.org>
9560         * files.el (write-file): When buffer is not already visiting a file,
9561         don't put buffer name in the minibuffer, just make it the default.
9562         Also handle just directory as arg usefully in that case.
9564         * simple.el (sendmail-user-agent-compose):
9565         Ignore case when inserting the rest of the "other" headers.
9567         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
9569         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
9570         (info-lookup-interactive-arguments): Never insert the default
9571         into the minibuffer automatically.
9573         * emacs-lisp/cl-extra.el (getf): Don't call get*.
9575 1999-06-09  Richard M. Stallman  <rms@gnu.org>
9577         * simple.el (shell-command): Avoid printing "mark set" message.
9579 1999-06-09  Dave Love  <fx@gnu.org>
9581         * progmodes/compile.el (compilation-error-regexp-alist): Allow
9582         digits in program name in first pattern.
9584 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9586         * vc.el (vc-dired-mode): Don't match anything before the date in
9587         dired-move-to-filename-regexp.
9589 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
9591         * international/quail.el (quail-define-rules): Fix typo in
9592         docstring.
9594 1999-06-05  Stephen Eglen  <stephen@gnu.org>
9596         * iswitchb.el (iswitchb-default-keybindings): Add
9597         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
9598         than when package is loaded.
9600 1999-06-04  Richard M. Stallman  <rms@gnu.org>
9602         * startup.el (command-line): Don't set user-init-file directly;
9603         tell `load' to set it.
9605         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
9607         * simple.el (next-history-element):
9608         Handle minibuffer-text-before-history properly when reading sexps.
9610         * disp-table.el (standard-display-european):
9611         For an interactive call by the user,
9612         don't set enable-multibyte-characters,
9613         and don't set the terminal coding system.
9615         * textmodes/refbib.el: Don't print any messages or display
9616         a buffer when loading the library.
9617         (r2b-help): Doc fix.
9618         (r2b-help-message): Update the documentation.
9619         (r2b-load-quietly): Variable deleted.
9620         (r2b-convert-buffer): Doc fix.
9622 1999-06-04  Dave Love  <fx@gnu.org>
9624         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
9626         * auto-show.el: Don't change hooks on loading.
9627         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
9628         (auto-show-mode): Add to hooks here.
9630 1999-06-04  Richard Sharman  <rsharman@pobox.com>
9632         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
9633         recursion on bogus input.
9635 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
9637         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
9638         does not select a buffer from the buffers menu, then the attached
9639         frame is not switched to anything.
9641 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
9643         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
9644         (viet-viscii-...->viet-vscii...).
9646         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
9648 1999-06-01  Dave Love  <fx@gnu.org>
9650         * progmodes/fortran.el: Add :link to defgroup.
9651         (fortran-blink-matching-if): Match ELSE statements too.
9652         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
9653         that filling is always done.
9655 1999-05-31  Richard M. Stallman  <rms@gnu.org>
9657         * simple.el (append-next-kill): Use an arg to distinguish
9658         interactive calls from Lisp calls, rather than (interactive-p).
9660         * international/iso-transl.el (iso-transl-language-alist):
9661         Interchange n and N.
9663 1999-05-31  Dave Love  <fx@gnu.org>
9665         * msb.el Add to minor-mode-map-alist.  Remove hook installation
9666         and keymap munging on load.
9667         (msb-mode): New option.
9668         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
9669         Doc fix.
9670         (msb-mode-map): New variable.
9671         (msb-mode): New command.
9673 1999-05-31  Dave Love  <fx@gnu.org>
9675         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
9676         (ispell-complete-word-dict): Likewise.
9678 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
9680         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
9681         force the data buffer to be saved, even if the data didn't
9682         change, in case the write filter was modified.  Restore the
9683         current record after read-file-filter finishes.
9685 1999-05-29  Karl Heuer  <kwzh@gnu.org>
9687         * ispell4.el: Obsolete; file deleted.
9689         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
9691         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
9692         VALUE is a syntax table.
9694         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
9696         * simple.el (zap-to-char): Doc fix.
9698 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
9700         * isearch.el (isearch-quote-char): Don't assume character codes
9701         0200 - 0237 stand for characters in some single-byte character
9702         charset.
9704 1999-05-27  Dave Love  <fx@gnu.org>
9706         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
9708 1999-05-27  Andreas Schwab  <schwab@gnu.org>
9710         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
9711         headerline does not exist already.
9713 1999-05-26  Richard Stallman  <rms@gnu.org>
9715         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9716         Avoid nested null-loops.
9718 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
9720         * international/characters.el: Typo fixed; prefered->preferred.
9722         * international/mule-cmds.el (find-coding-systems-for-charsets):
9723         Typo fixed; prefered->preferred.
9725         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
9726         method in read-event.
9728         * international/mule.el (charset-info): Doc-string fixed.
9730 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
9732         * mail/smtpmail.el (smtpmail-send-it): Bind
9733         smtpmail-code-conv-from properly.
9734         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
9735         by smtpmail-code-conv-from.
9737 1999-05-24  Richard Stallman  <rms@gnu.org>
9739         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
9740         Binding deleted also.
9742 1999-05-24  Karl Heuer  <kwzh@gnu.org>
9744         * comint.el (comint-bol-or-process-mark): Doc fix.
9746 1999-05-23  Dave Love  <fx@gnu.org>
9748         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
9749         Enter it on minor-mode-map-alist.
9750         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
9751         Autoload.  Add custom setter.
9752         (crisp-mark-line): Doc fix.
9753         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
9754         (crisp-mode-hook): Define.
9756 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
9758         * files.el (recover-file): Recover buffer-file-coding-system.
9760 1999-05-22  Richard Stallman  <rms@gnu.org>
9762         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
9763         regexp match the date, to avoid treating date as file size.
9764         Add YYYY S option to WESTERN/
9766         * bookmark.el: Delete some XEmacs compatibility code.
9767         (bookmark-jump-noselect): Check vc-backend.
9769         * subr.el (add-to-list): Doc fix.
9771 1999-05-21  Stephen Eglen  <stephen@gnu.org>
9773         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
9775 1999-05-18  Richard Stallman  <rms@gnu.org>
9777         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
9778         non-space after the @anchor command.
9779         (texinfo-format-var): Handle other nested constructs, using
9780         texinfo-parse-expanded-arg and texinfo-discard-command, not
9781         texinfo-parse-arg-discard.
9783         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
9784         (debug): Bind and use debugger-outer-inhibit-redisplay.
9785         Bind inhibit-redisplay to nil.
9786         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
9788 1999-05-17  Dave Love  <fx@gnu.org>
9790         * help.el (describe-function-1): Extra arg, interactive-p.
9791         (describe-key, describe-function): Use it.
9793 1999-05-17  Karl Heuer  <kwzh@gnu.org>
9795         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
9797 1999-05-16  Dave Love  <fx@gnu.org>
9799         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
9800         scroll-preserve-screen-position, scroll-conservatively.
9802 1999-05-16  Dave Love  <fx@gnu.org>
9804         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
9806 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
9808         * progmodes/vhdl-mode.el: Completely revised and massively extended.
9810 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9812         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
9813         magic number and is not associated with a file.
9815 1999-05-14  Richard M. Stallman  <rms@gnu.org>
9817         * files.el (find-file-noselect-1): Fix previous change.
9819 1999-05-14  Simon Marshall  <simon@gnu.org>
9821         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
9823 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
9825         * international/mule-diag.el (mule-diag): Change MULE to Mule in
9826         docstring.
9828         * international/mule-cmds.el: Change MULE to Mule in docstrings
9829         and menus.
9831 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
9833         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
9834         to correctly reflect the value of BaseLineOffset in
9835         RelativeCompose.  Now the value of RelativeCompose is an array of
9836         low and high positions.
9837         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
9838         RLC for the above change.
9840 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
9842         * comint.el (comint-password-prompt-regexp): Modified to match the
9843         output of ksu and ssh-add.
9845 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
9847         * language/korea-util.el (isearch-toggle-korean-input-method):
9848         Adjusted for the change of input method handling in isearch.el.
9849         (isearch-hangul-switch-symbol-ksc): Likewise.
9850         (isearch-hangul-switch-hanja): Likewise.
9852 1999-05-10  Dave Love  <fx@gnu.org>
9854         * help.el (help-make-xrefs): Fix typo.
9856 1999-05-10  Andreas Schwab  <schwab@gnu.org>
9858         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
9859         unibyte-display-via-language-environment.
9861         * help.el (help-make-xrefs): Handle more cases when looking for
9862         commands in a keymap description.
9864 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
9866         * loadup.el: For ms-dos systems, load ccl and codepage.
9868 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
9870         * ps-print.el (ps-control-character): Call
9871         ps-mule-prepare-ascii-font to setup ASCII fonts.
9873         * ps-mule.el (ps-mule-begin-job): Redo this change "if
9874         ps-multibyte-buffer is nil, use
9875         ps-mule-font-info-database-default."
9877 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
9879         * ispell.el (ispell-local-dictionary-alist): New variable for
9880         customizing local dictionaries not accessable by everyone.
9881         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
9882         (ispell-required-version): Changed format `(major minor
9883         revision)' to support general pattern matching.
9884         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
9885         skip region commented out due to incorrect skip potential in std latex.
9886         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
9887         cursor point on small words for calls from `ispell-minor-mode'.
9888         (check-ispell-version): Tests and accepts versions major.minor
9889         and above, with adjustments for interactions in 3.1.0-3.1.11.
9890         (ispell-get-line): No longer skips ispell process special characters.
9891         (ispell-comments-and-strings): Removed `when' macro call.
9892         (ispell-minor-check): Requires ispell-word to restore cursor point.
9893         (ispell-buffer-local-parsing): Supports checking comments only.
9895 1999-05-08  Karl Heuer  <kwzh@gnu.org>
9897         * comint.el (comint-password-prompt-regexp): Fix last change to be
9898         more specific.
9900 1999-05-07  Richard M. Stallman  <rms@gnu.org>
9902         * subr.el (with-temp-message): Fix the other call to message
9903         to use %s.
9905 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
9907         * gud.el (gud-format-command): "%F" means file sans extension.
9908         (jdb): Use %F, not %f, for gud-break.
9910 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
9912         * comint.el (comint-password-prompt-regexp): Modified so that it
9913         matches the output of kinit.
9915 1999-05-06  Greg Stark  <gsstark@mit.edu>
9917         * timezone.el (timezone-parse-date): Recognize new format used in
9918         internet cookies.
9920 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
9922         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
9924 1999-05-04  Andrew Innes  <andrewi@gnu.org>
9926         * time.el (display-time-update): Allow for wrap-around when
9927         checking against display-time-server-down-time.
9929 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
9931         * international/mule-diag.el (describe-coding-system): Fix English
9932         message.
9934 1999-05-03  Jason Rumney <jasonr@altavista.net>
9936         * term/w32-win.el: Change the x-charset-registry property for the
9937         Japanese charsets that are supported by Japanese Windows fonts.
9939 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9941         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
9942         diary-block diary entries for which the reminders and the diary
9943         entries can overlap.
9945 1999-05-02  Jason Rumney <jasonr@altavista.net>
9947         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
9948         matches the font selected in the dialog.
9950 1999-05-02  Dave Love  <fx@gnu.org>
9952         * browse-url.el (browse-url-browser-function): Add :version.
9954         * international/mule.el (auto-coding-alist): Add .tgz.
9956 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
9958         * international/codepage.el (cp-coding-system-for-codepage-1):
9959         Make the magnification parameter for the -dos encoder be 2.
9961 1999-05-2  Andrew Innes  <andrewi@gnu.org>
9963         * term/w32-win.el (w32-drag-n-drop): Select file in window where
9964         it is dropped, rather than current window.
9966         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
9967         after switching buffer, as case-fold-search is a buffer local
9968         variable.
9970         * w32-fns.el (convert-standard-filename): Only convert directory
9971         separators to backslash if the interactive shell is one of the
9972         standard Windows shells that has DOS semantics.
9974         * ls-lisp.el (ls-lisp-format-time): Trap errors from
9975         format-time-string, and return a suitable string to indicate the
9976         timestamp was invalid.
9978         * hexl.el (hexlify-command): Apply shell-quote-argument after
9979         expanding hexl-program in case exec-directory contains a space.
9980         (dehexlify-command): Ditto.
9982         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
9983         file extension regexps which aren't necessarily binary files.
9984         (direct-print-region-helper): Use subst-char-in-string instead of
9985         binding directory-sep-char to convert filenames to DOS syntax.
9986         (direct-print-region-use-command-dot-com): New variable.
9987         (direct-print-region-helper): Use it to control whether to invoked
9988         command.com to print on Windows 9x.
9990         * browse-url.el (browse-url-browser-function): Default to
9991         browse-url-default-windows-browser on windows-nt.
9992         (browse-url-default-windows-browser): New function.
9994 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
9996         * forms.el (forms-mode): Don't call forms-first-record or
9997         forms-last-record if the data file has zero records.
9999 1999-04-29  Richard M. Stallman  <rms@gnu.org>
10001         * files.el (find-file-noselect-1): If buffer-file-name has changed
10002         after find-file-not-found-hooks runs, recompute the truename.
10003         And don't use FILENAME after that point.
10005 1999-04-27  Dave Love  <fx@gnu.org>
10007         * paren.el (show-paren-mode)
10008         * which-func.el (which-func-mode-global)
10009         * type-break.el (type-break-mode)
10010         * time.el (display-time-mode)
10011         * rsz-mini.el (resize-minibuffer-mode)
10012         * mouse-sel.el (mouse-sel-mode)
10013         * icomplete.el (icomplete-mode)
10014         * hscroll.el (hscroll-global-mode)
10015         * help.el (temp-buffer-resize-mode)
10016         * font-lock.el (global-font-lock-mode)
10017         * delsel.el (delete-selection-mode)
10018         * avoid.el (mouse-avoidance-mode)
10019         * autoinsert.el (auto-insert-mode)
10020         * winner.el (winner-mode): Doc fix.
10022 1999-04-26  Karl Heuer  <kwzh@gnu.org>
10024         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
10025         the same whitespace that was ignored in choosing the subject string.
10027 1999-04-26  Richard M. Stallman  <rms@gnu.org>
10029         * info.el (Info-find-node): Position properly after finding anchor.
10031         * cus-start.el (all): Handle unibyte-display-via-language-environment.
10033         * simple.el (indent-new-comment-line): Fix previous change.
10035         * complete.el: Delete the wildcard expansion feature
10036         since that is now standard in find-file.
10037         (PC-try-load-many-files): Function deleted.
10038         (PC-after-load-many-files): Function deleted.
10039         (PC-many-files-list): Variable deleted.
10040         (PC-disable-wildcards): Variable deleted.
10041         (partial-completion-mode): Don't enable the wildcard feature.
10043         * complete.el (PC-look-for-include-file): Don't set global variables
10044         `error', `buf' and `filename' here.
10046         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
10048 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
10050         * textmodes/outline.el (outline-regexp): Doc fix.
10052 1999-04-26  John Wiegley  <johnw@borland.com>
10054         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
10055         C++Builder 4.0 error message syntax.
10057 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
10059         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
10060         supported, use find -exec.
10062 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
10064         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
10065         coding-system-for-write, to avoid hanging when non-interactive.
10067 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10069         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
10070         start with a newline.
10072 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
10074         * international/mule-conf.el (x-ctext): New coding system.
10076 1999-04-12  Richard M. Stallman  <rms@gnu.org>
10078         * international/mule-cmds.el (input-method-function):
10079         Add permanent-local property.
10081 1999-04-12  Dave Love  <fx@gnu.org>
10083         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
10084         change to use jka-compr-byte-compiler-base-file-name.
10086         * supercite.el (sc-scan-info-alist): Revert last change.
10087         (sc-attrib-selection-list): Fix :type here instead.
10089 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
10091         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
10092         in the list of case-insensitive filesystems.
10094 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
10096         * international/fontset.el (create-fontset-from-fontset-spec):
10097         Don't register duplicated alias fontset names.
10099 1999-04-08  Richard Stallman  <rms@gnu.org>
10101         * international/mule.el (auto-coding-alist-lookup): New function.
10102         (set-auto-coding): Use auto-coding-alist-lookup.
10104         * jka-compr.el (jka-compr-insert-file-contents):
10105         Use auto-coding-alist-lookup to check for files that
10106         should not have eol conversion, in the unibyte case.
10108 1999-04-07  Dave Love  <fx@gnu.org>
10110         * help.el (describe-variable): Check custom-loads property as well
10111         as custom-type.
10113         * abbrev.el (abbrev-mode): Customizing sets the default value.
10115 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10117         * vc.el (vc-backend-revert): For CVS files that were made
10118         writeable with "cvs edit", call "cvs unedit" to undo that.
10120 1999-04-08  Dave Love  <fx@gnu.org>
10122         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
10123         more.
10124         (sc-emacs-features): Recognize Emacs 20.
10125         (sc-read-string): Use history arg.
10126         (sc-scan-info-alist): Check for rtnvalue a cons.
10128 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
10130         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
10131         coding system to encode the message by
10132         select-message-coding-system.
10134 1999-04-07  Richard Stallman  <rms@gnu.org>
10136         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
10138         * winner.el: Reorder definitions.
10140         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
10142         * mail/rmail.el (rmail-decode-babyl-format):
10143         Undo previous change.
10145 1999-04-06  Richard Stallman  <rms@gnu.org>
10147         * info.el (Info-find-node): Check for an anchor at the
10148         proper place, before reading an indirect file.
10150         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
10152         * jka-compr.el (jka-compr-insert-file-contents):
10153         Use raw-text-unix when we want no conversion.
10155 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
10157         * timezone.el (timezone-parse-date): Corrected regexp for
10158         style (5) date format so that tenths of seconds are optional.
10160 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
10162         * term/internal.el (dos-cpNNN-setup): New function, with the guts
10163         of dos-codepage-setup.
10164         (cjk-codepages-alist): New variable, an alist of Far-Eastern
10165         codepages for which there's no need to set up cpNNN coding
10166         systems.
10167         (dos-codepage-setup): Support Far-Eastern DOS terminals.
10169 1999-04-05  Richard Stallman  <rms@gnu.org>
10171         * mail/rmail.el (rmail-ignored-headers): Doc fix.
10173 1999-04-02  Richard Stallman  <rms@gnu.org>
10175         * progmodes/compile.el (compilation-handle-exit): Do right thing
10176         if (car status) doesn't end in a newline.
10178 1999-04-01  Dave Love  <fx@gnu.org>
10180         * progmodes/sql.el (SQL): Add defgroup :version.
10182 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
10184         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
10185         buffer-file-coding-system.  If the coding system used is raw-text,
10186         etc., make the *Compiler Input* buffer unibyte.
10188         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
10190         * loadup.el: Don't write the fns-...el file if not dumping.
10192 1999-03-31  Dave Love  <fx@gnu.org>
10194         * snmp-mode.el (snmp): Fix defgroup :version.
10196         * hilit-chg.el (highlight-changes): Add defgroup :version.
10198 1999-03-31  Andreas Schwab  <schwab@gnu.org>
10200         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
10201         the gnus-save-hidden-threads macro.
10203 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
10205         * faces.el (face-set-after-frame-default): Obey the
10206         `customized-face' for new faces.
10208 1999-03-30  Dave Love  <fx@gnu.org>
10210         * international/mule-cmds.el (current-language-environment): Doc fix.
10211         * abbrev.el (abbrev-mode): Doc fix.
10212         * autoinsert.el (auto-insert-mode): Doc fix.
10213         * complete.el (partial-completion-mode): Doc fix.
10214         * avoid.el (mouse-avoidance-mode): Doc fix.
10215         * delsel.el (delete-selection-mode): Doc fix.
10216         * font-lock.el (global-font-lock-mode): Doc fix.
10217         * help.el (temp-buffer-resize-mode): Doc fix.
10218         * hscroll.el (hscroll-global-mode): Doc fix.
10219         * icomplete.el (icomplete-mode): Doc fix.
10220         * mouse-sel.el (mouse-sel-mode): Doc fix.
10221         * paren.el (show-paren-mode): Doc fix.
10222         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
10223         * time.el (display-time-mode): Doc fix.
10224         * type-break.el (type-break-mode): Doc fix.
10225         * which-func.el (which-func-mode-global): Doc fix.
10226         * winner.el (winner-mode): Doc fix.
10228 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
10230         * wid-edit.el (widget-before-change): Signal text-read-only rather
10231         than an ordinary error.
10233 1999-03-30  Richard M. Stallman  <rms@gnu.org>
10235         * repeat.el: Don't require advice.
10236         (repeat): Do function-indirection in check for kbd macro.
10237         In self-insert case, use the *last* char in INSERTION.
10239 1999-03-30  Karl Heuer  <kwzh@gnu.org>
10241         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
10243 1999-03-29  Andreas Schwab  <schwab@gnu.org>
10245         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
10246         comint-input-filter-functions.  Make variables related to shell
10247         directory tracking local.
10249 1999-03-26  Andreas Schwab  <schwab@gnu.org>
10251         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
10253         * simple.el (shell-command-on-region): Cope with exit-status being
10254         nil, which happens if call-process-region was interrupted.
10256 1999-03-26  Richard M. Stallman  <rms@gnu.org>
10258         * simple.el (indent-new-comment-line): Handle use at a point
10259         after a comment-end.  Handle multiple comments.
10261         * mail/rmail.el (rmail-decode-babyl-format):
10262         To prevent locking, bind buffer-file-name to nil.
10264 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
10266         * mail-hist.el (mail-hist-current-header-name): Don't make
10267         off-by-one-error when determining if in message body.
10269 1999-03-25  Andrew Innes  <andrewi@gnu.org>
10271         * w32-fns.el (set-default-process-coding-system): Copied from
10272         dos-w32.el, but modified to use Unix line endings for process
10273         input, and to add a suitable entry to process-coding-system-alist
10274         for DOS shells.
10276         * dos-fns.el (set-default-process-coding-system): Copied from
10277         dos-w32.el.
10279         * dos-w32.el (set-default-process-coding-system): Move function to
10280         dos-fns.el; a different version is used in w32-fns.el.
10282 1999-03-24  Dave Love  <fx@gnu.org>
10284         * info.el (Info-directory-list): Revert change to re-writing
10285         Info-default-directory-list, but put `alternative' first.
10286         (Info-insert-dir): Modify selecting the top dir file as a consequence.
10288 1999-03-23  Simon Marshall  <simon@gnu.org>
10290         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
10291         on the line by itself.
10292         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
10293         it is not in a declarative context.
10295 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10297         * cus-edit.el (custom-variable-prompt): Allow customization of
10298         autoloaded symbols.
10300 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
10302         * simple.el (what-cursor-position): Don't cause error when point
10303         is at invalid multibyte sequence.
10305 1999-03-21  Karl Heuer  <kwzh@gnu.org>
10307         * complete.el (partial-completion-mode): Doc fix.
10309 1999-03-19  Richard M. Stallman  <rms@gnu.org>
10311         * progmodes/cplus-md.el (old-c++): Remove :group.
10313         * progmodes/c-mode.el (old-c): Remove :group.
10315 1999-03-18  Simon Marshall  <simon@gnu.org>
10317         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
10318         (java-font-lock-keywords-2): Added "strictfp" keyword.
10320 1999-03-17  Jason Rumney <jasonr@altavista.net>
10322         * w32-fns.el (set-w32-system-coding-system) New function.
10323         (w32-system-coding-system) Initialize to 'iso-latin-1.
10325 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
10327         * international/mule-cmds.el (set-language-environment): Fix
10328         previous change: don't use dos-codepage when unbound.
10330 1999-03-17  Karl Heuer  <kwzh@gnu.org>
10332         * calendar/appt.el (appt-make-list): Fix previous change.
10334 1999-03-16  Richard M. Stallman  <rms@gnu.org>
10336         * window.el (shrink-window-if-larger-than-buffer):
10337         Don't try to redisplay with the cursor at the end
10338         on its own line--that would force a scroll and spoil things.
10340 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
10342         * international/mule-cmds.el (set-language-environment): Don't use
10343         cpNNN-nonascii-translation-table if it is unbound.
10345         * term/internal.el (dos-codepage-setup): Compute the unibyte
10346         syntax table and bind unibyte-display-via-language-environment
10347         here, rather than at top level, so that resetting to unibyte in
10348         .emacs works as expected.
10350 1999-03-15  Simon Marshall  <simon@gnu.org>
10352         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
10354 1999-03-14  Milan Zamazal <pdm@pvt.net>
10356         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
10358 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
10360         * international/mule-util.el (detect-coding-with-priority):
10361         Restore the internal database.
10363 1999-03-14  Stephen Eglen  <stephen@gnu.org>
10365         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
10366         if mail-from-style has invalid value.
10368 1999-03-12  Karl Heuer  <kwzh@gnu.org>
10370         * vc.el (vc-delete-logbuf-window): New var.
10371         (vc-finish-logentry): Use it.
10373 1999-03-12  Richard M. Stallman  <rms@gnu.org>
10375         * startup.el (command-line-1): Improve startup msg.
10377 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
10379         * speedbar.el: Added commentary about stealthy functions.
10380         (speedbar-message) new function.
10381         (speedbar-y-or-n-p): New function
10382         (speedbar-with-attached-buffer) Moved macro before reference.
10383         Now uses `save-selected-window'.
10384         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
10385         speedbar-generic-item-info, speedbar-item-info-file-helper,
10386         speedbar-item-delete, speedbar-insert-generic-list,
10387         speedbar-timer-fn, speedbar-check-vc-this-line,
10388         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
10389         speedbar-buffers-item-info) Use speedbar-message.
10390         (speedbar-item-info) Limit `message-log-max'.
10391         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
10392         speedbar-item-delete, speedbar-item-object-delete,
10393         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
10395 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
10397         * server.el (server-start): Set coding system for the server
10398         process to raw-text.
10399         (server-process-filter): Decode file names if necessary.
10401 1999-03-12  Dave Love  <fx@gnu.org>
10403         * textmodes/fill.el (sentence-end-double-space): Doc fix.
10405         * textmodes/paragraphs.el (sentence-end): Doc fix.
10407 1999-03-11  Karl Heuer  <kwzh@gnu.org>
10409         * comint.el (comint-password-prompt-regexp): Accept "login password:"
10411 1999-03-09  Karl Heuer  <kwzh@gnu.org>
10413         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
10414         (ispell-dictionary-alist-2): Likewise.
10415         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
10416         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
10417         (ispell-dictionary-alist): Build from six pieces, not just two.
10419         * ps-bdf.el (bdf-directory-list): Doc fix.
10421         * enriched.el (enriched-mode): Make var permanent-local.
10423 1999-03-09  Dave Love  <fx@gnu.org>
10425         * textmodes/sgml-mode.el (html-mode): Use
10426         sentence-end-double-space when setting sentence-end.
10428 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
10430         * language/thai.el (tis-620): New alias coding system for thai-tis620.
10432 1999-03-08  Felix Lee  <flee@cygnus.com>
10434         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
10436         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
10438 1999-03-08  Karl Heuer  <kwzh@gnu.org>
10440         * dired-aux.el (dired-do-copy-regexp): Doc fix.
10441         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10443         * dired.el (dired-do-copy-regexp): Doc fix.
10444         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10446 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
10448         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
10450 1999-03-08  Jason Rumney <jasonr@altavista.net>
10452         * international/codepage.el (cp1250-decode-table)
10453         (cp1251-decode-table, cp1253-decode-table)
10454         (cp1257-decode-table): New translation tables for MS Windows codepages.
10455         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
10457 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
10459         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
10461 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
10463         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
10465         * term/internal.el (top level): Display character 255 as 8bit as well.
10467 1999-03-06  Dave Love  <fx@gnu.org>
10469         * progmodes/cc-cmds.el (c-outline-level): Bind
10470         buffer-invisibility-spec.
10472         * progmodes/c-mode.el (c-outline-level): Likewise.
10474         * progmodes/ada-mode.el (ada-outline-level): Likewise.
10476 1999-03-05  Felix Lee  <flee@cygnus.com>
10478         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
10480 1999-03-05  Richard M. Stallman  <rms@gnu.org>
10482         * bindings.el (complete-symbol): Invert meaning of prefix arg.
10484 1999-03-05  Andrew Innes  <andrewi@gnu.org>
10486         * w32-fns.el (convert-standard-filename): Convert directory
10487         separators to Windows format.
10489 1999-03-05  Andreas Schwab  <schwab@gnu.org>
10491         * international/skkdic-cnv.el: Provide skkdic-cnv.
10492         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
10493         (batch-skkdic-convert): Doc fix.
10495 1999-03-04  Dave Love  <fx@gnu.org>
10497         * custom.el (custom-set-variables): Protect against setter errors.
10499 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
10501         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
10502         the file sizes from overflowing.
10503         (ls-lisp-format): If file size is a float, use %8.0f to print it.
10504         Under -s, print the size in blocks with %4.0f, in case they have
10505         a *really* huge file.
10507 1999-03-03  Dave Love  <fx@gnu.org>
10509         * options.el (edit-options): Doc fix.
10510         (list-options): Don't lose with unbound symbols.  Maintain
10511         Edit-options-mode.
10513 1999-03-01  Dave Love  <fx@gnu.org>
10515         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
10517 1999-02-28  Richard M. Stallman  <rms@gnu.org>
10519         * ispell.el (ispell-dictionary-alist-override): New variable.
10520         (ispell-dictionary-alist): Don't setq it,
10521         if ispell-dictionary-alist-override is set.
10523         * simple.el (shell-command-default-error-buffer): Renamed from
10524         shell-command-on-region-default-error-buffer.
10525         (shell-command-on-region): Mention in echo area when there
10526         is some error output.  Mention success or failure, too.
10527         Accumulate multiple error outputs
10528         going forward, with formfeed in between.  Display the error buffer
10529         when we have put something in it.
10530         (shell-command): Add the ERROR-BUFFER argument feature.
10532 1999-02-28  Karl Heuer  <kwzh@gnu.org>
10534         * mail/mh-utils.el (mh-lib): Doc fix.
10535         (mh-lib-progs, mh-nmh-p): New vars.
10536         (mh-find-progs): Set mh-lib-progs along with other vars.
10537         (mh-path-search): New arg FUNC-P; if specified, use that instead
10538         of mh-file-command-p.
10539         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
10541         * mail/mh-comp.el (mh-repl-formfile): New var.
10542         (mh-smail-batch): Don't ignore all arguments.
10543         (mh-reply): Do the right thing when using nmh.
10545 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
10547         * international/mule-cmds.el (select-safe-coding-system): Be sure
10548         to show a buffer being decoded.
10550 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
10552         * ps-bdf.el (bdf-directory-list): Initialize it to
10553         '("/usr/local/share/emacs/fonts/bdf").
10555 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10557         * ps-print.el: PostScript programming fix.
10558         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
10559         setpagedevice operator).
10561 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10563         * ps-print.el: Doc fix, font size specifies landscape and portrait
10564         sizes.
10565         (ps-print-version): New version number (4.1.4).
10566         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
10567         Specifies landscape and portrait sizes.
10568         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
10569         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
10570         fix.
10571         (ps-get-font-size): New fun.
10572         (ps-font-size-internal, ps-header-font-size-internal)
10573         (ps-header-title-font-size-internal): New vars.
10575         * ps-mule.el: Change of ps-print font size variable name.
10576         (ps-mule-generate-font): Fun fix.
10577         (ps-mule-begin-job): Programming uniformization.
10579 1999-02-25  Dave Love  <fx@gnu.org>
10581         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
10582         (help-make-xrefs): Do Info case first.
10584         * repeat.el: Don't require advice.
10585         (repeat-last-kill-command): Variable deleted.
10587 1999-02-25  Richard Stallman  <rms@gnu.org>
10589         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
10590         case just because the current buffer is the output buffer.
10592 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
10594         * simple.el (what-cursor-position): To show the character's
10595         encoding, use encoded-string-description instead of information
10596         of chaset-origin-alist.
10598         * international/mule-cmds.el (iso-2022-control-alist): New variable.
10599         (encoded-code-description): New function.
10600         (encoded-string-description): New function.
10601         (encode-coding-char): New function.
10603 1999-02-25  Andrew Innes  <andrewi@gnu.org>
10605         * startup.el (command-line) [windows-nt]: Fix typo in regexp
10606         checking for .emacs[.el[c]].
10608 1999-02-24  Richard Stallman  <rms@gnu.org>
10610         * help.el (describe-function-1): Don't print a whole lambda-function.
10612 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
10614         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
10615         inputting ?\240.
10617 1999-02-23  Karl Heuer  <kwzh@gnu.org>
10619         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
10621         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
10622         (clean-buffer-list-kill-buffer-names): Doc fix.
10624         * gud.el (gud-jdb-massage-args): Spelling fix.
10626 1999-02-23  Richard M. Stallman  <rms@gnu.org>
10628         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
10630 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
10632         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
10633         excursion while calling set-auto-coding-function.
10635         * play/handwrite.el (handwrite): Require ps-print, and use
10636         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
10637         if it's defined, instead of forking ps-lpr-command unconditionally.
10639 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
10641         * international/codepage.el (cp-coding-system-for-codepage-1): Put
10642         charset-origin-alist property to a coding system for the codepage.
10644         * international/mule.el: Modify comment for charset-origin-alist
10645         property of a coding system.
10647         * simple.el (what-cursor-position): charset-origin-alist property
10648         of a coding system may be a translation table or a symbol of which
10649         `translation-table' property is a translation table.
10651 1999-02-21  Richard Stallman  <rms@gnu.org>
10653         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
10654         to the "html" template.
10656 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
10658         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
10660 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
10662         * dirtrack.el (dirtrack): Check for the prompt in the input string
10663         instead of the buffer.
10665 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
10667         * sql.el: Set version to 1.4.1.  Changed mail address to
10668         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
10669         (sql-input-ring-separator): Doc fix.
10670         (sql-mode-syntax-table): double-dash starts comments is defined as
10671         ". 56" instead of ". 12b" for XEmacs.
10672         (sql-stop, sql-interactive-mode): Doc fixes.
10673         (sql-postgres): Queries for database and server, not just one.
10674         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
10676         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
10677         changed.  This is needed for master.el to work.
10678         (sql-set-sqli-buffer): Use the new hook.
10680         * sql.el (sql-make-alternate-buffer-name): Function that sets
10681         sql-alternate-buffer-name.
10682         (sql-alternate-buffer-name): Possible name of SQLi buffers.
10683         (sql-interactive-mode): Set sql-alternate-buffer-name.
10684         (sql-rename-buffer): New command.
10685         (sql-interactive-mode-menu): Menu for SQLi buffers.
10687         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
10688         and sql-input-ring-file-name are used to temporarily set
10689         comint-input-ring-file-name and comint-input-ring-separator when
10690         reading and writing input history files.
10692         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
10693         (sql-input-ring-file-name): New variable with customization.
10694         (sql-input-ring-separator): New variable with customization.
10695         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
10696         Callers changed.
10697         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
10698         now includes the name of the current buffer.
10700         (sql-mode): Set paragraph-separate and paragraph-start so that
10701         sql-send-paragraph sends the entire SQL statements, even if it
10702         contains indented lines.
10704 1999-02-18  Dave Love  <fx@gnu.org>
10706         * format.el (format-encode-run-method, format-decode-run-method):
10707         Fix previous change.
10709 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
10711         * international/mule.el (coding-system-list): Moved here from
10712         mule-util.el to avoid autoloading mule-util by the call of
10713         select-safe-coding-system.
10715 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10717         * simple.el (turn-on-auto-fill): Mark it as an option for
10718         `text-mode-hook'.
10720 1999-02-17  Richard Stallman  <rms@gnu.org>
10722         * emacs-lisp/easymenu.el (easy-menu-get-map):
10723         Don't crash if (current-local-map) is nil.
10725 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
10727         * filecache.el (file-cache-filter-regexps): Added .class.
10729 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
10731         * international/mule-util.el (decompose-region): Use
10732         insert-buffer-substring instead of insert-buffer to avoid putting
10733         mark.
10735 1999-02-17  Andreas Schwab  <schwab@gnu.org>
10737         * calendar/cal-move.el (scroll-calendar-left): Don't set
10738         displayed-month and displayed-year here, let generate-calendar do
10739         it, after range checking.
10741 1999-02-17  Simon Marshall  <simon@gnu.org>
10743         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
10745         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
10746         correctly between an object declared via a constructor and a method.
10747         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
10748         (java-font-lock-keywords-1): Fontify package names individually.
10749         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
10750         (java-font-lock-keywords-2): Simplify type fontification.
10751         (java-font-lock-keywords-3): Likewise.
10753 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
10755         * language/japanese.el (iso-2022-jp-2): New coding system.
10756         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
10758 1999-02-16  Dave Love  <fx@gnu.org>
10760         * help.el (describe-function-1): Accept non-symbols.
10762 1999-02-16  Paul Eggert  <eggert@twinsun.com>
10764         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
10765         find the last match if there are multiple matches.
10767 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10769         * tex-mode.el (tex-run-command, latex-run-command)
10770         (slitex-run-command, tex-command): Doc changes.
10771         (tex-start-options-string): Autoload it.  Doc change.  Provide
10772         a menu for customization.  Allow nil.  Quote backslashes only once.
10773         (tex-start-tex): Handle nil value of tex-start-options-string
10774         and apply shell-quote-argument to it.
10776 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
10778         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
10779         the size in blocks, since it can be a float.
10780         (ls-lisp-format): Likewise
10782 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
10784         * language/japanese.el (japanese-shift-jis): Add
10785         charset-origin-alist property.
10787 1999-02-15  Richard Stallman  <rms@gnu.org>
10789         * progmodes/compile.el (compile-internal): Use save-selected-window.
10791         * subr.el (momentary-string-display): Bind inhibit-read-only.
10793         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
10795 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
10797         * mail/rmail.el (rmail-show-message): If an unseen message has a
10798         Summary-line in its header, get past one more line before looking
10799         for the X-Coding-System header.
10801 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
10803         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
10804         explicitly to accomodate Windows 9X lack of a useful copy program.
10806 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10808         * wid-edit.el (widget-choice-value-create): Use `equal'
10809         instead of `eq'.
10811 1999-02-14  Richard Stallman  <rms@gnu.org>
10813         * international/iso-transl.el:
10814         (iso-transl-ae): Renamed from iso-transl-e-slash.
10815         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
10816         (iso-transl-AE): Renamed from iso-transl-E-slash.
10817         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
10818         (iso-transl-char-map): Related changes.
10820         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
10822 1999-02-13  Richard Stallman  <rms@gnu.org>
10824         * textmodes/texinfmt.el (texinfo-alias): New function.
10825         (texinfo-fold-nodename-case): Add defvar.
10826         (texinfo-format-node): Do case folding if specified.
10828         * ffap.el (ffap-file-at-point): Test local file names
10829         immediately.  Strip off line numbers.
10831 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
10833         * sql.el: Set version to 1.3.2
10834         (sql-solid-program): Added support for solid.
10835         (sql-help): Doc mentions sql-solid.
10836         (sql-solid): Entry function for Solid.
10837         (sql-buffer): Doc explains the use of the variable and how to
10838         change it.
10839         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
10840         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
10841         disabled if sql-buffer doesn't have a process; sql-send-paragraph
10842         is new.
10843         (sql-show-sqli-buffer): New function to display the value of
10844         sql-buffer.
10845         (sql-change-sqli-buffer): New function to change sql-buffer.
10846         (sql-mode): Doc explains how to change sql-buffer.
10847         (sql-send-paragraph): New function to send a paragraph.
10848         (sql-mode-map): Added keybinding for sql-send-paragraph.
10849         (sql-mysql): Doc corrected.
10850         (sql-ms): Doc corrected.
10852         * sql.el (sql-server): Doc fix.
10853         (sql-mysql): Added the use of sql-server to specify the host,
10854         sql-database now specifies database instead of host.
10855         (sql-mode-menu): Send... menu items are only active if sql-buffer
10856         is non-nil.
10857         (sql-help): Changed tag of entry functions a bit.
10859         * sql.el: Added keywords from `finder-by-keyword'.
10860         (sql-mode): Made sql-buffer a local variable, changed the
10861         documentation: removed instructions to add *.sql files to
10862         auto-mode-alist, added documentation for having mutliple SQL
10863         buffers sending their stuff to different SQLi buffers, each
10864         running a different process.
10865         (sql-postgres): Quoted *SQL* in doc string.
10866         (sql-ms): Likewise.
10867         (sql-ingres): Likewise.
10868         (sql-ingres): Quoted *SQL* in doc string, added references to
10869         sql-user and sql-password used during login.
10870         (sql-sybase): Quoted *SQL* in doc string, added comma.
10871         (sql-oracle): Likewise.
10872         (sql-interactive-mode): Added extensive documentation for having
10873         mutliple SQL buffers sending their stuff to different SQLi
10874         buffers, each running a different process.
10875         (sql-buffer): Changed doc from *SQL* to SQLi.
10876         (sql-get-login): Doc fix.
10878 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
10880         * international/mule-conf.el (undecided): Set ascii in
10881         safe-charsets property.
10883 1999-02-12  Richard Stallman  <rms@gnu.org>
10885         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
10887 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
10889         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
10890         value to ps-mule-font-info-database-latin.
10892 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
10894         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
10895         (ps-mule-font-info-database-default): New variable.
10896         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
10897         ps-mule-font-info-database-default.
10899 1999-02-12  Dave Love  <fx@gnu.org>
10901         * timezone.el (timezone-make-date-sortable)
10902         (timezone-make-date-arpa-standard): Doc fix.
10904 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
10906         * international/quail.el (quail-show-kbd-layout): Bind
10907         blink-matching-paren to nil.
10909         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
10910         for ASCII and Latin-1.
10912 1999-02-12  Andreas Schwab  <schwab@gnu.org>
10914         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
10916 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
10918         * international/mule-cmds.el (language-info-alist): Remove
10919         description about charset-origin-alist.
10921         * international/mule.el: Comment added for a new coding system
10922         property `charset-origin-alit'.
10923         (make-translation-table): This variable deleted.
10925         * language/chinese.el (chinese-big5): Add charset-origin-alist
10926         property.
10927         ("Chinese-CNS"): Remove charset-origin-alist property.
10929         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
10930         property.
10931         (cyrillic-alternativnyj): Likewise.
10932         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
10933         ("Cyrillic-ALT"): Likewise.
10935         * language/vietnamese.el (vietnamese-viqr): Add
10936         charset-origin-alist property.
10937         ("Vietnamese"): Remove charset-origin-alist property.
10939         * simple.el (what-cursor-position): Don't use the varialbe
10940         charset-origin-alist, but use charset-origin-alist property of
10941         buffer-file-coding-system to decide external character set code.
10943 1999-02-10  Richard Stallman  <rms@gnu.org>
10945         * shadowfile.el: Don't turn on the mode when the file is loaded.
10947 1999-02-09  Richard Stallman  <rms@gnu.org>
10949         * progmodes/compile.el (compile-auto-highlight): Customize.
10951         * add-log.el (add-log-file-name-function): New variable.
10952         (add-change-log-entry): Call that function, if non-nil.
10954 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
10956         * rmail.el (rmail-search): Track match with a marker, not an integer.
10958 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10960         * progmodes/compile.el (compilation-setup): Set value of
10961         compilation-directory-stack as in compilation-forget-errors.
10962         (compile-reinitialize-errors): Bind buffer-undo-list and
10963         deactivate-mark.
10964         (compilation-forget-errors): Likewise.
10966 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
10968         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
10969         def... constructs.
10971         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
10972         Remove calls to sleep-for.
10974 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
10976         * international/codepage.el (cp-coding-system-for-codepage-1): On
10977         MS-DOS, use dos-unsupported-char-glyph for characters not
10978         supported by the codepage.
10979         (cp-make-coding-systems-for-codepage): Likewise.
10981 1999-02-08  Andreas Schwab  <schwab@gnu.org>
10983         * international/mule-util.el (coding-system-list): Don't sort
10984         coding-system-list here.
10986         * international/mule.el (coding-system-lessp): Moved here from
10987         mule-util.el
10988         (add-to-coding-system-list): New function.
10989         (make-subsidiary-coding-system, make-coding-system,
10990         define-coding-system-alias): Use it instead of setting
10991         coding-system-list directly.
10993 1999-02-07  Dave Love  <fx@gnu.org>
10995         * calendar/appt.el (appt-make-list): Don't splice quotes and date
10996         onto message.
10998 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11000         * imenu.el (imenu--last-menubar-index-alist): Add doc.
11001         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
11003 1999-02-06  Richard Stallman  <rms@gnu.org>
11005         * language/european.el (setup-slovenian-environment): New function.
11006         ("Slovenian"): New language environment.
11008         * progmodes/sql.el (sql-help): Doc fix.
11009         (sql-mysql): Doc fix.
11011 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11013         * tex-mode.el: When compiling, require compare-w and skeleton
11014         to pacify the byte-compiler.  Move the def's of the tex-commands
11015         together.  Add a comment on kill-process vs. quit-process.
11017 1999-02-05  Dave Love  <fx@gnu.org>
11019         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
11020         null markers.
11021         (compile-goto-error): Likewise.
11023 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
11025         * time-stamp.el (time-stamp-format): Format doc tighter.
11026         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
11027         (time-stamp): Don't re-write the time stamp if it didn't change.
11029 1999-02-05  Alex Schroeder  <asc@bsiag.com>
11031         * progmodes/sql.el: Changed version to 1.2.1.
11032         (sql-pop-to-buffer-after-send-region): Improved documentation.
11033         (sql-mysql-program): Added MySQL support.
11034         (sql-prompt-length): Made prompt-length configurable.
11035         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
11036         (sql-help): Added MySQL support, changed documentation.
11037         (sql-send-region): A message is displayed if something is sent.
11038         (sql-mode): Added buffer-local comment-start.
11039         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
11040         (sql-interactive-mode): Added buffer-local comment-start.
11041         (sql-oracle): Set sql-prompt-length.
11042         (sql-sybase): Set sql-prompt-length.
11043         (sql-mysql): Added MySQL support.
11044         (sql-ingres): Set sql-prompt-length.
11045         (sql-ms): Set sql-prompt-length.
11046         (sql-postgres): Set sql-prompt-length.
11048 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
11050         * term/internal.el (dos-codepage-setup): Set selection coding
11051         system to cpNNN-dos.
11053 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11055         * international/characters.el: Let ethiopic use iso-2022-7bit.
11057 1999-02-02  Dave Love  <fx@gnu.org>
11059         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
11060         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
11062 1999-02-02  Karl Heuer  <kwzh@gnu.org>
11064         * terminal.el (terminal-emulator): Doc fix.
11066 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
11068         * international/mule-util.el (compose-chars): Doc-string
11069         modified.  Correctly handle a composition character in ARGS.
11071 1999-02-01  Richard Stallman  <rms@gnu.org>
11073         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
11074         (makefile-menu-index-function): Function deleted.
11075         (makefile-mode): Use makefile-imenu-generic-expression.
11077 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
11079         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
11080         change, invoke from before-init-hook.
11082 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
11084         * subr.el (remove-from-invisibility-spec): Cope with the case when
11085         buffer-invisibility-spec is t.
11087 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
11089         * calendar/calendar.el (calendar-mode-map): Fix bindings for
11090         appt-add and appt-delete.
11092 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
11094         * term/pc-win.el (msdos-approximate-color): New function.
11095         (msdos-color-translate): Call it to find a DOS color that best
11096         approximates an X-style "#NNNNNN" color specification.
11098 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
11100         * international/mule-util.el (compose-chars-component): Add
11101         autoload cookie.
11103 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
11105         * international/quail.el (quail-lookup-key): If cdr of MAP is a
11106         function, replace cdr of MAP by the return value of the function
11107         unconditionally.
11109 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11111         * progmodes/compile.el (compilation-next-error-locus): Don't
11112         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
11114 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
11116         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
11117         and NLs before "charset", and allow the charset name be in double
11118         quotes.
11120 1999-01-31  Richard Stallman  <rms@gnu.org>
11122         * imenu.el (imenu-sort-function): Fix custom type.
11124 1999-01-30  Richard Stallman  <rms@gnu.org>
11126         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
11127         (speedbar-line-token): Likewise.
11129         * play/gametree.el (gametree-default-score): Use defcustom.
11130         (gametree-score-regexp, gametree-score-closer): Likewise.
11131         (gametree-score-manual-flag, gametree-score-opener): Likewise.
11133 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11135         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
11136         decoding.
11138 1999-01-29  Markus Rost  <rost@gnu.org>
11140         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
11141         tex-validate-buffer.
11142         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
11143         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
11144         now with recent occur-mode.
11145         (tex-validate-region): Really walk through all Sexps.
11146         (tex-region): Bind shell-dirtrack-verbose.
11147         (tex-file, tex-bibtex-file): Likewise.
11149 1999-01-29  Dave Love  <fx@gnu.org>
11151         * finder.el: (finder-commentary): Fix interactive spec.  Try
11152         appending .el to file name.
11153         (finder-find-library, finder-commentary): Doc fixes.
11155 1999-01-29  Andrew Innes  <andrewi@gnu.org>
11157         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
11158         where the userid contains directory separators.
11160 1999-01-29  Dave Love  <fx@gnu.org>
11162         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
11163         (lm-commentary): Doc fix.
11165 1999-01-29  Andreas Schwab  <schwab@gnu.org>
11167         * files.el (file-expand-wildcards): Never consider `.' and `..' a
11168         wildcard match.  Fix regexp that tests if dirpart contains
11169         wildcard characters.
11171 1999-01-28  Richard Stallman  <rms@gnu.org>
11173         * font-lock.el (font-lock-default-unfontify-region):
11174         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
11176 1999-01-27  Jason Rumney <jasonr@altavista.net>
11178         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
11179         from FAMILY field.
11180         (w32-create-initial-fontsets): Do not use before-init-hook.
11181         (mouse-set-font): Document.  Automatically create and use fontsets.
11183         * dos-w32.el (direct-print-region-helper): Check for printer
11184         being t as well as a string.
11186 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
11188         * mail/rmail.el (rmail-decode-mime-charset): New variable.
11189         (rmail-mime-charset-pattern): New variable.
11190         (rmail-convert-to-babyl-format): Decode by MIME-charset if
11191         rmail-decode-mime-charset is non-nil.
11193 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
11195         * international/characters.el: Set category `q' for all characters
11196         in tibetan and tibetan-1-column.
11198 1999-01-27  Andrew Innes  <andrewi@gnu.org>
11200         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
11201         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
11203 1999-01-27  Dave Love  <fx@gnu.org>
11205         * international/mule-cmds.el (current-language-environment):
11206         Provide :link, :type (choices) and appropriate :get.
11208 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
11210         * startup.el (command-line): Set default eol-mnemonic-* strings to
11211         display end-of-line format in mode line.
11213         * cus-start.el (all): Add eol-mnemonic-* variables.
11215 1999-01-26  Dave Love  <fx@gnu.org>
11217         * startup.el (command-line-1): Up-date copyright.
11219         * paths.el (Info-default-directory-list): Use configdir twice.
11221         * info.el (Info-directory-list): Don't set path-separator now
11222         we're not shipped with Texinfo.  Simplify path definition.
11223         Substitute all occurrences of instdir in Info-default-directory-list.
11225 1999-01-25  Richard Stallman  <rms@gnu.org>
11227         * startup.el (normal-top-level-add-subdirs-to-load-path):
11228         Record the inode numbers of the dirs processed, to avoid loop.
11230         * textmodes/tex-mode.el (tex-run-command): Doc fix.
11232 1999-01-25  Dave Love  <fx@gnu.org>
11234         * browse-url.el (browse-url-netscape-program): Doc addition.
11236         * help.el (help-make-xrefs): Default info references to an `(emacs)'
11237         prefix.
11239         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
11240         auto-mode-alist.
11242 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11244         * calendar/diary-lib.el (mark-diary-entries): Use
11245         assoc-ignore-case and do not capitalize when matching month and
11246         day names.
11248         * calendar/calendar.el (calendar-read-date): Ditto.
11250         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
11251         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
11253         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
11255         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
11257         * calendar/cal-islam.el (calendar-goto-islamic-date)
11258         (mark-islamic-diary-entries): Ditto.
11260         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
11262         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
11263         (calendar-read-mayan-tzolkin-date): Ditto.
11265         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
11267 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
11269         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
11271 1999-01-25  Karl Heuer  <kwzh@gnu.org>
11273         * faces.el (list-faces-display): Multiline case of previous fix.
11275 1999-01-25  Andreas Schwab  <schwab@gnu.org>
11277         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
11279 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
11281         * files.el (find-file): If find-file-noselect returns a list,
11282         do switch-to-buffer on each element.
11283         (find-file-other-window): Likewise for all but the first element.
11284         (find-file-other-frame): Same.
11285         (find-file-noselect): When we expand a wildcard, return a list
11286         of buffers.
11288 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
11290         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
11291         to set the appropriate cpNNN-dos coding system as the
11292         highest-priority coding system.
11294 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
11296         * international/fontset.el (generate-fontset-menu): Return a
11297         sorted list by plain names of fontsets.
11299         * international/mule-diag.el (list-fontsets): Sort fontsets by
11300         plain names.
11302         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
11303         FIRST is a composite character, decompose it at first.
11305 1999-01-23  Dave Love  <fx@gnu.org>
11307         * format.el: Doc fixes.
11308         (format-encode-run-method): Have things happen in the right buffer.
11309         Deal with errors from method.  Set coding-system-for-write.
11310         (format-decode-run-method): Have things happen in the right buffer.
11311         Deal with errors from method.  Set coding-system-for-read.
11312         (format-alist): Use nil instead of unmatchable regexps.
11314         * simple.el (shell-command-on-region): Return command's exit status.
11316 1999-01-23  Eric Ludlam  <zappo@gnu.org>
11318         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
11319         of the file whose info we want to display.
11320         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
11321         (speedbar-add-mode-functions-list) Improve doc.
11322         (speedbar-line-token) New function.
11323         (speedbar-dired) Fix order of directories in -shown-directories.
11324         (speedbar-line-path): Default return is default-directory
11325         (speedbar-buffers-line-path): Return is dir name only.
11326         (speedbar-mode-functions-list): New variable.
11327         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
11328         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
11329         speedbar-files-item-info speedbar-buffers-item-info): New functions.
11330         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
11331         New functions.
11332         (speedbar-line-file): Broke out part that fetches file from a line.
11333         (speedbar-line-text): New function extracted from speedbar-line-file.
11334         (speedbar-line-path): Converted into a replaceable function.
11335         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
11337 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
11339         * international/fontset.el (create-fontset-from-x-resource): Make
11340         style variants.
11342 1999-01-22  Dave Love  <fx@gnu.org>
11344         * paths.el (Info-default-directory-list): Put sysdir after start.
11346 1999-01-22  Sam Steingold  <sds@goems.com>
11348         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
11349         a process associated with it.
11351 1999-01-22  Jason Rumney <jasonr@altavista.net>
11353         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
11355 1999-01-22  Felix Lee  <flee@cygnus.com>
11357         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
11358         major-mode.
11359         (vc-annotate-mode): Delete variable.
11361 1999-01-22  Andrew Innes  <andrewi@gnu.org>
11363         * startup.el (command-line): [windows-nt]: Check for existence of
11364         .emacs file so as to notice .emacs.el or .emacs.elc and use them
11365         in preference to _emacs.
11367 1999-01-22  Dave Love  <fx@gnu.org>
11369         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
11371 1999-01-20  Richard Stallman  <rms@gnu.org>
11373         * files.el (find-file-noselect): Do wildcard processing only
11374         if new arg WILDCARDS is non-nil.
11375         (find-file, find-file-other-window): New arg WILDCARDS.
11376         Default it to non-nil if interactive.
11377         (find-file-other-frame): Likewise.
11378         (find-file-read-only): Likewise.
11379         (find-file-read-only-other-window): Likewise.
11380         (find-file-read-only-other-frame): Likewise.
11382         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
11383         (widget-plist-convert-option): Delete spurious comma.
11385 1999-01-19  Jason Rumney <jasonr@altavista.net>
11387         * term/w32-win.el (w32-standard-fontspec-spec): Change
11388         iso8859-5 to koi8-r.  Add iso8859-9.
11390 1999-01-19  Dave Love  <fx@gnu.org>
11392         * browse-url.el (browse-url-maybe-new-window): Delete macro and
11393         its uses.
11395         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
11396         is active.
11397         (fortran-indent-subprogram): Likewise.
11399 1999-01-19  Dave Love  <d.love@dl.ac.uk>
11401         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
11403 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
11405         * wid-edit.el (alist): Use sexp as default key-type.
11407 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11409         * textmodes/tex-mode.el (tex-define-common-keys):
11410         Remove key binding of tex-feed-input.
11411         (tex-mode-map): Bind tex-feed-input here.
11412         (tex-start-shell): Use compilation-shell-minor-mode.  Set
11413         comint-input-filter-functions before running tex-shell-hook.
11414         (tex-start-tex): Forget compilation errors.
11415         (tex-compilation-parse-errors): Rewritten to work also with
11416         compile-mouse-goto-error and compile-goto-error.  Adjusted to
11417         change in tex-region.
11418         (tex-region): For the temp file use file-name without directory.
11419         (tex-file): Expand file name of tex-print-file.
11421 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11423         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
11425 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
11427         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
11428         beginning could cause Emacs to hang.  Fixed.
11430 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
11432         * international/ccl.el (ccl-compile-translate-character): Handle
11433         the case that a tranlation table is CCL register correctly.
11435         * international/mule-cmds.el (select-safe-coding-system):
11436         Hightlight at most 256 characters.
11438 1999-01-18  Dave Love  <fx@gnu.org>
11440         * startup.el (command-line): If the init file changes operation to
11441         unibyte, make all buffers unibyte and re-set language environment.
11443         * disp-table.el (standard-display-european): Make all existing
11444         buffers unibyte.  Fix doc.
11446 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
11448         * wid-edit.el (coding-system): Define this unconditionally.
11450         * simple.el (shell-command-on-region-default-error-buffer): New var.
11451         (shell-command-on-region): Use that variable as interactive
11452         value of ERROR-BUFFER argument.
11454 1999-01-17  Sam Steingold  <sds@goems.com>
11456         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
11458 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11460         * progmodes/compile.el (compilation-goto-locus): If already in the
11461         compilation buffer's window, keep it in that window.
11462         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
11463         (compile-goto-error): Don't play with windows.
11465         * textmodes/tex-mode.el (latex-run-command): Doc fix.
11466         (tex-command): Doc fix.
11467         (tex-compilation-parse-errors): Doc fix.
11468         (tex-generate-zap-file-name): Don't start the name with -.
11469         (tex-expand-files): Works now also with strings ending with ":".
11471 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
11473         Patch failed to install:
11474         * gametree.el: Document scoring functionality.
11475         (gametree-score-regexp): Add optional plus sign.
11476         (gametree-score-opener): Replace `:' with `=' as the former
11477         conflicts with gametree-half-ply-regexp.
11478         (gametree-transpose-following-leaves): Add.
11479         (gametree-insert-new-leaf): Make modifying commands barf in read
11480         only buffers.
11481         (gametree-break-line-here): Add a call to
11482         `gametree-transpose-following-leaves'.  This maintains the
11483         necessary invariant that on each level all leaf children precede
11484         all nonleaf children.  This has always been implied, but left to
11485         the user, and, unfortunately, undocumented.
11487 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11489         * wid-edit.el (plist, alist): New widget types.
11491 1999-01-17  Dave Love  <fx@gnu.org>
11493         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
11494         fix scope of condition-case therein.
11496 1999-01-17  Andrew Innes  <andrewi@gnu.org>
11498         * dos-w32.el: (find-buffer-file-type-coding-system): Use
11499         default-buffer-file-coding-system when file doesn't exist (and
11500         isn't covered by a special case) instead of forcing undecided-dos
11501         against the user's wishes.
11503         * dos-w32.el (direct-print-region-helper): New function based on
11504         direct-print-region-function; sends data to specified printer port
11505         without further translation.  Recognize and handle specially the
11506         standard `print' and `nprint' programs, as well as `lpr' and
11507         similar programs.  Only write directly to the printer port if no
11508         print program is specified.  Work around a bug in Windows 9x
11509         affecting Win32 version of Emacs by invoking command.com to write
11510         to the printer port instead of writing directly.
11511         (direct-print-region-function): Use direct-print-region-helper to
11512         do most of the work.
11513         (direct-ps-print-region-function): New function; analogue of
11514         direct-print-region-function for ps-print.
11515         (ps-lpr-command): Comment out setq; leave as example usage.
11516         (ps-lpr-switches): Ditto.
11518         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
11519         and MS-Windows.
11520         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
11521         DOS and Windows platforms, to indicate direct printing.  Update
11522         the docstring accordingly.
11524         * ps-print.el: (ps-printer-name): Update docstring about usage on
11525         MS-DOS and MS-Windows.
11526         (ps-lpr-command): Update docstring as for lpr-command.
11527         (ps-print-region-function): New variable.
11528         (ps-do-despool): Use it.
11529         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
11530         DOS/Windows.
11532         * subr.el (subst-char-in-string): New function.
11534 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
11536         * international/codepage.el (cp852-decode-table): Fill a nil entry.
11538         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
11539         (bdf-find-font-info): New function, looks for the first readable
11540         file from a list of alternatives.
11541         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
11542         instead of bdf-get-font-info.
11543         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
11544         to ps-mule-generate-bitmap-glyph.
11546         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
11547         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
11548         now be a list of alternative names.
11549         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
11550         (ps-mule-prepare-font): Likewise.
11552         * international/codepage.el (cp855-decode-table,
11553         cp850-decode-table): Fill some nil entries.
11555 1999-01-16  Dave Love  <fx@gnu.org>
11557         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
11558         last change.
11560 1999-01-15  Dave Love  <fx@gnu.org>
11562         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
11563         and change regexp for command names.
11564         (help-xref-go-back, function-called-at-point, symbol-file)
11565         (where-is): Doc fixes.
11566         (help-xref-go-back): Remove interactive spec.
11567         (describe-function-1): Fix message for alias.  Buttomize alias
11568         name.
11570         * simple.el (join-line): New alias.
11572 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
11574         * forms.el: (forms--show-record): Convert integers to string
11575         expicitly since concat will no longer accept integers.
11576         (forms-print): Use local `total-nb-records' since
11577         `forms--total-records' will be inaccessible after buffer switching.
11579 1998-01-14  Felix Lee  <flee@cygnus.com>
11581         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
11583 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
11585         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
11587 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
11589         * international/codepage.el (cp850-decode-table): Fix previous change.
11591 1999-01-14  Simon Marshall  <simon@gnu.org>
11593         * shell.el (shell-dirtrack-verbose): New custom variable.
11594         (shell-dirstack-message): Use it.
11596 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
11598         * international/mule-conf.el: Coding system alias `dos' for
11599         `undecided-dos', `mac' for `undecided-mac'.
11601         * international/mule-cmds.el (describe-language-environment):
11602         Don't alter input-method-alist.
11604 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
11606         * international/codepage.el (cp850-decode-table): Replace nil
11607         entries with codes of similary looking glyphs.  (Suggested by
11608         Jason Rumney <jasonr@altavista.net>.)
11610 1999-01-13  Dave Love  <fx@gnu.org>
11612         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
11614         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
11616 1999-01-12  Karl Heuer  <kwzh@gnu.org>
11618         * files.el (auto-save-hook): Defvar this.
11620 1999-01-12  Alex Schroeder  <asc@bsiag.com>
11622         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
11623         faces, eliminating the need to load font-lock before loading sql.
11624         (sql-mode-oracle-font-lock-keywords): Likewise.
11625         (sql-mode-postgres-font-lock-keywords): Likewise.
11627 1999-01-11  Dave Love  <fx@gnu.org>
11629         * cus-start.el: Add inhibit-eol-conversion.
11631         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
11632         the values round.
11634 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
11636         * help.el (help-mode-finish): Renamed from help-mode-maybe.
11637         Don't switch to Help mode here.
11638         (temp-buffer-setup-hook): Use help-mode-finish.
11639         (help-mode-setup): New function.
11640         (temp-buffer-setup-hook): Use help-mode-setup.
11642         * progmodes/sql.el: New file.
11644         * files.el (auto-mode-alist): Add sql-mode.
11646         * faces.el (list-faces-display): Improve the formatting
11647         by computing the maximum length required for any face-name.
11649 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11651         * progmodes/compile.el (compilation-shell-minor-mode): New function.
11653 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
11655         * term.el (term_send_home): Change the string to
11656         be the same as the one emitted by xterm and consistent with the
11657         ones emitted by prior and next.
11658         (term_send_end): Likewise.
11660 1999-01-10  Dave Love  <fx@gnu.org>
11662         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
11663         bindings.
11665 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
11667         * international/codepage.el (codepage-setup): Doc fix.
11668         (cp-decoding-vector-for-codepage): Likewise.
11670 1999-01-10  Markus Rost  <rost@gnu.org>
11672         * cus-edit.el (custom-save-delete): First scan the custom-file.
11674 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
11676         * international/iso-transl.el: Define a "function name" for
11677         each translation that isn't ASCII.  Use these function names
11678         in iso-transl-char-map.
11680 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
11682         * international/mule-util.el (decompose-region): Do decomposition
11683         on temporary unibyte buffer.
11685         * international/mule.el (make-char): Doc-string modified.
11687 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
11689         * simple.el (comment-region): Delete spaces only if we
11690         deleted a comment starter.
11692 1999-01-07  Dave Love  <fx@gnu.org>
11694         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11696         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
11697         like eval-defun does.
11699         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
11701         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
11702         constructions.  Doc fixes.
11703         (generic-create-generic-function): Use defalias, not fset.
11705         * find-func.el: More doc fixes.
11707 1999-01-06  Stephen Eglen  <stephen@gnu.org>
11709         * files.el (save-buffers-kill-emacs): Show the list of current
11710         processes before prompting to kill them and exit.
11712 1999-01-06  Dave Love  <fx@gnu.org>
11714         * emacs-lisp/find-func.el: Doc fixes.
11715         (find-function-regexp): Extend for define-generic-mode,
11716         define-derived-mode, easy-mmode-define-minor-mode.
11718 1999-01-06  Dave Love  <fx@gnu.org>
11720         * progmodes/fortran.el (fortran-window-create): Account for scroll
11721         bar width.
11723         * browse-url.el: Require (noerror) w3-auto when compiling.
11724         (browse-url-maybe-new-window): Make it a macro and revert last
11725         change to callers.
11726         (browse-url-w3): Require w3 for w3-fetch-other-window.
11728 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11730         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
11731         argument.
11733 1999-01-06  Simon Marshall  <simon@gnu.org>
11735         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
11737         * font-lock.el (font-lock-default-fontify-buffer): When using
11738         with-temp-message, use nil rather than current-message.
11740         * lazy-lock.el (lazy-lock-unstall):
11741         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
11742         rather than current-message.
11744         * fast-lock.el (fast-lock-save-cache-1):
11745         (fast-lock-cache-data): When using with-temp-message, use nil rather
11746         than current-message.
11748 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
11750         * international/codepage.el (cp-coding-system-for-codepage-1): Add
11751         the valid-codes property.
11753         * international/mule-cmds.el (prefer-coding-system): Call
11754         set-coding-priority, so that the internal array of priorities is
11755         also updated.
11757         * international/mule-util.el:
11758         (coding-system-change-eol-conversion,
11759         coding-system-change-text-conversion): Don't define here.
11761         * international/mule-cmds.el: Define them here.  Remove the
11762         autoload cookies.
11764 1999-01-06  Andreas Schwab  <schwab@gnu.org>
11766         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
11767         if it was enabled before.
11769         * view.el (View-revert-buffer-scroll-page-forward): Bind
11770         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
11772         * files.el (recover-session): Preserve point when inserting
11773         explanation.
11775 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
11777         * cus-edit.el (custom-save-delete): Don't delete whitespace
11778         and comments before the sexp that is replaced.
11780 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11782         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
11784 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11786         * vc.el (vc-dired-hook): Use the original value of
11787         dired-move-to-filename-regexp on lines that have not been
11788         reformatted yet.
11789         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
11790         file lines have already been reformatted.
11792 1999-01-05  Dave Love  <fx@gnu.org>
11794         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
11795         buffer-local.
11797 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
11799         * progmodes/f90.el: Change of regular expressions for type to
11800         correct highlighting and identation. Some small fixes for
11801         compatibility with XEmacs.
11803 1999-01-05  Stephen Eglen  <stephen@gnu.org>
11805         * mspools.el (mspools-vm-system-mail): Provide an alternative
11806         value based on rmail-spool-directory if $MAIL is not defined.
11808 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
11810         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
11811         (reftex-section-info): Handle negative section levels.
11812         (reftex-view-crossref-extra): New option.
11813         (reftex-view-crossref): Generalized to work in more places.
11814         (reftex-find-citation-regexp-format, reftex-find-reference-format,
11815         reftex-macros-with-labels, reftex-global-search-marker): New variables.
11816         (reftex-view-cite-locations-from-bibtex): New command.
11817         (reftex-view-regexp-match, reftex-global-search,
11818         reftex-global-search-continue): New functions.
11819         (reftex-extract-bib-entries): No error for non-existing BibTeX
11820         file, just a message.
11821         (reftex-extract-bib-entries): Better error handling.
11822         (reftex-select-with-char): Use `*RefTeX Select*' for selection
11823         help and force it on current frame.
11824         (reftex-default-bibliography): New function.
11825         (reftex-access-parse-file): Check consistency after loading a
11826         parse file.  When inconsistent, enfore rescan.
11827         (reftex-check-parse-consistency): New function.
11828         (easy-menu-define): Options section drastically shortened.
11830 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
11832         * language/thai-util.el (thai-compose-string): New function.
11834 1999-01-04  Inge Frick  <inge@nada.kth.se>
11836         * easymenu.el (easy-menu-define): Doc fix.
11837         (easy-menu-create-menu): New keyword :included.
11838         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
11839         be an expression, not only a string.  Simulate style `button'.
11840         Use easy-menu-define-key-intern instead of easy-menu-define-key.
11841         (easy-menu-define-key-intern): New function.
11842         (easy-menu-add-item): Understand value returned from
11843         easy-menu-item-present-p and easy-menu-remove-item.
11844         (easy-menu-return-item): New function.
11845         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
11847 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
11849         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11850         Use rmail-output-read-rmail-file-name to read the file name.
11851         Always call rmail-output-to-rmail-file noninteractively.
11852         When count > 1, do the loop here.
11853         Handle rmail-delete-after-output here.
11854         (rmail-summary-output): Similar changes.
11856         * mail/rmailout.el: Provide `rmailout'.
11857         (rmail-output-read-rmail-file-name): New function.
11858         (rmail-output-to-rmail-file): Use that.
11859         (rmail-output-read-file-name): New function.
11860         (rmail-output): Use that.
11862         * files.el (find-file-noselect): Let /: suppress wildcard matching.
11863         Error if wildcard matches no files.
11865 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
11867         * menu-bar.el (clipboard-yank): Doc fix.
11869         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
11871 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
11873         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
11875 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
11877         * rmail.el (rmail-encode-string): Make sure mask value is
11878         positive; (emacs-pid) returns a negative number on Windows 9x
11879         which causes odd behaviour.
11881 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
11883         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
11884         and about w32-* variables unless on Windows/NT.
11886 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
11888         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
11889         if buffer is modified; ask about all modified buffers.
11891 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
11893         * simple.el (what-cursor-position): Fix previous change.
11895 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
11897         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
11898         from paragraph-start.
11900 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
11902         * international/mule-cmds.el (prefer-coding-system): If the
11903         argument requires specific EOL conversion type, make the default
11904         coding systems use that.
11906 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
11908         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
11909         Use shell-command-on-region.
11910         (m4-start-m4, m4-end-m4): Functions deleted.
11912 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
11914         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
11916 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11918         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
11919         to compose-mail in the correct places and as a list.
11921 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
11923         * page-ext.el: Added mouse-selection feature for pages directory buffer.
11924         (pages-directory-map): Bind mouse-2
11925         (pages-copy-header-and-position): Put text property.
11926         (pages-directory-goto-with-mouse): New function.
11928 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
11930         * international/codepage.el (cp-make-coding-systems-for-codepage):
11931         Doc fix.
11932         (cp-coding-system-for-codepage-1): Likewise.
11934 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
11936         * language/thai-util.el (thai-post-read-conversion): Handle Thai
11937         composition sequence correctly here instead of calling
11938         thai-compose-region.
11940         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
11941         newline in multibyte buffer, if previous or next character is a
11942         composite char, check the first component of the composite char.
11944 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
11946         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
11947         and track-mouse.
11949 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11951         * mail/sendmail.el (mail-yank-original): Remove text properties
11952         after insertion.
11953         (mail-yank-region): Barf if no mark is set in the message
11954         being replied to.
11956         * help.el (function-called-at-point): First look for function at point.
11958 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
11960         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
11962 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11964         * simple.el (what-cursor-position): Print character encoding also.
11966 1998-12-26  Dave Love  <fx@gnu.org>
11968         * textmodes/flyspell.el: If local-maps work, don't put
11969         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
11970         in flyspell-mouse-map (only).
11971         (flyspell-use-local-map): New variable.
11972         Use a different mouse-2 binding in that case,
11973         and don't add to minor-mode-map-alist.
11974         (make-flyspell-overlay, flyspell-correct-word):
11975         Test flyspell-use-local-map.
11977 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11979         * files.el (file-expand-wildcards): Handle wildcards in directory name.
11980         Be careful about whether to return a relative file name,
11981         and if so, relative to what directory.
11983 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
11985         * emacs-lisp/easymenu.el (easy-menu-get-map):
11986         Change global map only if this menu exists in the global map already,
11987         and not in the local map.
11988         (easy-menu-do-add-item): Fix error message.
11990         * foldout.el (foldout-inhibit-key-bindings):
11991         Avoid concatenating onto outline-minor-mode-prefix.
11992         Make a new keymap for that prefix, if it does not already have one.
11994 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
11996         * cperl-mode.el:
11997         Can use linear algorithm for indentation if Emacs supports it.
11998         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
11999         (cperl-after-block-p):  Likewise.
12000         (cperl-after-block-and-statement-beg): Likewise.
12001         (cperl-after-block-p):  After END/BEGIN we are a block.
12002         (cperl-after-expr-p):   Skip labels when checking
12003         (cperl-indent-region):  Make a marker for END - text added/removed.
12004         Disable hooks during the call (how to call them later?).
12005         Now indents 820-line-long function in 6.5 sec (including
12006         syntaxification) the first time (when buffer has few
12007         properties), 7.1 sec the second time.
12008         (cperl-indent-region):  Do not indent whitespace lines
12009         (cperl-style-alist)
12010                 Include `cperl-merge-trailing-else' where the value is clear.
12011         (cperl-styles-entries): Likewise.
12012         (cperl-problems):       Improvements to docs.
12013         (cperl-tips):           Likewise.
12014         (cperl-non-problems):   Likewise.
12015         (cperl-mode):           Make lazy syntaxification possible.
12016         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
12017         `font-lock-unfontify-region-function' was set to a wrong function.
12019         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
12020         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
12021         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
12022         but 1<<6 was considered as HERE-doc.
12023         <file/glob> made into a string.
12024         Postpone addition of faces after syntactic step.
12025         Recognition of <FH> was wrong.
12026         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
12027         Knows that split// is null-RE.
12028         Highlights separators in 3-parts expressions as labels.
12029         <> was considered as a glob.
12030         Would err if the last line is `=head1'.
12031         $a-1 ? foo : bar; was a considered a regexp.
12032         `<< (' was considered a start of HERE-doc.
12033         mark qq[]-etc sections as syntax-type=string
12034         Was not processing sub protos after a comment ine.
12035         Was treating $a++ <= 5 as a glob.
12036         Tolerate unfinished REx at end-of-buffer.
12037         `unwind-protect' was left commented.
12038         / and ? after : start a REx.
12040         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
12041         Better default, customizes to `message' too, off in text-mode.
12043         (cperl-array-face): Renamed from `font-lock-emphasized-face',
12044         `defface'd.
12045         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
12046         `defface'd.
12047         (cperl-emacs-can-parse):        New state variable.
12048         (cperl-indent-line):    Corrected to use global state.
12049         (cperl-calculate-indent):       Likewise.
12050         (cperl-fix-line-spacing):       Likewise (not used yet).
12051         (cperl-calculate-indent):       Did not consider `,' as
12052         continuation mark for statements.
12053         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
12054         Remove another parse-data optimization at toplevel: would
12055         indent correctly.
12056         Correct for labels when calculating indentation of continuations.
12057         Docstring updated.
12058         (cperl-choose-color):   Converted to a function (to be
12059         compilable in text-mode).
12060         (cperl-dark-background):        Disable without window-system.
12061         Do `defface' only if window-system.
12062         (cperl-fix-line-spacing):       Sped up to bail out early.
12063         (x-color-defined-p): Was not compiling on XEmacs
12064         Was defmacro'ed with a tick.  Remove another def.
12065         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
12066         (cperl-unwind-to-safe): New function.
12067         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
12068         (cperl-fontify-syntaxically): Unwinds start and end to go out of
12069                                      long strings (not very successful).
12070         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
12071         Highlight the starting // in s//foo/ as function-name.
12072         Emit a meaningful error instead of a cryptic one for an
12073         uncomplete REx near end-of-buffer.
12075         (cperl-electric-keyword):       `qr' recognized.
12076         (cperl-electric-else):          Likewise
12077         (cperl-to-comment-or-eol):      Likewise
12078         (cperl-make-regexp-x):  Likewise
12079         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
12080         Corrected to use new macros;
12081         `if' for copying `reference-face' to `constant-face' was backward.
12082         remove init `font-lock-other-emphasized-face',
12083         `font-lock-emphasized-face', `font-lock-keyword-face'.
12084         Interpolate `cperl-invalid-face'.
12085         (cperl-make-regexp-x):  Misprint in a message.
12086         (cperl-syntaxify-unwind): New configuration variable
12087         (cperl-fontify-m-as-s): New configuration variable
12088         (cperl-electric-pod):   Check for after-expr was performed
12089         inside of POD too.
12090         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
12091         (cperl-clobber-mode-lists): New configuration variable.
12092         (cperl-not-bad-style-regexp):   Updated.
12093         Init:                   `cperl-is-face' was busted.
12094         (cperl-make-face):      New macros.
12095         (cperl-force-face):     New macros.
12096         (font-lock-other-type-face): Done via `defface' too.
12097         (cperl-nonoverridable-face):    New face.  Renamed from
12098         `font-lock-other-type-face'.
12099         (cperl-init-faces-weak):        Use `cperl-force-face'.
12100         (cperl-comment-indent): Commenting __END__ was not working.
12101         (cperl-indent-for-comment):     Likewise.
12102         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
12103         When removing old TAGS info was not relativizing filename.
12104         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
12105         Another try to work around XEmacs problems.  Better progress messages.
12106         (toplevel):             Require custom unprotected => failure on 19.28.
12107         (cperl-xemacs-p):       Defined when compile too
12108         (cperl-find-tags):      Was writing line/pos in a wrong order,
12109         pos off by 1 and not at beg-of-line.
12110         (cperl-etags-snarf-tag): New macro
12111         (cperl-etags-goto-tag-location): New macro
12112         (cperl-version):        New variable.  New menu entry
12113         random docstrings:      References to "future" 20.3 removed.
12114         Menu was described as `CPerl' instead of `Perl'
12115         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
12116         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
12117         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
12118         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
12119         `font-lock-reference-face', `font-lock-keyword-face'.
12120         Use `eval-after-load'.
12121         Remove not-CPerl-related faces.
12122         (cperl-tips-faces):     New variable and an entry into Mini-docs.
12123         (cperl-indent-exp):     Was not processing else-blocks.
12124         (cperl-get-state):      NOP line removed.
12125         (cperl-ps-print):       New function and menu entry.
12126         (cperl-ps-print-face-properties):       New configuration variable.
12127         (cperl-invalid-face):   New configuration variable.
12128         (perl-font-lock-keywords):      Highlight trailing whitespace
12129         (cperl-contract-levels):        Documentation corrected.
12130         (cperl-contract-level):         Likewise.
12131         (cperl-ps-extend-face-list):    New macro.
12132         (cperl-invalid-face):   Change to ''underline.
12134 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
12136         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
12137         for read-file-name.
12138         (rmail-output-to-rmail-file): Likewise.
12140 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
12142         * emacs-lisp/easymenu.el (easy-menu-get-map):
12143         If MENU is nil, use global menu-bar map.
12144         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
12145         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
12147 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12149         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
12151 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12153         * ps-print.el (ps-print-version): New version number (4.1.3).
12155 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
12157         * international/mule-cmds.el: Use make-sparse-keymap instead of
12158         define-prefix-key when defining MULE menu items.
12160         * info.el (Info-node-at-bob-matching): New function.
12161         (Info-find-node, Info-build-node-completions): Call it.
12163 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
12165         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
12166         when this is an autoloaded keymap.
12168 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
12170         * international/codepage.el (cp-coding-system-for-codepage-1):
12171         Create separate encoders and decoders, for DOS and Unix.  Make the
12172         usual family of 3 coding systems, so that automatic detection of
12173         EOL type works.
12174         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
12175         Unix-specific symbols here, and don't call
12176         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
12177         Handa <handa@etl.go.jp>.)
12179         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
12181         * term/internal.el (IT-character-translations): New variable, an
12182         alist used to display characters for which there's no glyphs in
12183         the current codepage.
12184         (IT-display-table-setup): New function, sets up the DOS terminal
12185         for a given codepage.
12186         (dos-codepage-setup): New function, sets up the MULE environment
12187         for the current value of dos-codepage.
12188         (top-level if): In the multibyte mode, turn on
12189         unibyte-display-via-language-environment.  In the unibyte mode,
12190         set up the special syntax tables to map lower- to upper case and
12191         back.
12193 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
12195         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
12196         (speedbar-frame-plist) Remove useless comments.
12197         (speedbar-frame-mode) Do not specify height if it is in the param list.
12198         Use default y position w/out changing it.
12199         If default x position is a list, keep, calculate the non-list X
12200         value when devining an initial position.
12201         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
12202         (speedbar-tag-group-name-minimum-length): New variable.
12203         (speedbar-frame-parameter): New compatibility function.
12204         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
12205         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
12206         groups to keep things in the right order, and to help with some
12207         naming conventions.
12208         (speedbar-create-tag-hierarchy): Enable buffer local version of
12209         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
12210         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
12211         the case, derive it from the cursor location in speedbar.
12213 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
12215         * international/mule-cmds.el (set-language-environment): On MS-DOS
12216         terminals, install DOS-specific nonascii-translation-table if the
12217         language info doesn't specify one.  Pass the default eol-type to
12218         set-language-environment-coding-systems.
12219         (set-default-coding-systems): Copy the eol-type property for the
12220         new default values of {buffer-file,process}-coding-system from the
12221         old defaults.
12222         (set-language-environment-coding-systems): Accept an optional
12223         argument EOL-TYPE, and set the eol-type property of the default
12224         coding systems accordingly.
12225         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
12226         (set-keyboard-coding-system): Likewise.
12227         (set-default-coding-systems): Don't set
12228         default-terminal-coding-system on MS-DOS to anything but nil.
12229         (prefer-coding-system): Describe in the doc string that
12230         default-terminal-coding-system is not changed on MS-DOS.
12231         (set-language-environment): For MS-DOS, set standard syntax table
12232         and display table for all characters with code above 127.
12233         (standard-display-european-internal): For MS-DOS, pass all
12234         characters with code above 127 directly to the terminal, and don't
12235         remap characters 160 and 146 in the unibyte case.
12237         * international/codepage.el: New file.
12239 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12241         * diary-lib.el (diary-float): Fix end-of-year error and typos in
12242         comments.
12244 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
12246         * map-ynp.el (map-y-or-n-p): Ignore input methods.
12248         * subr.el (read-passwd): Likewise.
12250 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
12252         * info.el (Info-find-node): Add 1 to the position read from the
12253         tag table.  Don't fail if the node delimiter ^_ is the first
12254         character in the file.
12255         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
12256         first character in the file.
12257         (Info-read-subfile): Likewise.
12258         (Info-select-node): Likewise.
12259         (Info-build-node-completions): Likewise.
12261 1998-12-16  Richard Stallman  <rms@gnu.org>
12263         * term/x-win.el (x-cut-buffer-or-selection-value):
12264         If clipboard is enabled, try it before PRIMARY selection.
12266 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12268         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
12269         insert c-cedilla and C-cedilla respectively, like in latin-1.
12271 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
12273         * language/hebrew.el: Don't use sublists in the flags argument
12274         passed to make-coding-system.
12276 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12278         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
12279         list of character sets found by find-charset-region.
12281         * ps-mule.el: Always require ps-print.  Move some function
12282         definitions for Emacs 20.2 and the earlier to ps-print.el.
12283         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
12285         * ps-print.el: Define several functions for Emacs 20.2 and the
12286         earlier version.
12287         (ps-printer-name): Check if printer-name is bound.
12289 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12291         * ps-mule.el: Programming uniformization and little code improvement.
12292         (ps-mule-prepare-font): Programming uniformization.
12293         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
12294         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
12296         * ps-bdf.el: Programming uniformization and little code improvement.
12297         (bdf-search-and-read): New fun.
12298         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
12299         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
12300         (bdf-info-relative-compose, bdf-info-baseline-offset)
12301         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
12302         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
12303         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
12304         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
12305         improvement.
12307 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12309         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
12310         and mule related code extraction. Autoload ps-mule funs.
12312         * ps-mule.el: Doc fix. Require ps-print only when compiled.
12313         (ps-mule-prologue-generated): New fun.
12314         (ps-mule-plot-string): Add autoload cookie.
12315         (ps-mule-begin-job): Call ps-mule-prologue-generated.
12317 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12319         * ps-bdf.el: Require ps-mule instead of ps-print.
12320         (bdf-directory-list): Add autoload cookie.
12322         * ps-mule.el: New file.  Mule related code extracted from
12323         ps-print.el.  Require ps-print, provide ps-mule.
12324         (ps-multibyte-buffer): Add autoload cookie.
12325         (ps-mule-prepare-ascii-font): New fun.
12326         (ps-mule-set-ascii-font): New fun.
12327         (ps-mule-skip-same-charset): Fun deleted.
12328         (ps-mule-plot-string): Set ps-mule-current-charset.
12329         (ps-mule-initialize): Add autload cookie.  Don't set
12330         ps-mule-font-info-database here.
12331         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
12332         ps-mule-font-info-database and ps-control-or-escape-regexp.
12333         (ps-mule-begin-page): New fun.
12335         * ps-print.el: Mule related code moved to ps-mule.el.
12336         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
12337         check ps-mule-charset-list.
12338         (ps-begin-page): Don't set ps-mule-current-charset, instead call
12339         ps-mule-begin-page.
12340         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
12341         (ps-plot-region): Don't set ps-mule-current-charset, instead call
12342         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
12343         instead skip same charsets by itself.
12344         (ps-generate): Call ps-mule-initialize of needs-begin-file is
12345         non-nil.  Call ps-mule-begin-job.
12347 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12349         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
12350         instead of bdf.
12352         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
12353         (ps-mule-external-libraries): New element FEATURE.
12354         (ps-mule-init-external-library): Ajusted for the above change.
12355         (ps-mule-generate-font): Likewise.
12356         (ps-mule-generate-glyphs): Likewise.
12357         (ps-mule-prepare-font): Likewise.
12358         (ps-mule-initialize): Likewise.
12359         (ps-begin-file): Superfluous tailing parenthesis deleted.
12361 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12363         * international/fontset.el (x-decompose-font-name): If PATTERN
12364         doesn't have any wild cards, return a vector made from a name that
12365         is found by x-resolve-font-name found.  Comments added.
12367         * international/mule-cmds.el (find-coding-systems-for-charsets):
12368         Handle the case of unknown charset.
12369         (find-multibyte-characters): If invalid multibyte characters are
12370         found, return the corresponding strings instead of character
12371         codes.
12372         (find-multibyte-characters): Adjusted for the above change.
12373         (select-safe-coding-system): For a unibyte buffer, always returns
12374         DEFAULT-CODING-SYSTEM.
12375         (get-charset-property): Fix previous change.  Make it a function.
12376         (put-charset-property): Make it a function.
12378         * international/mule.el (make-coding-system): Set mime-charset
12379         property of *-with-esc coding system to nil.
12381         * international/quail.el (quail-point-in-conversion-region): New
12382         function.
12383         (quail-conversion-backward-delete-char): When a key sequence is
12384         being translated, call quail-delete-last-char.
12386         * language/devan-util.el
12387         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
12388         handle devanagari-decomposition-rules.
12390 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
12392         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
12393         tex-start-options-string to empty string.
12394         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
12396 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
12398         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
12399         5xx responses are already handled properly).
12401 1998-12-13  Richard Stallman  <rms@gnu.org>
12403         * progmodes/compile.el (compilation-error-regexp-alist): Insist
12404         on a non-digit in the file name.
12406         * simple.el (comment-region): Handle comment-padding
12407         separately for insertion and for deletion, in the right way for each.
12409 1998-12-13  Felix Lee  <flee@cygnus.com>
12411         * progmodes/compile.el (compilation-error-regexp-alist): Fix
12412         regexp to match "ChangeLog:1:1998-12-09 ..."
12414 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
12416         * cus-start.el (dos-unsupported-char-glyph): Add.
12418 1998-12-11  Dave Love  <fx@gnu.org>
12420         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
12421         forward-sexp in condition-case.
12423         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12424         Remove unnecessary test on `library' for explicit file name.
12425         Widen scope of save-match-data.
12427 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
12429         * international/mule.el (load-with-code-conversion): If the loaded
12430         file was inserted  with no-conversion or raw-text coding system,
12431         make the buffer unibyte.
12433 1998-12-09  Richard Stallman  <rms@gnu.org>
12435         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12436         Get rid of nested loops.
12438         * mouse.el (mouse-drag-vertical-line):
12439         If WHICH-SIDE is not `right', then scroll bars are on the left.
12441         * loadhist.el (load-history-loaded): defvar moved to help.el.
12443         * help.el (symbol-file-load-history-loaded): Variable renamed,
12444         and defvar moved from loadhist.el.
12445         (symbol-file): Renamed from describe-function-find-file.
12446         Load fns-VERSION.el here.
12447         (describe-variable, describe-function-1): Use symbol-file.
12449         * textmodes/tex-mode.el (tex-generate-zap-file-name):
12450         Don't start the name with #.
12452         * ispell.el: Take out the eval-when's.
12454 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
12456         * dirtrack.el (dirtrack-directory-change-hook): New hook.
12457         (dirtrack): Run it.  Make debug message more verbose.
12459 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
12461         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
12462         name of the abbrev table, and provide support for XEmacs.
12463         (octave-xemacs-p): New variable.
12465 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
12467         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
12468         exit, when mail-interactive is nil.
12470 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
12472         * files.el (after-find-file): Message fix.
12474 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
12476         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
12478 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
12480         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
12481         filenames using backslashes.
12483 1998-12-09  Dave Love  <fx@gnu.org>
12485         * browse-url.el (browse-url-mail): Call compose-mail-other-window
12486         with correct number of args.
12487         (browse-url-maybe-new-window): New arg.  Callers changed.
12489         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
12490         comment.
12492 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
12494         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
12496 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
12498         * vc.el (vc-rcs-release): Fix Type.
12499         (vc-sccs-release): Fix Type.
12500         (vc-cvs-release): Fix Type.
12502         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
12503         arg work right.
12505         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
12506         output of last undeleted message.
12508 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
12510         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12511         (buffer-undo-list) [windows-nt]: Use different relative path.
12513 1998-12-07  Simon Marshall  <simon@gnu.org>
12515         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
12517 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
12519         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
12521         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
12523 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
12525         * info.el (Info-menu): Don't return error if point is between menu
12526         header and first menu item.
12528 1998-12-04  Dave Love  <fx@gnu.org>
12530         * help.el (describe-function-1): Fix description for alias.
12532 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
12534         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
12535         specifications from summary line.
12537         * rect.el (delete-whitespace-rectangle): Mark for autoload.
12538         (close-rectangle): Define alias only once in loaddefs.el.
12540 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
12542         * term/internal.el: Remove code which sets up a special syntax
12543         table for non-ASCII characters.
12545 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
12547         * dos-w32.el (direct-print-region-function): Try to ensure that
12548         printer-name is expanded to a file name on a local drive;
12549         sometimes printing a file loaded from a network volume fails.
12550         (direct-print-region-function): Add a function to
12551         write-region-annotate-functions to append a formfeed character to
12552         the region being printed, if the region doesn't end with a
12553         formfeed already.  This avoids creating a second print job
12554         containing a blank page when print spooling is enabled on Windows.
12556 1998-12-02  Dave Love  <fx@gnu.org>
12558         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
12559         `Info-goto-node'.
12561 1998-12-02  Richard Stallman  <rms@gnu.org>
12563         * help.el (temp-buffer-resize-mode): Doc fix.
12565         * cus-edit.el (custom-save-delete): Save point before
12566         reading a sexp, rather than backing up.
12568         * international/iso-transl.el: Fix previous change.
12570 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12572         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
12573         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
12574         Added defvars to suppress compilation warnings.
12576 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
12578         * ispell.el: Improved and fixed customize for variables:
12579         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
12580         ispell-dictionary-alist, ispell-skip-sgml.
12581         Improved and fixed comments in variables and messages for
12582         functions: ispell-help-in-bufferp, ispell-local-dictionary,
12583         ispell-menu-map, ispell-checking-message, ispell-parser,
12584         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
12585         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
12586         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
12587         ispell-message-text-end, ispell-add-per-file-word-list.
12588         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
12589         system is now required for all languages.  Casechars improved for
12590         castellano, castellano8, and norsk dictionaries.  Dictionary
12591         norsk7-tex added.  Dictionary polish added.
12592         (ispell-dictionary-alist): Redefined at load-time to support
12593         dictionary changes.
12594         (ispell-menu-map): Redefined at load-time to support menu changes.
12595         (ispell-check-version): New alias for `check-ispell-version'.
12596         (ispell-parse-output): Fixed matching for ispell error messages.
12597         Correctly returns spelling suggestions in order generated by ispell
12598         process.
12599         (check-ispell-version): Ensure `case-fold-search' doesn't get
12600         redefined.
12601         (ispell-complete-word): Ensure `case-fold-search' doesn't get
12602         redefined.  Fix bug that didn't respect case of word being completed.
12603         (ispell-init-process): Set process coding system to be compatible
12604         with emacs processes and the ispell process.
12605         (ispell-kill-ispell): Ensures ispell process has terminated before
12606         starting new process.  This can otherwise confuse process filters
12607         and hang the ispell process.
12608         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
12609         skipping support for sgml.
12610         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
12611         which could cause `ispell-complete-word' to hang.
12612         (ispell-message): Improved message reference matching.  Ensure
12613         `case-fold-search' doesn't get redefined.
12614         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
12615         get redefined.  Fixed bug in returning to nroff mode from tex mode.
12616         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
12617         get redefined.
12619 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
12621         * textmodes/flyspell.el (flyspell-check-word-p):
12622         Don't delay inside a kbd macro.
12624         * subr.el (make-local-hook): Return the hook variable.
12626 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12628         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
12629         Use a timer instead of post-command-hook.
12630         (hscroll-timer): New variable.
12632 1998-11-30  Dave Love  <fx@gnu.org>
12634         * help.el (help-xref-button): Do nothing if text already has the
12635         help-xref property.
12636         (describe-variable): Revert previous change to hyperlink to source.
12638 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
12640         * bindings.el (features): Add `base64' to this list.
12642         * loadhist.el (symbol-file): Doc fix.
12644         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12646         * files.el (hack-one-local-variable): Cope with non-file buffers.
12648 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
12650         * help.el (describe-mode): Put major mode first.
12652         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
12653         to support special-display and same-window features.
12655 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
12657         * simple.el (transpose-subr, transpose-subr-1): Rename variables
12658         bound in one function and used in the other.
12659         (transpose-subr-start1, transpose-subr-start2): Add defvars.
12660         (transpose-subr-end1, transpose-subr-end2): Add defvars.
12662 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
12664         * autoinsert.el (auto-insert-alist): Use user-mail-address.
12666 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
12668         * international/ccl.el (ccl-dump-translate-character-const-tbl):
12669         Give format correct control string.
12671         * international/mule.el (define-translation-table): Fix bug of
12672         setting incorrect translation-table-id.  If the first element of
12673         ARGS is a translation table, just register it.
12675         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
12676         property.
12678 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
12680         * thingatpt.el (thing-at-point-url-at-point): Don't use current
12681         syntax table to determine what is whitespace.
12683 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
12685         * frame.el (frame-parameter): Doc fix.
12687         * textmodes/tex-mode.el (tex-feed-input): New function.
12688         (tex-define-common-keys): Add binding for C-c C-m.
12690 1998-11-23  Dave Love  <fx@gnu.org>
12692         * progmodes/fortran.el: Various minor doc fixes.
12693         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
12694         (fortran-with-subprogram-narrowing): New macro.
12695         (fortran-check-for-matching-do): Use it.
12696         (fortran-end-do): Use fortran-check-end-prog-re.
12697         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
12698         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
12700 1998-11-23  Simon Marshall  <simon@gnu.org>
12702         * font-lock.el (font-lock-defaults): Doc fix.
12703         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
12704         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
12706         * lazy-lock.el (lazy-lock-unstall):
12707         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
12709         * fast-lock.el (fast-lock-save-cache-1):
12710         (fast-lock-cache-data): Rewritten to use with-temp-message.
12712 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
12714         * mail/rmail.el (rmail-set-message-counters-counter): Detect
12715         messages that have been added with DOS line endings and convert
12716         the line endings for such messages.
12718 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12720         * help.el: Add resizing of temporary buffers.
12721         (temp-buffer-resize-mode): New command and variable.
12722         (temp-buffer-max-height): New variable.
12723         (resize-temp-buffer-window): New function.
12725         * window.el (window-buffer-height): New function, split from
12726         shrink-window-if-larger-than-buffer.
12727         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
12729 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
12731         * frame.el (initial-frame-alist): Add defcustom.
12733         * shell.el (shell-prompt-pattern): Add defcustom.
12735 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12737         * message.el (message-ignored-supersedes-headers): Remove
12738         NNTP-Posting-Date.
12740 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
12742         * help.el (describe-mode): Don't avoid loop indirecting thru
12743         value of INDICATOR.
12745 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
12747         * help.el (describe-variable): Allow any variable with a defcustom,
12748         even if it is not a user variable.
12750         * mail/rmail.el (mail-unsent-separator): Additional alternative.
12752 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
12754         * gnus/nntp.el (nntp-request-group): Allow for failures when
12755         requesting a new group.
12757 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
12759         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
12761 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12763         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
12765 1998-11-19  Simon Marshall  <simon@gnu.org>
12767         * subr.el (with-temp-message): New macro.
12769         * emacs-lisp/lisp-mode.el (with-temp-message):
12770         Add lisp-indent-function property.
12772 1998-11-18  Dave Love  <fx@gnu.org>
12774         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
12776 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
12778         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
12779         This is not obsolete.
12781 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
12783         * textmodes/picture.el: Make a new map by make-keymap.
12784         (picture-desired-column): New variable.
12785         (picture-update-desired-column): New function.
12786         (picture-beginning-of-line): Set picture-desired-column to 0.
12787         (picture-end-of-line): Set picture-desired-column to the current
12788         column.
12789         (picture-forward-column): Pay attention to multi-column character.
12790         (picture-backward-column): Likewise.
12791         (picture-move-down): Likewise.
12792         (picture-move-up): Likewise.
12793         (picture-movement-nw): With prefix arg, move twice columns.
12794         (picture-movement-ne): Likewise.
12795         (picture-movement-sw): Likewise.
12796         (picture-movement-se): Likewise.
12797         (picture-set-motion): Handle two-column movements.
12798         (picture-move): Call picture-move-down or picture-forward-column
12799         only when necessary.
12800         (picture-insert): Pay attention to picture-desired-column.
12801         (picture-self-insert): Likewise.
12802         (picture-clear-column): Pay attention to multi-column character.
12803         (picture-mode): Modify doc-string for two-column movement.
12805         * rect.el (move-to-column-force): New function.
12806         (operate-on-rectangle): If coerce-tabs is non-nil, call
12807         move-to-column-force instead of move-to-column.
12808         (insert-rectangle): Call move-to-column-force instead of
12809         move-to-column.
12810         (open-rectangle-line): If begextra is not zero, call
12811         move-to-column-force.
12814 1998-11-16  Dave Love  <fx@gnu.org>
12816         * textmodes/sgml-mode.el Require skeleton when compiling.
12817         (sgml-font-lock-keywords-1): Accept single-letter tags.
12818         (v2): Defvar free variable.
12820 1998-11-16  Sam Steingold  <sds@goems.com>
12822         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
12823         macro, not ELisp one.
12825 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
12827         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
12828         characters to symbol.
12830         * language/japan-util.el (japanese-zenkaku-region): New optional
12831         arg KATAKANA-ONLY.
12833 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
12835         * international/mule.el
12836         (after-insert-file-set-buffer-file-coding-system): If the buffer
12837         is changed to unibyte, return inserted bytes.
12839         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
12840         and link names if necessary.
12841         (tar-header-block-summarize): Handle the case that file or link
12842         names are multibyte.
12843         (tar-summarize-buffer): At first set the current buffer unibyte,
12844         then if there are multibyte file names, change it to multibyte.
12845         (tar-mode): Get char position from tar-header-offset.
12846         (tar-extract): Avoid multibyte<->unibyte conversion in
12847         insert-buffer-subsring by setting both buffers unibyte
12848         temporarily.
12849         (tar-copy): Set the buffer unibyte while doing a work.  Write
12850         without code conversion.
12851         (tar-expunge): Set the buffer unibyte while doing a work.
12852         (tar-alter-one-field): Likewise.
12853         (tar-clear-modification-flags): Compare byte position with
12854         tar-header-offset.
12855         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
12856         insert-buffer-subsring by setting both buffers unibyte
12857         temporarily.  Pay attention to multibyteness while updating the
12858         descriptor-line.
12859         (tar-mode-write-file): Write without code conversion.
12861 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12863         * nngateway.el: Require cl.
12865 1998-11-15  Dave Love  <fx@gnu.org>
12867         * progmodes/fortran.el: Fix previous change:
12868         (fortran-end-prog-re1): Changed.
12869         (fortran-check-end-prog-re): New function.
12870         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
12872 1998-11-13  Tom Breton  <tob@world.std.com>
12874         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
12875         GNU Emacs.
12877 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
12879         * textmodes/reftex.el: (reftex-finding-files): Group documentation
12880         fixed.
12881         (reftex-toc-toggle-file-boundary,
12882         reftex-toc-toggle-labels,
12883         reftex-toc-toggle-context,reftex-find-start-point): New functions.
12884         (reftex-toc-include-labels, reftex-toc-include-context,
12885         reftex-toc-include-file-boundaries,
12886         reftex-toc-keep-other-windows): New options.
12887         (reftex-use-text-after-label-as-context): Option removed.
12888         (reftex-extract-bib-entries): Protect use in non-latex
12889         buffers.
12890         (reftex-toc-visit-location): Renamed from
12891         `reftex-toc-visit-line'.
12892         (reftex-latin1-to-ascii): Works now with and without Mule.
12893         (reftex-truncate): Removed special stuff for Emacs 20.2.
12894         (reftex-get-offset): Made more general.
12895         (reftex-show-label-location): Renamed from
12896         `reftex-select-label-callback'.
12897         (reftex-pop-to-label): Function removed (using
12898         `reftex-show-label-location' instead.
12899         (reftex-insert-docstruct): Renamed from
12900         `reftex-make-and-insert-label-list'.  Function args changed.
12901         (reftex-toc): Now uses `reftex-insert-docstruct' and
12902         `reftex-find-start-point'.
12903         (reftex-select-item): Use `reftex-find-start-point'.
12904         (reftex-toc-visit-line): Can display labels and file
12905         boundaries.
12906         (reftex-TeX-master-file): `(TeX-master-file)' protected.
12908 1998-11-12  Sam Steingold  <sds@goems.com>
12910         * browse-url.el (browse-url): Handle the case when
12911         `browse-url-browser-function' is a lambda list.
12913 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
12915         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
12916         version string.
12917         * loadhist.el (symbol-file): Likewise
12919 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
12921         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
12923 1998-11-11  Sam Steingold  <sds@goems.com>
12925         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
12926         `run-lisp' instead of signalling an error.
12928 1998-11-11  Karl Heuer  <kwzh@gnu.org>
12930         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
12932 1998-11-11  Richard Stallman  <rms@gnu.org>
12934         * vc-hooks.el (vc-toggle-read-only): Doc fix.
12936 1998-11-11  Per Starback  <starback@update.uu.se>
12938         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
12939         renamed svenska8 to svenska, and fixed and extended CASECHARS
12940         for it.
12942 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
12944         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
12945         handling if setpagedevice is not available.
12946         (ps-begin-file): Fix typo.
12948 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
12950         * international/mule-util.el (compose-chars-component): Signal
12951         error if CH is a rule-based composition character.
12952         (compose-chars): Signal error if an already compsed character is
12953         going to be composed by rule-base.
12955         * term/x-win.el: If a resolved ASCII font name doesn't conform to
12956         full XLFD, don't try to get information of WEIGHT and SLANT from
12957         that font name.
12959 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
12961         * dos-w32.el (set-default-process-coding-system): Use function on
12962         before-init-hook to set default-process-coding-system based on
12963         enable-multibyte-characters.
12965         * term/w32-win.el ([language-change]): For now ignore
12966         keyboard language-change events.
12968 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
12970         * ediff-util.el (ediff-make-temp-file): Run the prefix through
12971         convert-standard-file-name, but leave the results of
12972         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
12973         characters if the original name already exists, or has a special
12974         handler.
12976 1998-11-10  Karl Heuer  <kwzh@gnu.org>
12978         * international/iso-insert.el: Delete autoload cookies.
12980         * international/iso-transl.el: Add autoload cookies.
12982 1998-11-10  Richard Stallman  <rms@gnu.org>
12984         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
12985         (ispell-process-line): Don't treat multibyte
12987 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
12989         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
12990         setpagedevice to specify the page size if setpagedevice is
12991         available.  This is necessary to select the correct paper tray on
12992         Level 2 printers with multiple paper sizes available.
12994         (ps-begin-file): Cope with font names that contain spaces, and
12995         call BeginDoc in a BeginSetup/EndSetup block.
12997 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
12999         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
13000         convert-standard-filename.
13002         * loadhist.el (symbol-file): Run fns-VERSION.el through
13003         convert-standard-filename.
13005 1998-11-06  Richard Stallman  <rms@gnu.org>
13007         * textmodes/texinfmt.el (texinfo-format-scan):
13008         Detect the case of two @-commands in a row; process just the first.
13009         (texinfo-append-refill): If line has a @c, insert the @refill
13010         before it.
13011         (texinfo-format-refill): Return with point where the @refill was.
13013         * files.el (hack-local-variables): Test local-enable-local-variables.
13014         (hack-local-variables-prop-line): Likewise.
13015         (set-auto-mode): Don't test local-enable-local-variables here.
13016         (enable-local-variables): Doc fix.
13017         (local-enable-local-variables): Doc fix.
13018         (normal-mode): Doc fix.
13020 1998-11-06  Karl Heuer  <kwzh@gnu.org>
13022         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
13024 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
13026         * simple.el (line-number-mode): Doc fix.
13028 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
13030         * international/fontset.el (create-fontset-from-fontset-spec):
13031         Give correct arg to `error'.
13033 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
13035         * textmodes/sgml-mode.el (html-mode): Doc fix.
13036         (sgml-name-8bit-mode): Fix missing format character in message string.
13038 1998-11-05  Karl Heuer  <kwzh@gnu.org>
13040         * mail/sendmail.el (sendmail-send-it): Check for failure.
13042 1998-11-05  Richard Stallman  <rms@gnu.org>
13044         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
13046         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
13047         (close-rectangle): Define as alias.
13049 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
13051         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
13053 1998-11-05  Dave Love  <fx@gnu.org>
13055         * help.el (describe-variable): Don't quote link to source.
13057 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
13059         * gud.el (gud-common-init): Use pop-to-buffer.
13060         (same-window-regexps): Add an element that matches all gud buffers.
13062 1998-11-04  Jason Rumney  <jasonr@altavista.net>
13064         * term/w32-win.el (x-get-selection-value): Alias to
13065         x-cut-buffer-or-selection-value.
13066         (w32-standard-fontset-spec): New variable.
13067         (w32-create-initial-fontsets, mouse-set-font): Check whether
13068         new-fontset is available.
13069         (w32-use-w32-font-dialog): Enable use of set-variable.
13071 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
13073         * vc.el (with-vc-file, edit-vc-file): New macros.
13075 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
13077         * international/quail.el (quail-show-guidance-buf): Call
13078         set-minibuffer-window to set minibuffer window of the current
13079         frame correctly.
13081 1998-11-03  Theodore Jump <tjump@tertius.com>
13083         * term/w32-win.el: Require fontset.
13085 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
13087         * faces.el (set-face-font): Call resolve-fontset-name on w32.
13088         (set-face-font-auto): Ditto.
13090 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
13092         * mouse.el (mouse-drag-region): Fix typo.
13094 1998-11-02  Dave Love  <fx@gnu.org>
13096         * progmodes/fortran.el Fix for fontification of strings lost somehow:
13097         (fortran-fontify-string): New function.
13098         (fortran-font-lock-keywords-1): Use it.
13100 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
13102         * comint.el (comint-file-name-quote-list): Doc fix.
13104 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
13106         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
13107         build directory, not source directory.
13109         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
13110         if we did not get one for the final move.
13112 1998-11-01  Dave Love  <fx@gnu.org>
13114         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
13115         Don't funcall browse-url-browser-function.
13117         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
13118         Don't funcall browse-url-browser-function.
13120         * fortran.el (fortran-end-prog-re1): Fix the regexp.
13122 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
13124         * files.el (revert-buffer): Doc fix.
13126 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
13128         * textmodes/tex-mode.el (tex-start-options-string):
13129         Quote the backslashes with more backslashes.
13131 1998-10-31  Dave Love  <fx@gnu.org>
13133         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
13134         (webjump): Don't funcall browse-url-browser-function.
13136 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
13138         * international/quail.el (quail-start-translation): Handle
13139         switching of the frame in read-key-sequence.
13140         (quail-start-conversion): Likewise.
13141         (quail-show-guidance-buf): Detach quail-guidance-buf from any
13142         windows before setting an appropriate window for it.
13143         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
13144         quail-guidance-win to nil.
13145         (quail-update-guidance): If quail-guidance-buf is not in the
13146         selected frame, call quail-show-guidance-buf again.
13148 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
13150         * progmodes/pascal.el (pascal-mode):
13151         `blink-matching-paren-dont-ignore-comments' set to t.
13153 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13155         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
13157 1998-10-30  Dave Love  <fx@gnu.org>
13159         * vc.el (vc-backend-merge-news): Check for "P" output.
13161         * help.el (describe-variable): Hyperlink the definition.
13163 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
13165         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
13166         (sh-set-shell): Likewise.
13168         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
13170         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
13171         (edebug-on-error): Fix customize type to match that of
13172         debug-on-error.
13174         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
13176         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
13177         report-emacs-bug-address instead of undefined bug-gnu-emacs.
13179         * international/mule-cmds.el (select-message-coding-system): Doc
13180         fix.
13182         * international/mule-diag.el (describe-coding-system): Describe
13183         all flags.
13185         * mail/sendmail.el (sendmail-coding-system,
13186         default-sendmail-coding-system): Doc fix.
13188         * simple.el (shell-command-on-region): Doc fix.
13190         * loadup.el: Write fns-*.el in current directory instead of
13191         data-directory since no installation directory exists yet.  Mark
13192         buffer unmodified afterwards.
13194         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
13195         instead of data-directory since it is architecture dependent.
13196         (load-history-loaded): Update doc string.
13198 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
13200         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
13201         path as a default directory when canonicalizing names.
13203         * w32-fns.el: Remove a dangling reference to a directory on the
13204         build machine.
13206 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
13208         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
13209         namespace related keywords such as `class', `body', `private',
13210         `variable', `namespace eval', etc.
13211         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
13212         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
13213         imenu and font-lock so that searches for \sw would find words
13214         containing colons.
13216         * progmodes/etags.el (initialize-new-tags-table):
13217         Do not alter find-tag-marker-ring and tags-location-ring.
13219 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
13221         * term/w32-win.el: Require fontset.
13222         (w32-init-fontsets): New function (code from x-win.el).
13224 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13226         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
13227         calendar-and-diary-frame-parameters):  Add title parameter.
13229 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
13231         * completion.el (dynamic-completion-mode): New function to enable
13232         the mode.  (Just loading the file now does not change anything.)
13234 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13236         * ps-print.el: User option for multibyte buffer handling and doc fix.
13237         (ps-multibyte-buffer): New user option.
13238         (ps-setup): Print new user option.
13239         (ps-print-quote): New fun.
13240         (ps-color-p, ps-mule-font-info-database-latin): New var.
13241         (ps-default-color, ps-mule-font-info-database)
13242         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
13243         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
13244         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
13245         Little code improvement.
13246         (ps-mule-initialize): Initialize ps-mule-font-info-database.
13247         (ps-print-prologue-header, ps-font-family, ps-font-size)
13248         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
13249         (ps-build-face-reference, ps-mule-font-info-database-bdf)
13250         (ps-mule-external-libraries, ps-mule-init-external-library)
13251         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
13252         Doc fix.
13253         (ps-print-version): New version number (4.1.1) and doc fix.
13254         (ps-print-prologue-header): New user option.
13255         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
13256         Conditional compilation for GNU Emacs and emacsens.
13257         (ps-generate-postscript-with-faces): Skip invisible text better.
13258         (ps-setup): Print new user option.
13259         (ps-print-preprint): Check if input file name exists and is unwritable.
13260         (ps-begin-file): Adjust PostScript prologue header for duplex printers
13261         and insert user PostScript prologue header comments.
13262         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
13263         New funs.
13264         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
13265         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
13266         PostScript programming normalization.
13267         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
13268         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
13269         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
13270         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
13271         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
13272         Programming style normalization.
13274 1998-10-26  Kenichi Handa <handa@etl.go.jp>
13276         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13277         version, check the value of mule-version.
13279         * international/mule-util.el (compose-region): Insert then delete
13280         to preserve markers.
13281         (decompose-region): Use search-forward for efficiency.
13283         * language/chinese.el (pre-write-encode-hz): Cancel previous
13284         change, use generate-new-buffer instead of get-buffer-create.
13285         * language/devan-util.el
13286         (in-is13194-devanagari-pre-write-conversion): Likewise.
13287         * language/thai-util.el (thai-pre-write-conversion): Likewise.
13288         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13289         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13291 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
13293         * mail/rmailsum.el (rmail-message-subject-p):
13294         Handle message whose header has not been reformatted.
13296         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
13298 1998-10-25  Jason Rumney  <jasonr@altavista.net>
13300         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
13301         New variables.
13302         (mouse-set-font): Use font menus instead of dialog according to
13303         w32-use-w32-font-dialog.
13305 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13307         * calendar/calendar.el (calendar-day-name-array): Add doc string
13308         correctly!
13309         (calendar-month-name-array): Add doc string correctly!
13311 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
13313         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
13315 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
13317         * lisp/info.el (Info-next-menu-item): Stay on top of node.
13319         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
13321         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
13323         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
13325 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
13327         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
13329 1998-10-21  Karl Heuer  <kwzh@gnu.org>
13331         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
13332         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
13333         (profile-filter, profile-reset-timer): Functions deleted.
13334         (profile-check-zero-init-times, profile-get-time): Likewise.
13335         (profile-find-function, profile-quit): Likewise.
13336         (profile-distinct, profile-call-stack, profile-last-time): New vars.
13337         (profile-time-list, profile-init-list): Doc fix.
13338         (profile-functions): Simplify.
13339         (profile-print): Use float.  Make output include space separators.
13340         (profile-add-time): New helper function.
13341         (profile-function-prolog): Renamed from profile-start-function.
13342         Handle profile-distinct.
13343         (profile-function-epilog): Renamed from profile-update-function.
13344         Handle profile-distinct.
13345         (profile-a-function): If the function to be profiled is an
13346         autoload form, load it.  If it's lazy-loaded, fetch it.
13347         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
13348         (profile-restore-fun): Arg FUN is now a function symbol, as was
13349         documented, rather than a one-element list.
13350         (profile-finish): Call profile-restore-fun properly.
13352 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
13354         * international/characters.el: Setup charset property
13355         nospace-between-words.
13357         * international/mule-cmds.el (get-charset-property): If CHARSET is
13358         composition, return nil.
13359         (put-charset-property): If CHARSET is composition, do nothing.
13361         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
13362         * language/devan-util.el
13363         (in-is13194-devanagari-pre-write-conversion): Likewise.
13364         * language/thai-util.el (thai-pre-write-conversion): Likewise.
13365         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13366         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13368         * textmodes/fill.el (sentence-end-without-period): New variable.
13369         (canonically-space-region): Pay attention to
13370         sentence-end-without-period.
13371         (fill-find-break-point): The first argument CHARSET deleted.
13372         Caller changed.
13373         (fill-region-as-paragraph): Pay attention to charset property
13374         nospace-between-words and text property nospace-between-words.
13376 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
13378         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
13379         an unrecognized shell.
13381 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
13383         * desktop.el (desktop-save): Include minor modes symbolically.
13384         (desktop-create-buffer): Turn on all minor modes in `mim'.
13386 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
13388         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
13389         (sh-font-lock-keywords): Handle rpm and rpm2.
13390         (sh-ancestor-alist): Handle rpm.
13392         * files.el (auto-mode-alist): Recognize .rpm files.
13393         Also .spec and .mspec files.
13395 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
13397         * faces.el (frame-set-background-mode): Enable the function for
13398         MSDOS frames.
13400 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13402         * calendar/calendar.el (calendar-day-name-array): Add doc string.
13403         (calendar-month-name-array): Add doc string.
13405 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
13407         * simple.el (kill-ring-max): Increased to 60.
13409 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
13411         * international/characters.el: Setup auto-fill-chars.
13413         * international/kinsoku.el (kinsoku): Check the variable
13414         enable-kinsoku.
13416         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
13417         Don't call kinsoku directly, intead call fill-find-break-point.
13419         * textmodes/fill.el: Setup `fill-find-break-point-function'
13420         property to character sets which require `kinsoku' processing for
13421         filling.
13422         (fill-find-break-point): New function.
13423         (fill-region-as-paragraph): Don't check kinsoku-enable here.
13424         Don't call kinsoku directly, intead call fill-find-break-point.
13426 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
13428         * faces.el (modify-face-read-string): Return (nil) for "none".
13429         (modify-face): Don't get error if (nil) is the argument.
13430         (face-try-color-list): Don't check whether nil is a valid color.
13432 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
13434         * emacs-lisp/bytecomp.el (byte-recompile-directory):
13435         Print message about each directory, even in batch mode.
13437         * gnus/nntp.el: Require `cl' before using nnoo-declare.
13439         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
13440         (ps-mule-string-char): No need to use sref.
13441         (ps-mule-next-index): No need to use sref.
13443         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
13445         * files.el (revert-buffer-internal-hook): Add defvar.
13447         * arc-mode.el (archive-mode): Locally set file-precious-flag.
13449         * tar-mode.el (tar-mode): Locally set file-precious-flag.
13451 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
13453         * international/mule-cmds.el (default-input-method): Fix custom type.
13455         * net-utils.el (whois-server-list): Fix customization type.
13457         * shell.el (shell-input-autoexpand): Fix customization group.
13459 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
13461         * repeat.el (repeat): Handle keyboard macros properly.
13462         Handle new prefix arg after self-insert command.
13464         * repeat.el: Don't include cl even at compile time.
13465         (repeat): Avoid using `loop'.
13467         * simple.el (shell-command-on-region): Doc fix.
13468         (next-history-element): Special error message if no default.
13470 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
13472         * ps-print.el (ps-print-buffer): Doc fix.
13473         (ps-despool): Likewise.
13475         * arc-mode.el (arc-mode): Provide arc-mode.
13477 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
13479         * ps-print.el (ps-print-buffer): Doc fix.
13481 1998-10-14  Dave Love  <fx@gnu.org>
13483         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
13484         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
13485         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
13487         * progmodes/fortran.el (fortran-mode-map): Change "Join
13488         Continuation Line" to "Join Line".
13489         (fortran-font-lock-keywords-1): Add "cycle", "exit".
13491 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
13493         * progmodes/fortran.el (fortran-join-line): Use
13494         `delete-indentation' instead of issuing an error message if not on
13495         a continuation line.  Provide for joining several lines using
13496         prefix arg.
13498 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
13500         * term/pc-win.el (msdos-color-values): New variable.
13501         (x-color-values): New function, emulates its namesake from
13502         src/xfns.c.
13503         (msdos-bg-mode): Add all dark colors to those which return
13504         "dark".
13506 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
13508         * replace.el (keep-lines, flush-lines, how-many):
13509         Don't ignore case if arg has upper case letters.
13511 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
13513         * progmodes/vhdl-mode.el
13514         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
13515         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
13516         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
13517         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
13518         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
13519         (vhdl-when): Fix indentation problem.
13520         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
13521         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
13522         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
13524 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
13526         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
13527         (ls-lisp-insert-directory): Renamed from insert-directory.
13528         (insert-directory): New function.
13530 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
13532         * simple.el (completion-fixup-function): Variable deleted.
13533         (completion-setup-function): Delete code for completion-fixup-function.
13534         * emacs-lisp/lisp.el (lisp-complete-symbol):
13535         Don't bind completion-fixup-function.
13537         * files.el (find-file-wildcards): New option.
13538         (find-file-noselect): Handle wild cards, if enabled.
13539         (file-expand-wildcards): New function.
13541         * simple.el (set-fill-column): Doc fix.
13543 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13545         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
13547 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
13549         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
13550         Move declaration before first use.
13551         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
13552         hif-math, hif-factor): Rename token to hif-token and token-list to
13553         hif-token-list.
13554         (hif-token, hif-token-list): Declare them.
13555         (hif-find-ifdef-block): Return cons of top and bottom point
13556         instead of setting dynamically bound variables.
13557         (hide-ifdef-block, show-ifdef-block): Use return value of
13558         hif-find-ifdef-block.
13560 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
13562         * subr.el (read-passwd): Use clear-this-command-keys.
13564         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
13566         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
13567         and ...-for-write.
13569 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
13571         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
13572         responses to GROUP command, since this may be called from a timer
13573         with quit inhibited.
13575 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
13577         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
13578         set unconditional-jump to nil.
13579         (ccl-compile-read-multibyte-character): Return nil.
13580         (ccl-compile-write-multibyte-character): Likewise.
13581         (ccl-compile-translate-character): Likewise
13582         (ccl-compile-map-multiple): Likewise.
13583         (ccl-compile-map-single): Likewise.
13585         * international/kinsoku.el: Add coding tag.
13586         (kinsoku-bol): Remove superfluous TAB in a string.
13588         * international/mule-cmds.el (find-coding-systems-for-charsets):
13589         Delete `composition' (if any) from CHARSETS.
13591 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
13593         * international/mule-cmds.el (setup-specified-language-environment):
13594         Add apropos-inhibit property.
13595         (describe-specified-language-support): Likewise.
13597 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
13599         * international/mule.el (make-coding-system): Create -with-esc
13600         variant coding system.
13602 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
13604         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
13605         (next-file): Optionally offer to revert a file's buffer,
13606         if it has an existing buffer but the file has changed.
13608         * info.el (Info-insert-dir): Detect and report problems
13609         in input files, such as "No Top node".  Return with point
13610         at the beginning of the text.
13611         (Info-find-node): Reinsert the code to handle files
13612         with no tags table; it was deleted by mistake.
13614 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
13616         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
13617         texinfo-find-higher-level-node repeatedly find the same node.
13618         (texinfo-find-higher-level-node): Doc fix.
13620 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
13622         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
13623         (smtpmail-address-buffer): Add defvar.
13624         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
13626         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
13628         * ffap.el (ffap-machine-p-local): Fix editing error.
13630 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
13632         * faces.el (frame-set-background-mode):
13633         Don't do anythung for text-only or MSDOS frame.
13635 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
13637         * international/quail.el (quail-defrule): New optional arg APPEND.
13638         (quail-defrule-internal): Fix bug of handling the argument APPEND.
13640 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
13642         * gnus/pop3.el (pop3-open-server):
13643         Set process-coding-system-alist around open-network-stream.
13645 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
13647         * files.el (save-buffer): Doc fix.
13649 1998-10-07  Karl Heuer  <kwzh@gnu.org>
13651         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
13652         return DEF unchanged, not nil.  Simplify.
13654 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
13656         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
13658 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
13660         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
13662         * net-utils.el (ftp, nslookup): Require comint.
13663         (network-service-connection): Likewise.
13664         (whois-server-name): Defaults to whois.arin.net
13665         (whois-server-list, whois-server-tld, whois-guess-server): New var.
13666         (whois): Tries to guess the appropriate top-level domain server.
13667         (whois-get-tld): New function.
13669         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
13670         (dirtrack-debug-toggle): Added this function.
13672 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13674         * files.el (find-file-noselect): Switch to the correct buffer
13675         before checking find-file-literally, and allow non-nil non-t
13676         rawfile params.
13678 1998-10-06  Karl Heuer  <kwzh@gnu.org>
13680         * midnight.el (clean-buffer-list): Add autoload cookie.
13682         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
13683         no-autosave.
13684         * tar-mode.el (tar-mode-revert): Likewise.
13685         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
13686         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
13687         * gnus/message.el (message-auto-save-directory): Renamed from
13688         message-autosave-directory.  All references changed.
13690 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
13692         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
13693         string.  Expose mime stuff while searching.
13695 1998-10-06  Richard Stallman  <rms@gnu.org>
13697         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
13699         * replace.el (perform-replace): Position point properly
13700         before and after the recursive edit of C-r.
13702         * progmodes/etags.el (tags-reset-tags-tables): Properly
13703         find the markers in the old rings that are being discarded.
13705 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13707         * apropos.el (apropos-print): Control invalid characters.
13709         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13710         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
13711         confusing customize.
13713 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
13715         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
13716         built-in commands.  Add more built-in commands and fix face names.
13718 1998-10-05  Simon Marshall  <simon@gnu.org>
13720         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
13722 1998-10-04  Eric Ludlam  <zappo@gnu.org>
13724         * speedbar.el (speedbar-initial-expansion-list-name): Remove
13725         customization since it is not useful in this case.
13726         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
13727         sure it gets evalled to a number.  Also verify that set-frame-name
13728         fn exists before calling it.
13730         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13731         Protect a `forward-sexp' call which could fail, and improved regex
13732         for ie, and eg abbreviations.
13734 1998-10-02  Noah Friedman  <friedman@splode.com>
13736         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
13737         send-string.
13738         (rlogin-send-Ctrl-D): Here also.
13739         (rlogin-send-Ctrl-Z): Here also.
13740         (rlogin-send-Ctrl-backslash): Here also.
13742 1998-10-02  Dave Love  <fx@gnu.org>
13744         * outline.el (hide-region-body): Bind
13745         outline-view-change-hook to nil while making repeated calls to
13746         outline-flag-region.  Run it once at the end.
13747         (hide-other, hide-sublevels, show-children): Likewise.
13749         * info-look.el: Remove duplicate scheme-mode entry.
13750         (info-lookup-make-completions): When looking for entries, check
13751         that `item' isn't null or "Menu".
13753 1998-10-01  Karl Heuer  <kwzh@gnu.org>
13755         * net-utils.el: Don't require ffap.
13756         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
13757         (ping, nslookup-host, finger, network-connection-to-service): Use them.
13759 1998-09-30  Richard Stallman  <rms@gnu.org>
13761         * ispell.el (check-ispell-version): No need to bind default-major-mode.
13763         * imenu.el (imenu--generic-function): Sort each submenu by position.
13764         (imenu--sort-by-position): New function.
13766         * cus-edit.el (Custom-mode-menu): Fix info node name.
13767         (customize group): Fix info node name.
13769         * mail/mailalias.el (build-mail-aliases): Don't allow
13770         a newline in the alias name.  Don't define an alias
13771         if the definition would be empty.
13773         * which-func.el (which-func-mode-global): Make :set function
13774         more reliable.
13776         * custom.el (custom-set-variables): Load the requests first,
13777         then check the symbol's `set' function.
13779         * ffap.el: Doc fixes.
13781 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13783         * gnus.el: (gnus-valid-select-methods): Fix type.
13784         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
13785         * gnus-score.el (gnus-orphan-score): Fix type.
13786         (gnus-score-default-header, gnus-score-default-type): Fix type.
13787         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
13788         (gnus-saved-headers): Fix type.
13790         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
13791         Avoid nil value of `two-lines-citation-part'.
13793 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
13795         * which-func.el (which-function): Handle case when
13796         (car imenu--index-alist) is nil.
13798 1998-09-29  Dave Love  <fx@gnu.org>
13800         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
13801         bzip2 args.
13803 1998-09-29  Simon Marshall  <simon@gnu.org>
13805         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
13806         comint-exec-hook.
13808 1998-09-29  Stephen Eglen  <stephen@gnu.org>
13810         * info-look.el: Add support for Octave.
13812 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
13814         * textmodes/reftex.el (reftex-finding-files): New customize group.
13815         (reftex-texpath-environment-variables,
13816         reftex-use-external-file-finders, reftex-external-file-finders,
13817         reftex-search-unrecursed-path-first): New options.
13818         (reftex-process-string, reftex-find-file-externally): New
13819         functions.
13820         (reftex-access-search-path): Execute shell commands to find the
13821         search path.
13822         (reftex-toggle-auto-view-crossref): When turning on, make sure
13823         `reftex-auto-view-crossref' becomes non-nil.
13824         (reftex-abbrev-regexp): Constant removed.
13825         (reftex-convert-string): Abbrev regexp calculated locally.
13827 1998-09-28  Dave Love  <fx@gnu.org>
13829         * progmodes/fortran.el: Don't call regexp-opt when deriving
13830         font-lock patterns with keywords that aren't all literal.
13832 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
13834         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
13835         the form `octave.bin:1>' which come from using precopiled binary
13836         versions.
13838 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
13840         * help.el (help-for-help): Use %THIS-KEY%.
13841         (help-quit): Add doc.
13843         * help-macro.el (make-help-screen): Keep HELP-TEXT
13844         in a separate function definition, not in the help command FNAME.
13845         Replace %THIS-KEY% with the key sequence that ran FNAME.
13847 1998-09-25  Richard Stallman  <rms@gnu.org>
13849         * textmodes/texinfo.el (texinfo-show-structure):
13850         Bind inhibit-read-only.
13852         * isearch.el (isearch-search-and-update): Properly
13853         handle upper case letters in the reverse-search special case.
13855 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13857         * gnus.el: Extend the list of autoloaded functions.
13859         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13860         buffer before creating help group. (from Gnus v5.6.43, fix by
13861         1998-08-20 Per Starback <starback@update.uu.se>)
13863         * gnus-util.el (gnus-output-to-rmail): Adjust to
13864         `rmail-output-to-rmail-file'.
13866 1998-09-25  Karl Heuer  <kwzh@gnu.org>
13868         * hexl.el (hexl-mode-map): More of previous change.
13870         * textmodes/tex-mode.el (tex-run-command): Doc fix.
13871         (tex-start-tex): Don't use tex-start-options-string in star case.
13872         Quote file name in star case as well as in non-star.
13873         Add blank and quoting of option string here.
13874         (tex-start-options-string): Not here.
13876 1998-09-23  Karl Heuer  <kwzh@gnu.org>
13878         * term.el (term-delimiter-argument-list): Doc fix.
13879         (term-emulate-terminal): Escape literal semicolon.
13880         * progmodes/asm-mode.el (asm-mode): Doc fix.
13881         (asm-comment-char): Escape literal semicolon.
13882         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
13884 1998-09-23  Richard Stallman  <rms@gnu.org>
13886         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
13887         only those that normally modify the buffer.
13889         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
13890         over again.
13892 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
13894         * ispell.el (check-ispell-version): Ensure same buffer is current
13895         when let-binding of case-fold-search ends.
13897 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13899         * ps-print.el: Skip invisible overlay.
13900         Test for set-buffer-multibyte rather than using mule-version.
13901         (ps-print-version): New version number (4.1) and doc fix.
13902         (ps-generate-postscript-with-faces): Skip invisible overlay.
13904 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
13906         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
13908 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
13910         * international/quail.el (quail-update-guidance): Check for the
13911         return value of (quail-guidance) fixed.
13912         (quail-update-translation): Bind quail-current-str locally when it
13913         calls quail-update-guidance.
13914         (quail-update-translation): If input-method-exit-on-first-char is
13915         non-nil, terminate translation only when the current input method
13916         is simple.
13918 1998-09-22  Paul Eggert  <eggert@twinsun.com>
13920         * startup.el (locale-translation-file-name): Prefer X-related names
13921         to the name used by GNU/Linux sans X.  Set to nil if no file found.
13922         (command-line): Use locale-translation-file-name if it is not nil,
13923         instead of testing for its existence again.
13924         regexp-quote the ctype before using it in a regexp.
13925         Allow a colon to appear after the ctype in the aliases file,
13926         as is done in X11R6.4.
13928 1998-09-21  Richard Stallman  <rms@gnu.org>
13930         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
13932         * calendar/appt.el (appt-interval): Variable deleted.
13933         (appt-check): For minutes in between appt-display-interval times,
13934         do check, but don't display anything except an updated mode line.
13935         Count against appt-display-interval based on minutes since
13936         first display of this appointment, not based on time of day.
13937         If appt-display-mode-line, force mode line redisplay
13938         whenever appt-mode-string has changed.
13939         (appt-add, appt-delete): Add autoload cookies.
13940         (appt-check): Catch errors from calling `diary'.
13941         (appt-max-time): Renamed from max-time.
13942         (appt-now-displayed, appt-display-count): New variables.
13943         (appt-timer): Don't create one if we already have one.
13945         * textmodes/tex-mode.el (tex-compilation-parse-errors):
13946         More general code to use the source buffer instead of the zap file.
13948         * hilit-chg.el (highlight-compare-with-file): Renamed from
13949         compare-with-file.
13951         * loadhist.el (load-history-loaded): New variable.
13952         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
13954         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
13956         * emacs-lisp/find-func.el (find-function-search-for-symbol):
13957         Fix error messages.
13959 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
13961         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
13962         Emacs frame.
13964 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13966         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
13967         `undecided' and `undecided-unix'.
13969 1998-09-21  Dave Love  <fx@gnu.org>
13971         * help.el (help-make-xrefs): Fix typo affecting Info references.
13973         * subr.el (remove-hook): Check list values to avoid errors.
13975 1998-09-18  Noah Friedman  <friedman@splode.com>
13977         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
13978         store string in eldoc-last-message without consing a new string.
13979         Rearrange logic from nested if's into cond's.
13980         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
13981         Do not print message; just return string.
13982         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
13983         Do not print message; just return string.
13984         Cache that string in eldoc-last-data.
13985         (eldoc-last-data): Make into a vector.
13986         (eldoc-get-fnsym-args-string): Use new data form of structure.
13987         (eldoc-get-var-docstring): Here also.
13988         (eldoc-last-data-store): New function.
13989         (eldoc-get-fnsym-args-string): Use it.
13990         (eldoc-get-var-docstring): Here also.
13991         (eldoc-docstring-first-line): Minimize interim string consing.
13992         Call substitute-command-keys on the result.
13993         (eldoc-print-var-docstrings, eldoc-print-docstring,
13994         eldoc-docstring-message): Functions removed.
13995         (eldoc-docstring-format-sym-doc): New function, functionality
13996         ripped out of eldoc-docstring-message.
13997         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
13999 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
14001         * international/mule.el (make-coding-system): Doc-string modified.
14003 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
14005         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
14007         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
14008         customize type.
14010         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
14011         type.
14013         * progmodes/compile.el (compilation-error-screen-columns): New
14014         variable.
14015         (compilation-next-error-locus): Use it to decide whether to use
14016         forward-char or move-to-column.
14018         * mail/rmail.el (rmail-movemail-program): Fix customize type.
14020         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
14021         feedmail-fiddle-plex-user-list,
14022         feedmail-spray-address-fiddle-plex-list,
14023         feedmail-prompt-before-queue-user-alist,
14024         feedmail-prompt-before-queue-help-supplement,
14025         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
14026         feedmail-queue-alternative-mail-header-separator): Fix customize
14027         type.
14029         * startup.el (site-run-file): Fix customize type.
14031         * speedbar.el (speedbar-initial-expansion-list-name): Fix
14032         customize type.
14034         * shell.el (shell-input-autoexpand): Fix customize type.
14036         * ps-print.el (ps-font-info-database): Add missing dots in value.
14037         Improve layout of customize type.
14039         * net-utils.el (traceroute-program-options, ping-program-options,
14040         ipconfig-program-options, netstat-program-options,
14041         arp-program-options, route-program-options,
14042         nslookup-program-options, ftp-program-options): Fix customize
14043         type.
14045         * midnight.el (clean-buffer-list-kill-regexps,
14046         clean-buffer-list-kill-buffer-names,
14047         clean-buffer-list-kill-never-buffer-names,
14048         clean-buffer-list-kill-never-regexps): Fix customize type.
14050         * man.el (Man-init-defvars): Avoid trailing nil on
14051         Man-filter-list.
14053         * lpr.el (printer-name): Fix customize type.
14055 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
14057         * international/mule-cmds.el (reset-language-environment): Call
14058         update-coding-systems-internal.
14060         * international/mule-conf.el: Call update-coding-systems-internal
14061         at the tail.
14063 1998-09-14  Dave Love  <fx@gnu.org>
14065         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
14066         use the menu-enable properties, pending doing it correctly and
14067         acceptably fast.
14069         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
14071 1998-09-13  Dave Love  <d.love@dl.ac.uk>
14073         * progmodes/hideshow.el (hs-grok-mode-type): Check
14074         comment-{start,end} non-nil as well as bound.  Report an error if
14075         we can't grok the mode.
14077 1998-09-13  Richard Stallman  <rms@gnu.org>
14079         * simple.el (blink-matching-open): Don't log paren matching
14080         messages in *Messages*.
14082 1998-09-12  Richard Stallman  <rms@gnu.org>
14084         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
14085         Set point-before-scroll at end even if there was an error.
14087         * ange-ftp.el (ange-ftp-insert-file-contents):
14088         Use binary mode for dumb-unix hosts as for unix hosts.
14089         (ange-ftp-copy-file-internal): Likewise.
14091         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14093         * emacs-lisp/pp.el: Doc fixes.
14095         * wid-edit.el (widget-menu-max-shortcuts): New variable.
14096         (widget-choose): Don't use single-char shortcuts if # items
14097         exceeds that many.  Use minibuffer instead.
14099 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14101         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
14103 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
14105         * speedbar.el (speedbar-frame-mode): Do not set frame position if
14106         in terminal mode.
14108 1998-09-10  Noah Friedman  <friedman@splode.com>
14110         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
14111         defcustom declaration.  It's wreaking too much havoc with XEmacs
14112         and older versions of Emacs, which share this code.
14114         * type-break.el (type-break-mode): Here also.
14116         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
14117         `t' to add-hook also to modify the new local value.
14119 1998-09-10  Dave Love  <fx@gnu.org>
14121         * vc.el (vc-insert-headers): Doc fix.
14123 1998-09-10  Richard Stallman  <rms@gnu.org>
14125         * textmodes/flyspell.el (flyspell-mode-on): Make the
14126         ispell-... variables permanent locals.
14127         (flyspell-mode-off): Add autoload cookie.
14129         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
14130         do use binary mode, just as for `unix'.
14131         (ange-ftp-host-type): If HOST is nil, return `unix'.
14133         * dired.el (dired-mark-files-containing-regexp):
14134         Don't scan directories.  Ignore non-readable files.
14136         * progmodes/compile.el (compilation-error-regexp-alist):
14137         Fix previous change: allow . and _ in command name.
14139         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
14141         * uncompress.el (uncompress-while-visiting):
14142         Use just the car of what find-operation-coding-system returns.
14144         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
14146         * shell.el (shell-file-name-quote-list): Add # to the value.
14148 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
14150         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
14151         to make killing of ispell process work even if
14152         kill-all-local-variables has been run.
14154 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14156         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
14157         loop when sexp entry ends at end of file with no newline.
14159 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
14161         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
14162         (Custom-reset-standard): Fix menu inconsistency.
14164         * mail/feedmail.el (feedmail-from-line): Allow t.
14165         (feedmail-message-id-suffix): Allow nil.
14167         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
14168         Simplify.  Make prefix arg work right.
14170 1998-09-09  Dave Love  <fx@gnu.org>
14172         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14174         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
14176 1998-09-08  Dave Love  <fx@gnu.org>
14178         * add-log.el (change-log-font-lock-keywords): Do parenthesized
14179         stuff only after file names or at start of line.  Allow parens
14180         around e-mail, as well as angles.
14182         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
14183         ignore-errors too, eval'd when compile.  Require w3 stuff at load
14184         time for nicer failure if it's not available.
14186 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
14188         * comint.el (comint-arguments): Ignore backslashes when using
14189         w32 shells that expect backslashes as the directory separator.
14191 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
14193         * international/fontset.el (resolved-ascii-font): New variable.
14194         (x-complement-fontset-spec): By side effect, set
14195         `resolved-ascii-font' to the resolved name of ASCII font."
14196         (create-fontset-from-fontset-spec): Don't get a value for
14197         resolved-ascii-font from the list full-fontlist.  It is set by
14198         x-complement-fontset-spec now.
14200         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
14201         version, check the value of mule-version.
14203 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
14205         * textmodes/reftex.el (reftex-view-crossref): Split up into
14206         several functions.  No longer moves to find a macro.
14207         (reftex-view-cr-cite, reftex-view-cr-ref,
14208         reftex-end-of-bib-entry): New functions.
14209         (reftex-auto-view-crossref): New value `window' allowed.
14210         (reftex-view-crossref-when-idle): Process new `window' option in
14211         (reftex-translate-to-ascii-function): New default.
14212         (reftex-label-illegal-re): Default changed, removed Latin1.
14213         (reftex-latin1-to-ascii): New function.
14214         (reftex-what-environment): Check for section regexp before use.
14215         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
14216         absolute path names.
14217         (reftex-TeX-master-file): Changed sequence of file checks.
14218         (reftex-do-citation): bibview cache only with RefTeX mode on.
14220 1998-09-06  Richard Stallman  <rms@gnu.org>
14222         * progmodes/compile.el (compilation-error-regexp-alist):
14223         In first pattern (GNU utilities and other things),
14224         allow a space after the optional program name at the beginning.
14226         * mail/mail-hist.el (mail-hist-current-header-contents):
14227         Fix previous change: use mail-header-end.
14229 1998-09-06  Bill Richter  <richter@math.nwu.edu>
14231         * international/ccl.el: Doc fixes.
14232         * international/encoded-kb.el: Doc fixes.
14233         * international/fontset.el: Doc fixes.
14234         * international/kinsoku.el: Doc fixes.
14235         * international/kkc.el: Doc fixes.
14236         * international/mule-cmds.el: Doc fixes.
14237         * international/mule-conf.el: Doc fixes.
14238         * international/mule-util.el: Doc fixes.
14239         * international/mule.el: Doc fixes.
14241 1998-09-05  Eric Ludlam  <zappo@gnu.org>
14243         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
14244         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
14245         (checkdoc-this-string-valid-engine): Permit ? as terminating
14246         punctuation for first line sentence breaking.
14247         (checkdoc-this-string-valid): When converting a comment into a doc
14248         string, make sure " chars are \".
14249         (checkdoc-sentencespace-region-engine): Only do double space check
14250         if based on the variable `sentence-end-double-space'
14251         (checkdoc-this-string-valid-engine): ? ends valid sentence.
14252         (checkdoc-proper-noun-region-engine): Exclude items in URLs
14254 1998-09-04  Richard Stallman  <rms@gnu.org>
14256         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14257         Recognize define-skeleton as a function definer.
14259         * cus-edit.el (customize-option): Refuse to customize
14260         a variable that has no defcustom.  But if variable is autoloaded,
14261         first try to load the library that defines it.
14263         * international/iso-insert.el: Use `string' before calling `insert'
14264         so that in multibyte buffers we insert multibyte chars.
14266         * dired.el (dired-mark-files-containing-regexp):
14267         Don't use find-file; instead, insert the file in a temp buffer.
14269         * textmodes/tex-mode.el (tex-start-options-string): New option.
14270         (tex-start-tex): Use that variable.
14272         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
14273         value in the `repeat' alternative a list.
14275         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
14276         the inserted newline, verify that one was really inserted.
14278         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
14279         remains on or remains off.
14280         (flyspell-multi-language-p): Default changed to nil.
14282         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
14283         In "found in comment" case, don't beginning-of-line after forward-line.
14285         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
14286         If the function definition is not a lambda, return original FORM
14287         with no error.
14289 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
14291         * net-utils.el (netstat-program-options): Changed from nil to "-a"
14292         so that by default netstat shows all network connections.
14294 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
14296         * international/quail.el: Doc fixes.
14298         * info.el (info): Don't add parens if FILE already has them.
14300 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
14302         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
14303         on extension lines.
14305 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
14307         * w32-fns.el (w32-shell-dos-semantics): New function.
14309 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
14311         * international/quail.el (quail-choose-completion-string): Store
14312         completion `choice' in `quail-current-str'; don't insert it.
14314 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
14316         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
14317         argument to ps-mule-generate-bitmap-font.
14319         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
14320         entry and change Latin-1 entry in the default value.
14321         (ps-mule-font-info-database-ps-bdf): New variable.
14322         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
14323         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
14324         registerd in FONT-SPEC.
14325         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
14326         charcter width of bitmap fonts.
14327         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
14328         procedure NF.
14329         (ps-begin-file): Output PostScript code for setting
14330         SpaceWidthRatio.
14331         (ps-plot-region): Use line-beginning-position to get a position of
14332         the beginning of the current line.
14334         * international/mule-cmds.el (register-input-method): Doc-string
14335         modified.
14337 1998-09-01  Dave Love  <fx@gnu.org>
14339         * international/mule-cmds.el (current-language-environment): Fix
14340         setter function.
14342 1998-09-01  Simon Marshall  <simon@gnu.org>
14344         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
14345         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
14346         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
14347         names with font-lock-type-face.  Fontify type specs, etc., with
14348         font-lock-keyword-face.
14350 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
14352         * international/fontset.el (x-complement-fontset-spec): If ASCII
14353         font is specified in FONTLIST, don't substitute it for the
14354         resolved name.
14356 1998-08-31  Paul Eggert  <eggert@twinsun.com>
14358         * international/mule.el (charset-description): Doc fix.
14360         * language/chinese.el, language/cyrillic.el, language/czech.el,
14361         language/devanagari.el, language/ethiopic.el,
14362         language/european.el, language/hebrew.el, language/indian.el,
14363         language/japanese.el, language/korean.el, language/lao.el,
14364         language/slovak.el, language/thai.el, language/tibetan.el,
14365         language/vietnamese.el:
14366         Add coding: local variable, to avoid bootstrapping problem
14367         if you need to recompile all the Lisp files using interpreted code.
14369 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14371         * cal-china.el (chinese-year-cache): Change range of years from
14372         1989-2000 to 1990-2010.
14374 1998-08-29  Dave Love  <d.love@dl.ac.uk>
14376         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
14377         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
14379 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14381         * ps-print.el (ps-print-control-characters): Doc-string modified.
14382         (ps-output-string-prim): Comment format changed.
14383         (ps-do-despool): Indentation of source code changed.
14385 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
14387         * subr.el (sref): Make it an alias of aref.  Make the
14388         byte-compiler warn that it is obsolete.
14389         (char-bytes): Make the byte-compiler warn that it is obsolete.
14391         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
14392         Calculate the total bytes using position-bytes instead of
14393         char-bytes.
14395 1998-08-27  Karl Heuer  <kwzh@gnu.org>
14397         * snmp-mode.el: New file.
14398         * files.el (auto-mode-alist): Add snmp-mode patterns.
14400 1998-08-27  Karl Eichwalder  <ke@suse.de>
14402         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
14404 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14406         * calendar/diary-lib.el (diary-block): Doc fix..
14407         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
14409 1998-08-27  Richard Stallman  <rms@gnu.org>
14411         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
14412         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
14413         Clear appt-mode-string if we don't put something in it.
14415 1998-08-27  Dave Love  <fx@gnu.org>
14417         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
14418         dired-local-variables-file for dired-x.
14420         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
14421         for compressed library files too.
14423 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
14425         * language/european.el ("Latin-1"): Modify `documentation' key value.
14426         ("Latin-2"): Likewise.
14428 1998-08-26  Karl Heuer  <kwzh@gnu.org>
14430         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
14432 1998-08-26  Albert L. Ting  <alt@artisan.com>
14434         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
14435         (mail-hist-current-header-contents): Use mail-text-start.
14437 1998-08-26  Richard Stallman  <rms@gnu.org>
14439         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
14440         (customize-changed-options-previous-release): New variable.
14441         (customize-changed-options): Use that variable as default arg.
14443 1998-08-26  Karl Eichwalder  <ke@suse.de>
14445         * midnight.el: Require `timer' not only when compiling.
14447 1998-08-26  Per Starback  <starback@update.uu.se>
14449         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
14450         buffer before creating help group.
14452 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14454         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
14455         coding-system-for-write before saving.
14457 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
14459         * isearch.el (isearch-forward): Doc fix.
14461 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
14463         * emacs-lisp/find-func.el: Fix :version tags to have a string
14464         value, not a float.
14466         * cus-dep.el: Fix typo in output.
14468 1998-08-25  Dave Love  <fx@gnu.org>
14470         * repeat.el (repeat): Doc fix.
14471         [From rms:]
14472         (repeat-previous-repeated-command): New variable.
14473         (repeat): Check for real-last-command being null or repeat.  Set
14474         repeat-previous-repeated-command.
14476         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
14478 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
14480         * gnus/message.el (message-send-mail-with-sendmail): Bind
14481         coding-system-for-write by the return value of
14482         select-message-coding-system.
14483         (message-send-mail-with-qmail): Likewise.
14485 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
14487         * emacs-lisp/autoload.el: Fix doc-string-elt property on
14488         define-derived-mode.
14490         * files.el (file-name-invalid-regexp):
14491         Fix regex for ms-dos without long file names.
14493 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14495         * ps-print.el: Multi-byte buffer handling.
14496         (ps-print-version): New version number (4.0) and doc fix.
14497         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
14498         compilation for GNU Emacs and emacsens.
14499         (ps-generate-postscript-with-faces): Force invisible text to be
14500         visible.
14501         (dos-ps-printer): New var to avoid compilation gripes.
14503 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14505         * ps-print.el (ps-mule-plot-string): Pay attention to the case
14506         that no more characters can't be printed in the current line.
14508 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14510         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
14511         greater than TO.
14513 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14515         * ps-print.el: Add codes to make ps-print.el work also on Emacs
14516         20.2 and the earlier version.
14517         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
14518         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
14519         (ps-mule-find-wrappoint): Likewise.
14520         (ps-mule-generate-font): Change `X' to `x' in format
14521         control-string.
14522         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
14523         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
14524         `restore' form procedures `BC' and `EC'.
14526 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14528         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
14529         is an executable procedure.  Make LineThickness, Xshadow, and
14530         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
14531         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
14532         ps-mule-font-info-database-bdf): New vars.
14533         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
14534         (ccl-encode-ethio-unicode): New CCL program.
14535         (ps-mule-encode-ethiopic): New fun.
14536         (ps-mule-current-charset): New var.
14537         (ps-mule-get-font-spec, ps-mule-font-spec-src,
14538         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
14539         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
14540         (ps-mule-external-libraries): New var.
14541         (ps-mule-init-external-library): New fun.
14542         (ps-mule-font-cache): New var.
14543         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
14544         (ps-last-font): New var.
14545         (ps-mule-prepare-font): New fun.
14546         (ps-mule-charset-list): New var.
14547         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
14548         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
14549         ps-mule-plot-string): New funs.
14550         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
14551         New vars.
14552         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
14553         ps-mule-prepare-cmpchar-font): New funs.
14554         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
14555         vars.
14556         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
14557         ps-mule-generate-bitmap-glyph): New funs.
14558         (ps-mule-initialize, ps-mule-begin): New funs.
14559         (ps-output-string-prim): Insert string as unibyte.
14560         (ps-output-prologue): New fun.
14561         (ps-flush-output): Handle the case of 'prologue.
14562         (ps-begin-file): Call ps-mule-initialize.
14563         (ps-begin-job): Set ps-control-or-escape-regexp differently if
14564         printing multibyte characters.
14565         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
14566         (ps-basic-plot-string): Handle the case of printing ASCII
14567         characters by external libraries (e.g. BDF).
14568         (ps-set-font): Set ps-last-font.
14569         (ps-plot-region): Handle multibyte characters, use
14570         ps-mule-plot-string for them.
14571         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
14573         * bdf.el: New file.
14575 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
14577         * international/mule-cmds.el (select-message-coding-system): New
14578         function.
14579         (set-language-environment-coding-systems): Set
14580         default-sendmail-coding-system.
14582         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
14583         (default-sendmail-coding-system): New variable.
14584         (sendmail-send-it): Encode the message by a coding system
14585         select-message-coding-system returns.
14587 1998-08-23  Eric Ludlam  <zappo@gnu.org>
14589         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
14590         (speedbar-mode): Set buffer to read only.
14591         (speedbar-temp-buffer-show-function): For emacs don't call hook
14592         with arguments.
14593         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
14595 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
14597         * speedbar.el (speedbar-key-map): Fix typo.
14599 See ChangeLog.7 for earlier changes.