1 2000-06-26 Gerd Moellmann <gerd@gnu.org>
3 * faces.el (fringe): Change face for different backgrounds.
5 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8 * eshell/*.el: Change spelling of the Free Software Foundation.
10 * eshell/esh-toggle.el: Removed.
12 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
17 2000-06-26 Alex Schroeder <alex@gnu.org>
19 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
20 `define-key'; instead of checking `(emacs-version)' check for
21 `set-keymap-parent' and `set-keymap-name' directly. Add entries
22 for `;' and `o' which might be electric.
24 (sql-electric-stuff): New user option.
25 (sql-magic-go): New function which uses `sql-electric-stuff'.
26 (sql-magic-semicolon): New function which uses
29 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
32 (sql-oracle-options): New variable.
35 (sql-imenu-generic-expression): Doc change.
36 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
39 (sql-informix): Added command line parameter "-" to force
40 sql-informix-program to use stdout.
42 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
44 * international/codepage.el (cp-coding-system-for-codepage-1): Doc
46 (cp864-decode-table): Doc fix.
47 (cp720-decode-table): New variable, supports the Arabic OEM
48 codepage used by Windows.
49 (cp737-decode-table): New, Greek OEM codepage used by Windows.
51 2000-06-23 Dave Love <fx@gnu.org>
53 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
54 (font-lock-fontify-anchored-keywords): Use
55 line-beginning-position.
56 (global-font-lock-mode): Use mapc.
58 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
60 * eshell/esh-module.el: Require CL when compiling.
62 2000-06-23 Gerd Moellmann <gerd@gnu.org>
64 * comint.el (comint-substitute-in-file-name): Call replace-match
65 with second and third arg t.
67 * cus-edit.el (custom-button-face, custom-button-pressed-face):
68 Specify foreground color.
70 * faces.el (tool-bar, mode-line, header-line): Specify foreground
73 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
75 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
76 cddr instead of cdddr.
78 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
81 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
84 * subdirs.el: Add eshell subdirectory.
86 * eshell: New subdirectory containing the Eshell package.
88 * pcomplete.el: New file.
90 2000-06-23 Paul Eggert <eggert@twinsun.com>
92 * mail/mailpost.el (post-mail-send-it): Make sure file has
93 proper permissions from birth.
95 * files.el (basic-save-buffer-2): When temporarily setting
96 file modes, set them to current modes plus 0200, not to 0777.
98 * emerge.el (emerge-make-temp-file): Make sure file has proper
99 permissions from birth.
101 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
103 * files.el (make-backup-file-name-1): On DOS/Windows, run the
104 backup file name through convert-standard-filename.
106 * dos-fns.el (convert-standard-filename): Convert leading
107 directories as well. When long file names are supported, convert
108 characters that are invalid in Windows file names.
110 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
112 * ps-print.el: Fix bug: if ^L is the very first buffer character,
113 ps-print crashes. New feature: page selection for printing. Create
114 raw-text-unix coding system for XEmacs. Doc fix.
115 (ps-print-version): New version number (5.2.3).
116 (ps-plot-region): Bug fix.
117 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
118 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
119 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
121 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
122 (ps-last-page): New vars.
124 2000-06-21 Gerd Moellmann <gerd@gnu.org>
126 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
129 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
131 * man.el (man): Doc fix.
133 2000-06-21 Kenichi Handa <handa@etl.go.jp>
135 * international/mule-cmds.el (set-language-info-alist): Docstring
138 2000-06-20 Gerd Moellmann <gerd@gnu.org>
140 * version.el (emacs-version): Use ISO date format.
142 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
143 instead of `M-backspace'.
145 * simple.el (turn-off-auto-fill): New function.
147 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
149 * jit-lock.el (with-buffer-prepared-for-jit-lock):
150 Renamed from with-buffer-prepared-for-font-lock and use
151 inhibit-modification-hooks rather than setting *-change-functions.
152 Update all functions to use the new name.
153 (jit-lock-first-unfontify-pos): New semantics (and doc).
154 (jit-lock-mode): Make non-interactive.
155 Don't automatically turn on font-lock.
156 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
157 Always use jit-lock-after-change.
158 Remove and restore font-lock-after-change-function.
159 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
160 (jit-lock-after-unfontify-buffer): Remove.
161 (jit-lock-stealth-fontify):
162 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
163 (jit-lock-after-change): Set the `fontified' text-prop to nil.
165 2000-06-20 Sam Steingold <sds@gnu.org>
167 * emacs-lisp/cl-indent.el (toplevel): Indent
168 `print-unreadable-object' properly. Untabify.
170 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
172 * textmodes/reftex.el (reftex-find-citation-regexp-format):
173 Support for bibentry.
174 (reftex-compile-variables): Fixed problem with end of section-re.
176 * texmodes/reftex-dcr.el (reftex-view-crossref,
177 reftex-view-crossref-from-bibtex):
178 Deal with changed `reftex-find-citation-regexp-format'.
179 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
180 Replaced `remprop' with `put'.
181 (reftex-view-crossref, reftex-view-crossref-when-idle):
182 Support for bibentry.
184 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
185 New entry for bibentry package.
187 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
188 Regexp also matches "\nobibliography".
190 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
191 Call `reftex-ensure-write-access' before doing anything.
192 (reftex-ensure-write-access): New function.
194 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
196 * progmodes/idlwave.el: File re-installed (update to version 4.2)
198 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
200 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
202 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
205 2000-06-20 Dave Love <fx@gnu.org>
207 * faces.el (frame-background-mode): Use set-default, not set, in
209 (frame-update-faces, frame-update-face-colors): Define with
212 * enriched.el (enriched-decode-foreground)
213 (enriched-decode-background): Don't use internal-find-face.
215 * apropos.el: Doc fixes.
217 * cus-edit.el (customize-changed-options): Check arg.
218 (customize-version-lessp): Don't require decimal point.
220 * custom.el (defcustom, defgroup): Doc fix.
222 * newcomment.el (comment) <defgroup>: Add :version.
223 (comment-multi-line): Doc fix.
225 * emulation/mlsupport.el (define-hooked-local-abbrev,
226 define-hooked-global-abbrev): Fix, using define-abbrev.
228 2000-06-19 Gerd Moellmann <gerd@gnu.org>
230 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
233 2000-06-19 Dave Love <fx@gnu.org>
235 * menu-bar.el (menu-bar-options-save): New function.
236 (menu-bar-options-menu): Use it.
237 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
240 2000-06-19 Andreas Schwab <schwab@suse.de>
242 * progmodes/etags.el (tags-query-replace): Put new parameters
243 START and END at the end, for backward compatibility.
245 2000-06-19 Kenichi Handa <handa@etl.go.jp>
247 * international/codepage.el:
248 (cp-coding-system-for-codepage-1): Delete special codes for
249 generating xxx-dos coding system because now a CCL based coding
250 system can handle EOL conversion by default.
252 * international/mule.el (make-coding-system): Generate subsidiary
253 coding systems for EOL handling variants even for a CCL based
256 2000-06-19 Kenichi Handa <handa@etl.go.jp>
258 * international/isearch-x.el (isearch-minibuffer-input-method)
259 (isearch-minibuffer-input-method-function): These variables
261 (isearch-with-input-method): Don't use the above variables.
262 (isearch-process-search-multibyte-characters): Likewise. Call
263 read-string with the arg INHERIT-INPUT-METHOD t.
265 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
267 * font-lock.el (font-lock-after-fontify-buffer)
268 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
270 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
271 Use consistent make-local-variable style for font-lock-fontified.
272 (jit-lock-fontify-buffer):
273 Don't bother checking for font-lock-mode and jit-lock-mode.
275 * time.el: Remove trailing ^M that prevent CVS-merging.
277 2000-06-16 Gerd Moellmann <gerd@gnu.org>
279 * Makefile.in (distclean): New target.
281 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
283 * Makefile.in (srcdir): Define for update-subdirs.
285 2000-06-16 Gerd Moellmann <gerd@gnu.org>
287 * find-lisp.el: New file.
289 2000-06-16 Andrew Innes <andrewi@gnu.org>
291 * time.el (display-time-mail-function): New variable, to allow
292 external packages to indicate when new mail is available.
293 (display-time-update): Use it.
295 2000-06-16 Kenichi Handa <handa@etl.go.jp>
297 * international/mule.el (mule-version): Change version name to
298 SAKAKI. AOI has already been used by Meadow.
300 * international/quail.el (quail-show-guidance-buf): To find the
301 bottom window (but minibuffer), pay attention to the height of
304 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
306 * arc-mode.el (archive-mode-map): Use the new menu-item format for
307 menu-bar menus. Add help strings. Don't remove the Edit menu
308 from the menu bar, as the menu bar has enough space now.
310 * Makefile.in (SHELL): Make sure /bin/sh is used.
312 * woman.el (woman-man-buffer): Fix bold and underlined CJK
313 characters, which use series of two ^H characters instead of one.
315 2000-06-15 Gerd Moellmann <gerd@gnu.org>
317 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
318 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
320 (Info-find-node-2): Try a case-sensitive search first, then
321 do a case-insensitive search.
323 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
326 * complete.el (PC-env-vars-alist): New variable.
327 (PC-complete-as-file-name): New function.
328 (partial-completion-mode): Initialize PC-env-vars-alist from
330 (PC-do-completion): Handle completion of env vars.
332 * info.el (Info-set-mode-line): Show file name in mode line,
333 use `*Info*' instead of `Info:'.
335 * startup.el (command-line-1): Change copyright messages to year
338 2000-06-15 Dave Love <fx@gnu.org>
340 * net/goto-addr.el (goto-address-fontify): Use keymap property,
343 2000-06-15 Kenichi Handa <handa@etl.go.jp>
345 * international/mule.el (set-buffer-file-coding-system): Almost
346 rewritten to handle `undecided' as no-op.
348 2000-06-14 Gerd Moellmann <gerd@gnu.org>
350 * Makefile.in: New file.
354 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
355 (goto-address-highlight-keymap): Bind C-c RET.
357 2000-06-14 Kenichi Handa <handa@etl.go.jp>
359 * mail/sendmail.el (sendmail-send-it): The temporary buffer
360 inherits buffer-file-coding-system of the current buffer.
362 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
363 0. Give correct argument to set-auto-coding-function.
364 (tar-expunge): For goto-char, use (point-min), not 0.
365 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
366 (tar-subfile-save-buffer): Likewize.
368 * international/mule.el
369 (after-insert-file-set-buffer-file-coding-system): Call
370 set-buffer-file-coding-system with the arg FORCE t.
372 2000-06-13 Gerd Moellmann <gerd@gnu.org>
374 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
375 nil. Contemporary sendmails issue an X-Authentication-Warning if
376 the sender is set with `-f'.
378 2000-06-13 Dave Love <fx@gnu.org>
380 * help.el (describe-function-1): Kluge around cases of functions
381 fset to subrs whose doc doesn't match their symbol-name.
383 * image.el (insert-image): Default STRING to a space.
386 (Info-build-node-completions): Match Ref tags.
388 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
390 * frame.el (display-multi-frame-p, display-multi-font-p): New
391 defaliases for display-graphic-p.
393 * hl-line.el: Fixed a typo in commentary.
395 2000-06-13 Kenichi Handa <handa@etl.go.jp>
397 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
400 2000-06-12 Dave Love <fx@gnu.org>
402 * image.el (insert-image): Save a little consing.
404 2000-06-12 Kenichi Handa <handa@etl.go.jp>
406 * language/tibet-util.el: Convert all tibetan-1-column characters
407 to the corresponding tibetan characters.
408 (tibetan-add-components): Delete code for the special treatment of
411 * language/tibetan.el (tibetan-composable-pattern): Fix previous
413 (tibetan-vowel-transcription-alist): More rules added.
414 (tibetan-composite-vowel-alist): New variable.
415 (tibetan-precomposition-rule-alist): More rules added.
417 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
419 * startup.el (command-line): Only call menu-bar-mode if interactive.
421 * thingatpt.el (toplevel symbol-properties):
422 * textmodes/makeinfo.el (makeinfo-compile):
423 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
424 * progmodes/hideif.el (hif-compress-define-list)
425 (hide-ifdef-use-define-alist):
426 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
427 (ange-ftp-vms-add-file-entry):
428 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
429 * man.el (Man-build-man-command):
430 * mail/rnewspost.el (news-reply-header-hook):
431 * info.el (Info-insert-dir):
432 * emulation/mlconvert.el (backward-word, forward-word, setq):
433 * emacs-lisp/gulp.el (gulp-send-requests):
434 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
435 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
436 (byte-optimize-apply, end of file):
437 * emacs-lisp/advice.el (ad-advice-class-completion-table)
438 (ad-make-freeze-definition):
439 * startup.el (command-line, command-line-1): Don't quote lambdas.
441 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
442 (cvs-cleanup-removed): New function.
443 (cvs-cleanup-functions): New var.
444 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
445 some flexibility in specifying additional entries to auto-cleanup.
446 (cvs-quickdir): New function.
447 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
448 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
449 (cvs-mode-find-file): Check that we are on a filename or dirname
450 when invoked through a mouse-click.
451 (cvs-full-path): Remove.
452 (cvs-dired-action): Re-introduced.
453 (cvs-dired-noselect): Use it.
454 (vc-post-command-functions): use this new hook if available.
456 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
457 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
458 (cvs-filename-map, cvs-dirname-map): Remove.
459 (cvs-default-action): Remove.
460 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
461 if the arg is really a keymap.
462 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
463 Don't hardcode the mapping from state (aka type) to face, but check
464 the var cvs-fi-<type>-face instead.
465 (cvs-fileinfo-from-entries): New function.
467 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
469 (cvs-find-file-and-jump): Change default to be safer.
470 (cvs-mode-diff-map): Define it as a function as well.
471 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
472 Bind mouse-2 in this global map rather than with text-properties.
474 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
475 file to resolve the ambiguity between C(conflict) and C(need-merge).
477 2000-06-12 Kenichi Handa <handa@etl.go.jp>
479 * international/mule.el (set-buffer-file-coding-system): If
480 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
483 2000-06-12 Dave Love <fx@gnu.org>
485 * wid-edit.el (widget-specify-button): Really suppress the face if
488 2000-06-11 Gerd Moellmann <gerd@gnu.org>
490 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
492 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
494 * imenu.el (imenu-generic-expression): Docstring fix.
496 * composite.el (composition-function-table): Move the `put'
497 below the autoload cookie so we can load the file before loaddefs.
499 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
501 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
502 Handle easy-mmode-define-global-mode.
503 For complex macros like define-minor-mode that can generate
504 several autoload entries, try to autoload entries in the
507 * emacs-lisp/easy-mmode.el (define-minor-mode):
508 If KEYMAP is a symbol, just use it.
509 Use byte-compile-current-file and load-file-name to infer the
510 proper :require to pass to defcustom.
511 Wrap the hook var into `progn' so as not to autoload it.
512 Add a :autoload-end cookie.
513 Be more careful about the evaluation of KEYMAP.
514 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
515 (define-derived-mode): Move define-abbrev-table outside of defvar.
517 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
519 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
520 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
521 (backup-compiled-files): Ignore errors during `tar'.
522 (bootstrap): Make autoloads before elc files.
524 2000-06-10 Kenichi Handa <handa@etl.go.jp>
526 * international/mule.el (set-buffer-file-coding-system): If one of
527 undecided-XXX is specified, change only EOL conversion.
529 * international/mule-conf.el (unix): New alias for the coding
530 system undecided-unix.
532 2000-06-09 Dave Love <fx@gnu.org>
534 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
536 * progmodes/executable.el: Byte compile dynamic.
537 (executable-insert): Change custom type.
538 (executable-find): Add autoload cookie.
539 (executable-make-buffer-file-executable-if-script-p): New
540 function. After Noah Friedman.
542 * files.el (after-save-hook): Customize, with
543 executable-make-buffer-file-executable-if-script-p as an option.
545 2000-06-09 Kenichi Handa <handa@etl.go.jp>
547 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
548 "tib24p-mule.bdf" for Tibetan.
550 * composite.el (decompose-composite-char): Declare it as obsolete.
552 * man.el (Man-fontify-manpage): Pay attention to underline and
553 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
555 2000-06-08 Gerd Moellmann <gerd@gnu.org>
557 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
558 Set maintainer to FSF since author isn't reachable.
560 2000-06-08 Dave Love <fx@gnu.org>
562 * international/mule-cmds.el (select-safe-coding-system): If
563 DEFAULT-CODING-SYSTEM is not specified, also check the most
564 preferred coding-system if buffer-file-coding-system is
565 `undecided'. From Handa.
567 2000-06-08 Kenichi Handa <handa@etl.go.jp>
569 * international/mule.el
570 (after-insert-file-set-buffer-file-coding-system): If the buffer
571 size is greater than INSERTED, judget that we are not visiting.
573 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
575 * whitespace.el (defgroup whitespace): Comment out `:version'.
576 XEmacs 20.4 has problems defining the group with this present.
577 We'll have this commented out till get resolve the problem.
579 2000-06-07 Gerd Moellmann <gerd@gnu.org>
581 * align.el: Update from author.
583 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
585 * apropos.el (apropos-mode-hook): New user variable.
586 (apropos-mode): Run apropos-mode-hook.
588 2000-06-07 David Ponce <david@dponce.com>
590 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
591 commands. Require `wid-edit' at run-time.
593 2000-06-07 David Ponce <david@dponce.com>
595 * recentf.el: Added some "Commentary".
596 (recentf-open-more-files, recentf-edit-list): Minor changes to
597 move the point at the top of the file list. This behaviour is
598 consistent with the menu one when the list contains a lot of
600 (recentf-cleanup): Now displays the number of items removed from
602 (recentf-relative-filter) New menu filter to show filenames
603 relative to `default-directory'.
605 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
607 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
608 with/without giving an error if PostScript printer doesn't have this
609 kind of page size. Zebra Stripe continues or restarts on next page.
610 Manual/automatic paper feeding. Switch or not the header.
611 (ps-print-version): New version number (5.2.2).
612 (ps-windows-system): Include emx as a Windows system.
613 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
614 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
615 (ps-background-text): Code fix.
616 (ps-error-handler-message, ps-user-defined-prologue)
617 (ps-print-prologue-header, ps-printer-name)
618 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
619 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
620 (ps-use-face-background): Customization fix.
621 (ps-n-up-database): Data fix.
622 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
623 (ps-switch-header): New vars.
624 (ps-xemacs-color-name, ps-face-foreground-name)
625 (ps-face-background-name, ps-boolean-constant): New funs.
627 2000-06-07 Dave Love <fx@gnu.org>
629 * allout.el: New version from Manheimer.
631 2000-06-07 Kenichi Handa <handa@etl.go.jp>
633 * textmodes/fill.el (fill-find-break-point): Check the validity of
636 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
638 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
639 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
640 Call display-color-p and display-mouse-p instead of looking at
643 2000-06-06 Dave Love <fx@gnu.org>
645 * image.el (find-image): Doc fix. Return nil if image not found.
646 (put-image, insert-image): Make STRING arg optional.
648 2000-06-06 Kenichi Handa <handa@etl.go.jp>
650 * language/vietnamese.el: Remove eval-when-compile.
651 (viet-viscii-nonascii-translation-table): Define it as a
652 translation table made from viet-viscii-decode-table.
653 (viet-viscii-encode-table): Define it as a translation table made
654 from the reverse map of above.
655 (viet-vscii-nonascii-translation-table): Define it as a
656 translation table made from viet-vscii-decode-table.
657 (viet-vscii-encode-table): Define it as a translation table made
658 from the reverse map of above.
659 (ccl-decode-viscii): Use translate-character.
660 (ccl-encode-viscii, ccl-encode-viscii-font)
661 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
664 * language/cyrillic.el: Remove eval-when-compile.
665 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
666 translation table made from cyrillic-koi8-r-decode-table.
667 (cyrillic-koi8-r-encode-table): Define it as a translation table
668 made from the reverse map of above.
669 (ccl-decode-koi8): Use translate-character.
670 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
671 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
672 a translation table made from cyrillic-alternativnyj-decode-table.
673 (cyrillic-alternativnyj-encode-table): Define it as a translation
674 table made from the reverse map of above.
675 (ccl-decode-alternativnyj): Use translate-character.
676 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
679 * international/mule-diag.el (non-iso-charset-alist): Specify
680 translation table symbol instead of translation table itself.
681 (list-block-of-chars): CHARSET may be a translation table symbol.
683 * international/mule.el (make-coding-system): If CODING-SYSTEM
684 already exists, override it.
686 * international/fontset.el: Use family `proportional' for Tibetan
689 * international/ccl.el (ccl-compile-translate-character): Don't
690 check if Rrr has property translation-table.
691 (ccl-compile-map-multiple): Modified to avoid compiler warning.
693 2000-06-05 Gerd Moellmann <gerd@gnu.org>
695 * info.el: Bind case-fold-search to t when searching in case
696 a user sets it to nil in a hook.
698 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
700 * autoarg.el (autoarg-mode, autoarg-kp-mode):
701 * hl-line.el (hl-line-mode): Use the new :global key argument.
703 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
704 (tar-clip-time-string): Prepend a space.
705 (tar-grind-file-mode): Construct a string rather than modifying one.
706 (tar-header-block-summarize): Fix docstring.
707 Use `format' rather than an error-prone set of copy-loops.
709 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
710 (diff-goto-source, diff-unified->context, diff-context->unified)
711 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
712 understand the format output by the `-p' argument to diff.
714 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
715 (sh-re-done): Use defconst.
716 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
717 (sh-help-string-for-variable, sh-guess-basic-offset):
719 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
720 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
722 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
723 (mh-letter-mode): Derive from text-mode.
724 This implicitly means that it now calls kill-all-local-variables.
725 Also remove the Emacs-18 compatibility code.
727 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
728 Make use of symbol-property doc-string-elt.
729 Use memq rather than a sequence of eq.
730 (doc-string-elt): Fix the wrong or missing previously unused values.
731 (autoload-print-form): New function extracted from
732 generate-file-autoloads to allow recursion when handling progn
733 so that defvar's and defun's docstrings are properly printed.
734 (generate-file-autoloads): Use it.
736 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
737 Use find-file-hooks in the minor-mode function.
738 Be careful not to loop indefinitely in the post-command-hook function.
740 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
742 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
744 * ediff-diff.el (ediff-exec-process): Use --binary for fine
745 differences whenever appropriate.
746 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
747 * viper.el (find-file, find-file-other-window): Get viper to do
750 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
752 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
753 (jit-lock-fontify-buffer): New function for JIT refontification.
754 (jit-lock-mode): Fix docstring.
755 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
756 Remove jit-lock-after-change from the _local_ hook.
757 (jit-lock-function-1): Fix docstring.
759 * info.el (Info-on-current-buffer): Initialize info.
761 * newcomment.el (comment-indent): Ignore comment-indent-hook.
763 * progmodes/tcl.el (tcl-indent-for-comment):
764 Ignore comment-indent-hook.
766 * emacs-lisp/easy-mmode.el: Require CL during compilation.
767 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
768 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
769 and improve to use the lighter to guess the capitalization.
770 (define-minor-mode): Inline code from easy-mmode-define-toggle.
771 Add keyword arguments to specify global-ness or the custom group.
772 Add local-map and help-echo properties to the lighter.
773 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
774 (easy-mmode-define-global-mode): New macro.
776 2000-06-02 Dave Love <fx@gnu.org>
778 * wid-edit.el: byte-compile-dynamic since we typically don't use
779 all the widgets. Don't require cl or widget. Remove
780 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
781 (widget-read-event): Removed. Callers changed to use read-event.
782 (widget-button-release-event-p): Renamed from
783 button-release-event-p.
784 (widget-field-add-space, widget-field-use-before-change):
786 (widget-specify-field): Use keymap property, not local-map.
787 (widget-specify-button): Obey :suppress-face.
788 (widget-specify-insert): Use modern backquote syntax.
789 (widget-image-directory): Renamed from widget-glyph-directory.
790 (widget-image-enable): Renamed from widget-glyph-enable.
791 (widget-image-find): Replaces widget-glyph-find.
792 (widget-button-pressed-face): Move defvar.
793 (widget-image-insert): Replaces widget-glyph-insert.
794 (widget-convert): Use keywordp.
795 (widget-leave-text, widget-children-value-delete): Use mapc.
796 (widget-keymap): Remove XEmacs stuff.
797 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
798 (widget-button-click): Don't set point at the click, but re-centre
799 if we scroll out of window. Rewritten for images v. glyphs &c.
800 (widget-tabable-at): Use POS arg, not point.
801 (widget-beginning-of-line, widget-end-of-line)
802 (widget-item-value-create, widget-sublist, widget-princ-to-string)
803 (widget-sexp-prompt-value, widget-echo-help): Simplify.
804 (widget-default-create): Use widget-image-insert; some rewriting.
805 (widget-visibility-value-create)
806 (widget-push-button-value-create, widget-toggle-value-create): Use
808 (checkbox): Create on and off images dynamically.
809 (documentation-link): Change :help-echo.
810 (widget-documentation-link-echo-help): Remove.
812 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
814 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
816 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
817 (easy-mmode-define-toggle, define-minor-mode): Use it.
818 (easy-mmode-define-keymap): Docstring fix.
819 (define-derived-mode): Default PARENT to fundamental-mode.
820 Add the derived-mode-parent symbol-property.
821 (easy-mmode-derived-mode-p): New function.
823 2000-06-02 Dave Love <fx@gnu.org>
825 * files.el (convert-standard-filename): Doc fix.
826 (normal-backup-enable-predicate): New function.
827 (backup-enable-predicate): Use it to replace the lambda form.
829 * calendar/todo-mode.el: [This needs more work on the outline
831 (todo) <defgroup>: Add :version.
832 (todo-add-category): Don't use pushnew.
833 (todo-cmd-raise): Fix typo.
834 (todo-top-priorities): Change temp buffer name.
835 (todo-category-alist): Avoid redundant lambda.
836 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
837 Use outline-next-heading.
839 * autoarg.el: Rewritten to use define-minor-mode.
840 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
841 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
843 2000-06-02 Kenichi Handa <handa@etl.go.jp>
845 * isearch.el (isearch-other-meta-char): Fix previous change.
847 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
849 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
850 (log-edit-done): Only add the comment to the ring if it's different
851 from the last comment entered.
853 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
855 2000-06-01 Dave Love <fx@gnu.org>
857 * hl-line.el: Rewritten using define-minor-mode.
859 * help.el (describe-function-1): Distinguish special form from
860 builtin function. Sanity-check presence of arglist for builtins.
862 2000-06-01 Kenichi Handa <handa@etl.go.jp>
864 * international/characters.el: Fix syntax/category setting of
867 * language/tibet-util.el (tibetan-add-components): Fixes for new
868 encoding of Tibetan characters.
869 (tibetan-decompose-precomposition-alist): New variable.
870 (tibetan-decompose-region): Convert precomposed characters to
871 non-precomposed characters.
872 (tibetan-decompose-string): Likewise.
873 (tibetan-composition-function): Fix args to
874 thibetan-compose-string.
876 * language/tibetan.el (tibetan-composable-pattern): More
878 (tibetan-consonant-transcription-alist): Rule for "R" added.
879 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
881 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
883 * language/lao-util.el (lao-composition-function): Fix args to
886 * language/thai-util.el (thai-composition-function): Fix args to
889 * isearch.el (isearch-update): Set disable-point-adjustment to t
890 to prevent the point moving to the end of a composition when a
891 part of a composition is searched.
892 (isearch-other-meta-char): If the key invoking this command can be
893 mapped by function-key-map to a printing char, call
894 isearch-process-search-char directly.
896 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
898 * emacs-lisp/bytecomp.el:
900 * international/mule-cmds.el:
901 * international/mule-util.el:
902 * international/mule.el:
905 * faces.el: Update calls to make-obsolete with a WHEN argument.
907 * byte-run.el (make-obsolete, make-obsolete-variable):
908 Add an optional WHEN argument and change the format of the
909 symbol-property information.
910 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
911 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
912 new obsolete-symbol-property format and print WHEN if it is provided.
914 2000-05-31 Dave Love <fx@gnu.org>
916 * loadhist.el (loadhist-hook-functions): Remove
917 before-change-function, after-change-function.
918 (unload-feature): Deal with symbols which are both bound and
921 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
922 before-change-function, after-change-function.
924 * simple.el (newline): Don't bind before-change-function,
925 after-change-function.
927 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
929 * whitespace.el (whitespace-rescan-timer-time): Update interval
930 set to 600 seconds (10 minutes) instead of 60 seconds since
931 a large number of whitespace buffers causes emacs to `freeze'
932 for a considerable amount of time.
934 * whitespace.el: Updated email address
936 2000-05-31 Dave Love <fx@gnu.org>
938 * add-log.el (change-log-font-lock-keywords) <function>: Add
939 pattern for function of change.
940 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
941 acknowledgements patterns.
943 2000-05-31 Kenichi Handa <handa@etl.go.jp>
945 * isearch.el (isearch-printing-char): If keyboard coding system is
946 being used, call isearch-process-search-multibyte-characters.
948 * international/isearch-x.el: Mostly rewritten.
950 * international/quail.el (quail-start-conversion): Don't include
951 unhandled events in the returned events, but set them in
952 unread-command-events. Exit if all inputs are deleted.
954 2000-05-30 Jason Rumney <jasonr@gnu.org>
956 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
958 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
959 Reenable code to create initial fontsets.
960 Use set-fontset-font in place of put-charset-property.
962 2000-05-30 Gerd Moellmann <gerd@gnu.org>
964 * progmodes/perl-mode.el (perl-indent-line): When looking for a
965 label, ensure that the first colon isn't followed by another.
967 * paths.el (Info-default-directory-list): Doc fix.
969 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
970 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
971 send a query containing USER only, not USER@HOST.
973 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
974 and rmail-msgend to compute the restriction at the end, instead of
977 2000-05-29 Gerd Moellmann <gerd@gnu.org>
979 * dabbrev.el (dabbrev-expand): Don't display messages in the
980 echo area if the minibuffer window is active.
982 * jit-lock.el (jit-lock-mode): Add after change function to
985 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
987 * antlr-mode.el: New commands: hide/unhide actions,
988 upcase/downcase literals.
989 (antlr-tiny-action-length): New user option.
990 (antlr-hide-actions): New command. Suggested by
991 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
992 (antlr-mode-map): New binding [C-c C-v].
993 (antlr-mode-menu): New entries.
994 (antlr-downcase-literals): New command.
995 (antlr-upcase-literals): Ditto.
997 * antlr-mode.el: Minor changes: indendation, mode-name.
998 (antlr-indent-line): Indent cpp directive at column 0.
999 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
1001 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
1002 (antlr-font-lock-additional-keywords): Workaround for intentional
1003 bug in XEmacs version of font-lock.
1004 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
1005 be used by a smarter version of `buffers-menu-grouping-function'.
1007 2000-05-29 Gerd Moellmann <gerd@gnu.org>
1009 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
1010 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
1012 2000-05-29 Kenichi Handa <handa@etl.go.jp>
1014 * international/encoded-kb.el
1015 (encoded-kbd-iso2022-designation-map): Pay attention to that
1016 charset-iso-final-char return -1 for eight-bit-control and
1019 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1021 * speedbar.el (speedbar-use-images, speedbar-update-flag)
1022 (speedbar-easymenu-definition-base): Use display-graphic-p where
1023 available, instead of window-system.
1025 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1027 * international/codepage.el (cp-coding-system-for-codepage-1): Add
1028 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
1031 2000-05-26 Dave Love <fx@gnu.org>
1033 * disp-table.el (standard-display-underline): Don't use
1036 * mail/reporter.el: Maintainer change. Doc fixes.
1037 (reporter-version): Deleted.
1039 * emacs-lisp/elp.el: Maintainer change.
1040 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
1042 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
1044 * add-log.el (add-change-log-entry): Merge the current entry with the
1045 previous one if the previous one is empty.
1047 2000-05-26 Dave Love <fx@gnu.org>
1049 * loadhist.el (unload-feature): Fix interactive spec [from
1050 lijnzaad@ebi.ac.uk].
1052 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
1053 subr-arity to check primitives.
1054 (byte-compile-flush-pending, byte-compile-file-form-progn)
1055 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
1056 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
1059 2000-05-26 Kenichi Handa <handa@etl.go.jp>
1061 * international/fontset.el: Set family names of non-latin charsets
1062 in default fontset to "*".
1064 * international/mule-diag.el (print-fontset): Combine family part
1065 and registry part of the fontname by "-*-" instead of "-".
1067 * international/mule-cmds.el (encode-coding-char): Make strings
1068 multibyte before calling encode-coding-string.
1070 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
1072 * derived.el: Fix keywords.
1073 (define-derived-mode): Only define if needed.
1075 * simple.el (fill-comment, comment-column, comment-start)
1076 (comment-start-skip, comment-end, comment-indent-function)
1077 (block-comment-start, block-comment-end, indent-for-comment)
1078 (set-comment-column, kill-comment, comment-padding, comment-region)
1079 (comment-multi-line, indent-new-comment-line): Remove.
1081 * bindings.el (esc-map): Change ; to comment-dwim and use the new
1082 function names for comment operations.
1084 * newcomment.el: Add abundant autoload cookies.
1085 (comment-style): Don't depend on runtime data at compile-time.
1086 (comment-indent-hook): Remove.
1087 (comment-indent): Check if comment-indent-hook is bound.
1088 (comment-region): Docstring fix.
1090 2000-05-25 Dave Love <fx@gnu.org>
1092 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
1093 byte-code-function-p.
1095 * mail/rmailsum.el: Add provide.
1097 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
1099 * smerge-mode.el (smerge-diff-switches): Don't use list* in
1102 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
1104 * ediff-diff.el (ediff-exec-process): delete --binary option from
1105 non-buffer ediff jobs.
1107 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1109 * hilit-chg.el (highlight-changes-mode): Ask about color or
1110 grayscale support, not about window-system.
1112 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
1114 (ffap-highlight): Always default to t.
1116 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
1117 display-popup-menus-p instead of looking at window-system.
1119 * disp-table.el (standard-display-g1, standard-display-graphic):
1120 Only refuse to use string glyphs on X and MS-Windows.
1122 * avoid.el: Remove window-system from commentary, suggest to use
1123 display-*-p instead.
1125 * apropos.el (apropos-print): Use display-mouse-p instead of
1128 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1130 * international/codepage.el (cp-decoding-vector-for-codepage):
1131 Fill up unsupported characters with their own codes. From Kenichi
1134 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1136 * international/mule-diag.el (describe-char-after): Use
1137 display-graphic-p instead of window-system, so that this function
1140 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1142 * international/codepage.el (cp-make-coding-systems-for-codepage):
1143 Remove the eight-bit-graphic and eight-bit-control charsets from
1144 the list of charsets which we convert into `?'.
1146 2000-05-25 Kenichi Handa <handa@etl.go.jp>
1148 * international/mule-conf.el: Specify CHARSET-ID explicitely for
1150 (mule-unicode-0100-24ff, japanese-jisx0213-1,
1151 japanese-jisx0213-2): New charsets.
1153 * international/fontset.el: Setup default fontset for new charsets.
1155 2000-05-24 Dave Love <fx@gnu.org>
1157 * info.el (Info-find-node-2): Restructure [following "Vadim
1158 S. Solomin" <sovs@uic.nnov.ru>].
1160 * icomplete.el: Fix header for Finder.
1162 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
1164 * rmailout.el (rmail-output-to-rmail-file): Added optional param
1167 * rmail.el (rmail-automatic-folder-directives): New user variable.
1168 (rmail-show-message): Add call to `rmail-auto-file' during
1170 (rmail-auto-file): New function.
1172 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
1174 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
1176 (ediff-test-utility,ediff-diff-mandatory-option)
1177 (ediff-reset-diff-options): Utilities for proper initialization of
1178 ediff-diff-options and ediff-diff3-options on Windows.
1180 * ediff-init.el (ediff-merge-filename-prefix): New customizable
1183 * ediff-mult.el (ediff-filegroup-action): Use
1184 ediff-merge-filename-prefix.
1186 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
1188 * viper-ex.el (ex-write): Set selective display to nil.
1190 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
1192 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
1193 aliases for hebrew-iso-8bit.
1195 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
1197 * woman.el: New version from Francis J. Wright
1198 <F.J.Wright@Maths.QMW.ac.uk>.
1199 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
1200 names in environment variables regardless of the path separator.
1201 (woman-topic-all-completions-1): Don't call file-name-directory-p
1202 on all files, since woman-file-regexp already filters out any
1205 2000-05-24 Kenichi Handa <handa@etl.go.jp>
1207 * international/quail.el (quail-start-translation): Don't change
1208 modified-p of the current buffer.
1209 (quail-start-conversion): Likewise.
1211 * international/kkc.el (kkc-region): Don't change modified-p of
1214 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
1216 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
1218 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
1220 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
1221 (speedbar-insert-button): Invisible text property fix.
1222 (speedbar-directory-plus): Renamed from speedbar-directory-+
1223 (speedbar-directory-minus): Renamed from speedbar-directory--
1224 (speedbar-page-plus): Renamed from speedbar-file-+
1225 (speedbar-page-minus): Renamed from speedbar-file--
1226 (speedbar-page): Renamed from speedbar-file-
1227 (speedbar-tag): Renamed from speedbar-tag-
1228 (speedbar-tag-plus): Renamed from speedbar-tag-+
1229 (speedbar-tag-minus): Renamed from speedbar-tag--
1230 (speedbar-expand-image-button-alist): Use above renames.
1232 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
1233 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
1234 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
1235 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
1236 * sb-pg.xpm: Renamed from sb-file.xpm
1237 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
1238 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
1240 2000-05-24 Kenichi Handa <handa@etl.go.jp>
1242 * international/quail.el (quail-show-guidance-buf): Set
1243 current-input-method of the guidance buffer to the name of the
1244 curren input method.
1246 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
1248 * progmodes/compile.el (compile-internal): Style typo.
1250 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
1251 quote vars and functions in the docstring.
1253 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
1255 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
1256 Don't quote lambdas.
1258 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
1260 2000-05-23 Gerd Moellmann <gerd@gnu.org>
1262 * startup.el (command-line): Determine source file of compiled
1263 user init file differently. Warn if compiled user init file
1264 is older than its source file.
1266 * ffap.el (ffap-url-regexp): Add `https'.
1268 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
1270 * files.el (make-backup-file-name-1): Replace slashes with `!'
1271 rather than `|' (which is not allowed on Windows). Replace the
1272 drive letters with a string "drive_X".
1274 2000-05-23 Gerd Moellmann <gerd@gnu.org>
1276 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
1278 * files.el (interpreter-mode-alist): Add `bash2'.
1280 2000-05-22 Dave Love <fx@gnu.org>
1282 * loadhist.el (feature-symbols, file-provides, file-requires): Use
1284 (feature-file): Avoid calling symbol-name. Doc fix.
1285 (file-set-intersect, file-dependents): Use dolist, not mapcar.
1286 (loadhist-hook-functions): Add mouse-position-function.
1287 (unload-feature): Change uses of mapcar.
1289 * files.el (parse-colon-path): Doc fix.
1290 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
1291 (set-auto-mode): Use mapc.
1293 * complete.el (PC-look-for-include-file): Use :alnum: character
1295 (partial-completion-mode): Add autoload cookie.
1297 2000-05-22 Sam Steingold <sds@gnu.org>
1299 * info.el (Info-fontify-node): Fixed the call to
1300 `add-text-properties' (bug introduced on 2000-05-18).
1302 2000-05-22 Dave Love <fx@gnu.org>
1304 * bindings.el: Remove debug-ignored-errors set in other files.
1306 * progmodes/etags.el: Add to debug-ignored-errors.
1307 (visit-tags-table-buffer): Clear out buffers holding old tables
1308 when making a new list.
1309 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
1312 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
1314 (cmpl-string-case-type): Use character classes.
1317 * textmodes/ispell.el:
1320 * progmodes/compile.el: Add to debug-ignored-errors.
1322 * dabbrev.el: Add to debug-ignored-errors.
1323 (dabbrev-completion): Use mapc.
1325 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
1327 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
1328 (woman-mapcan, woman-parse-man.conf)
1329 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
1330 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
1331 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
1333 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
1334 (woman-manpath): Call woman-parse-man.conf.
1335 (woman-emulation): New defcustom, defaults to nroff.
1336 (woman-font-support): New defconst.
1337 (woman-use-symbol-font): New defcustom.
1338 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
1340 Many functions: Doc fix.
1342 2000-05-22 Kenichi Handa <handa@etl.go.jp>
1344 * international/quail.el (quail-simple-translation-keymap): Map
1345 128..255 to quail-self-insert-command.
1346 (quail-keyboard-layout-alist): Add definition for "pc102-de".
1348 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
1350 * help.el (help-manyarg-func-alist): Typo.
1352 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
1353 intervals which makes it heaps simpler.
1355 * newcomment.el (comment-region-internal): Go back to BEG after quoting
1356 the nested comment markers.
1358 * subr.el (remove-hook): Don't turn the hook's value into a list.
1360 2000-05-21 Dave Love <fx@gnu.org>
1362 * edmacro.el (edmacro-parse-keys): Return vector if any elements
1363 are invalid characters.
1365 * international/mule-util.el (detect-coding-with-priority): Use
1366 mapc. Remove redundant lambda.
1368 * international/mule-diag.el (list-non-iso-charset-chars)
1369 (describe-fontset): Remove redundant lambda.
1371 * emulation/crisp.el (brief-mode): New alias.
1373 * emacs-lisp/ring.el (ring-elements): New function.
1375 * emacs-lisp/easymenu.el (easy-menu-create-menu)
1376 (easy-menu-do-add-item): Use keywordp.
1378 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
1380 * replace.el: Doc and error message fixes.
1381 (replace-highlight): Use facep, not internal-find-face.
1383 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
1385 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
1387 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
1388 (log-edit-insert-changelog): Drop `:' as well.
1390 * log-view.el: Fix file description.
1391 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
1393 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
1394 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
1396 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
1397 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
1398 Print a status message if the toggle is called interactively.
1399 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
1400 for global minor modes and use `defcustom' for them.
1402 (easy-mmode-define-derived-mode): Remove.
1403 (define-derived-mode): Fancier default docstring.
1404 (easy-mmode-define-navigation): Signal an error rather than (ding).
1406 * newcomment.el (comment-styles): New `box-multi'.
1407 (comment-normalize-vars): Better default for comment-continue to
1408 avoid whitespace-only continuations.
1409 (comment-search-forward): Always move even in the no-syntax case.
1410 (comment-padright): Only obey N if it's only obeyed for padleft.
1411 (comment-make-extra-lines): Better handling of empty continuations.
1412 Use `=' for the filler if comment-start has only one character.
1413 (uncomment-region): Try handling the special `=' filler.
1414 (comment-region): Allow LINES even if MULTI is nil.
1415 (comment-box): Choose box style based on comment-style.
1417 2000-05-20 Kenichi Handa <handa@etl.go.jp>
1419 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
1420 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
1422 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
1424 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
1425 and insert, not subst-char-in-region.
1427 * international/mule-diag.el (list-character-sets-1): Handle
1428 charsets eight-bit-control and eight-bit-graphic.
1429 (list-iso-charset-chars): Likewise.
1430 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
1431 charactes as is. Use indent-to to align characters.
1433 * international/mule-cmds.el (find-multibyte-characters): Never
1434 exclude charsets eight-bit-control and eight-bit-graphic.
1436 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
1438 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
1439 Don't quote lambdas.
1441 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
1443 2000-05-19 Gerd Moellmann <gerd@gnu.org>
1445 * gud.el (gud-jdb-directories): Doc fix.
1447 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
1449 * newcomment.el: New file.
1451 2000-05-19 Gerd Moellmann <gerd@gnu.org>
1453 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
1455 2000-05-18 Andreas Schwab <schwab@suse.de>
1457 * dired.el (dired-between-files): Also skip lines beginning with
1460 2000-05-18 Gerd Moellmann <gerd@gnu.org>
1462 * msb.el (msb-menu-cond): Add choice `user'.
1464 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1466 * ps-print.el: Compatibility, customization and doc fix.
1467 (ps-printer-name-option): Replace defconst by defvar.
1468 (ps-postscript-code-directory): XEmacs compatibility.
1469 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
1471 (ps-user-defined-prologue, ps-print-prologue-header)
1472 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
1473 compatibility and code fix.
1474 (ps-print-background-image, ps-print-background-text):
1476 (ps-line-number-start, ps-n-up-on): New vars.
1478 2000-05-18 Espen Skoglund <esk@ira.uka.de>
1480 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
1481 the indent-comment function to just return the appropriate indent.
1483 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
1485 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
1486 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
1487 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
1489 2000-05-18 Dave Love <fx@gnu.org>
1491 * info.el (Info-fontify-node): Add intangible property as well as
1494 * calendar/appt.el (appt-make-list): Match all lines of entry.
1495 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
1497 2000-05-18 Kenichi Handa <handa@etl.go.jp>
1499 * international/mule-diag.el (describe-char-after): Call
1500 internal-char-font, not char-font. If internal-char-font returns
1501 nil, display "-- none --".
1503 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1505 * image.el (image-type-available-p): Don't reference image-types
1508 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
1510 * autoarg.el (autoarg-mode): Typo in the :set argument.
1512 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1514 * startup.el (command-line-1): Don't signal an error if the
1515 directory for auto-save-list files does not yet exist.
1517 2000-05-17 Kenichi Handa <handa@etl.go.jp>
1519 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
1521 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
1523 * subr.el (remove-hook): `setq' hook-value, not `set'.
1525 2000-05-16 Sam Steingold <sds@gnu.org>
1527 * info.el (debug-ignored-errors): More errors to ignore.
1529 2000-05-16 Dave Love <fx@gnu.org>
1531 * cus-edit.el: Don't require cl or easymenu.
1532 (custom-variable-prompt): Test standard-value property, not
1535 2000-05-16 Sam Steingold <sds@gnu.org>
1537 * subr.el (add-hook): `setq' hook-value, not `set'.
1539 2000-05-16 Gerd Moellmann <gerd@gnu.org>
1541 * startup.el (command-line-1): Mention the FAQ in the startup
1544 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
1546 * progmodes/compile.el (compilation-parse-errors): Collect
1547 `nomessage' regexps last.
1549 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
1551 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
1552 to the function name.
1554 2000-05-15 Dave Love <fx@gnu.org>
1556 * speedbar.el (speedbar-recenter): Typo.
1557 (speedbar-expand-line): Make arg optional.
1558 (speedbar-mode): Avoid a compiler warning.
1560 2000-05-15 Gerd Moellmann <gerd@gnu.org>
1562 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
1563 user-specified option string is empty.
1565 * mouse.el (mouse-yank-at-click): Doc fix.
1567 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
1569 * term/internal.el (IT-character-translations): More updates of
1570 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
1573 2000-05-15 Gerd Moellmann <gerd@gnu.org>
1575 * env.el (getenv): New function, interactively callable.
1576 (setenv, getenv): Remove autoload cookies.
1578 * loadup.el: Load `env'.
1580 * progmodes/f90.el: Change author's mail address.
1582 2000-05-14 Dave Love <fx@gnu.org>
1584 * mail/rmail.el (rmail-show-message-hook): Customize and offer
1585 goto-addr as an option.
1587 * help.el (help-xref-stack): Doc fix.
1588 (help-xref-following): New variable.
1589 (help-make-xrefs): Use it.
1590 (help-xref-go-back): Use position information from stack element.
1591 (help-follow): Make position in stack element a pair. Use
1592 help-xref-following.
1594 * autoarg.el: New file.
1596 * faces.el: Declare more functions obsolete.
1598 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
1599 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
1600 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
1601 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
1602 Remove all the setup-...-environment functions.
1604 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
1606 * speedbar.el: Updated the commentary section. xemacs20p now uses
1607 >= when detecting. Require `defimage' safely.
1608 (speedbar-easymenu-definition-base): Add toggle for images.
1609 (speedbar-easymenu-definition-special): Add flush cache & expand.
1610 (speedbar-visiting-tag-hook): Set new defaults. Added options.
1611 (speedbar-reconfigure-keymaps-hook): New variable.
1612 (speedbar-frame-parameters): Updated documentation.
1613 (speedbar-use-imenu-flag): Updated custom tag
1614 (speedbar-dynamic-tags-function-list): New variable.
1615 (speedbar-tag-hierarchy-method): Updated doc & custom.
1616 (speedbar-indentation-width, speedbar-indentation-width) New
1618 (speedbar-hide-button-brackets-flag): Customizable.
1619 (speedbar-vc-indicator): Doc update.
1620 (speedbar-ignored-path-expressions): Updated default value.
1621 (speedbar-supported-extension-expressions): Updated default value.
1622 (speedbar-syntax-table): Remove {} paren status.
1623 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
1624 as "+". Added overlay aliases.
1625 (speedbar-mode): Use `speedbar-mode-line-update' instead of
1626 `force-mode-line-update'.
1627 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
1628 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
1630 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
1631 (speedbar-item-info-tag-helper): Revamped to handle a wider range
1632 of arbitrary text, and new helper functions.
1633 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
1635 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
1636 (speedbar-directory-buttons): Update path search/expansion.
1637 (speedbar-make-tag-line): Pay attention to
1638 `speedbar-indentation-width'. Use more care w/ invisible
1640 (speedbar-change-expand-button-char): Call
1641 `speedbar-insert-image-button-maybe'.
1642 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
1643 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
1644 (speedbar-trim-words-tag-hierarchy)
1645 (speedbar-simple-group-tag-hierarchy): New functions
1646 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
1647 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
1649 (speedbar-mouse-set-point): New function
1650 (speedbar-power-click): Updated documentation.
1651 (speedbar-line-token, speedbar-goto-this-file): Handle more types
1653 (speedbar-expand-line, speedbar-contract-line): Make more robust
1655 (speedbar-expand-line): Takes universal argument to flush the
1657 (speedbar-flush-expand-line): New function.
1658 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
1659 Use new generator insertion method.
1660 (speedbar-fetch-dynamic-tags): New function.
1661 (speedbar-fetch-dynamic-imenu): Removed code now handled in
1662 `speedbar-fetch-dynamic-imenu'.
1663 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
1664 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
1665 "Revert Buffer" menu items.
1666 (speedbar-buffer-buttons-engine): Be smarter when creating a
1667 filename tag (for expansion purposes.).
1668 (speedbar-highlight-one-tag-line,
1669 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
1670 (speedbar-recenter): New functions.
1671 (defimage-speedbar): Image loading abstraction.
1672 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
1673 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
1674 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
1675 (speedbar-tag-type, speedbar-tag-mail): New images.
1676 (speedbar-expand-image-button-alist): New variable.
1677 (speedbar-insert-image-button-maybe): Insert an image over some
1680 2000-05-13 Kenichi Handa <handa@etl.go.jp>
1682 * international/mule-cmds.el (encode-coding-char): An ASCII
1683 character is always encodable.
1685 * international/mule-conf.el: Add more information in descriptions
1688 * international/mule-diag.el (describe-char-after): New function.
1689 (describe-font-internal): Adjusted for the change of font-info.
1690 (describe-font): Likewise.
1691 (print-fontset): Rewritten for the new fontset implementation.
1692 (describe-fontset): Include fontset alias names in completion.
1693 (list-fontsets): Adjusted for the change of print-fontset.
1695 * simple.el (what-cursor-position): If DETAIL is non-nil, call
1696 describe-char-after instead of displaying the detail in the echo
1698 (syntax-code-table): Format changed.
1699 (string-to-syntax): Adjusted for the above change.
1701 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
1703 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
1705 2000-05-12 Dave Love <fx@gnu.org>
1707 * calendar/todo-mode.el: Remove some compatibility stuff and CL
1708 dependence. Use line-{beginning,end}-position, not
1709 point-at{b,e}ol. Some doc fixes.
1710 (todo-position): New function. Fix callers of position to use it.
1711 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
1713 2000-05-12 Gerd Moellmann <gerd@gnu.org>
1715 * time.el (display-time-mail-icon): Use `:ascent center'.
1717 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
1718 handling FTP security extensions.
1720 2000-05-11 Dave Love <fx@gnu.org>
1722 * calendar/todo-mode.el: New file.
1724 2000-05-11 Gerd Moellmann <gerd@gnu.org>
1726 * comint.el (comint-read-input-ring): Move reference to
1727 comint-input-ring-size outside of the save-excursion. It was
1728 causing the default value to be the only one ever seen.
1730 * font-lock.el: Update copyright. Remove Simon Marshall's email
1731 address on request from him.
1733 * subr.el (substitute-key-definition): Add comment describing
1734 the meaning of PREFIX.
1736 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
1738 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
1740 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
1741 (add-minor-mode): Don't make the variable buffer-local and add a
1742 reference to define-minor-mode in the docstring.
1744 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
1745 HEADER/FOOTER and fix bug with trailing empty directory.
1746 (cvs-append-to-ignore): Use vc-editable-p if available.
1747 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
1748 (vc-do-command): Tweak advice to handle the new VC.
1750 * log-view.el (log-view-goto-rev): New function for the new VC.
1751 (log-view-minor-wrap): Use mark-active.
1753 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
1754 (log-edit-changelog-full-paragraphs): New var.
1755 (log-edit-insert-changelog): Remove a lonely leading `* file'.
1756 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
1757 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
1758 (log-edit-changelog-ours-p, log-edit-changelog-entries)
1759 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
1760 Replace the `cvs' prefix with `log-edit'.
1762 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
1764 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
1765 (diff-font-lock-defaults): Explicitly turn off multiline.
1766 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
1767 (diff-ediff-patch): Fix call to ediff-patch-file.
1768 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
1771 * frame.el (automatic-hscrolling): Typo.
1773 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
1775 2000-05-09 Sam Steingold <sds@goems.com>
1777 * apropos.el (apropos-print): use `describe-face' instead of
1778 `customize-face-other-window'.
1780 2000-05-09 Dave Love <fx@gnu.org>
1782 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
1784 * help.el (describe-variable): Have customize button pop the
1785 help-xref stack when invoked.
1786 (help-xref-symbol-regexp): Add `face'.
1787 (help-make-xrefs): Check for quoted face names and adapt regexp
1788 submatch numbers to cope.
1789 (help-xref-interned): Maybe insert face doc too. Separate
1790 sections with a line of hyphens.
1792 * faces.el: Some doc fixes. Declare some functions obsolete.
1793 (describe-face): Add customize button. Return the help
1796 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1798 * term/internal.el (IT-character-translations): Fix last change.
1800 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1802 * woman.el: New file
1803 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
1805 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1807 * term/internal.el (IT-character-translations): Update ASCII
1808 simulations for greek-iso8859-7, add latin-iso8859-14 and
1811 * international/mule-cmds.el (set-language-info-alist): Call
1812 define-prefix-command with 3 arguments, to make the map suitable
1815 2000-05-07 Dave Love <fx@gnu.org>
1817 * time.el: Small doc fixes from Pavel JanÃk ml..
1819 2000-05-05 Dave Love <fx@gnu.org>
1821 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
1822 list in doc string. Don't quote keyword symbols.
1823 * emacs-lisp/cl.el: Likewise
1824 * emacs-lisp/cl-seq.el: Likewise
1826 2000-05-05 Gerd Moellmann <gerd@gnu.org>
1828 * abbrev.el (abbrev-mode): Make ARG optional.
1830 2000-05-04 Gerd Moellmann <gerd@gnu.org>
1832 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
1834 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
1836 * subr.el (substitute-key-definition): Clarify documentation.
1838 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
1840 * glasses.el (glasses-convert-to-unreadable): Use
1841 `glasses-separator' instead of the hard-wired "_".
1842 (glasses-mode): Call `glasses-make-unreadable' only in a single
1845 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
1847 * term/internal.el (cjk-codepages-alist): Add associations for
1848 Chinese and Korean codepages. Remove FIXME comment.
1850 2000-05-03 Dave Love <fx@gnu.org>
1852 * time.el (display-time-mail-face, display-time-use-mail-icon):
1854 (display-time-mail-icon): New variable.
1855 (display-time-string-forms): Use the above. Fix the local-map.
1857 2000-05-03 Gerd Moellmann <gerd@gnu.org>
1859 * replace.el (query-replace-map): Add binding for `E'.
1860 (query-replace-help): Extend help text.
1861 (perform-replace): Allow editing the replacement string.
1863 * make-mode.el (makefile-mode-abbrev-table): New variable.
1864 (makefile-mode): Set local abbrev table to
1865 makefile-mode-abbrev-table.
1866 (makefile-font-lock-keywords): Fontify includes and conditionals.
1868 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
1871 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
1872 mail-interactive-insert-alias.
1873 (mail-abbrev-complete-alias): New command.
1874 (mail-mode-map): Bind it to `M-TAB'.
1876 2000-05-03 Kenichi Handa <handa@etl.go.jp>
1878 * language/lao-util.el (lao-compose-region): New function.
1880 2000-05-02 Gerd Moellmann <gerd@gnu.org>
1882 * files.el (recover-session): Make directories as necessary
1883 if they don't exist yet.
1885 * calendar/cal-french.el
1886 (french-calendar-multibyte-special-days-array)
1887 (french-calendar-special-days-array): Change French text.
1888 (calendar-french-date-string): Change output.
1889 (calendar-goto-french-date): Likewise.
1891 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
1893 * wid-edit.el (widget-default-active): Obey `:always-active'.
1894 (widget-documentation-string-value-create): Set `:always-active'.
1896 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
1898 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
1899 default prefix to `~/_emacs.d/auto-save.list/_s'.
1900 (normal-top-level): Create the directory for auto-save files, if
1901 it doesn't already exist (in the ms-dos case only).
1903 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
1905 * international/mule-cmds.el (set-language-environment): Don't
1906 concat an integer (dos-codepage), use format instead.
1908 2000-05-02 Dave Love <fx@gnu.org>
1910 * help.el (help-xref-on-pp): Check for constant symbols.
1912 2000-04-29 Gerd Moellmann <gerd@gnu.org>
1914 * startup.el (normal-top-level): Put a condition-case around
1915 the code loading subdirs.el.
1917 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1919 * ps-print.el: Upside-down and face background color printing,
1920 line number step, doc fix.
1921 (ps-print-version): New version number (5.2).
1922 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
1923 (ps-face-attribute-list, ps-plot-with-face): Code fix.
1924 (ps-spool-config): Var fix.
1925 (ps-printer-name-option): Const fix.
1926 (ps-print-upside-down, ps-use-face-background)
1927 (ps-line-number-step): New vars.
1928 (ps-window-system, ps-lp-system): New consts.
1929 (ps-face-background): New fun.
1931 2000-04-28 Richard Stallman <rms@gnu.org>
1933 * files.el (make-auto-save-file-name):
1934 Apply auto-save-file-name-transforms to visited file name
1935 before generating auto save file name.
1936 (auto-save-file-name-transforms): New variable.
1938 * files.el (backup-enable-predicate):
1939 Correctly test for a file under a temporary directory.
1941 2000-04-28 Gerd Moellmann <gerd@gnu.org>
1943 * subr.el (add-minor-mode): Rewritten.
1945 2000-04-28 Kenichi Handa <handa@etl.go.jp>
1947 * mail/sendmail.el (sendmail-send-it): Set
1948 buffer-file-coding-system to the selected coding system for MIME
1951 2000-04-27 Gerd Moellmann <gerd@gnu.org>
1953 * dired.el (dired-move-to-filename-regexp): Allow format where
1954 YYYY is followed by two spaces.
1956 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
1957 in the second character class of the regexp.
1959 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
1962 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
1965 * subr.el (add-minor-mode): Use `set' instead of `setq'.
1967 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
1970 2000-04-27 Sen Nagata <sen@eccosys.com>
1972 * emacs-lisp/crm.el (crm-completion-table): New variable.
1973 (crm-collection-fn, crm-test-completion)
1974 (completing-read-multiple): Use it.
1976 2000-04-27 Dave Love <fx@gnu.org>
1978 * help.el (locate-library): Use mapc.
1979 (help-manyarg-func-alist): Add call-process-region.
1981 2000-04-26 Gerd Moellmann <gerd@gnu.org>
1983 * subr.el (add-minor-mode): Make argument MAP optional.
1985 * desktop.el (desktop-save): Save list of minor modes.
1986 (desktop-create-buffer): Restore minor modes.
1987 (desktop-minor-mode-table): New user-option.
1989 * subr.el (add-minor-mode): New function.
1991 * image.el (find-image): New function.
1992 (defimage): Rewritten to find image at load time.
1994 * startup.el (normal-top-level-add-to-load-path): Handle
1995 case that the default directory is not in load-path.
1997 * help.el: Old patch from Stefan Monnier.
1998 (help-xref-on-pp): New function.
1999 (describe-variable): Use it to display xrefs in a symbol's value.
2001 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
2003 * cus-edit.el (custom-face): Fix parenthesis.
2005 2000-04-26 Kenichi Handa <handa@etl.go.jp>
2007 * mail/rmail.el (rmail-expunge): When there are no deleted
2008 messages, do nothing.
2010 2000-04-26 Dave Love <fx@gnu.org>
2012 * international/mule-cmds.el (locale-translation-file-name):
2014 (set-locale-environment): Set it here (at runtime).
2016 2000-04-25 Gerd Moellmann <gerd@gnu.org>
2018 * replace.el (perform-replace): Add parameters START and END. Use
2019 them instead of the check for a region in Transient Mark mode.
2020 (query-replace-read-args): Return two more list elements for the
2021 start and end of the region in Transient Mark mode.
2022 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2023 (map-query-replace-regexp, replace-string, replace-regexp): Add
2024 optional last arguments START and END and pass them to
2027 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
2028 form with additional arguments for perform-replace.
2030 * progmodes/etags.el (tags-query-replace): Add parameters START
2031 and END. Construct a form with additional arguments for
2034 * simple.el (shell-command): Set default directory for "*Shell
2035 Command Output" buffer.
2037 * language/european.el (iso-latin-4): Fix typo.
2039 * emacs-lisp/crm.el: New file.
2041 2000-04-24 Dave Love <fx@gnu.org>
2043 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2044 (Custom-reset-saved, Custom-reset-standard)
2045 (custom-group-value-create, custom-group-set, custom-group-save)
2046 (custom-group-reset-current, custom-group-reset-saved)
2047 (custom-group-reset-standard): Use mapc.
2048 (custom-buffer-create-internal): Disable undo when creating items.
2050 (custom-face): Avoid redundant lambda.
2052 2000-04-24 Gerd Moellmann <gerd@gnu.org>
2054 * startup.el (auto-save-list-file-prefix): Set default to
2055 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
2057 2000-04-24 Sam Steingold <sds@gnu.org>
2059 * time-stamp.el (time-stamp-string-preprocess): Always convert
2060 `field-result' to a string.
2062 2000-04-24 Gerd Moellmann <gerd@gnu.org>
2064 * frame.el (scrolling): New group.
2065 (automatic-hscrolling): New user-option.
2067 * startup.el (command-line-x-option-alist): Add `-lsp' and
2070 2000-04-19 Dave Love <fx@gnu.org>
2072 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
2073 (cl-mapc): Rename from mapc. Fix the funcall.
2075 2000-04-19 Gerd Moellmann <gerd@gnu.org>
2077 * simple.el (clone-indirect-buffer-other-window): New command.
2078 (clone-indirect-buffer): Add optional arg NORECROD.
2079 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
2081 * help.el (resize-temp-buffer-window): Use count-screen-lines.
2083 * window.el (count-screen-lines): New function.
2084 (shrink-window-if-larger-than-buffer): Use count-screen-lines
2085 instead of window-buffer-height.
2087 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
2088 non-existing variable comint-input-sentinel.
2089 (inferior-lisp-args-to-list): Removed.
2090 (inferior-lisp): Use split-string instead of
2091 inferior-lisp-args-to-list.
2093 * hexl.el (hexl-insert-hex-string): New command.
2095 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
2098 2000-04-18 Gerd Moellmann <gerd@gnu.org>
2100 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
2101 at the start of an existing but empty folder.
2103 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2105 * ps-mule.el: Customization fix, doc fix.
2106 (ps-multibyte-buffer): Customization fix.
2108 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2110 * subr.el (read-passwd): Use read-char-exclusive.
2112 2000-04-17 Gerd Moellmann <gerd@gnu.org>
2114 * textmodes/texinfo.el (texinfo-insert-@email)
2115 (texinfo-insert-@emph, texinfo-insert-@quotation)
2116 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
2117 (texinfo-mode-map): Add key bindings for them.
2119 * files.el (basic-save-buffer-2): Use a template with `$'
2120 instead of `#' for VMS.
2122 * simple.el (clone-indirect-buffer): New function.
2124 2000-04-16 Stephen Eglen <stephen@gnu.org>
2126 * iswitchb.el (iswitchb-case): New function. If the user input
2127 contains any upper-case characters, the search is made
2130 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
2132 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
2134 (texinfo-font-lock-syntactic-keywords): New var.
2135 (texinfo-font-lock-keywords): Remove comment regexp.
2136 (texinfo-insert-block): New function.
2137 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
2138 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
2139 and font-lock-defaults. Use regexp-opt for outline-regexp.
2140 (texinfo-environments): New var.
2141 (texinfo-environment-regexp): Use regexp-opt and
2142 texinfo-environments.
2144 * textmodes/ispell.el (ispell-menu-map-needed): Check that
2145 ispell-process is bound since this might be eval'd before ispell
2147 (ispell-message): Use a tiny bit less magic and a bit more hard
2148 data to figure out what kind of sc-cite-regexp to use.
2150 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
2152 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
2153 (insert-cyclic-diary-entry): Unquote the lambda.
2155 * gud.el (gud-jdb-build-source-files-list): Fix typo.
2157 * files.el (backup-enable-predicate): Unquote the lambda.
2159 * cus-edit.el (custom-face, face): Unquote the lambda.
2161 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2163 * ps-print.el: Check for line-beginning-position definition.
2165 * ps-print.el: Fix counting lines in a region.
2166 (ps-print-version): New version number (5.1.5).
2167 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
2168 (ps-printing-region): Fun code fix.
2170 2000-04-15 Gerd Moellmann <gerd@gnu.org>
2172 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
2173 to file-directory-p.
2175 2000-04-14 Gerd Moellmann <gerd@gnu.org>
2177 * gud.el (gud-jdb-build-source-files-list): Check that directory
2178 exists before calling directory-files.
2180 2000-04-13 Dave Love <fx@gnu.org>
2182 * emacs-lisp/trace.el: Change maintainer. Use new backquote
2185 * emacs-lisp/cl-specs.el: Remove when, unless.
2187 * emacs-lisp/cl-extra.el: Don't quote keywords.
2188 (cl-old-mapc): New variable.
2190 (cl-map-intervals): Use with-current-buffer. Don't check for
2191 next-property-change.
2192 (cl-map-overlays): Use with-current-buffer.
2194 (copy-tree, remprop): Define unconditionally.
2196 * emacs-lisp/cl-compat.el (keywordp): Remove.
2198 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
2200 (edebug-spec): Enable keywordp.
2202 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
2205 * cus-start.el: Use keywordp.
2207 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2209 * diary-lib.el (include-other-diary-files): Fix the fix of
2210 2000-02-18 by doing a save-excursion.
2212 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2214 * ps-print.el: Customization fix, doc fix.
2215 (ps-print-version): New version number (5.1.4).
2216 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
2217 (ps-print-preprint): Adjust code.
2218 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
2219 (ps-print-prologue-header, ps-print-control-characters)
2220 (ps-spool-config): Customization fix.
2222 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2224 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
2225 converted to the new menu-item format, names silightly changed,
2228 Support for spelling without async subprocesses:
2230 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
2231 (ispell-session-buffer): New variables.
2232 (ispell-start-process, ispell-process-status,
2233 ispell-accept-output, ispell-send-string): New functions, for
2234 Ispell invocation when async subprocesses aren't supported.
2235 (ispell-word, ispell-pdict-save, ispell-command-loop,
2236 ispell-process-line, ispell-buffer-local-parsing): Replace calls
2237 to process-send-string with calls to ispell-send-string, and
2238 accept-process-output with ispell-accept-output.
2239 (ispell-init-process): Call ispell-process-status instead of
2240 process-status with.
2241 (ispell-init-process): Call ispell-start-process. Call
2242 ispell-accept-output and ispell-send-string. Don't call
2243 process-kill-without-query and kill-process if they are unbound.
2244 (ispell-async-processp): New function.
2246 2000-04-12 Dave Love <fx@gnu.org>
2248 * info.el: Add debug-ignored-errors.
2249 (Info-mode-menu): Add some items.
2250 (Info-directory): Add autoload cookie.
2252 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
2253 Modify `truncate-lines'. Make `describe-language-environment'
2254 always visible and add help. Modify `describe-key' help. Invoke
2255 Info-directory from `info'. New entry `emacs-manual'.
2257 2000-04-10 Gerd Moellmann <gerd@gnu.org>
2259 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
2260 propertized-buffer-identification.
2261 (ebrowse-update-member-buffer-mode-line): Likewise.
2262 (ebrowse--mode-strings): Removed.
2263 (ebrowse--mode-line-props): Removed.
2265 * files.el (auto-mode-alist): Add `EBROWSE'.
2267 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
2268 space before testing for end of buffer.
2269 (ebrowse-load): Removed.
2270 (ebrowse-revert-tree-buffer-from-file): Rewritten.
2271 (ebrowse-create-tree-buffer): Rewritten.
2272 (ebrowse-tree-mode): Read tree from buffer.
2274 * progmodes/ebrowse-ffh.el: Removed.
2276 2000-04-10 Kenichi Handa <handa@etl.go.jp>
2278 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
2280 2000-04-10 Gerd Moellmann <gerd@gnu.org>
2282 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
2285 2000-04-09 Dave Love <fx@gnu.org>
2287 * files.el (backup-enable-predicate): Use
2288 temporary-file-directory, small-temporary-file-directory.
2289 (make-backup-file-name-function, backup-directory-alist): New
2291 (make-backup-file-name-1): New function.
2292 (make-backup-file-name): Use it.
2293 (find-backup-file-name): Likewise. Use format for clarity, not
2295 (file-newest-backup): Use make-backup-file-name.
2297 2000-04-09 Gerd Moellmann <gerd@gnu.org>
2299 * progmodes/ebrowse-ffh.el: New file.
2301 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
2303 (ebrowse-load): Add autoload.
2305 * finder.el (finder-commentary): Add autoload cookie.
2307 * mail/rfc2368.el: Correct author's email address.
2309 * progmodes/ebrowse.el: New file.
2311 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
2313 (easy-menu-do-add-item): Ditto.
2314 (easy-menu-define): Extend doc string.
2316 * jit-lock.el (with-buffer-unmodified): Use
2317 restore-buffer-modified-p.
2318 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
2319 (jit-lock-function, jit-lock-stealth-fontify): Don't use
2320 with-buffer-unmodified.
2322 2000-04-08 Dave Love <fx@gnu.org>
2324 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
2327 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
2329 * viper-util.el (viper-put-on-search-overlay): New subroutine.
2330 (viper-flash-search-pattern): No operation when using Emacs
2331 doesn't support face.
2332 Use `viper-put-on-search-overlay'.
2334 2000-04-04 Gerd Moellmann <gerd@gnu.org>
2336 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
2339 * progmodes/make-mode.el: Some doc fixes.
2340 (makefile-mode-abbrev-table): New variable.
2341 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
2342 (makefile-font-lock-keywords): Fontify includes and conditionals.
2343 (toplevel): Require `dabbrev' and `add-log' when compiling.
2345 * replace.el (perform-replace): Don't move forward one char
2346 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
2347 to do that because it leaves point 1 position after the last
2348 replacement, after everything has been replaced.
2350 * jit-lock.el (with-buffer-unmodified): New macro.
2351 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
2353 (jit-lock-function-1): Extracted from jit-lock-function; not
2354 preserving buffer's modified state.
2355 (jit-lock-function, jit-lock-stealth-fontify): Call
2356 jit-lock-function-1.
2358 * mail/rfc2368.el: Remove supernumerary copyright line.
2360 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
2362 * glasses.el: Provide facilities for inserting space before left
2363 parentheses and uncapitalization of identifiers.
2364 (glasses-mode): Try to remove old overlays in all cases.
2366 2000-04-03 Gerd Moellmann <gerd@gnu.org>
2368 * progmodes/compile.el (compile-internal): Display the compilation
2369 buffer in a different frame, if it's already displayed there.
2371 * mail/rfc2368.el: New file.
2373 * simple.el (sendmail-user-agent-compose): Recognize a `body'
2374 header and insert its value as mail body.
2376 * subr.el (member-ignore-case): New function.
2378 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
2379 (dabbrev--find-expansion): Ignore buffers matching a regexp
2380 from dabbrev-ignored-regexps.
2382 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
2383 to extensions handled by gzip.
2385 2000-04-03 Richard M. Stallman <rms@gnu.org>
2387 * files.el (insert-directory): List the total free space
2388 along with the used space.
2390 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
2391 line is followed by one that matches CITATION-REGEXP, end the
2394 2000-04-03 Markus Rost <rost@delysid.gnu.org>
2396 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
2397 (rmail-make-basic-summary-line): Use that option.
2399 2000-04-03 Kenichi Handa <handa@etl.go.jp>
2401 * international/mule-cmds.el (encoded-string-description):
2402 Rewritten. Try pretty description for ISO 2022 escape sequences
2403 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
2404 for hexadecimal format.
2406 2000-04-01 Dave Love <fx@gnu.org>
2408 * cpp.el: Change customization group to `c' from `C'.
2410 * vcursor.el (vcursor-move): Use display-color-p.
2412 * international/mule-util.el: Provide mule-utils.
2413 (string-to-sequence): Simplify and speed up.
2415 * international/mule.el (make-coding-system): Purecopy doc-string.
2417 * international/mule-cmds.el: Various menu changes.
2418 (describe-specified-language-support): Handle `Default'.
2419 (set-language-info): Purecopy `info'.
2421 2000-03-31 Andrew Innes <andrewi@gnu.org>
2423 * vc.el (vc-backend-diff): Return the correct status if we had to
2424 retry the rcsdiff command without the --brief option.
2426 2000-03-31 Dave Love <fx@gnu.org>
2428 * help.el (help-manyarg-func-alist): Correct several omissions.
2430 * add-log.el: Don't require cl, fortran.
2431 (add-log-current-defun-function): Doc fix.
2432 (change-log-version-number-regexp-list): Remove SCCS part. Doc
2434 (change-log-version-rcs): Function deleted.
2435 (change-log-version-number-search): Doc fix. Use
2436 vc-workfile-version. Avoid CL dolist.
2437 (add-change-log-entry): Just call add-log-current-defun to get
2438 defun. Simplify somewhat.
2439 (change-log-get-method-definition-1): Likewise.
2440 (add-log-current-defun): Return nil if calling
2441 add-log-current-defun-function does so. Move Fortran stuff to
2442 fortran.el. Return string without properties.
2444 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
2445 and :alpha: char classes.
2447 * mail/supercite.el: Defvar curline when compiling.
2448 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
2449 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
2450 rather than a-zA-Z0-9 to allow non-ASCII characters.
2452 2000-03-31 Gerd Moellmann <gerd@gnu.org>
2454 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
2456 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2459 * lpr.el (print-region-1): Use -d to specify printer name for
2460 systems `usg-unix-v*, `dgux', `hpux', `irix'.
2462 2000-03-31 Dave Love <fx@gnu.org>
2464 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
2465 for function definition in symbol's function value slot first
2466 instead of first consulting byte-compile-function-environment.
2468 2000-03-31 Kenichi Handa <handa@etl.go.jp>
2470 * language/european.el ("Polish"): New language environment.
2471 (setup-polish-environment): New function.
2473 2000-03-30 Gerd Moellmann <gerd@gnu.org>
2475 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2478 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
2479 trying to `load' the symbol of an autoload instead of the file
2480 recorded in the autoload. Fix error messages.
2482 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2484 * ps-print.el: PostScript programming fix for ghostview, doc fix.
2485 (ps-print-version): New version number (5.1.3).
2486 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
2487 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
2488 (ps-generate-postscript-with-faces): Code fix.
2489 (ps-color-values): XEmacs compatibility.
2490 (ps-print-background-image, ps-print-background-text, ps-printer-name)
2491 (ps-default-fg, ps-default-bg): Adjust customization.
2492 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
2493 (ps-color-scale): Renaming old ps-color-value fun.
2494 (ps-print-headers): Replace ps-print-header group to avoid conflict
2495 with ps-print-header variable.
2496 (ps-print-miscellany): New group.
2497 (ps-format-color, ps-rgb-color): New funs.
2498 (ps-default-foreground): New var.
2499 (ps-printer-name-option): New const.
2501 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
2504 (network-connection-host, network-connection-service): New variables
2505 (network-connection-mode): New mode, derived from comint-mode
2506 (network-connection-mode-setup): New function, saves host and
2507 service information in local variables.
2510 (locate-word-at-point): Added this function
2511 (locate): Default to using locate-word-at-point as input
2514 2000-03-29 Dave Love <fx@gnu.org>
2516 * calendar/appt.el: Doc fixes.
2517 (appt-check): Convert min-to-app to a string before passing to
2518 appt-disp-window-function or concat.
2519 (appt-delete-window): Remove test for frame-root-window.
2520 (appt-select-lowest-window, appt-convert-time): Simplify.
2522 * emacs-lisp/bytecomp.el: Doc fixes.
2523 (byte-compile-file-form-autoload): Update
2524 byte-compile-function-environment.
2526 2000-03-29 Andreas Schwab <schwab@suse.de>
2528 * emacs-lisp/autoload.el: Also print defsubst doc string
2531 * dired.el (dired-insert-directory): If dired-free-space-program
2532 failed just delete its output.
2534 2000-03-29 Dave Love <fx@gnu.org>
2536 * international/iso-cvt.el: Move provide to end. Doc fixes.
2537 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
2538 (iso-iso2sgml, iso-sgml2iso): New functions.
2539 (iso-cvt-define-menu): Fix some entries and use backquote for
2542 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
2544 2000-03-28 Gerd Moellmann <gerd@gnu.org>
2546 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
2547 ISO-DATE. If non-nil, return date in ISO 8601 format.
2549 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
2551 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
2552 if it ever becomes used.
2553 (log-edit-mode-hook): Default to vc-log-mode-hook.
2554 (log-edit-mode): Fix the docstring.
2556 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
2559 2000-03-26 Dave Love <fx@gnu.org>
2561 * net/browse-url.el (browse-url): Re-fix case of
2562 browse-url-browser-function being an alist.
2563 (browse-url): Add :link to defgroup.
2565 * files.el: Doc fixes.
2566 (file-truename): Include `[' in wildcard characters.
2567 (automount-dir-prefix): Customize.
2568 (find-file-wildcards): Add :version.
2569 (find-file-noselect): Simplify a mapcar call.
2571 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
2572 compatible with inf-lisp version.
2573 (eval-defun-1): Fix custom-declare-variable case.
2575 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
2577 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
2579 2000-03-24 Gerd Moellmann <gerd@gnu.org>
2581 * Makefile (COMPILE_FIRST): New macro.
2582 (compile-files): Compile files from COMPILE_FIRST first.
2584 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
2587 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
2588 matching open parenthesis in column 0 to defun-prompt-regexp
2589 only if open-paren-in-column-0-is-defun-start is set.
2591 * sun-curs.el: Require CL at compile-time only.
2593 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
2594 instead of copy-list which is a function from CL.
2595 (msb--choose-menu, msb--mode-menu-cond)
2596 (msb--create-buffer-menu-2): Use dolist instead of mapc.
2597 (msb--init-file-alist): Use mapcar instead of mapcan.
2598 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
2599 `(' in column 0 in doc string.
2600 (msb--add-separators): Use mapcar instead of mapcan.
2602 * cus-dep.el: Require CL at compile-time only.
2604 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
2606 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2607 (byte-compile-warnings): New warning `noruntime'.
2608 (byte-compile-constants, byte-compile-variables): Fix docstring.
2609 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
2610 execute `eval-whenc-compile's body.
2611 (byte-compile-unresolved-functions): Fix docstring.
2612 (byte-compile-eval): New function.
2613 (byte-compile-callargs-warn): Check if the function will be available
2614 at runtime (via property `byte-compile-noruntime').
2615 (byte-compile-print-syms): New function.
2616 (byte-compile-warn-about-unresolved-functions): Also warn about
2617 `noruntime' functions (and use `byte-compile-print-syms').
2618 (byte-compile-file): Capitalize the message.
2620 2000-03-24 Gerd Moellmann <gerd@gnu.org>
2622 * mail/rmail.el (rmail-confirm-expunge): New user-option.
2623 (rmail-expunge): Ask for confirmation depending on the setting
2624 of rmail-confirm-expunge.
2626 2000-03-23 Gerd Moellmann <gerd@gnu.org>
2628 * Makefile (bootstrap-clean): If $(emacs) exists, build
2629 loaddefs.el first. A loaddefs.el that's not up-to-date might
2630 cause a bootstrap failure because things don't autoload as
2633 2000-03-23 Dave Love <fx@gnu.org>
2635 * net/browse-url.el: Restore previous use of
2636 browse-url-maybe-new-window.
2638 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2640 * ps-print.el: Skip banner page fix.
2641 (ps-print-version): New version number (5.1.2).
2642 (ps-begin-file, ps-end-file, ps-generate): Code fix.
2644 2000-03-23 Dave Pearson <davep@davep.org>
2646 * net/quickurl.el Changed the type of parameter passed to the
2647 function defined by `quickurl-format-function'. Before only the
2648 text of the URL was passed. Now the whole URL structure is passed
2649 and the function is responsible for extracting the parts it
2650 requires. Changed the default of `quickurl-format-function'
2652 (quickurl-insert): Changed the `funcall' of
2653 `quickurl-format-function' to match the above change.
2654 (quickurl-list-insert): Changed the `url' case so that it makes
2655 use of `quickurl-format-function', previous to this the format was
2658 2000-03-22 Gerd Moellmann <gerd@gnu.org>
2660 * startup.el: Change some spellings for the X Window System.
2662 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
2664 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
2665 up the code and the regexp and make sure the cursor is temporarily
2666 moved to the suspicious line while querying the user.
2668 2000-03-22 Jason Rumney <jasonr@gnu.org>
2670 * w32-fns.el (w32-charset-info-alist): Initialize.
2672 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2674 * ps-print.el: N-up last page fix.
2675 (ps-print-version): New version number (5.1.1).
2676 (ps-end-file, ps-end-job, ps-generate): Code fix.
2678 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
2680 * files.el (find-file-run-dired): Update docstring.
2681 (find-directory-functions): New hook.
2682 (find-file-noselect): Run find-directory-functions rather than
2683 calling dired directly.
2685 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
2687 * pcvs.el: Add a minimal leading commentary.
2688 (cvs-make-cvs-buffer): Change the header part by removing the startup
2689 message and adding a `Module' entry. Also replace the FOOTER and
2690 HEADER special fileinfos with the new support in ewoc for updating
2691 its own footer and header.
2692 (cvs-update-header): Update to use the header/footer of the ewoc.
2693 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
2694 (cvs-is-within-p): New function.
2695 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
2696 to only examine some subset of the buffers.
2698 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
2699 `format' instead of our own ad-hoc functions.
2700 Remove HEADER and FOOTER cases, now handled in the EWOC.
2701 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
2703 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
2704 output to avoid scaring the user.
2705 (cvs-parse-table): Catch message for non-up-to-date commits.
2707 * pcvs-defs.el (cvs-startup-message): Remove.
2708 (cvs-global-menu): New autoloaded menu.
2710 * pcvs-util.el (cvs-string-fill): Remove.
2712 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
2713 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
2714 PP part of it and also make it work for footers and headers.
2715 (ewoc-create): Drop POS and BUFFER arguments.
2716 Use the DLL's dummy node to store the end-of-footer position.
2717 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
2718 (ewoc-refresh): Remove unused `header' variable.
2719 (ewoc-(get|set)-hf): New functions.
2721 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
2722 log-view-*-(message|file) and use easy-mmode-define-navigation.
2723 (log-view-message-re): Match SCCS format as well.
2724 And match the revision line rather than the dashed separator line.
2725 (log-view-mode): Use the new define-derived-mode.
2726 (log-view-current-tag): Fill in with an actual implementation.
2728 * cvs-status.el (cvs-status-(prev|next)): Rename from
2729 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
2730 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
2731 to let the output "breathe" a little more (more readable).
2732 (cvs-status-mode): Use the new define-derived-mode.
2734 * smerge-mode.el (smerge-auto-leave): New function and variable.
2735 (smerge-basic-map): Rename from smerge-basic-keymap.
2736 Change the bindings for smerge-diff-*.
2737 (smerge-*-map): Use easy-mmode-defmap.
2738 (smerge-(next|prev)): Use easy-mmode-define-navigation.
2739 (smerge-keep-*): Use smerge-auto-leave.
2741 2000-03-21 Jason Rumney <jasonr@gnu.org>
2743 * cus-edit.el (custom-button-face): Use 3D look for w32.
2744 (custom-button-pressed-face): Likewise.
2746 2000-03-21 Gerd Moellmann <gerd@gnu.org>
2748 * progmodes/etags.el (tags-case-fold-search): New user-option.
2749 (tags-loop-eval): New function. Bind case-fold-search around eval
2750 depending on the value of tags-case-fold-search.
2751 (tags-loop-continue): Use tags-loop-eval.
2752 (find-tag-in-order): Bind case-fold-search depending on the value
2753 of tags-case-fold-search.
2755 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
2757 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
2758 (diff-end-of-hunk): Return the end position for use in
2759 `easy-mmode-define-navigation'.
2760 (diff-recenter): Remove.
2761 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
2762 of `easy-mmode-define-navigation'.
2763 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
2764 previous renaming) and fix to use new names.
2765 (diff-merge-strings): Use \n as separator: simpler, faster.
2766 (diff-mode): Use `define-derived-mode'.
2768 * derived.el (define-derived-mode): Don't autoload anymore.
2769 Prefer the macro-only version provided by easy-mmode.el.
2771 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
2772 `easy-mmode-define-derived-mode'.
2773 Use `combine-run-hooks'.
2774 (easy-mmode-define-navigation): New macro.
2776 * subr.el (combine-run-hooks): New function.
2778 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
2780 * term/x-win.el: Fontsets related initialization is simplified.
2782 * international/mule-diag.el (describe-font): Don't refer to
2783 global-fontset-alist, instead call font-list.
2784 (describe-fontset, list-fontsets, mule-diag): Likewise.
2785 (print-fontset): Adjusted for the change of fontset
2788 * international/fontset.el (x-charset-registries): Variable
2789 removed, instead the corresponding data is stored in the default
2791 (register-alternate-fontnames): Function removed.
2792 (resolved-ascii-font): Variable removed.
2793 (x-compose-font-name): Ignore the second argument REDOCE.
2794 (x-complement-fontset-spec): Complement only an ASCII font and
2795 element for those charsets than can use that ASCII font.
2796 (generate-fontset-menu): Don't refer to global-fontset-alist,
2797 instead call fontset-list.
2798 (uninstantiated-fontset-alist): Variable removed.
2799 (x-style-funcs-alist): Likewise.
2800 (fontset-default-styles): Likewise.
2801 (x-modify-font-name): Function removed.
2802 (create-fontset-from-fontset-spec): Ignore the argument
2804 (create-fontset-from-ascii-font): Docsting adjusted for the above
2806 (instantiate-fontset, resolve-fontset-name): Functions removed.
2807 (fontset-list): Now implemented by C code.
2809 * faces.el (read-face-font): Fix TABLE arg to completing-read.
2810 (describe-face): Include `font' attribute in the description.
2812 2000-03-21 Kenichi Handa <handa@etl.go.jp>
2814 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
2816 2000-03-20 Gerd Moellmann <gerd@gnu.org>
2818 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
2819 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
2820 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
2822 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
2823 about behavior of set-buffer-modified-p wrt redisplay.
2825 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2827 * view.el (view-mode-disable): Kill local binding of view-read-only.
2829 2000-03-18 Gerd Moellmann <gerd@gnu.org>
2831 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
2832 is a string, convert it to a syntax cell using string-to-syntax.
2834 * simple.el (syntax-code-table, syntax-flag-table): New variables.
2835 (string-to-syntax): New function.
2837 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
2838 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
2839 try to use passive ftp mode.
2841 2000-03-17 Gerd Moellmann <gerd@gnu.org>
2843 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
2845 * simple.el (append-to-buffer): Update point of windows after
2848 * abbrev.el (inverse-add-abbrev): Identify word by first moving
2849 forward then moving backward. Reindent.
2851 * frame.el (other-frame): Call x-focus-frame only if
2852 focus-follows-mouse is off.
2854 2000-03-17 Dave Love <fx@gnu.org>
2856 * pcvs-util.el (cvs-strings->string): Rename
2857 replace-regexps-in-string.
2859 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
2861 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
2862 regexp for labels cannot span several lines.
2864 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
2865 `(setq :<key> ':<key>)' to the macro expansion.
2867 2000-03-16 Dave Love <fx@gnu.org>
2869 * progmodes/f90.el (f90): Put custom group under `languages', not
2871 (f90-mode-hook): Customize.
2872 (f90-mode): Set add-log-current-defun-function.
2873 (f90-current-defun): New function.
2875 2000-03-16 Gerd Moellmann <gerd@gnu.org>
2877 * cus-edit.el (custom-variable-tag-face): Handle case that
2878 default face's height is not a number.
2879 (custom-face-tag-face, custom-group-tag-face-1)
2880 (custom-group-tag-face): Ditto.
2881 (custom-group-tag-face-1): Add :group.
2883 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
2885 2000-03-15 Gerd Moellmann <gerd@gnu.org>
2887 * pcvs-defs.el (toplevel): Remove autoload cookie for form
2890 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2892 * ps-print.el: PostScript user-defined prologue, PostScript error
2894 (ps-print-version): New version number (5.1).
2895 (ps-user-defined-prologue, ps-error-handler-message)
2896 (ps-print-prologue-0, ps-error-handler-alist): New vars.
2897 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
2898 (ps-insert-string): New function.
2900 2000-03-15 Kenichi Handa <handa@etl.go.jp>
2902 * international/ccl.el (ccl-compile-expression): Don't generate
2903 invalid self-assignment code.
2905 2000-03-14 Dave Love <fx@gnu.org>
2907 * subr.el (replace-regexp-in-string): Renamed from
2908 replace-regexps-in-string. Doc fix.
2910 2000-03-12 Dave Love <fx@gnu.org>
2912 * cus-edit.el: Doc fixes.
2913 (customize-set-variable, customize-save-variable): Rename args for
2915 (custom-variable-tag-face, custom-face-tag-face)
2916 (custom-group-tag-face-1, custom-group-tag-face): Modify from
2917 style which user identify as hyperlink.
2918 (hook): Don't add undefined functions to the hook.
2919 (debug-ignored-errors): Transfer message from bindings.el.
2921 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2923 * recentf.el (recentf-keep-non-readable-files-p): Remove
2924 double/nested definition.
2926 2000-03-12 Dave Love <fx@gnu.org>
2928 * facemenu.el (facemenu-get-face): Use display-color-p.
2929 * enriched.el (enriched-decode-foreground): Likewise.
2930 (enriched-decode-background): Likewise.
2931 * isearch.el (isearch-highlight): Likewise.
2932 * info-look.el (info-lookup): Likewise.
2933 * simple.el (completion-setup-function): Likewise.
2935 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
2938 * bindings.el (mode-line-format): Fix line-number and
2939 column-number items. Add help-echo for the background.
2940 (mode-line-mule-info): Modify help-echo.
2942 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
2945 * files.el (load-file): Allow completion to .elc.
2947 * man.el: Doc fixes.
2948 (Man-init-defvars): Use display-color-p to set fontification.
2950 * play/hanoi.el (hanoi-internal): Don't use oddp.
2952 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2954 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
2956 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
2958 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
2960 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
2963 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
2965 * font-lock.el (font-lock-keywords): Fix the doc now that
2966 regexp-opt-depth is unnecessary.
2967 (save-buffer-state): Set an edebug spec.
2968 (font-lock-fontify-anchored-keywords): Properly handle the case when
2969 the matcher goes past the limit.
2971 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
2972 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
2974 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
2975 dll.el and cookie.el (from Elib) with heavy renaming and other
2978 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
2979 Autoload the functions used.
2980 (easy-mmode-define-syntax): Fix CL typo.
2981 (easy-mmode-define-derived-mode): Improve the docstring generation.
2983 2000-03-10 Gerd Moellmann <gerd@gnu.org>
2985 * textmodes/texinfo.el (texinfo-version): Variable and function
2988 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
2990 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
2991 allow more flexibility.
2992 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
2994 (easy-mmode-defmap, easy-mmode-defsyntax)
2995 (easy-mmode-define-derived-mode): New macros.
2997 2000-03-09 Didier Verna <didier@xemacs.org>
2999 * rect.el (replace-rectangle): New function.
3001 2000-03-09 Dave Love <fx@gnu.org>
3003 * progmodes/fortran.el (fortran-comment-line-start): Define as
3005 (fortran-comment-line-start-skip): Don't match cpp stuff.
3006 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
3007 (fortran-mode-map): Remove over-eager custom-menu-create for now.
3008 (fortran-mode): Don't set fortran-comment-line-start-skip,
3009 fortran-comment-line-start here. Set comment-start,
3010 add-log-current-defun.
3011 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
3012 (fortran-current-defun): New function.
3014 2000-03-09 Gerd Moellmann <gerd@gnu.org>
3016 * emacs-lisp/re-builder.el: New file.
3018 * mouse.el (mouse-drag-region): Don't run up-event handler
3019 if hscroll has changed.
3021 * octave-mod.el (octave-font-lock-keywords): To font-lock the
3022 builtin operators, use `font-lock-builtin-face' for Emacs and
3023 `font-lock-preprocessor-face' otherwise.
3025 * font-lock.el (lisp-font-lock-keywords-1): Highlight
3026 `(defun (setf foo)' differently.
3028 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
3030 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
3031 (regexp-opt): Update comment and adapt the code the new meaning of
3032 the `paren' argument of regex-opt-group for shy-groups.
3033 (regexp-opt-depth): Handle shy groups as well as backslashed
3035 (regexp-opt-group): Turn the leading comment into a docstring.
3036 Allow `paren' to be a string (the string to use to open a group).
3037 Remove open-presuf and close-presuf. Instead of checking for `all
3038 one-char' and then later on check for `several one-char', handle
3039 both cases close together. Also apply a more generic algorithm
3040 for suffixes (the mirror image of the algorithm used for
3041 prefixes). Use shy-groups. Use nreverse rather than reverse.
3042 (regexp-opt-try-suffix): Removed.
3044 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
3045 from comint-mode-map, so we can just inherit from it. Also, move
3046 the initialization into the `defvar' since there's no docstring
3047 anyway and it's fairly short.
3048 (inferior-scheme-mode): Define it as derived-mode: the code is
3049 shorter and this way we inherit from comint-mode-map rather than
3052 * subr.el (replace-regexps-in-string): Properly handle the case
3053 where we match an empty string.
3055 * comint.el (comint-exec-1): Add the current-dir to the exec-path
3056 when the command has a directory component (such as "./testml").
3057 Also fix a typo in the comment.
3059 2000-03-08 Gerd Moellmann <gerd@gnu.org>
3061 * Makefile (compile-files): Compile files one by one because
3062 that's the only way to ensure a clean compilation environment for
3063 each individual file.
3065 * frame.el (other-frame): Call x-focus-frame.
3067 2000-03-07 Dave Love <fx@gnu.org>
3069 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
3070 :require to defcustom.
3072 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
3075 * files.el (auto-mode-alist): Add configure.in.
3077 * progmodes/autoconf.el: New file.
3079 2000-03-07 Gerd Moellmann <gerd@gnu.org>
3081 * mail/mh-e.el: Change maintainer to `none'.
3083 * recentf.el (recentf-keep-non-readable-files-p): Quote args
3084 to remove-hook and add-hook.
3086 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3088 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
3090 (mail-send): Test mail-send-nonascii also for the new `mime' value.
3091 (sendmail-send-it): Conditionally add MIME headers specifying the
3094 2000-03-07 Dave Love <fx@gnu.org>
3096 * winner.el: Fix keywords, autoload cookies. Split
3097 eval-when-compile form to avoid compilation failure.
3099 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
3101 * international/mule.el: Modify comment about coding system
3102 property `coding-category'.
3103 (make-coding-system): New argument EOL-TYPE. Pay attention to
3104 coding-category property of PROPERTIES.
3106 * international/mule-conf.el (coding-category-utf-8,
3107 coding-category-utf-16-be, coding-category-utf-16-le): New coding
3108 categories. Include them in the argument for set-coding-priority.
3110 * international/mule-cmds.el (reset-language-environment): Include
3111 coding-category-utf-8, coding-category-utf-16-be, and
3112 coding-category-utf-16-le in the argument for set-coding-priority.
3113 (reset-language-environment): Initialize coding-category-utf-8,
3114 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
3116 2000-03-06 Karl Fogel <kfogel@red-bean.com>
3118 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
3119 code abstracted out of `bookmark-jump-noselect'. Now tries info
3120 extensions as well as compression extensions.
3121 (bookmark-jump-noselect): Use above new func.
3123 2000-03-03 Gerd Moellmann <gerd@gnu.org>
3125 * strokes.el: Change maintainer's mail address.
3127 2000-03-03 Kenichi Handa <handa@etl.go.jp>
3129 * international/mule-diag.el (list-character-sets): Make help-echo
3130 string by substitute-command-keys.
3131 (list-character-sets): Likewise.
3132 (sort-listed-character-sets): Call help-setup-xref.
3134 2000-03-02 Gerd Moellmann <gerd@gnu.org>
3136 * time.el (display-time-mail-file): Add `none' to the list of
3139 2000-03-01 Dave Love <fx@gnu.org>
3141 * help.el (help-xref-go-back): Don't try to set position.
3143 * international/mule-diag.el (list-character-sets): Call
3144 help-setup-xref. Add help-echo to xrefs.
3145 (list-character-sets-1): Add help-echo to xrefs.
3147 2000-03-02 Gerd Moellmann <gerd@gnu.org>
3149 * frame.el (blink-cursor-mode): Switch cursor on when turning
3152 * add-log.el (add-log-current-defun): Add support for
3155 * mail/rmail.el (rmail-quit-hook): New variable.
3157 2000-03-01 Dave Love <fx@gnu.org>
3159 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
3161 * help.el (help-xref-button): Add help-echo arg.
3162 (describe-function-1, describe-variable, help-make-xrefs): Use it.
3164 * faces.el (list-faces-display): Supply help-echo with
3167 * facemenu.el (list-text-properties-at): Set help-xref-stack to
3170 2000-03-01 Gerd Moellmann <gerd@gnu.org>
3172 * image.el (defimage): Look for image files in load-path.
3174 * frame.el (busy-cursor-delay-seconds): Change type to
3177 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
3179 * recentf.el (recentf): Added version tag to the defgroup of
3182 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
3184 * recentf.el (recentf-cleanup): Changed to remove excluded file
3186 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
3187 action to select/unselect a file.
3188 (recentf-edit-list): Code cleanup and improvement.
3189 (recentf-open-more-files-action): `recentf-open-more-files' button
3190 widget action to open a file.
3191 (recentf-open-more-files): No more use standard completion but
3193 (recentf-more-collection): Deleted.
3194 (recentf-more-history): Deleted.
3195 (recentf-setup-more-completion): Deleted.
3197 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
3199 * recentf.el (recentf-mode): No more needs that Emacs is running
3200 under a window-system.
3202 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3204 * recentf.el (recentf-edit-list): New command to edit the recent
3205 list which allow the user to remove files.
3206 (recentf-edit-selected-items): New global variable, used by
3207 `recentf-edit-list' to hold the list of files to be removed from
3209 (recentf-make-menu-items): Updated to display a "Edit list..."
3210 menu item. Minor code cleanup.
3212 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3214 * recentf.el (recentf-open-more-files): New command to open files
3215 that are not displayed in the menu.
3216 (recentf-more-collection): New global variable holding the set of
3217 permissible completions used by `recentf-open-more-files'.
3218 (recentf-more-history): New global variable holding the history list
3219 used by `recentf-open-more-files' completion.
3220 (recentf-setup-more-completion): New function to setup completion for
3221 `recentf-open-more-files'.
3222 (recentf-make-menu-items): Updated to display a "More..." menu item.
3224 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3226 * recentf.el (recentf-menu-action): Doc fixed.
3228 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3230 * recentf.el (recentf-menu-filter): Doc updated.
3231 (recentf-update-menu-hook): Allow menu filters to force menu update.
3232 (recentf-make-menu-items): New menu filter handling.
3233 (recentf-make-menu-item): New helper function.
3234 (recentf-menu-elements): New menu handling function.
3235 (recentf-sort-ascending): Updated to new menu filter handling.
3236 (recentf-sort-descending): Updated to new menu filter handling.
3237 (recentf-sort-basenames-ascending): New menu filter function.
3238 (recentf-sort-basenames-descending): New menu filter function.
3239 (recentf-show-basenames): New menu filter function.
3240 (recentf-show-basenames-ascending): New menu filter function.
3241 (recentf-show-basenames-descending): New menu filter function.
3243 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3245 * diary-lib.el (list-diary-entries): Don't try to go forward at
3246 the end of the buffer.
3248 2000-02-29 Kenichi Handa <handa@etl.go.jp>
3250 * international/mule-diag.el (list-character-sets): Completely
3252 (sort-listed-character-sets): New function.
3253 (list-character-sets-1): Completely rewritten.
3254 (list-character-sets-2): New function.
3255 (non-iso-charset-alist): New variable.
3256 (decode-codepage-char): New function.
3257 (charset-history): New variable.
3258 (read-charset) (list-block-of-chars)
3259 (list-iso-charset-chars)
3260 (list-non-iso-charset-chars)
3261 (list-charset-chars): New functions.
3262 (mule-diag): Call list-character-sets-2, not
3263 list-character-sets-2.
3264 (dump-charsets): Likewise.
3266 2000-02-29 Gerd Moellmann <gerd@gnu.org>
3268 * dired-x.el (dired-filename-at-point): Add `@' to valid
3269 file name characters.
3270 (dired-filename-at-point): Handle ange-ftp file names.
3272 * frame.el (frame-notice-user-settings): Use assq-delete-all
3273 instead of assoc-delete-all.
3274 (frame-notice-user-settings): Ditto.
3276 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
3279 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
3281 * calculator.el (calculator-use-menu): New option.
3282 (calculator-initial-bindings): Changed some bindings to work as
3284 (calculator-forced-input): Removed.
3285 (calculator-restart-other-mode): New variable.
3286 (calculator-mode-map): Set up menu.
3288 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
3290 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
3293 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
3295 * viper-cmd.el (viper-envelop-ESC-key): added the option to
3296 translate all ESC key sequences.
3297 (viper-goto-mark-subr): restore markers for files for which
3299 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
3300 * viper-util.el (viper-set-replace-overlay-glyphs,
3301 viper-set-replace-overlay): always check if the replacement
3303 * viper.el (viper-vi-state-mode-list): added major modes.
3304 * ediff-wind.el: minor comment changes.
3305 * ediff.el: copyright notice date fix.
3307 2000-02-27 Jason Rumney <jasonr@gnu.org>
3309 * faces.el (face-font-family-alternatives): Add arial to helv.
3310 (mode-line, header-line, tool-bar): Same default as x for w32.
3311 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
3312 face-font-family-alternatives from working.
3313 * term/w32-win.el (mouse-set-font): Do not build fontset from
3316 2000-02-25 Sam Steingold <sds@goems.com>
3318 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
3321 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3323 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
3325 2000-02-25 Gerd Moellmann <gerd@gnu.org>
3327 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
3330 * frame.el (busy-cursor-delay-seconds): New option.
3332 2000-02-24 Gerd Moellmann <gerd@gnu.org>
3334 * frame.el (show-cursor-in-non-selected-windows): New option.
3336 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3338 * diary-lib.el (include-other-diary-files): Undo the selective
3339 display in any included file and don't kill it.
3341 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
3343 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
3344 bar. Menu items converted to (menu-item format, help strings
3346 [downcase, upcase]: Don't enable on MS-DOS.
3347 [symlink, symlinks]: Don't show if make-symbolic-link is not
3349 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
3351 2000-02-23 Dave Love <fx@gnu.org>
3353 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
3354 (backward-kill-word): Revert addition of * to interactive spec --
3357 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3358 (backward-kill-sentence, kill-sentence): Likewise.
3360 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
3361 scratch buffer name.
3362 (gud-format-command): Use int-to-string in ?l case. Simplify
3365 * term/w32-win.el (internal-face-interactive): Update prompt for
3368 * mail/footnote.el (footnote): Add :version to defgroup.
3369 (footnote-section-tag-regexp): Customize.
3370 (footnote-start-tag, footnote-end-tag): New option.
3371 (footnote-latin-regexp): New variable.
3372 (Footnote-latin): New function.
3373 (footnote-style-alist): Add element for latin style.
3374 (footnote-style): Moved.
3375 (Footnote-goto-footnote): Use eq to test arg.
3377 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
3379 * emacs-lisp/byte-opt.el: Change old backquote syntax.
3380 (byte-compile-trueconstp): Include keywords.
3381 (byte-optimize-quote, byte-optimize-lapcode): Use
3382 byte-compile-const-symbol-p.
3383 (byte-optimize-char-before): New optimization.
3385 * emacs-lisp/bytecomp.el: Change old backquote syntax.
3386 (byte-compile-const-symbol-p): New function.
3387 (byte-compile-constp, byte-compile-out-toplevel)
3388 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
3391 * subr.el (define-key-after): Default AFTER to t. Doc fix.
3393 2000-02-23 Kenichi Handa <handa@etl.go.jp>
3395 * international/encoded-kb.el: Be sure to update minor-mode-alist
3396 and minor-mode-map-alist.
3397 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
3398 codes SS2 and SS3 correctly.
3399 (encoded-kbd-self-insert-ccl): New function.
3400 (encoded-kbd-setup-keymap): New function.
3401 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
3402 by calling encoded-kbd-setup-keymap.
3404 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
3406 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
3409 2000-02-22 Dave Love <fx@gnu.org>
3411 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
3412 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
3414 (lisp-mode-syntax-table): Set up for #|...|# comments.
3415 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
3416 classes. Match `defface'.
3417 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
3418 (eval-defun-1): Fix for defcustom.
3419 (lisp-indent-region): Doc fix.
3421 * subr.el (when, unless, split-string): Doc fix.
3422 (read-passwd): Move call of clear-this-command-keys to the right
3424 (replace-regexps-in-string): New function.
3426 2000-02-22 Gerd Moellmann <gerd@gnu.org>
3428 * help.el (describe-variable): Set syntax table to
3429 emacs-lisp-mode-syntax-table when moving forward over the
3432 2000-02-22 Dave Love <fx@gnu.org>
3434 * xt-mouse.el: Doc fixes.
3435 (xterm-mouse-position-function): New function, replacing advice of
3437 (xterm-mouse-mode): Use it. Don't turn on under a window system.
3439 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
3441 2000-02-21 Gerd Moellmann <gerd@gnu.org>
3443 * format.el (format-annotate-single-property-change): Handle
3444 properties.with dotted-list values.
3445 (format-proper-list-p): New function.
3447 * enriched.el (enriched-face-ans): Handle '(foreground-color
3448 . COLOR) and (background-color . COLOR).
3450 2000-02-20 Dave Love <fx@gnu.org>
3452 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
3453 and assignments to it.
3454 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
3456 (make-flyspell-overlay): Use it.
3457 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
3459 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
3460 (lm-get-header-re): Defun, not defsubst.
3461 (lm-get-package-name): Defun, not defsubst. Simplify.
3462 (lm-version): Doc fix. Simplify.
3463 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
3464 (lm-crack-address, lm-last-modified-date, lm-commentary)
3465 (lm-verify, lm-synopsis): Simplify.
3466 (lm-report-bug): Require emacsbug. Use compose-mail.
3468 2000-02-20 Gerd Moellmann <gerd@gnu.org>
3470 * dired.el (dired-mode): Call propertized-buffer-identification
3471 to set mode-line-buffer-identification to something having
3472 the right text properties.
3474 * bindings.el (propertized-buffer-identification): New function.
3476 2000-02-20 Dave Love <fx@gnu.org>
3478 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
3479 check for t-mouse too.
3481 * cus-start.el: Make echo-keystrokes `number'.
3483 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3485 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
3486 Don't call ring-empty-p unless tags-location-ring is bound.
3487 From Noah Friedman <friedman@splode.com>.
3489 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
3491 * progmodes/hideshow.el (hs-flag-region): No longer use
3492 `intangible' overlay property.
3494 (hs-toggle-hiding): New command.
3495 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
3497 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
3498 Fix omission bug: Run `hs-minor-mode-hook' for both activation
3501 2000-02-18 Gerd Moellmann <gerd@gnu.org>
3503 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
3505 2000-02-17 Gerd Moellmann <gerd@gnu.org>
3507 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
3509 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
3510 of `*' to handle `(* ... *)' comments.
3512 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
3514 * faces.el (list-faces-display): Use display-mouse-p instead of
3517 * menu-bar.el (global-map): Menu-bar items converted to the new
3518 format (menu-item..., rearranged for better CUA compliance, and
3519 their names changed for better clarity. Help strings added.
3521 * international/mule-cmds.el (mule-menu-keymap)
3522 (describe-language-environment-map, set-coding-system-map)
3523 (setup-language-environment-map): Convert to new (menu-item...
3524 form, add help strings. Change names of menu items for better
3525 clarity. "Mule" menu-bar item removed (it's now in the "Options"
3528 2000-02-17 Gerd Moellmann <gerd@gnu.org>
3530 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
3533 2000-02-16 Dave Love <fx@gnu.org>
3535 * faces.el: Don't require custom. Add more specific :groups to
3537 (set-face-attribute): Purecopy args.
3538 (read-face-name): Default to name at point and use it in prompt.
3539 Remove colon from arg in all callers.
3540 (list-faces-display): Hyperlink to face descriptions and customize
3543 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
3545 * wid-edit.el (widget-match-inline): An atom never matches a
3548 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3550 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3551 at ':' characters by call to split-string.
3553 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3555 * textmodes/bibtex.el: Added RCS version identification.
3557 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3559 * textmodes/bibtex.el: Some temporary comments removed.
3560 (bibtex-field-name, bibtex-entry-type): Made the relationship
3562 (bibtex-field-const): Allow capital letters.
3563 (bibtex-start-of-string): Deleted because unused.
3565 * textmodes/bibtex.el: Unified some nomenclature. We no longer
3566 use the term 'reference' to describe a bibtex entry as a whole.
3567 Further, reference keys are no longer called 'labels'.
3568 (bibtex-keys): Renamed to bibtex-reference-keys.
3569 (bibtex-reformat-previous-labels): Renamed to
3570 bibtex-reformat-previous-reference-keys.
3571 (bibtex-reference-type): Renamed to bibtex-entry-type.
3572 (bibtex-reference-head): Renamed to bibtex-entry-head.
3573 (bibtex-reference-maybe-empty-head): Renamed to
3574 bibtex-entry-maybe-empty-head.
3575 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3576 (bibtex-search-reference): Renamed to bibtex-search-entry.
3577 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3578 bibtex-enclosing-entry-maybe-empty-head.
3579 (bibtex-entry-field-alist, bibtex-entry-head,
3580 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3581 bibtex-map-entries, bibtex-search-entry,
3582 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3583 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3584 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3585 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3586 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3587 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3588 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3590 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3592 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3594 (bibtex-format-field-delimiters): New function, functionality
3595 extracted from bibtex-format-entry.
3596 (bibtex-autokey-get-yearfield-digits): New function, functionality
3597 extracted from bibtex-autokey-get-yearfield.
3599 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3600 entries in order to avoid stack overflow in the regexp matcher if
3601 field contents become large.
3602 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3603 bibtex-field-string-part-not-braced,
3604 bibtex-field-string-part-no-inner-braces,
3605 bibtex-field-string-part-1-inner-brace,
3606 bibtex-field-string-part-2-inner-braces,
3607 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3608 bibtex-field-string-quoted, bibtex-field-string,
3609 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3610 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3611 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3612 as parsing is now performed by the following functions.
3613 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3614 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3615 bibtex-parse-field-string, bibtex-search-forward-field-string,
3616 bibtex-parse-association, bibtex-field-name-for-parsing,
3617 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3618 bibtex-search-forward-field, bibtex-search-backward-field,
3619 bibtex-start-of-field, bibtex-end-of-field,
3620 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3621 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3622 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3623 bibtex-parse-string, bibtex-search-forward-string,
3624 bibtex-search-backward-string, bibtex-start-of-string,
3625 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3626 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3627 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3628 entries. Instead of reporting the results of the parsing by
3629 match-beginning or match-end, these functions return data structures
3630 that hold the corresponding positions.
3631 (bibtex-enclosing-field): Changed to also report field boundaries by
3632 return values rather than by match-beginning or match-end. The
3633 following functions have been adapted to use the new parsing
3635 (bibtex-skip-to-valid-entry, bibtex-search-reference,
3636 bibtex-enclosing-field, bibtex-format-entry,
3637 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3638 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3639 bibtex-print-help-message, bibtex-end-of-entry,
3640 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3641 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3642 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3644 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3645 bibtex-map-entries, bibtex-flash-head,
3646 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3647 bibtex-autokey-change, bibtex-autokey-get-namefield,
3648 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3649 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3650 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3651 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3652 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3653 order to make the new binding of case-fold-search immediately
3656 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3658 * textmodes/bibtex.el: Copyright notice is up to date.
3659 Added constant 'bibtex-maintainer-salutation.
3661 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3662 than make-temp-name, use match-string-no-properties and eliminate
3663 a quadratic behavior when building bibtex-strings.
3665 * bibtex.el (bibtex-reference-key): Accept string entries whose
3666 reference key contains upper case letters.
3668 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3670 * bibtex.el (bibtex-reference-head): Allow entries to start with
3673 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3675 * bibtex.el: Hiding of entry bodies is not longer provided by
3676 bibtex.el directly. Instead the hideshow package can be used.
3677 Added a special bibtex entry to hs-special-modes-alist.
3678 (bibtex-hs-forward-sexp): Added for hideshow.el.
3680 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3682 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3683 at ':' characters by call to split-string.
3685 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3687 * textmodes/bibtex.el: Added RCS version identification.
3689 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3691 * textmodes/bibtex.el: Some temporary comments removed.
3692 (bibtex-field-name, bibtex-entry-type): Made the relationship
3694 (bibtex-field-const): Allow capital letters.
3695 (bibtex-start-of-string): Deleted because unused.
3697 * textmodes/bibtex.el: Unified some nomenclature. We no longer
3698 use the term 'reference' to describe a bibtex entry as a whole.
3699 Further, reference keys are no longer called 'labels'.
3700 (bibtex-keys): Renamed to bibtex-reference-keys.
3701 (bibtex-reformat-previous-labels): Renamed to
3702 bibtex-reformat-previous-reference-keys.
3703 (bibtex-reference-type): Renamed to bibtex-entry-type.
3704 (bibtex-reference-head): Renamed to bibtex-entry-head.
3705 (bibtex-reference-maybe-empty-head): Renamed to
3706 bibtex-entry-maybe-empty-head.
3707 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3708 (bibtex-search-reference): Renamed to bibtex-search-entry.
3709 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3710 bibtex-enclosing-entry-maybe-empty-head.
3711 (bibtex-entry-field-alist, bibtex-entry-head,
3712 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3713 bibtex-map-entries, bibtex-search-entry,
3714 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3715 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3716 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3717 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3718 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3719 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3720 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3722 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3724 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3726 (bibtex-format-field-delimiters): New function, functionality
3727 extracted from bibtex-format-entry.
3728 (bibtex-autokey-get-yearfield-digits): New function, functionality
3729 extracted from bibtex-autokey-get-yearfield.
3731 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3732 entries in order to avoid stack overflow in the regexp matcher if
3733 field contents become large.
3734 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3735 bibtex-field-string-part-not-braced,
3736 bibtex-field-string-part-no-inner-braces,
3737 bibtex-field-string-part-1-inner-brace,
3738 bibtex-field-string-part-2-inner-braces,
3739 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3740 bibtex-field-string-quoted, bibtex-field-string,
3741 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3742 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3743 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3744 as parsing is now performed by the following functions.
3745 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3746 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3747 bibtex-parse-field-string, bibtex-search-forward-field-string,
3748 bibtex-parse-association, bibtex-field-name-for-parsing,
3749 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3750 bibtex-search-forward-field, bibtex-search-backward-field,
3751 bibtex-start-of-field, bibtex-end-of-field,
3752 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3753 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3754 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3755 bibtex-parse-string, bibtex-search-forward-string,
3756 bibtex-search-backward-string, bibtex-start-of-string,
3757 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3758 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3759 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3760 entries. Instead of reporting the results of the parsing by
3761 match-beginning or match-end, these functions return data structures
3762 that hold the corresponding positions.
3763 (bibtex-enclosing-field): Changed to also report field boundaries by
3764 return values rather than by match-beginning or match-end. The
3765 following functions have been adapted to use the new parsing
3767 (bibtex-skip-to-valid-entry, bibtex-search-reference,
3768 bibtex-enclosing-field, bibtex-format-entry,
3769 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3770 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3771 bibtex-print-help-message, bibtex-end-of-entry,
3772 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3773 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3774 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3776 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3777 bibtex-map-entries, bibtex-flash-head,
3778 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3779 bibtex-autokey-change, bibtex-autokey-get-namefield,
3780 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3781 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3782 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3783 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3784 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3785 order to make the new binding of case-fold-search immediately
3788 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3790 * textmodes/bibtex.el: Copyright notice is up to date.
3791 Added constant 'bibtex-maintainer-salutation.
3793 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3794 than make-temp-name, use match-string-no-properties and eliminate
3795 a quadratic behavior when building bibtex-strings.
3797 * bibtex.el (bibtex-reference-key): Accept string entries whose
3798 reference key contains upper case letters.
3800 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3802 * bibtex.el (bibtex-reference-head): Allow entries to start with
3805 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3807 * bibtex.el: Hiding of entry bodies is not longer provided by
3808 bibtex.el directly. Instead the hideshow package can be used.
3809 Added a special bibtex entry to hs-special-modes-alist.
3810 (bibtex-hs-forward-sexp): Added for hideshow.el.
3812 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3814 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
3815 proceedings entry type (for cross referencing). Thanks to Wagner
3816 Toledo Correa for the suggestion.
3818 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
3820 2000-02-14 Kenichi Handa <handa@etl.go.jp>
3822 * international/characters.el: Setup case table for Vietnamese.
3824 2000-02-12 Gerd Moellmann <gerd@gnu.org>
3826 * uniquify.el (toplevel): Require CL at compile time.
3827 (uniquify-push): Removed.
3829 * shadowfile.el (shadow-when): Removed.
3831 * tempo.el (tempo-dolist, tempo-mapc): Removed.
3832 (tempo-process-and-insert-string): Use dolist instead of
3835 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
3836 regexp for paragraph-start.
3838 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
3841 2000-02-10 Dave Love <fx@gnu.org>
3843 * wid-edit.el: (widgets) [defgroup]: Remove url link.
3844 (widget-color-choice-list, widget-color-history, widget-mouse-help):
3846 (widget-specify-field, widget-specify-button): Don't use
3847 widget-mouse-help as help-echo property.
3848 (default): Use #'ignore for :validate and :mouse-down-action.
3849 (checkbox): Add help-echo.
3850 (widget-sexp-validate): Rewritten to clarify error messages.
3851 (character): Use char-valid-p in :match function.
3852 (widget-color-complete): Use facemenu-color-alist.
3853 (widget-color-action): Use facemenu-read-color.
3855 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
3856 set up `caar' &c that we now have.
3858 2000-02-09 Ray Blaak <blaak@gnu.org>
3860 * delphi.el: Make resourcestring a declaration region, like const
3863 2000-02-09 Dave Love <fx@gnu.org>
3865 * bindings.el (mode-line-input-method-map): New variable.
3866 (mode-line-mule-info): Use it; fix last change.
3867 (mode-line-mode-menu): Move definition.
3868 (mode-line-mouse-sensitive-p): Deleted.
3869 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
3870 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
3873 * startup.el (command-line-1): Don't call
3874 make-mode-line-mouse-sensitive.
3876 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3878 * mail/rmail.el (rmail-retry-failure): Use
3879 rmail-beginning-of-message before rmail-toggle-header, because the
3880 former toggles headers.
3882 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
3884 * diff-mode.el (diff-kill-junk): New interactive function.
3885 (diff-reverse-direction): Use delete-and-extract-region.
3886 (diff-post-command-hook): Restrict the area so that the hook also works
3887 outside of any diff hunk. This is necessary for the minor-mode.
3888 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
3889 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
3891 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
3892 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
3893 so that it can be used more easily in <foo>-mode-hook. Also make sure
3894 to avoid duplicate entries.
3895 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
3896 (font-lock-remove-keywords): Just as was done for `add', allow it to
3897 work even if font-lock-mode is nil. Also make sure we don't modify
3898 any pre-existing list by forcing a copy-sequence. Finally rename
3899 `major-mode' to `mode'.
3900 (font-lock-fontify-syntactic-anchored-keywords)
3901 (font-lock-fontify-anchored-keywords)
3902 (font-lock-fontify-keywords-region): Use line-end-position.
3903 Don't make `font-lock-multiline' local (it's now done in
3904 font-lock-set-defaults).
3905 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
3906 move the `font-lock-fontified' creation to inside the `unless'.
3908 2000-02-06 Andrew Innes <andrewi@gnu.org>
3910 * term/w32-win.el (x-handle-args): Comment out call to message,
3911 which occurs before window system is initialized.
3913 * makefile.nt: Add support for recompiling lisp code.
3915 2000-02-04 Dave Love <fx@gnu.org>
3917 * bindings.el (mode-line-mule-info): Fix/extend last change.
3919 * completion.el: Replace completion-dolist with dolist.
3921 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
3924 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
3926 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
3927 environment names before they go into the section regexp.
3929 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
3930 char class in regexp.
3932 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
3933 `case-fold-search' to nil.
3935 * progmodes/idlwave.el (idlwave-template): Respect
3936 `idlwave-abbrev-change-case'.
3937 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
3938 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
3939 idlwave-while): respect `idlwave-reserved-word-upcase'.
3940 (idlwave-rw-case): New function.
3941 (idlwave-statement-match): Fixed problem with assignment regexp.
3942 (idlwave-font-lock-keywords): Improved regexp for keyword
3944 (idlwave-surround): New argument LENGTH to support padding of
3945 operators longer than 1 char.
3947 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
3948 idlwave-shell-expression-overlay. Implemented printing of
3949 expressions on higher levels of the calling stack.
3950 (idlwave-shell-display-level-in-calling-stack): Restore stack
3952 (idlwave-retrieve-expression-from-level): New function.
3953 (idlwave-shell-last-calling-stack): Variable removed.
3954 (idlwave-shell-reset): Argument action reversed (`visible' to
3955 `hidden'). Also remove stop-line overlay.
3956 (idlwave-shell-calling-stack-routine): New variable.
3957 (idlwave-shell-parse-stack-and-display): Messages now display
3958 negative level numbers.
3959 (idlwave-shell-mode): Set `modeline-format'.
3960 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
3961 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
3963 (idlwave-shell-print-expression-function): New option.
3965 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
3966 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
3967 `tool-bar' instead of `toolbar'.
3969 2000-02-02 Dave Love <fx@gnu.org>
3971 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
3972 emacs-lisp-mode-hook. Don't check for defalias being defined.
3974 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3975 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
3976 the new builtins directly.
3978 * whitespace.el (whitespace): Add :version to defgroup.
3980 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
3983 * thingatpt.el (sexp-at-point, symbol-at-point)
3984 (number-at-point, list-at-point): Add autoload cookie.
3986 * recentf.el (recentf): Add :version to defgroup.
3988 * quickurl.el (quickurl): Add :version to defgroup.
3990 * elide-head.el (elide-head): Use point-marker more.
3992 * bs.el (bs): Add :version to defgroup.
3994 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
3996 * progmodes/delphi.el (delphi): Add :version to defgroup.
3998 2000-02-02 Gerd Moellmann <gerd@gnu.org>
4000 * ange-ftp.el (ange-ftp-write-region): Handle case that
4001 succeeding process operation sets a different coding system.
4003 * calculator.el: New file.
4005 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4007 * frame.el (frames-on-display-list, framep-on-display): New
4009 (display-mouse-p, display-popup-menus-p, display-graphic-p)
4010 (display-selections-p, display-screens, display-pixel-width)
4011 (display-pixel-height, display-mm-width, display-mm-height)
4012 (display-backing-store, display-save-under, display-planes)
4013 (display-color-cells, display-visual-class): New functions.
4015 * term/tty-colors.el (tty-color-gray-shades): New function.
4017 * faces.el (display-color-p): Use framep-on-display.
4018 (display-grayscale-p): New function.
4020 2000-01-31 Dave Love <fx@gnu.org>
4022 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
4023 (create-fontset-from-x-resource): Don't concat integers.
4025 2000-01-31 Inge Frick <inge@nada.kth.se>
4027 * view.el: Some changes in documentation. Removed some trailing
4028 whitespace. Changed some parameter names to agree with
4030 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
4031 window is not deleted. Modifies change 1998-04-26.
4033 2000-01-31 Gerd Moellmann <gerd@gnu.org>
4035 * windmove.el: New file.
4037 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
4038 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
4039 progmodes/ebnf-yac.el: Update copyright and license info.
4041 * jit-lock.el (jit-lock-function): Widen before calculating end
4043 (jit-lock-stealth-chunk-start): Rewritten.
4045 * info.el (Info-title-face-alist): Removed.
4046 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
4048 (Info-fontify-node): Use these faces.
4050 2000-01-30 Gerd Moellmann <gerd@gnu.org>
4052 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
4053 (cl-macro-list1): Recognize `&allow-other-keys' instead of
4054 `&allow-other-keywords'.
4056 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
4057 the list of directories scanned heuristically.
4059 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
4062 2000-01-30 Jason Rumney <jasonr@gnu.org>
4064 * w32-fns.el: Define w32-tty-standard-colors.
4066 * startup.el (command-line): Use w32-tty-standard-colors when in
4069 2000-01-30 Dave Love <fx@gnu.org>
4071 * jka-compr.el (jka-compr-load): Fix up load-history.
4073 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
4075 * emacs-lisp/cl-macs.el: Revert previous change.
4077 2000-01-29 Dave Love <fx@gnu.org>
4079 * facemenu.el: Purecopy various strings.
4081 * timezone.el (timezone-fix-time): Window against 69 for two-digit
4082 years. Deal with three-digit years.
4084 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
4086 (help-back-label): Purecopy it.
4088 2000-01-18 Gerd Moellmann <gerd@gnu.org>
4090 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
4091 variable. If non-nil, order the buffer list according to the
4092 currently selected frame.
4093 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
4094 non-nil, pass the selected frame to function buffer-list.
4096 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4098 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
4100 2000-01-28 Dave Love <fx@gnu.org>
4102 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
4104 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
4105 Don't use lisp-indent-hook property.
4108 * subr.el: Move out indent and edebug specs for when and unless.
4110 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
4113 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
4116 2000-01-28 Gerd Moellmann <gerd@gnu.org>
4118 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
4119 `collecting' as synonym for `collect'.
4121 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
4122 for the case it contains spaces.
4124 * simple.el (what-cursor-position): Change formatting of
4127 * frame.el (delete-other-frames): New function.
4128 (toplevel): Bind it to C-x 5 1.
4130 * sort.el (sort-numeric-base): New option.
4131 (sort-numeric-fields): If number starts with `0' or `0[xX[',
4132 interpret it as octal or hexadecimal. Use sort-numeric-base
4135 * progmodes/glasses.el: New file.
4137 2000-01-27 Gerd Moellmann <gerd@gnu.org>
4139 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
4140 userids differently.
4142 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
4143 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
4144 progmodes/ebnf-yac.el: New files.
4146 2000-01-26 Dave Love <fx@gnu.org>
4148 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
4149 on a function with an empty body. [From Eric Ludlam.]
4151 2000-01-25 Andre Spiegel <spiegel@gnu.org>
4153 * vc.el (vc-version-diff): Make sure file name is expanded.
4155 2000-01-25 Gerd Moellmann <gerd@gnu.org>
4157 * scroll-bar.el (scroll-bar-timer): Variable removed.
4158 (scroll-bar-toolkit-scroll): Don't use a timer.
4160 2000-01-25 Kenichi Handa <handa@etl.go.jp>
4162 * language/thai-util.el (thai-composition-function): Delete
4165 2000-01-24 Dave Love <fx@gnu.org>
4167 * fortran.el (fortran-mode): Use beginning-of-defun-function,
4168 end-of-defun-function.
4170 * font-lock.el (turn-on-font-lock): Don't depend on window-system
4173 2000-01-22 Jason Rumney <jasonr@gnu.org>
4175 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
4176 conflicts with new face support.
4178 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4180 * replace.el (query-replace): Rename last arg to DELIMITED.
4181 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
4182 (query-replace-regexp): Likewise.
4184 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4186 * subr.el (with-syntax-table): Use make-symbol, not gensym.
4188 * emacs-lisp/lisp.el (beginning-of-defun-function):
4189 Variable renamed from beginning-of-defun.
4190 Do not call make-variable-buffer-local.
4191 (beginning-of-defun-raw): Use new variable name; doc fix.
4192 (beginning-of-defun): Doc fix.
4193 (end-of-defun-function): Variable renamed from end-of-defun.
4194 Do not call make-variable-buffer-local.
4195 (end-of-defun): Use new variable name; doc fix.
4197 * subr.el (dolist, dotimes): Copied from cl-macs.el
4200 * mail/undigest.el (rmail-digest-end-regexps):
4201 Variable replaces rmail-digest-end-regexp.
4202 Allows multiple regexps for detecting the end line.
4203 (undigestify-rmail-message): Corresponding changes.
4205 2000-01-19 Dave Love <fx@gnu.org>
4207 * files.el (user-init-file): Don't declare here -- is primitive.
4209 * startup.el (command-line): Check for compiled user-init-file and
4210 set to uncompiled version if necessary.
4212 2000-01-18 Gerd Moellmann <gerd@gnu.org>
4214 * mail/undigest.el (rmail-digest-end-regexp): New user option.
4215 (undigestify-rmail-message): Use it.
4217 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
4219 2000-01-17 Gerd Moellmann <gerd@gnu.org>
4221 * tmm.el (tmm-goto-completions): Adapt to prompt being part
4224 2000-01-14 Gerd Moellmann <gerd@gnu.org>
4226 * emacs-lisp/copyright.el (copyright-update): Removed the
4227 requirement for a trailing space from `copyright-regexp', to
4228 support copyrights with owner specified on a separate line..
4230 * align.el: New file.
4232 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
4234 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
4236 2000-01-13 Dave Love <fx@gnu.org>
4238 * ph.el: Removed. (Obsoleted by EUDC.)
4240 2000-01-13 Gerd Moellmann <gerd@gnu.org>
4242 * net/eudc.el (toplevel): Remove autoloaded code installing
4243 menu with easymenu, because that causes build problems.
4245 * frame.el (frame-notice-user-settings): New variable.
4246 (frame-notice-user-settings): Don't modify frame parameters
4247 if called a second time.
4249 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4251 * frame.el (frame-notice-user-settings):
4252 Notice default-frame-parameters even for non-window frames.
4254 2000-01-13 Gerd Moellmann <gerd@gnu.org>
4256 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
4258 (eudc-bob-can-display-inline-images): Extend for Emacs.
4259 (eudc-bob-toggle-inline-display): Ditto.
4260 (eudc-bob-display-jpeg): Ditto.
4262 2000-01-12 Gerd Moellmann <gerd@gnu.org>
4264 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4265 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
4266 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
4268 * add-log.el (add-change-log-entry): Fix error trying an `(insert
4271 * subdirs.el: Add `net' directory.
4273 * net: New directory.
4275 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
4276 eval-last-sexp. Don't bind debug-on-error here.
4277 (eval-last-sexp): New function. Bind debug-on-error if
4278 eval-expression-debug-on-error is non-nil.
4279 (eval-defun-2, eval-defun): Likewise.
4281 * simple.el (eval-expression): Don't bind debug-on-error if
4282 eval-expression-debug-on-error is nil. Detect changed
4283 debug-on-error, and propagate new value to global binding, if
4284 eval-expression-debug-on-error is non-nil,
4285 (eval-expression-debug-on-error): Change doc string.
4287 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4289 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
4291 * emacs-lisp/lisp-mode.el (with-syntax-table):
4292 Set up lisp-indent-function property.
4294 * subr.el (with-syntax-table): Moved from simple.el.
4296 * simple.el (with-syntax-table): Moved to subr.el.
4298 2000-01-11 Gerd Moellmann <gerd@gnu.org>
4300 * tmm.el (tmm-shortcut): Delete region after prompt instead
4303 * textmodes/fill.el (fill-common-string-prefix): New function.
4304 (fill-context-prefix): Use the longest common prefix of first
4305 and second line fill prefix, if there is one.
4307 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4309 * array.el (array-mode): Don't use make-variable-buffer-local.
4310 Use make-local-variable for `truncate-lines'.
4312 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
4314 * add-log.el (add-log-current-defun): Handle user-defined
4315 add-log-current-function returning nil,
4317 * add-log.el (add-change-log-entry): Insert version number
4318 if having found a current function
4320 * add-log.el (add-log-current-defun): Call
4321 `add-log-current-defun-function'. Try matches at level 0 and
4322 level 1. Strip whitespace from defun found.
4324 2000-01-10 John Wiegley <johnw@gnu.org>
4326 * allout.el (isearch-done/outline-provisions): Added `edit'
4327 argument to correspond with the current definition of
4330 2000-01-10 Dave Love <fx@gnu.org>
4332 * elide-head.el (elide-head): Use point-marker, not point.
4334 2000-01-10 Gerd Moellmann <gerd@gnu.org>
4336 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
4337 before and after the year 2000.
4339 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
4342 2000-01-10 Ken Stevens <k.stevens@ieee.org>
4344 * ispell.el: Only define dictionaries in menus when they exist.
4345 (version18p): New variable.
4346 (version20p): New variable.
4347 (xemacsp): New variable.
4348 (ispell-choices-win-default-height): Fix for XEmacs visibility.
4349 (ispell-dictionary-alist1): Added Brasileiro dictionary.
4350 (ispell-dictionary-alist6): Russian command lines no longer accept
4352 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
4353 (ispell-dictionary-alist): Add koi8-r to customize definition.
4354 (check-ispell-version): Added documentation string. Returns
4355 library path when called non-interactively.
4356 (ispell-menu-map-needed): Uses new variables.
4357 (ispell-library-path): New variable.
4358 (ispell-decode-string): XEmacs fix for bogus variable bindings.
4359 (ispell-word): Improved documentation string. Test for valid
4360 character mappings. Correctly check typed in word changes that can
4361 result in single words split into multiple words. Returns
4363 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
4364 replace in recursive query replace mode. Help message for
4365 recursive edit mode.
4366 (ispell-show-choices): Protect against bad framepop bindings.
4367 (ispell-help): Fix to work with XEmacs.
4368 (ispell-highlight-spelling-error): Use new variables.
4369 (ispell-overlay-window): Fix to work with XEmacs.
4370 (ispell-parse-output): Passed and returns location information
4371 tracking spelling corrections. Doesn't recheck same word on
4373 (ispell-init-process): Protect against bogus XEmacs variable binding.
4374 Fix call to single argument in sleep-for. Use new variables.
4375 (ispell-region): Passed and returns location information tracking
4376 spelling corrections. Doesn't check same word on current line.
4377 Improved documentation string. Doesn't resend a line already
4378 checked to the ispell process - fixes bug in LaTeX parsing.
4379 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
4380 (ispell-skip-region): No longer skips <TT> in SGML.
4381 (ispell-process-line): Tracks location information with spelling
4382 corrections. Added documentation string. Accounts for words
4383 already accepted on this line. Don't allow query-replace on line
4384 starting with math characters. Doesn't resend a line already sent
4385 to ispell process. Fixes alignment error bug.
4387 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4389 * dired-x.el (dired-guess-shell-alist-default):
4390 Suggest xloadimage, which is free, not xv, which isn't.
4392 * ange-ftp.el (ange-ftp-file-name-nondirectory):
4393 Don't ever include the host name or user name in the value.
4395 2000-01-09 Gerd Moellmann <gerd@gnu.org>
4397 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
4400 2000-01-09 Stephen Eglen <stephen@gnu.org>
4402 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
4405 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
4407 * cus-edit.el (custom-hook-convert-widget): Fix comment.
4409 2000-01-09 Gerd Moellmann <gerd@gnu.org>
4411 * progmodes/cperl-mode.el: Replace ^F with ^L.
4413 * sendmail.el (toplevel): Provide `sendmail' when compiling
4414 before `require'ing rmail and mailalias to prevent infinite
4417 2000-01-08 Dave Love <fx@gnu.org>
4419 * emacs-lisp/backquote.el: Remove inappropriate customization
4420 (allowing custom.el to use backquote).
4422 2000-01-07 Dave Love <fx@gnu.org>
4424 * add-log.el (add-log-debugging): Deleted.
4425 (add-change-log-entry): Treat a backup FILE-NAME as its parent
4426 file. Remove debugging code.
4427 (change-log-get-method-definition, change-log-name): Add doc.
4428 (change-log-sortable-date-at): New function.
4429 (change-log-merge): New command.
4431 * time.el (display-time-string-forms): Make the Mail string active.
4432 (display-time-update): Provide help-echo for load average.
4434 * bindings.el (make-mode-line-mouse2-map): New function.
4435 (mode-line-modified): Use it and simplify.
4436 (mode-line-mule-info): Provide help-echo info.
4437 (minor-mode-alist): Activate the strings.
4438 (make-mode-line-mouse-sensitive): Simplify for
4439 mode-line-buffer-identification.
4441 2000-01-07 Gerd Moellmann <gerd@gnu.org>
4443 * play/pong.el: New file.
4445 2000-01-06 Dave Love <fx@gnu.org>
4447 * array.el: Assorted cleanups for compiler warnings, doc strings,
4448 `array-' prefix for symbols.
4450 2000-01-05 Dave Love <fx@gnu.org>
4452 * textmodes/outline.el (outline-mode-menu-bar-map): Add
4453 outline-headers-as-kill.
4454 (outline-mode): Define imenu-generic-expression.
4455 (outline-headers-as-kill): New command.
4457 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
4458 from paragraph-start.
4459 (paragraph-indent-minor-mode): New command.
4461 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
4462 M-C-e, M-C-h, C-j, C-xnd, TAB.
4463 (fortran-mode): Set beginning-of-defun, end-of-defun.
4464 (fortran-column-ruler): Simplify.
4465 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
4466 (fortran-with-subprogram-narrowing): Likewise.
4467 (fortran-indent-subprogram): Call mark-defun.
4468 (fortran-check-for-matching-do): Change narrowing.
4470 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
4471 (cl-lucid-hash-tag): Delete.
4472 (cl-hash-table-p): Correct test for native table.
4473 (cl-hash-table-count): Use hash-table-count.
4475 * browse-url.el (browse-url): Fix case of
4476 browse-url-browser-function being an alist.
4478 2000-01-05 Carsten Dominik <cd@gnu.org>
4480 * textmodes/reftex-vars.el (reftex-parse-file-extension)
4481 (reftex-index-phrase-file-extension): New options.
4483 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
4484 Use new option `reftex-index-phrase-file-extension'.
4486 * textmodes/reftex.el (reftex-access-parse-file): Use new option
4487 `reftex-parse-file-extension'.
4489 2000-01-05 Dave Love <fx@gnu.org>
4491 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
4492 (beginning-of-defun-raw): Use it.
4493 (end-of-defun): New variable.
4494 (end-of-defun): Use it.
4495 (check-parens): New command.
4497 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
4499 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
4500 (hs-show-block): Don't use `mapcar' when not accumulating.
4502 Fix buglet in local variables initialization.
4504 2000-01-05 Andreas Schwab <schwab@suse.de>
4506 * hscroll.el (hscroll): Doc fix.
4508 2000-01-05 Carsten Dominik <cd@gnu.org>
4510 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
4513 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
4515 (idlwave-customize): load must read file idlw-shell.el.
4516 (idlwave-create-customize-menu): load must read file idlw-shell.el.
4518 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
4520 * progmodes/idlw-shell.el: Also provide idlwave-shell
4521 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
4522 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
4524 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
4525 both reftex-dcr and reftex-vcr.
4527 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
4529 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4531 * ps-print.el: PostScript code now is in separate files, doc fix.
4532 (ps-print-version): New version number (5.0.3).
4533 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
4535 (ps-spool-config): Initialization fix.
4536 (ps-print-prologue-1, ps-print-prologue-2)
4537 (ps-print-duplex-feature): PostScript code moved to separated file.
4538 (ps-background-image): Little code reformating.
4539 (ps-begin-file, ps-begin-job): Fix code.
4540 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
4541 (ps-prologue-file): New fun.
4543 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4545 * ps-vars.el: Eliminated.
4547 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
4550 * ps-print.el: ps-vars eliminated, doc fix.
4551 (ps-print-version): New version number (5.0.2).
4552 (ps-spool-config): Initialization fix.
4553 (ps-print-customize): New fun.
4555 2000-01-04 Gerd Moellmann <gerd@gnu.org>
4557 * autorevert.el (auto-revert-mode): Return value of
4560 2000-01-04 Dave Love <fx@gnu.org>
4562 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
4565 2000-01-03 Dave Love <fx@gnu.org>
4567 * elide-head.el (elide-head) [defgroup]: Add :version.
4569 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
4570 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
4571 `cl-hash-table-p', not `hash-table-p'.
4572 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
4574 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4576 * faces.el (face-read-integer, read-face-attribute)
4577 (color-defined-p, color-values): unspecified-{f,b}g are now
4580 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
4582 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
4583 at comment end, and re-insert them after filling.
4585 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4587 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
4588 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
4589 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
4591 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4593 * term/x-win.el (xw-defined-colors): Call color-supported-p,
4594 the new name of face-color-supported-p.
4596 * term/w32-win.el (xw-defined-colors): Likewise.
4598 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4600 * simple.el (completion-setup-function): Count completion-size
4601 from minibuffer-prompt-end, not from point-min.
4603 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
4605 * faces.el (read-face-attribute, defined-colors, color-defined-p):
4606 Pass the frame to tty-color-* functions.
4607 (display-color-p, frame-set-background-mode): Pass the frame to
4608 tty-display-color-p.
4610 * term/tty-colors.el (tty-defined-color-alist): Renamed from
4612 (tty-color-alist, tty-modify-color-alist): New functions.
4613 (tty-color-define, tty-color-clear, tty-color-approximate)
4614 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
4615 an optional parameter FRAME.
4617 2000-01-01 Gerd Moellmann <gerd@gnu.org>
4619 * image.el (create-image, defimage): Don't assume image data is a
4622 * image.el (defimage): Handle specifications containing :data
4624 (image-type-from-data): New function.
4625 (image-type-from-file-header): Use it.
4626 (create-image): Add parameter DATA-P.
4628 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4630 * echistory.el (electric-command-history): Call Command-history-setup
4631 and command-history-mode using their new conventions.
4633 * chistory.el (Command-history-setup): Don't switch buffers. Take
4634 no args, and do not set major-mode, mode-name or the local map.
4635 (command-history-mode): New function, does some of those things
4636 Command-history-setup used to do.
4637 (list-command-history): Call command-history-mode, not
4638 Command-history-setup.
4639 (command-history): Renamed from command-history-mode.
4641 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4643 * arc-mode.el (archive-mode-map): Bind q to quit-window.
4645 1999-12-31 William M. Perry <wmperry@aventail.com>
4647 * image.el (defimage): Images with the `:data' keyword should be
4648 considered valid as well.
4650 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4652 * dired.el (dired-get-filename): Don't call file-name-absolute-p
4653 with FILE if FILE is nil.
4655 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4657 * simple.el (choose-completion-string): In minibuffer,
4658 do not delete the prompt string.
4660 1999-12-30 Gerd Moellmann <gerd@gnu.org>
4662 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
4663 assigned to mode-line-mode-menu because bindings.el is dumped with
4664 Emacs, and thus the lists used for menu-item definition will be
4665 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
4666 like pure menu item definitions.
4668 * expand.el (expand-abbrev-hook): Return t if expansion was
4669 done, nil otherwise.
4671 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4673 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
4674 (tar-quit): Function deleted.
4676 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
4678 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
4679 was used but not declared.
4681 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
4682 hs-find-block-beginning): Add or modify docstrings.
4684 (hs-isearch-show): Rewrite.
4686 1999-12-28 Gerd Moellmann <gerd@gnu.org>
4688 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
4690 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
4691 space in front of a C-style comment end.
4693 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
4695 * startup.el (command-line-1): Make mode line mouse-sensitive for
4696 the MS-DOS version as well.
4698 1999-12-28 Gerd Moellmann <gerd@gnu.org>
4702 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4704 * textmodes/ispell.el (ispell-process-line):
4705 Add local var line-offset to adjust for the change
4706 in positions within the line, due to previous replacements.
4708 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4710 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4713 1999-12-27 Gerd Moellmann <gerd@gnu.org>
4715 * add-log.el (change-log-version-number-regexp-list)
4716 (change-log-version-info-enabled): Change :version to 21.1.
4717 (toplevel): Require CL when compiling.
4719 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
4721 * add-log.el (change-log-version-number-regexp-list): Added tag
4723 (change-log-version-info-enabled): Added tag :version 20.6
4725 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
4727 * add-log.el: More general version number search with
4728 user-configurable regexp list.
4729 (change-log-version-number-regexp-list): New user variable.
4730 (change-log-find-version): Rewritten. Use user-configurable
4731 version numbering regexp list
4732 change-log-version-number-regexp-list.
4733 (change-log-find-version): Renamed to
4734 change-log-version-number-search
4735 (add-log-file-name-function): New.
4736 (change-log-search-vc-number): Added END paramaeter. Added doc
4738 (change-log-version-rcs): Renamed. Was
4739 change-log-search-vc-number.
4741 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
4743 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
4744 overlays if they interfere.
4745 (compilation-find-file): Make intangible overlays tangible.
4747 * progmodes/hideshow.el: Generally, synch w/ maintainer
4750 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
4752 (hs-minor-mode-hook): Don't initialize.
4754 (hs-special-modes-alist): Rewrite value and docstring.
4756 (hs-minor-mode-prefix): Delete unused var.
4758 (hs-block-start-mdata-select): New var, buffer local.
4760 (hs-headline): New var.
4762 (hs-match-data, hs-forward-sexp): New funcs.
4764 (hs-hide-comment-region): New func.
4766 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
4767 hs-safety-is-job-n, hs-hide-initial-comment-block,
4768 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
4769 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
4770 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
4771 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
4772 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
4774 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
4775 (hs-isearch-show-temporary): New funcs.
4777 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
4779 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
4781 When constructing menu, use `[(shift button2)]' notation.
4783 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4785 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
4786 (jka-compr-compression-info-list): Add new elt to each vector.
4787 (jka-compr-write-region): Don't compress the data if it is
4790 * jka-compr.el (jka-compr-really-do-compress): New variable.
4791 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
4793 (jka-compr-write-region): Set jka-compr-really-do-compress
4794 if visiting. Test it when deciding to compress.
4796 1999-12-22 Gerd Moellmann <gerd@gnu.org>
4798 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
4799 with third argument t.
4801 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4803 * antlr-mode.el: Version 1.2 is released.
4804 (antlr): This package has a web page.
4806 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4808 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
4809 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
4810 (antlr-mode-map): New binding [C-c C-c].
4811 (antlr-mode-menu): New entries.
4813 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4815 * antlr-mode.el: Respect Emacs conventions.
4816 ((require 'cl)): Only use during compilation.
4817 (antlr-language-for-option): New function to avoid using `find'.
4818 (antlr-mode): Use it.
4819 (antlr-with-syntax-table): Define new instead using XEmacs' one.
4820 (antlr-imenu-create-index-function): Change accordingly.
4821 (antlr-inside-rule-p): Ditto.
4822 (antlr-end-of-rule): Ditto.
4823 (antlr-end-of-body): Ditto.
4824 (antlr-beginning-of-rule): Ditto.
4825 (antlr-indent-line): Ditto.
4827 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
4829 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
4830 (antlr-set-tabs): Don't use hard-coded values.
4832 * antlr-mode.el: Minor navigation changes. Not perfect, but this
4833 won't be possible without a huge time penalty.
4834 (antlr-skip-exception-part): Be more specific.
4835 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
4836 Renamed from `antlr-skip-grammar-header'.
4837 (antlr-next-rule): Change accordingly.
4838 (antlr-end-of-body): Ditto. Better error message.
4839 (antlr-beginning-of-body): Better error message.
4840 (antlr-imenu-create-index-function): Skip rule action prelude.
4842 * antlr-mode.el: Minor syntax highlighting changes.
4843 (antlr-font-lock-default-face): Deletia.
4844 (antlr-font-lock-tokendef-face): Changed color.
4845 (antlr-font-lock-tokenref-face): Changed color.
4846 (antlr-font-lock-literal-face): Changed color.
4847 (antlr-font-lock-additional-keywords): Minor changes.
4849 1999-12-20 Carsten Dominik <cd@gnu.org>
4851 * progmodes/idlwave.el: New file.
4853 * progmodes/idlwave-rinfo.el: New file.
4855 * progmodes/idlwave-shell.el: New file.
4857 * progmodes/idlwave-toolbar.el: New file.
4859 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
4861 1999-12-21 Gerd Moellmann <gerd@gnu.org>
4863 * progmodes/cwarn.el: New file.
4865 1999-12-19 Gerd Moellmann <gerd@gnu.org>
4867 * bindings.el (completion-ignored-extensions): Add .pdf.
4869 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
4871 * version.el: Put the version info into binary on MS-DOS as well.
4873 1999-12-19 Gerd Moellmann <gerd@gnu.org>
4875 * emacs-lisp/debug.el (debugger-continue): Don't continue if
4876 debugger-may-continue is nil.
4878 1999-12-18 Dave Love <fx@gnu.org>
4880 * emacs-lisp/cl-macs.el: Remove conditional definition of
4881 eval-when-compile. Don't specify abs, expt, gethash,
4882 hash-table-count, hash-table-p as side-effect-free here.
4883 (cl-emacs-type): Don't declare.
4884 (cl-compile-time-init): Remove Emacs 18 compiler patch.
4885 (cl-parse-loop-clause): Remove compatibility code.
4887 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
4888 (side-effect-free-fns): Add gethash, hash-table-count.
4889 (side-effect-and-error-free-fns): Add hash-table-p.
4891 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
4892 `cl-' to autoload names for some hash functions. Don't autoload
4893 eval-when-compile. Don't provide mini-cl.
4894 (cl-emacs-type): Remove.
4895 (cl-map-extents): Remove compatibility code.
4897 * emacs-lisp/float.el: Bind free variables.
4899 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
4901 1999-12-16 Gerd Moellmann <gerd@gnu.org>
4903 * bindings.el (completion-ignored-extensions): Add .tfm.
4905 1999-12-16 Dave Love <fx@gnu.org>
4907 * faces.el (set-face-attribute): Purecopy the attributes set.
4909 * custom.el (custom-declare-variable): Purecopy value.
4911 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
4912 (byte-extrude-byte-code-vectors): Use remprop.
4913 (byte-compile-lambda): Check that arg is a lambda.
4915 1999-11-16 Anders Lindgren <AndersL@andersl.com>
4917 * font-lock.el: System for adding and removing keywords.
4918 Both local (previously added keyword) and global keywords
4920 (font-lock-remove-keywords): New user-level function.
4921 (font-lock-update-removed-keyword-alist): New internal function.
4922 (font-lock-removed-keywords-alist): New variable.
4923 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
4924 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
4925 growing datastructures.
4926 (font-lock-set-defaults): Removes keywords stored in
4927 `font-lock-removed-keywords-alist' after local keywords added.
4929 1999-12-16 Anders Lindgren <andersl@andersl.com>
4931 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
4932 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
4934 * font-lock.el (c-keywords): Only highlight preprocessor
4935 directives when spelled correctly.
4937 * font-lock.el (font-lock-match-c++-structor-declaration,
4938 c++-keywords): Fontify constructors and destructors with function
4939 face inside C++ class declarations.
4941 1999-12-16 Gerd Moellmann <gerd@gnu.org>
4943 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
4944 the shell from sh-shell-file.
4946 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
4948 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4950 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
4951 if one of the files specified cannot be accessed by
4952 file-attributes. Do not strip any leading directories from the
4953 file names, to behave more like `ls' does.
4955 * dired.el (dired-get-filename): Handle absolute file names.
4956 (dired-readin-insert): If argument is a cons, don't print
4957 "wildcard" on the ``total'' line.
4959 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4961 * faces.el (face-read-integer, read-face-attribute)
4962 (color-defined-p, color-values): Allow color values unspecified-fg
4963 and unspecified-bg, handle them as unspecified.
4965 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
4967 * textmodes/reftex.el: (reftex-compile-variables): respect new
4968 structure of `reftex-index-macro'
4969 (reftex-compile-variables): Use the changed structure of
4970 `reftex-label-alist'.
4972 * textmodes/reftex-vars.el (reftex-index-math-format,
4973 (reftex-toc-max-level): New option.
4974 reftex-index-phrases-search-whole-words,
4975 reftex-index-phrases-case-fold-search,
4976 reftex-index-phrases-skip-indexed-matches,
4977 reftex-index-phrases-wrap-long-lines,
4978 reftex-index-phrases-sort-prefers-entry,
4979 reftex-index-phrases-sort-in-blocks): New options.
4980 (reftex-index-macros): Option structure changed.
4981 (reftex-index-macros-builtin): Added `repeat' item to each entry.
4982 (reftex-label-alist): Additional item in each entry to specify if
4983 the environment should be listed in the TOC.
4984 (eval-when-compile (require 'cl)) added.
4986 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
4987 longer deals with "repeat".
4988 (reftex-index): "repeat property in `reftex-index-macro-alist' is
4990 (reftex-index-phrases-comment-regexp,
4991 reftex-index-phrases-macrodef-regexp,
4992 reftex-index-phrases-phrase-regexp1,
4993 reftex-index-phrases-phrase-regexp2,
4994 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
4996 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
4997 reftex-index-phrases-font-lock-keywords,
4998 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
4999 reftex-index-phrases-restrict-file): New variables.
5000 (reftex-index-phrase-selection-or-word,
5001 reftex-index-visit-phrases-buffer,
5002 reftex-index-initialize-phrases-buffer,
5003 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
5004 reftex-index-next-phrase, reftex-index-this-phrase,
5005 reftex-index-all-phrases, reftex-index-region-phrases,
5006 reftex-index-phrases-parse-header,
5007 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
5008 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
5009 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
5010 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
5011 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
5012 reftex-index-make-replace-string,
5013 reftex-query-index-phrase-globally, reftex-query-index-phrase,
5014 reftex-index-phrase-match-is-indexed,
5015 reftex-index-phrases-fixup-line,
5016 reftex-index-phrases-replace-space,
5017 reftex-index-select-phrases-macro): New functions.
5018 (reftex-index-globalize, reftex-index-globally): functions removed
5019 (eval-when-compile (require 'cl)) added.
5021 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
5023 (reftex-toc-max-level-indicator): New variable.
5024 (reftex-toc-max-level): New command.
5025 (reftex-toc-map): New keybinding `t'.
5026 (reftex-toc-help): Constant updated.
5027 (eval-when-compile (require 'cl)) added.
5029 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
5030 `t' command key can change `reftex-toc-max-level'
5031 (eval-when-compile (require 'cl)) added.
5033 * textmode/reftex-sel (reftex-insert-docstruct): Respect
5034 `reftex-toc-max-level'
5035 (eval-when-compile (require 'cl)) added.
5037 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
5040 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
5043 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
5045 (reftex-citation, reftex-do-citation,
5046 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
5047 preselect a citation format.
5048 (eval-when-compile (require 'cl)) added.
5050 * textmodes/reftex-parse.el (reftex-context-substring): Optional
5052 (reftex-section-info): Deal with environment matches.
5053 (eval-when-compile (require 'cl)) added.
5055 * reftex-global.el (eval-when-compile (require 'cl)) added.
5057 1999-12-15 Kenichi Handa <handa@etl.go.jp>
5059 The following changes are for the new composition mechanism. We
5060 have deleted `composition' charset and composite characters,
5061 instead introduced a special text property `composition'.
5063 * composite.el: New file.
5065 * ps-mule.el: Define encode-composition-rule and find-composition
5066 for Emacs 20.4 and the earlier versions.
5067 (ps-mule-init-external-library): Just require a feature for
5069 (ps-mule-prologue): Postscript code modified for new composition.
5070 (ps-mule-find-wrappoint): New arg COMPOSITION.
5071 (ps-mule-plot-string): Delete code for composite characaters.
5072 (ps-mule-plot-composition): New funcion.
5073 (ps-mule-prepare-font-for-components): New function.
5074 (ps-mule-plot-components): New function.
5075 (ps-mule-composition-prologue-generated): Renamed from
5076 ps-mule-cmpchar-prologue-generated.
5077 (ps-mule-composition-prologue): New named from
5078 ps-mule-cmpchar-prologue. Modified for new composition.
5079 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
5080 ps-mule-prepare-cmpchar-font): Deleted.
5081 (ps-mule-string-encoding): New arg NO-SETFONT.
5082 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
5083 check Composing, not Cmpchar
5084 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
5086 (ps-mule-begin-job): Check existence of new composition.
5088 * ps-print.el (ps-plot-region): Handle new composition.
5090 * simple.el (what-cursor-position): Show "(composed)" if the
5091 character is composed.
5093 * international/characters.el: Fix cateogries of Lao symbols.
5095 * international/fontset.el (vertical-centering-font-regexp): New
5098 * international/mule.el (mule-version): Updated to 5.0 (AOI).
5099 (mule-version-date): Updated to 1999.12.7.
5100 (with-category-table): New macro.
5102 * international/mule-cmds.el (encode-coding-char): Don't check
5103 composite character.
5105 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
5106 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
5107 x-ctext): Give `composition' property t.
5109 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
5110 non-nil) at the tail of ALIST.
5111 (compose-region, decompose-region, decompse-string,
5112 reference-point-alist, compose-chars): Moved to composite.el.
5113 (compose-chars-component, compose-chars-rule,
5114 decompose-composite-char): Deleted.
5116 * international/quail.el (quail-install-map): New optional arg
5118 (quail-get-translation): If DEF is a symbol but not a function,
5120 (quail-start-translation): Put a key sequence undefined in the
5121 translation keymap in unread-command-events, not generated-events.
5122 Return parameterized event (compose-last-chars N) if the input
5123 characters should be composed.
5124 (quail-map-definition): If DEF is t, treat it as nil.
5125 (quail-delete-last-char): Delete the quail region.
5126 (quail-show-translations): Don't show list of translations if the
5127 quail package is deterministic.
5128 (quail-completion-max-depth): New variable.
5129 (quail-completion-1): Pay attention to the above variable. Fix
5130 for the case that a translation is a function.
5131 (quail-map-from-table, quail-map-from-table-1,
5132 quail-map-from-table-2): New functions.
5133 (quail-lookup-map-and-concat): New function
5135 * language/devan-util.el: Mostly rewritten.
5137 * language/lao.el: Register lao-composition-function in
5138 composition-function-table.
5140 * language/lao-util.el: Mostly rewritten.
5142 * language/thai.el: Register thai-composition-function in
5143 composition-function-table.
5144 (thai-tis620): Delete `pre-write-conversion' property.
5146 * language/thai-util.el: (thai-category-table): Make it by
5147 make-category-table.
5148 (thai-composition-pattern): New variable.
5149 (thai-compose-region, thai-compose-string): Use
5150 with-category-table.
5151 (thai-post-read-conversion): Just call thai-compose-region.
5152 (thai-pre-write-conversion): Deleted.
5153 (thai-composition-function): New funciton.
5155 * language/tibet-util.el: Most functions rewritten.
5156 (tibetan-char-p): Renamed from tibetan-char-examin.
5157 (tibetan-composable-examin) (tibetan-complete-char-examin)
5158 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
5159 (tibetan-add-components): New function.
5160 (tibetan-composition-function): New function.
5162 * language/tibetan.el: Register tibetan-composition-function in
5163 composition-function-table.
5164 (tibetan-composable-pattern): New variable.
5165 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
5166 (tibetan-precomposition-rule-alist): Move punctuations to
5167 tibetan-punctuation-transcription-alist and
5168 tibetan-obsolete-glyphs.
5169 (tibetan-punctuation-transcription-alist): New variable.
5170 (tibetan-obsolete-glyphs): New variable.
5171 (tibetan-regexp): Improve the initialization code.
5173 * textmodes/fill.el (fill-find-break-point): Delete codes for
5174 composite characters.
5175 (fill-region-as-paragraph): Likewise.
5177 1999-12-14 Gerd Moellmann <gerd@gnu.org>
5179 * international/mule-cmds.el (default-input-method): Specify
5180 that it should be set after current-language-environment.
5182 * custom.el (custom-handle-keyword): Add :set-after.
5183 (custom-add-dependencies): New function.
5184 (custom-set-variables): Take dependencies between args into
5187 * battery.el (battery): Doc fix.
5189 1999-12-12 Gerd Moellmann <gerd@gnu.org>
5191 * progmodes/cc-make.el: Removed.
5193 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5195 * Release of cc-mode 5.26
5197 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5199 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
5200 target depth. Optionally count #else lines as clause limits,
5201 as suggested by don provan <provan@lucent.com>. #elif
5204 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
5205 (c-down-conditional-with-else): New commands that uses the
5206 added functionality in `c-forward-conditional'.
5208 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5210 * cc-align.el (c-lineup-comment): Preserve the alignment with
5211 a comment on the previous line instead of preserving the
5214 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5216 * Fixes to IDL mode after input from Eric Eide
5217 <eeide@cs.utah.edu>:
5218 * cc-engine.el (c-beginning-of-statement-1): Allow
5219 `c-conditional-key' to be nil, for the benefit of IDL mode.
5220 * cc-engine.el (c-guess-basic-syntax): Ditto.
5221 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
5222 but do match CORBA 2.3 `valuetype'.
5223 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
5225 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
5227 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
5229 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
5230 set `c-method-key' and `c-baseclass-key' to nil.
5232 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5234 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
5235 with nonhanging open braces.
5237 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5239 * cc-align.el: Added docstrings to all lineup functions.
5241 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
5244 * cc-align.el (c-lineup-C-comments): Handle free form text
5245 comments. Use c-comment-prefix-regexp and comment-start-skip
5246 instead of hardcoded regexps.
5248 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5250 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
5251 behavior and return value as documented.
5253 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5255 * Changes for new style variable init system:
5256 * cc-langs.el (c-common-init): Dito.
5257 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
5259 * cc-vars.el: Style variables may now take a value
5260 'set-from-style to make them take their value from the style
5261 system. This value is now the default on all these variables.
5262 * cc-vars.el (c-valid-offset): New function to verify a
5263 syntactic symbol offset setting.
5264 * cc-vars.el (c-offsets-alist): Variable moved from
5265 cc-styles.el since it's now customizable in a similar way to
5266 the other style variables.
5267 * cc-vars.el (c-old-style-variable-behavior): New variable to
5268 revert to the old style init behavior.
5270 * cc-vars.el (c-file-style, c-file-offsets): Made always
5273 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
5274 the throws clause that might follow the function prototype in
5277 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5279 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
5280 could move forward for macros that doesn't start in column 0.
5282 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5284 * cc-align.el (c-indent-multi-line-block,
5285 c-lineup-whitesmith-in-block): Two new lineup functions for
5286 use in whitesmith style.
5288 * cc-styles.el (c-style-alist): More fixes to whitesmith
5289 style. It should now handle all different braces uniformly in
5290 both hanging and non-hanging cases.
5292 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5294 * cc-cmds.el (c-indent-exp): Use a marker to save point to
5295 make it stay in the same position relative to the surrounding
5298 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
5299 when adaptive-fill-mode doesn't manage to get it correct.
5301 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
5302 with dotted notation, e.g. foo.bar.Gnu.
5304 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
5305 within unwind-protect (previously only some were wrapped so it
5306 would be possible to register mode initialization when full
5307 initialization did not finish).
5309 * cc-styles.el (c-style-alist): Corrected the brace placement
5310 in the whitesmith style. Thanks to Sean Luke
5311 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
5312 styles with consistent brace placement for all constructs.
5314 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5316 * cc-cmds.el (c-context-line-break): Continue C++ comments too
5317 when point is in the middle of them.
5319 * cc-cmds.el: Line breaking and paragraph filling code
5321 (c-guess-fill-prefix): New function that uses various
5322 heuristics to guess the comment prefix.
5323 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
5324 It now assumes adaptive filling is active to preserve the line
5325 prefix inside comments.
5326 (c-indent-new-comment-line): Replacement for the now
5327 obsolete `c-comment-line-break-function' that uses
5328 `c-guess-fill-prefix' when appropriate. It now observes the
5329 setting of `comment-multi-line', which has effect in C-style
5332 * cc-cmds.el (c-context-line-break): New function intended to
5333 be put on RET. It's essentially `newline-and-indent', but
5334 continues C block comments with the appropriate line prefix.
5336 * cc-cmds.el (c-do-auto-fill): New function put on
5337 `normal-auto-fill-function' to implement the
5338 `c-ignore-auto-fill' variable.
5340 * cc-cmds.el (c-beginning-of-statement): Use
5341 `c-comment-prefix-regexp' to avoid ending up inside the
5342 comment prefix. Better handling of comment starters and
5343 enders. Catch comments better when traversing code. Stop at
5344 preprocessor directives.
5346 * cc-defs.el (c-forward-comment): New subst to hide platform
5347 dependent quirks in `forward-comment'.
5349 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
5351 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
5352 arguments. Activate this function by default when
5353 `parse-partial-sexp' supports it (currently Emacs 20.x).
5355 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
5356 on the comment opener to make constants usable as lineup
5359 * cc-align.el (c-lineup-C-comments): Fixes to handle the
5360 changed anchor position in the `c' syntactic symbol. Handle
5361 more than stars in the comment prefix; use the new variable
5362 `c-comment-prefix-regexp'. Don't indent text not preceded by
5363 a comment prefix to the right of the comment opener if it's
5366 * cc-langs.el: Fixes to mode initialization for new line
5367 breaking and paragraph filling method. Adaptive fill mode is
5368 now activated at startup instead of deactivated. The
5369 variables used for adaptive filling and paragraph movement are
5370 also changed to incorporate the value of
5371 `c-comment-prefix-regexp'. `substitute-key-definition' is
5372 used to override some functions in the global map instead of
5373 overriding their default bindings.
5375 * cc-mode.el (java-mode): Modify `paragraph-start' for the
5376 javadoc markup at mode init.
5378 * cc-mode.el (c-setup-filladapt): A new convenience function
5379 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
5380 function is intended to be used explicitly by the end user
5383 * cc-vars.el (c-comment-prefix-regexp): New variable used to
5384 recognize the comment fill prefix inside comments.
5385 (c-block-comment-prefix): New name for
5386 `c-comment-contiuation-stars', which is now obsolete. It's
5387 generalized to handle any character sequence.
5388 (c-ignore-auto-fill): New variable used to selectively disable
5389 Auto Fill mode in specific contexts.
5391 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5393 * cc-cmds.el (c-comment-indent): Leave at least one space
5394 between the comment and the last nonblank character in the
5395 case where we look at the indentation of the comment on the
5396 previous line (case 4).
5398 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
5399 list of characters that may start a statement (it's a sort of
5400 prefix operator in Pike, and isn't used at all in any of the
5403 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5405 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
5406 inside continued statements as statement-cont instead of
5407 brace-list-open. The reason is that one normally adjusts
5408 brace-list-open for brace lists as top-level constructs, and
5409 brace lists inside statements is a completely different
5410 context. Case 10B.2 changed. Also changed (the somewhat
5411 esoteric) case 9A to cope with this.
5413 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5415 * cc-cmds.el (c-electric-brace): Added electric handling of
5416 the open brace for brace-elseif-brace.
5418 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5420 * cc-defs.el (c-with-syntax-table): New macro to easily switch
5421 syntax tables temporarily.
5423 * cc-engine.el (c-guess-basic-syntax): Handle template and
5424 member init argument lists split over several lines. Case 5D
5427 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
5428 @throws introduced in Javadoc 1.2.
5430 * cc-menus.el (cc-imenu-java-generic-expression): Applied
5431 patch from RMS to avoid infinite backtracking.
5433 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5435 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
5438 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5440 * cc-align.el (c-lineup-dont-change): Compensate properly for
5441 the column in langelem.
5443 * cc-engine.el (c-syntactic-information-on-region): New
5444 function to help debugging the syntactic analysis.
5446 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5448 * cc-align.el (c-lineup-template-args): Handle nested template
5451 * cc-langs.el (c++-template-syntax-table): New syntax table
5452 that makes `<' and `>' parenthesis characters, which is useful
5453 to switch to temporarily when analyzing template arglists.
5455 * cc-styles.el: Changed default alignment of labels in the
5456 java style to conform to the examples in the Java Language
5459 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
5462 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5464 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
5465 immediately before the closing paren in an arglist, so don't
5466 check that in Pike mode. Case 7A changed.
5468 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5470 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
5471 lines were ignored under certain conditions.
5473 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5475 * cc-align.el (c-lineup-template-args): New function for
5476 aligning continued template argument lists.
5478 * cc-engine.el (c-guess-basic-syntax): Fix for member init
5479 lists containing function arglists split over several lines.
5482 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
5483 template-args-cont didn't get recognized when the first
5484 arglist opener line doesn't contain a template argument. New
5487 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5489 * cc-defs.el (c-point): Changed from subst to macro for
5491 (c-beginning-of-defun-1, c-end-of-defun-1): New
5492 beginning-of-defun/end-of-defun wrappers separated from
5495 * cc-menus.el (imenu-generic-expression,
5496 imenu-case-fold-search, imenu-progress-message): Dummy
5497 definitions to avoid compiler warnings if imenu can't be
5499 * cc-menus.el (cc-imenu-init): New function called at mode
5501 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
5502 imenu initializations to cc-imenu-init.
5504 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5506 * cc-engine.el (c-guess-basic-syntax): Slightly better check
5507 for lambda-intro-cont in Pike mode. Case 6 changed.
5509 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
5510 anything following "new Foo()" was considered an anonymous
5511 class body in Java mode.
5513 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
5515 * cc-cmds.el (c-comment-line-break-function): When breaking in
5516 a string, don't insert a new line.
5518 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
5520 * cc-engine.el (c-at-toplevel-p): New interface function which
5521 returns information useful to add-on authors. It tells you
5522 whether you're at a toplevel statement or not.
5524 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
5526 * cc-cmds.el (c-comment-line-break-function): It is possible
5527 that forward-line does not land us at the bol, say if we're on
5528 the last line in a file. In that case, do a
5529 back-to-indentation instead of a forward-comment -1.
5531 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5533 * cc-engine.el (c-beginning-of-statement-1): Don't catch
5534 "default:" as normal label in case 4.
5536 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5538 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
5539 recognize continued bitfield declarations. Case 5D.1 changed.
5540 * cc-langs.el: New variable c-bitfield-key.
5541 * cc-mode.el: New variable c-bitfield-key.
5543 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5545 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
5546 anonymous array expressions (i.e. "new Foo[] {.. bracelist
5549 1999-12-12 Dave Love <fx@gnu.org>
5551 * mail/footnote.el: Require cl when compiling. Don't autoload
5552 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
5553 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
5555 (footnote-mode-line-string, Footnote-add-footnote): Remove
5558 1999-12-12 Richard Sharman <rsharman@pobox.com>
5560 * sh-script.el: Fix for when font-lock mode is active.
5561 (sh-font-lock-unfontify-region-function): New function.
5563 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
5565 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
5566 if start-process is not bound, since Ispell now supports such
5569 1999-12-12 Gerd Moellmann <gerd@gnu.org>
5571 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
5572 rmail-summary-goto-msg.
5574 * files.el (after-find-file): Fix previous change.
5576 1999-12-11 Dave Love <fx@gnu.org>
5578 * help.el (where-is): Use `commandp' as predicate for
5581 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5583 * cus-edit.el (custom-save-delete): Delete all occurrences,
5584 leave point where the first occurrence was.
5585 (custom-save-faces): Insert a newline at the end of the comment.
5586 Avoid a double newline there.
5587 If final closeparen is at bol, put a space before it.
5588 (custom-save-variables): Likewise.
5589 (custom-file): Doc fix.
5591 1999-12-10 Gerd Moellmann <gerd@gnu.org>
5593 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
5594 regexp matching image and audio files.
5596 1999-12-09 Dave Love <fx@gnu.org>
5598 * mail/footnote.el: New file.
5600 1999-12-09 Gerd Moellmann <gerd@gnu.org>
5602 * files.el (after-find-file): Use auto-save-visited-file-name if
5605 * mail/feedmail.el (feedmail-find-eoh): Take
5606 feedmail-queue-alternative-mail-header-separator into account.
5608 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
5610 * smerge-mode.el: New file.
5612 * font-lock.el (font-lock-multiline): New variable.
5613 (font-lock-add-keywords): Rename `major-mode' into `mode'.
5614 (font-lock-remove-keywords): Added a dummy `mode' argument for
5615 potential future support.
5616 (font-lock-fontify-anchored-keywords,
5617 (font-lock-fontify-keywords-region): Only handle multiline strings
5618 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
5620 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5622 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
5624 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
5626 1999-12-07 Dave Love <fx@gnu.org>
5628 * help.el (view-emacs-problems): New command, bound to C-h P.
5630 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
5632 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
5634 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
5635 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
5636 New code to support the minor mode version.
5637 (diff-recenter): New function.
5638 (diff-next-hunk, diff-next-file): Use it.
5639 (diff-remembered-files-alist): New var.
5640 (diff-merge-strings): New function.
5641 (diff-find-file-name): Make it smarter and use the user's input more.
5642 (diff-mode): Cosmetic changes.
5644 * files.el (save-some-buffers): Turn EXITING into the more general
5645 PRED argument to allow specifying a subset of buffers.
5647 * simple.el (kill-region): Use the new `delete-and-extract-region'
5648 rather than the undo log (which is incorrect with *-change-functions).
5650 * font-lock.el (font-lock-default-fontify-region): Fix subtle
5651 off-by-one problem that could force re-fontifying the whole buffer.
5652 (font-lock-remove-keywords): New function.
5653 (font-lock-add-keywords): Use the new function to ensure idempotence.
5655 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
5657 * viper-cmd.el (viper-minibuffer-standard-hook,
5658 viper-minibuffer-real-start): Mew functions.
5659 (viper-read-string-with-history,viper-file-add-suffix,
5660 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
5661 change in the status of the minibuffer prompt.
5663 1999-12-06 Gerd Moellmann <gerd@gnu.org>
5665 * comint.el (comint-redirect-results-list)
5666 (comint-redirect-results-list-from-process): Remove interactive
5669 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5671 * info.el (info-node, info-menu-5, info-xref): Define colors for
5672 Info faces if the display supports them.
5674 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5676 Changes for automatic remapping of X colors on terminal frames:
5678 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
5679 term-setup-hook. Call msdos-remember-default-colors and
5680 msdos-handle-reverse-video.
5681 (msdos-face-setup): Parts of code moved to
5682 msdos-setup-initial-frame.
5683 (msdos-handle-reverse-video): New function, modeled after
5684 x-handle-reverse-video.
5685 (make-msdos-frame): Don't use initial-frame-alist and
5686 default-frame-alist. Call msdos-handle-reverse-video.
5687 (msdos-color-aliases): Remove.
5688 (msdos-color-translate, msdos-approximate-color): Remove.
5689 (msdos-color-values): Use 16-bit RGB values. RGB values updated
5690 for better approximation of X colors.
5691 (msdos-face-setup): Call tty-color-clear. Remove code that sets
5692 up tty-color-alist (it is now on startup.el).
5693 (x-display-color-p, x-color-defined-p, x-color-values,
5694 x-defined-colors, face-color-supported-p, face-color-gray-p):
5697 * facemenu.el (facemenu-read-color, list-colors-display): Use
5698 defined-colors for all frame types.
5699 (facemenu-color-equal): Use color-values for all frame types.
5701 * faces.el (read-face-attribute): For :foreground and :background
5702 attributes and frames on character terminals, translate the color
5703 to the closest supported one before looking it up in the list of
5705 (face-valid-attribute-values): Call defined-colors for all types
5707 (defined-colors, color-defined-p, color-values, display-color-p):
5709 (x-defined-colors, x-color-defined-p, x-color-values,
5710 x-display-color-p): Aliases for the above.
5712 * startup.el (command-line): Register terminal colors for frame
5713 types other than x and w32, but only if the terminal supports
5714 colors. Call tty-color-define instead of face-register-tty-color.
5716 * term/x-win.el (xw-defined-colors): Renamed from
5718 * term/w32-win.el (xw-defined-colors): Likewise.
5720 * term/tty-colors.el: New file.
5721 * loadup.el: Load term/tty-colors.
5723 1999-12-06 Dave Love <fx@gnu.org>
5725 * ffap.el: Autoload the ffap alias directly.
5727 1999-12-06 Inge Frick <inge@nada.kth.se>
5729 * dired-aux.el (dired-do-shell-command): Changed documentation.
5730 (dired-shell-stuff-it): A `?' in COMMAND has now the same
5733 1999-12-06 Gerd Moellmann <gerd@gnu.org>
5735 * simple.el (insert-buffer): Doc fix.
5737 * apropos.el (apropos-mode): Add autoload cookie.
5739 1999-12-06 Sam Steingold <sds@goems.com>
5741 * progmodes/etags.el (etags-tags-completion-table): Modified the
5742 regexp to allow for the CL symbols starting with `+*'.
5743 (tags-completion-table): Doc fix (it's an obarray, not an alist).
5744 (tags-completion-table, tags-recognize-empty-tags-table): Remove
5745 `function' quoting lambda.
5746 (tags-with-face): New macro.
5747 (list-tags, tags-apropos): Use it.
5748 (tags-apropos-additional-actions): New user option.
5749 (etags-tags-apropos-additional): Use it.
5750 (tags-apropos): Call etags-tags-apropos-additional.
5751 (tags-apropos-verbose): New user option.
5752 (etags-tags-apropos): Use it.
5753 (visit-tags-table-buffer, next-file): Use `unless'.
5754 (recognize-empty-tags-table): Renamed to
5755 tags-recognize-empty-tags-table.
5756 (complete-tag): Call tags-complete-tag bypassing try-completion.
5758 1999-12-06 Kenichi Handa <handa@etl.go.jp>
5760 * international/mule.el (set-buffer-file-coding-system): Docstring
5763 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
5765 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
5766 using the hideshow package.
5767 (hs-special-modes-alist): Added entry for bibtex to allow the use
5768 of the hideshow package.
5769 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
5770 not longer provided by bibtex.el directly. Instead the hideshow
5771 package should be used.
5772 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
5773 references to bibtex-hide-entry-bodies.
5775 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
5777 * textmodes/bibtex.el: Copyright notice is up to date. Moved
5778 maintainer information closer to the beginning of the bibtex.el
5780 (bibtex-maintainer-salutation): New constant.
5781 (bibtex-version): New constant.
5782 (bibtex-submit-bug-report): Use bibtex-version and
5783 bibtex-maintainer-salutation.
5784 (bibtex-entry-field-alist): Made booktitle field optional for
5785 @inproceedings entries when crossreferenced.
5786 (bibtex-entry-field-alist): Added booktitle field to proceedings
5787 entry type (for cross referencing). Thanks to Wagner Toledo Correa
5789 (bibtex-string-file-path): Fixed typo.
5791 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
5793 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
5795 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
5798 1999-12-04 Dave Love <fx@gnu.org>
5800 * delsel.el: Revert previous change -- region is significant to
5803 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
5805 * viper-cmd.el (viper-change-state): Use
5806 viper-ESC-moves-cursor-back to decide whether to move the cursor
5809 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
5811 * international/mule-util.el (truncate-string-to-width): Docsting
5814 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
5816 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
5818 (lm-with-file): Move all the find-file...kill-buffer stuff into
5819 this macro. Make it use `find-file-noselect' and make it kill
5820 the buffer only if it wasn't already displayed somewhere.
5821 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
5822 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
5823 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
5824 (lm-commentary): Fix to handle the case when the change log is
5825 at the end of the file.
5827 1999-12-02 Kenichi Handa <handa@etl.go.jp>
5829 * international/mule.el (charsetp): Fix typo in docstring.
5831 * international/mule-diag.el (list-coding-categories): Fix typo;
5832 automatic -> autoload.
5834 1999-12-02 Gerd Moellmann <gerd@gnu.org>
5836 * vc.el (vc-update-change-log): Look for rcs2log under
5839 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
5840 outline-regexp, add outline-level.
5841 (lisp-outline-level): New.
5843 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
5844 remove extraneous string-match.
5846 * finder.el (finder-commentary): Activate Finder mode.
5848 1999-12-01 Anders Lindgren <andersl@andersl.com>
5850 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
5851 off when reverting buffers that contained mode specifiers.
5852 `revert-buffer' is now called with non-nil PRESERVE-MODES
5855 1999-12-01 Dave Love <fx@gnu.org>
5857 * delsel.el: Grok skeleton-pair-insert-maybe.
5859 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5861 * progmodes/cperl-mode.el (cperl-under-as-char):
5864 1999-11-30 Gerd Moellmann <gerd@gnu.org>
5866 * speedbar.el (toplevel): Remove compatibility code for Emacs
5867 versions without custom.el.
5869 1999-11-30 Dave Love <fx@gnu.org>
5871 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
5873 * autoinsert.el: Minor doc fixes.
5874 (auto-insert): Return nil.
5876 * faces.el (set-face-documentation): Purecopy STRING.
5878 1999-11-29 Dave Love <fx@gnu.org>
5880 * derived.el: Doc fixes, remove old backquote syntax.
5882 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
5883 comment warning about editing.
5885 * help.el (help-mode-hook): Define.
5887 1999-11-29 Gerd Moellmann <gerd@gnu.org>
5889 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
5890 invalid translation of old-style backquote syntax to new syntax.
5892 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
5894 * Makefile (DONTCOMPILE): Add term/internal.el.
5896 1999-11-26 Dave Love <fx@gnu.org>
5898 * comint.el: Fix last change.
5900 * emacs-lisp/advice.el: Fix last change.
5902 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5904 * cus-edit.el (Custom-reset-standard): Doc fix.
5905 (custom-variable-reset-standard): Doc fix.
5906 (custom-face-reset-standard): Doc fix.
5907 (custom-face-menu): "Reset to Standard" => "Erase Customization".
5908 (custom-variable-menu): Likewise.
5909 (custom-reset-menu): Likewise.
5910 (custom-buffer-create-internal): Likewise.
5912 1999-11-26 Dave Love <fx@gnu.org>
5914 * progmodes/make-mode.el (makefile-mode-hook): Customize.
5916 * font-lock.el: Doc fixes.
5918 * menu-bar.el (menu-bar-mode): Customize.
5920 * cus-start.el: Add use-dialog-box.
5922 * add-log.el (change-log-mode-hook): Customize.
5923 (add-log-current-defun): Use
5924 fortran-{beginning,end}-of-subprogram.
5926 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5928 * emacs-lisp/advice.el: Many doc fixes.
5930 * comint.el (comint-preoutput-filter-functions): Doc fix.
5932 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5934 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5935 Improve messages for capitalization of arg names,
5936 for flag variables, for t and nil, for imperatives.
5937 Call them imperatives rather than infinitives sans "to".
5938 (checkdoc-common-verbs-wrong-voice): Add "moves".
5939 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
5941 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5942 Don't convert comments from 3-semicolon to 2-semicolon.
5943 That is a matter of style.
5944 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
5945 (checkdoc-comments): Don't bind that variable.
5947 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5949 * files.el (write-file-hooks): Doc fix.
5951 1999-11-26 Gerd Moellmann <gerd@gnu.org>
5953 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
5955 1999-11-25 Dave Love <fx@gnu.org>
5957 * hippie-exp.el: Require comint when compiling.
5958 (hippie-expand): Add :links.
5959 (hippie-expand-try-functions-list): Customize.
5961 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
5963 * viper*el: Replaced old-style backquotes.
5965 * ediff*el: Replaced old-style backquotes.
5968 (ediff-looks-like-combined-merge,ediff-get-combined-region):
5969 Changed to support the new format for ediff-combination-pattern.
5971 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
5972 Changed to support the new format for ediff-combination-pattern.
5974 1999-11-24 Dave Love <fx@gnu.org>
5976 * custom.el (custom-declare-group): Purecopy DOC.
5977 (custom-handle-keyword): Purecopy VALUE.
5978 (custom-add-link): Purecopy WIDGET.
5979 (custom-add-version): Purecopy VERSION.
5980 (custom-add-load): Purecopy LOAD.
5982 * cus-face.el (custom-declare-face): Purecopy DOC.
5985 (Info-build-node-completions, Info-search, Info-follow-reference)
5986 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
5987 (Info-find-emacs-command-nodes): Avoid properties on matched text
5988 which may appear in minibuffer.
5990 1999-11-24 Gerd Moellmann <gerd@gnu.org>
5992 * locate.el (locate-with-filter): Doc fix.
5994 1999-11-24 Alex Schroeder <alex@gnu.org>
5996 * sql.el (sql-find-sqli-buffer): New function.
5997 (sql-set-sqli-buffer-generally): New function.
5998 (sql-set-sqli-buffer): Better checking of new-buffer.
5999 (sql-copy-column): Add comma after INTO clause, too.
6001 1999-11-24 Alex Schroeder <alex@gnu.org>
6003 * sql.el (sql-imenu-generic-expression): New, used to set
6004 imenu-generic-expression.
6006 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
6007 setting font-lock-defaults' SYNTAX-ALIST. Set
6008 imenu-generic-expression, imenu-case-fold-search, and
6011 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
6012 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
6014 1999-11-23 Andrew Innes <andrewi@gnu.org>
6016 * w32-win.el (w32-drag-n-drop): Load files in current window, if
6017 drop coords aren't over a specific window.
6019 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6021 * ps-print.el: Define mule funs without checking if mule package is
6023 (ps-print-version): New version number (5.0.1).
6024 (ps-header-dirpart): Now uses abbreviate-file-name.
6026 1999-11-23 Dave Love <fx@gnu.org>
6028 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
6030 (fortran-comment-line-start-skip): Renamed from
6031 comment-line-start-skip.
6032 (fortran-mode-map): Use renamed functions. Add manual and custom
6034 (fortran-mode-hook): Customize.
6035 (fortran-comment-indent-function): Renamed from
6036 fortran-comment-hook.
6037 (delete-horizontal-regexp): Function deleted.
6038 (fortran-electric-line-number): Simplified.
6039 (fortran-beginning-of-subprogram): Renamed from
6040 beginning-of-fortran-subprogram.
6041 (fortran-end-of-subprogram): Renamed from
6042 end-of-fortran-subprogram.
6043 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
6044 (fortran-previous-statement, fortran-next-statement): Simplified.
6045 (fortran-blink-match): New function.
6046 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
6047 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
6048 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
6050 (fortran-fill): No longer interactive. Simplified.
6051 (fortran-break-line): Simplified.
6052 (fortran-analyze-file-format): Use char-after, not looking-at.
6054 * emacs-lisp/find-func.el (find-function-regexp): Use
6055 `define-minor-mode' after easy-menu change.
6057 1999-11-23 Gerd Moellmann <gerd@gnu.org>
6059 * comint.el: Add redirection.from active comint buffers into
6060 another buffer. Written by Peter Breton.
6062 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
6064 * emacs-lisp/autoload.el (make-autoload): Recognize the new
6065 `define-minor-mode'.
6066 (define-minor-mode): Specify `doc-string-elt'.
6068 * emacs-lisp/easy-mmode.el: Changed maintainer.
6069 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
6070 Use defcustom for the hooks; Improve the auto-generated docstrings.
6071 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
6072 (define-minor-mode): Add BODY arg; Only declare the keymap if
6073 provided; Improve the auto-generated docstrings.
6075 1999-11-22 Gerd Moellmann <gerd@gnu.org>
6077 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
6078 that the leading `^' is at the start. This is necessary because
6079 paragraphs.el tries to remove anchors, but can find them only if
6080 they are the first character.
6082 * progmodes/antlr-mode.el: New file.
6084 * calendar/calendar.el: Fix autoload for
6085 calendar-absolute-from-astro. Add autoload for
6086 calendar-print-astro-day-number.
6088 1999-11-21 Anders Lindgren <andersl@andersl.com>
6090 * follow.el: Use modern backquote syntax. Minor comment update.
6092 1999-11-21 Gerd Moellmann <gerd@gnu.org>
6094 * simple.el (with-syntax-table): Don't switch buffers.
6096 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
6097 progmodes/hideif.el: Use new backquote syntax.
6099 1999-11-21 Ken Manheimer <klm@python.org>
6101 * icomplete.el (icomplete-completions): Use an explicit variable
6102 `icomplete-prospects-length', obviating the need to use an
6103 apparently faulty throw/catch arrangement.
6105 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
6107 * term/internal.el (IT-display-table-setup): Don't overstep
6110 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
6112 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
6113 for the charset chinese-sisheng is 7bit encoding, not 8bit.
6115 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
6117 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
6118 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
6120 * files.el (auto-mode-alist): Add patterns for diff-mode.
6122 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
6123 to detect an empty prompt.
6125 1999-11-18 Dave Love <fx@gnu.org>
6127 * simple.el (input-mode-8-bit): Fix the customization.
6129 1999-11-18 Gerd Moellmann <gerd@gnu.org>
6131 * international/iso-acc.el (iso-languages): Add more
6132 characters for Portuguese.
6134 * speedbar.el: Clean up comment at the start of the file.
6137 * progmodes/compile.el (compilation-parse-errors): Use
6138 compilation-buffer-p instead of testing major-mode.
6140 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
6142 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
6143 (quickurl-ask): completion-ignore-case is set to the value of
6144 quickurl-completion-ignore-case for the duration of the call to
6147 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6149 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
6151 1999-11-18 Kenichi Handa <handa@etl.go.jp>
6153 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
6154 instead of ps-print-def.
6156 * ps-print.el: Require ps-vars instead of ps-print-def.
6158 * ps-mule.el: Require ps-vars instead of ps-print-def.
6160 1999-11-17 Gerd Moellmann <gerd@gnu.org>
6162 * simple.el (with-syntax-table): Save buffer explicitly instead of
6163 using save-excursion.
6165 1999-11-16 Gerd Moellmann <gerd@gnu.org>
6167 * mail/supercite.el: New maintainer.
6169 1999-11-16 Reto Zimmermann <reto@synopsys.com>
6171 * progmodes/vhdl-mode.el: Use new backquote syntax.
6173 1999-11-16 Gerd Moellmann <gerd@gnu.org>
6175 * simple.el (with-syntax-table): New.
6177 1999-11-15 Sam Steingold <sds@ksp.com>
6179 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
6181 1999-02-22 Sam Steingold <sds@goems.com>
6183 * goto-addr.el (goto-address-at-mouse,
6184 goto-address-find-address-at-point): Use compose-mail.
6185 (goto-address-mail-method): Removed variable.
6186 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
6187 goto-address-send-using-mail): Removed functions.
6189 1998-11-03 Sam Steingold <sds@goems.com>
6191 * simple.el (backward-delete-char-untabify):
6192 backward-delete-char-untabify-method can be `all' now - to delete
6193 hungrily including newlines.
6195 1999-11-15 Sam Steingold <sds@ksp.com>
6197 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
6199 1999-11-15 Dave Love <fx@gnu.org>
6201 * cus-edit.el (customize-face, customize-face-other-window):
6202 Require match from completing-read.
6203 (custom-buffer-done-function): Default to custom-bury-buffer, not
6206 1999-11-15 Gerd Moellmann <gerd@gnu.org>
6208 * mail/rmail.el, iswitchb.el, hippie-exp.el,
6209 progmodes/cperl-mode.el: Use new backquote syntax.
6211 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
6213 * uniquify.el: Use new backquote syntax.
6215 1999-11-14 Markus Rost <rost@ias.edu>
6217 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
6218 as in ispell-local-dictionary-alist.
6220 1999-11-14 Alex Schroeder <alex@gnu.org>
6222 * ansi-color.el (ansi-color-apply): Updated regexps to include
6225 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
6227 * forms.el (forms--make-format-elt-using-text-properties):
6228 Treat `intangible' differently.
6230 * forms.el: Use new backquote syntax.
6232 1999-11-13 Gerd Moellmann <gerd@gnu.org>
6234 * textmodes/scribe.el (scribe-mode): Doc-fix.
6236 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
6238 * net-utils.el (run-network-program, net-utils-run-program): Use
6239 the new backquote syntax.
6240 (smbclient-program, smbclient-program-options)
6241 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
6243 (smbclient, smbclient-list-shares): New functions
6245 1999-11-12 Sam Steingold <sds@ksp.com>
6247 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
6248 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
6249 (viper-kbd-buf-definition, viper-kbd-mode-alist)
6250 (viper-kbd-mode-pair, viper-kbd-mode-definition)
6251 (viper-kbd-global-pair, viper-kbd-global-definition):
6252 Use the new backquote syntax.
6254 * emulation/viper-cmd.el (viper-test-com-defun)
6255 (viper-prefix-arg-value, viper-prefix-arg-com):
6256 Use the new backquote syntax.
6258 * emacs-lisp/debug.el (debugger-env-macro):
6259 Use the new backquote syntax.
6261 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
6262 Use the new backquote syntax.
6264 * calendar/calendar.el (calendar-remove-frame-by-deleting):
6266 (calendar-hide-window): Use it.
6267 (increment-calendar-month, calendar-for-loop, calendar-sum):
6268 Use the new backquote syntax.
6270 1999-11-12 Andrew Innes <andrewi@gnu.org>
6272 * select.el (x-set-selection): Call buffer-substring, not
6273 substring. Also fix docstring
6275 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
6277 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
6278 of customizable variables to bug report message. Added
6279 system-type to package name in bug report.
6281 1999-11-12 Gerd Moellmann <gerd@gnu.org>
6283 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
6284 to display file names.
6286 1999-11-11 Gerd Moellmann <gerd@gnu.org>
6288 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
6290 * isearch.el: Add lazy-highlighting feature.
6292 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
6294 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
6296 (ps-mode-submit-bug-report): New function. Entry added to menu.
6298 1999-11-10 William M. Perry <wmperry@aventail.com>
6300 * mwheel.el: New file to support the new style wheeled mice.
6302 1999-11-10 Gerd Moellmann <gerd@gnu.org>
6304 * startup.el (initial-scratch-message): Add ";;" to the front of
6305 lines in the message.
6307 * files.el (file-local-copy): Remove optional BUFFER argument
6308 because that's not used by anything.
6310 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
6313 1999-11-08 Markus Rost <rost@ias.edu>
6315 * wid-edit.el (widget-button-click): Wrap with save-excursion
6316 to restore track-mouse in the correct buffer.
6318 1999-11-08 Gerd Moellmann <gerd@gnu.org>
6320 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
6322 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
6324 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
6325 lpr-command to "lp" for some system-types. (copied from lpr.el
6326 Emacs version 20.2.1).
6328 1999-11-04 Markus Rost <rost@ias.edu>
6330 * simple.el (comment-region): Strip off white space at end of
6333 1999-11-04 Gerd Moellmann <gerd@gnu.org>
6335 * faces.el (secondary-selection): Fix wrong color name.
6337 1999-11-04 John Tobey <jtobey@epsilondev.com>
6339 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
6340 the default when invoking perldb in a non-Perl buffer, and other
6341 cases involving -e or --.
6343 1999-11-04 Gerd Moellmann <gerd@gnu.org>
6345 * simple.el (previous-matching-history-element)
6346 (next-history-element): Use delete-field instead of erase-field.
6348 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
6349 Use delete-field instead of erase-field.
6351 * faces.el (secondary-selection): Change background to yellow.
6353 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
6354 find the start of the text. Use field-string to read the user
6357 1999-11-03 Gerd Moellmann <gerd@gnu.org>
6359 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
6360 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
6361 for compatibility with old face implementation.
6363 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
6364 Use erase-field instead of erase-buffer.
6366 * frame.el (blink-cursor-mode, blink-cursor-end): Use
6367 internal-show-cursor with new interface.
6368 (blink-cursor-timer-function): New.
6369 (blink-cursor-start): Use blink-cursor-timer-function.
6371 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6373 * calendar.el (redraw-calendar): Move to nearest date before
6376 * diary-lib.el (simple-diary-display): Reset modeline even if
6377 there are no diary entries since the diary buffer may be displayed.
6379 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6381 * emacs-lisp/debug.el (debug): If noninteractive, display the
6382 backtrace using `message', then exit Emacs.
6383 (debugger-batch-max-lines): New variable.
6384 (debugger-setup-buffer): New subroutine, broken out of `debug'.
6385 Change the messages put at the start, to say that the debugger
6388 1999-11-02 Sam Steingold <sds@ksp.com>
6390 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
6392 1999-11-01 John Tobey <jtobey@epsilondev.com>
6394 * gud.el: (gud-perldb-massage-args): Massage correctly in the
6395 presence of perl switches other than "-e".
6397 1999-11-01 Markus Rost <rost@ias.edu>
6399 * dired-x.el (dired-smart-shell-command): Use
6400 shell-command-history as in shell-command.
6402 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6404 * userlock.el (ask-user-about-lock): Doc fix.
6406 * frame.el: Doc fixes.
6408 1999-11-01 Gerd Moellmann <gerd@gnu.org>
6410 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
6412 (blink-cursor-start, blink-cursor-end): Ditto.
6414 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
6416 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6418 * window.el (walk-windows): If ALL-FRAMES is a frame,
6419 start on that frame. Use save-selected-window.
6421 1999-11-01 Gerd Moellmann <gerd@gnu.org>
6423 * simple.el (end-of-buffer): Use window-end to find the window end
6424 instead of vertical-motion because this handles variable-height
6427 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
6429 * ediff.el: Version change.
6431 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
6432 make sure you are in a good frame before deleting other
6434 (ediff-file-checked-in-p): Don't consider CVS
6436 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
6437 are writing to a newly created empty file.
6439 * ediff-mult.el (ediff-show-session-group-hook): New default.
6441 * ediff-vers.el (ediff-pcl-cvs-view-revision):
6442 First cd to the file directory. reportedly works
6443 better with remote files.
6445 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
6446 Use file-name-nondirectory when passing files to CVS.
6448 * ediff-diff.el (ediff-cmp-options): New variable.
6449 (ediff-same-file-contents): Use ediff-cmp-options.
6451 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
6452 ediff-get-patch-buffer): Use current buffer if it appears to be a
6455 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
6458 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
6459 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
6460 (viper-save-cursor-color,viper-restore-cursor-color):
6461 Improved cursor color handling.
6462 (viper-get-saved-cursor-color-in-replace-mode,
6463 viper-get-saved-cursor-color-in-insert-mode): New functions for
6464 better cursor color handling.
6466 * viper-ex.el (ex-read,ex-edit):
6467 Fixes for correct interpretation of #,%.
6468 (viper-ex): Now works correctly when called from other functions.
6469 (viper-glob-function): New variable.
6470 (viper-ex): Save excursion before doing :global.
6472 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
6474 * viper-cmd.el (viper-post-command-sentinel,
6475 viper-insert-state-post-command-sentinel,
6476 viper-insert-state-pre-command-sentinel): Takes better care of
6479 * viper.el: Version change.
6481 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
6483 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
6484 that the modeline display was updated *only* when
6485 `whitespace-display-in-modeline' was set, not otherwise.
6487 1999-10-30 Gerd Moellmann <gerd@gnu.org>
6489 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
6492 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
6495 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
6497 * whitespace.el: Test for existence of `defcustom' and `defgroup'
6498 using fboundp instead of assuming that these are not present in
6499 particular flavors of emacs.
6500 (whitespace-version): Update to 2.8
6501 (whitespace-display-in-modeline): Add custom variable to control
6502 displaying the whitespace errors on the modeline based on
6503 suggestion from <klaus.berndl@sdm.de>
6504 (whitespace-buffer): Now returns `t' if unclean and `nil' if
6505 clean, to enable using as a hook function, as suggested by Puneet
6506 Goel <puneet@computer.org>
6507 (whitespace-buffer): Fix a subtle bug that cleaned up only if
6508 quiet was not set, even with whitespace-auto-cleanup set.
6509 (whitespace-mode-line): Now uses less modeline real estate and
6510 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
6511 which is present in the file, and <y> is any type of whitespace
6512 whose check has been suppressed by setting
6513 `whitespace-check-<whitespace-type>' to nil.
6514 (whitespace-unchecked-whitespaces): New function to return the
6515 list of whitespaces for whom checks have been suppressed.
6516 (whitespace-display-unchecked-whitespaces): Renamed to
6517 `whitespace-update-modeline' to reflect its functionality.
6519 1999-10-30 Gerd Moellmann <gerd@gnu.org>
6521 * progmodes/compile.el (compilation-error-regexp-alist):
6522 Undo previous change.
6524 1999-10-28 Dave Love <fx@gnu.org>
6526 * help.el (help-follow): Make arg optional again and really
6529 1999-10-28 Gerd Moellmann <gerd@gnu.org>
6531 * paths.el (rmail-file-name): Make it an option.
6533 * progmodes/ada-mode.el, progmodes/ada-prj.el,
6534 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
6537 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
6538 MIPS Pro 7.3 compiler error message syntax.
6540 1999-10-27 Dave Love <fx@gnu.org>
6542 * progmodes/compile.el: Checkdoc-inspired fixes.
6544 1999-10-27 Gerd Moellmann <gerd@gnu.org>
6546 * lpr.el (print-buffer): Doc-string fix.
6548 1999-10-27 Dave Love <fx@gnu.org>
6550 * emacs-lisp/advice.el: Doc fixes.
6551 (ad-lemacs-p): Removed.
6552 (advice): Add :link to defgroup.
6554 1999-10-27 Kenichi Handa <handa@etl.go.jp>
6556 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
6557 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
6559 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6561 * window.el (walk-windows): If ALL-FRAMES is a frame,
6562 start on that frame. Use save-selected-window.
6564 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6566 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
6567 ad-activate. All callers changed, including those in data.c.
6568 (ad-activate-internal-off): Renamed from ad-activate-off.
6570 (ad-activate): Renamed from ad-activate-on. All uses changed.
6571 (ad-start-advice, ad-stop-advice, ad-recover-normality):
6572 Alter the definition of ad-activate-internal, not ad-activate.
6574 1999-10-26 Gerd Moellmann <gerd@gnu.org>
6576 * startup.el (command-line-1): Add support for command line
6577 arguments `file' and `execute'. Fix handling of `visit'.
6579 1999-10-26 Kenichi Handa <handa@etl.go.jp>
6581 * international/mule-cmds.el (read-input-method-name): Handle the
6582 case that the arg DEFAULT is symbol.
6584 * international/mule-diag.el (mule-diag): Handle the case that
6585 default-input-method is symbol.
6587 1999-10-26 Gerd Moellmann <gerd@gnu.org>
6589 * textmodes/tildify.el: New file.
6591 1999-10-25 Sam Steingold <sds@ksp.com>
6593 * Makefile (compile-files): Fixed the "tr" strings.
6594 (EMACS): Set to ../src/emacs.
6596 1999-10-25 Gerd Moellmann <gerd@gnu.org>
6598 * info.el (Info-build-node-completions): Add '("*") to the
6601 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6603 * frame.el (auto-raise-mode): When enabling the mode,
6604 immediately raise the selected frame.
6606 * indent.el (indent-region): Doc fix.
6608 * comint.el (comint-output-filter): Make the Comint buffer current
6609 for the comint-preoutput-filter-functions.
6611 * mail/reporter.el: Doc fix.
6613 1999-10-24 Stephen Eglen <stephen@gnu.org>
6615 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
6616 that Octave lisp files can also run under XEmacs 20.
6617 (require 'custom) added so that files can run under Emacs 19.34.
6619 * iswitchb.el (iswitchb-default-keybindings): No need to use
6620 read-kbd-macro in keybindings.
6622 1999-10-23 Dave Love <fx@gnu.org>
6624 * elide-head.el: New file.
6626 1999-10-23 Gerd Moellmann <gerd@gnu.org>
6628 * Makefile (compile-files, backup-compiled-files): New targets.
6629 (bootstrap, bootstrap-clean): Ditto.
6631 1999-10-22 Paul Eggert <eggert@twinsun.com>
6633 * international/mule-cmds.c (locale-language-names):
6634 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
6635 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
6636 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
6637 Use Latin-8 for Welsh.
6638 Use Latin-1 for English if "en" is explicitly specified.
6639 Use Latin-1 for Scots Gaelic, Tagalog.
6640 Use Latin-1 (not Latin-4) for Greenlandic.
6641 Use Latin-1 (not Latin-2) for Albanian.
6642 (locale-preferred-coding-systems, locale-language-names):
6643 Remove generic ISO 8859 locales; locale-charset-language-names now
6645 (locale-charset-language-names): New variable.
6646 (set-locale-environment): Use language name specified by
6647 locale-charset-language-names if its charsets disagree with the
6648 language name specified by locale-language-names.
6650 1999-10-22 Dave Love <fx@gnu.org>
6652 * make-mode.el: Minor doc fixes.
6654 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
6656 1999-10-21 Dave Love <fx@gnu.org>
6658 * loadup.el: Add latin-8, latin-9.
6660 1999-10-20 Paul Eggert <eggert@twinsun.com>
6662 * disp-table.el (standard-display-european): Remove undocumented
6663 arg AUTO; no longer used by startup.el. Do not attempt to treat
6664 all non-English language environments as coding system names.
6665 Instead, use the downcased language environment name as a coding
6666 system name if it is one; otherwise, use latin-1.
6668 1999-10-20 Gerd Moellmann <gerd@gnu.org>
6670 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
6671 that were split so that part of the comment appeared as Lisp code.
6673 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6675 * ps-bdf.el: Doc fix.
6677 * ps-print-def.el: New file: common definitions for all parts of
6679 (ps-multibyte-buffer): Moved from ps-mule.
6681 * ps-mule.el: File dependence fix.
6682 (ps-multibyte-buffer): Moved to ps-print-def.
6684 * ps-print.el: Doc fix, better customization.
6685 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
6686 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
6687 (ps-end-file): Doc fix.
6688 (ps-setup, ps-begin-file): Fun fix.
6689 (postscript): New group.
6690 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
6691 (ps-print-prologue-1): Adjust PostScript programming.
6692 (ps-print): Adjust group hierarchy.
6693 (ps-print-n-up, ps-print-zebra, ps-print-background,
6695 (ps-print-page): New subgroups.
6696 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
6697 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
6698 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
6699 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
6700 (ps-zebra-stripe-height, ps-print-background-image)
6701 (ps-print-background-text, ps-spool-config): Adjust customization.
6702 (dos-ps-printer): Definition eliminated.
6704 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6706 * ps-mule.el: Doc fix, define functions properly if mule package is
6708 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
6709 mule package is loaded or not.
6711 * ps-print.el: Doc fix, n-up printing.
6712 (ps-print-version): New version number (5.0).
6713 (ps-page-dimensions-database): Added document media.
6714 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
6715 (ps-page-order, ps-printing-region-p): New vars.
6716 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
6718 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
6719 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
6720 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
6721 (ps-n-up-xstart, ps-n-up-ystart): New macros.
6722 (ps-print-begin-sheet-hook): New hook.
6723 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
6725 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
6726 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
6727 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
6728 (ps-count-lines): Changed to defun.
6729 (ps-header-page): Changed to defsubst, fix fun.
6730 (ps-printing-region): Doc fix, adjust programming code.
6731 (ps-output-boolean, ps-background-pages, ps-background-text)
6732 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
6735 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6737 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
6738 (ps-print-version): New version number (4.2).
6739 (ps-spool-config, ps-spool-tumble): New vars.
6740 (ps-print-prologue-1): Changed to defconst, adjust PostScript
6741 programming, new PostScript procedure to handle errors.
6742 (ps-print-prologue-2): Changed to defconst.
6743 (ps-print-duplex-feature): New const: duplex and tumble setting.
6744 (ps-setup, ps-begin-file): Fix funs.
6745 (ps-boolean-capitalized): New fun.
6747 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
6749 * Makefile (dontcompilefiles): Obsoleted.
6750 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
6752 (temacs): Removed (unused).
6753 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
6754 version of the file (necessary for the update to work properly).
6755 (autoloads): Force the use of `pwd`/loaddefs.el.
6756 (updates); Redefined in terms of other targets to reduce redundancy.
6757 (.el.elc): New default rule, just in case you want it.
6758 (compile): Use a single invocation of Emacs.
6759 (bootstrap-compile); Unneeded.
6760 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
6762 1999-10-19 Dave Love <fx@gnu.org>
6764 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
6766 1999-10-19 Sam Steingold <sds@ksp.com>
6768 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
6769 comply with the comment.
6771 1999-10-19 Gerd Moellmann <gerd@gnu.org>
6773 * autorevert.el (auto-revert-mode): Make auto-revert-mode
6776 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
6778 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
6779 value: \"lpr\" changed to "lpr"
6780 (ps-mode-version): New constant
6781 (ps-mode-show-version): New function, added key in ps-mode-map
6782 (ps-run-messages): Removed
6783 (ps-run-font-lock-keywords-2): New defcustom variable replacing
6784 ps-run-messages. These keywords now include the value of
6785 ps-run-prompt, making its fontification customizable.
6786 (ps-run-init): Removed \\n from docstring, it is now added when
6788 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
6790 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
6791 customizable variables in doc-string (its equivalent
6792 ps-run-messages was missing in previous version of the doc-string)
6793 (ps-run-mode): Simplified assignment to font-lock-defaults, using
6796 1999-10-19 Alex Schroeder <alex@gnu.org>
6798 * ansi-color.el: Complete rewrite.
6800 1999-10-19 Paul Eggert <eggert@twinsun.com>
6802 Fix bootstrapping problems.
6803 Use the system locale to specify Emacs locale defaults.
6805 * international/mule-cmds.el (global-map):
6806 Do not use backquote, because that makes a bootstrapping
6807 problem if you need to recompile all Lisp files using interpreted code.
6808 * international/mule.el (charset-id, charset-bytes,
6809 charset-dimension, charset-chars, charset-width,
6810 charset-direction, charset-iso-final-char,
6811 charset-iso-graphic-plane, charset-reverse-charset,
6812 charset-short-name, charset-long-name, charset-description,
6813 charset-plist): Likewise.
6814 * subr.el (save-match-data): Likewise.
6816 * international/mule-cmds.el
6817 (set-display-table-and-terminal-coding-system): New function,
6818 containing code migrated out of set-language-environment.
6819 (set-language-environment, set-locale-environment): Use it.
6820 (locale-translation-file-name): Moved here from startup.el.
6821 (locale-language-names, locale-preferred-coding-systems):
6823 (locale-name-match, set-locale-environment): New functions.
6825 * language/japan-util.el (setup-japanese-environment-internal):
6826 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
6828 * startup.el (iso-8859-n-locale-regexp): Remove.
6829 (locale-translation-file-name): Move to mule-cmds.el.
6830 (command-line): Move locale-stuff into set-locale-environment.
6832 1999-10-18 Dave Love <fx@gnu.org>
6834 * abbrev.el (add-abbrev, inverse-add-abbrev)
6835 (expand-region-abbrevs): Remove properties from buffer text.
6837 1999-10-17 Gerd Moellmann <gerd@gnu.org>
6839 * iswitchb.el (iswitchb-exhibit): Extract user-input only
6840 from the mini-buffer, without the prompt.
6842 * simple.el (minibuffer-prompt-end): Return the position
6843 after the prompt, not the position of that last character
6846 1999-10-17 Miles Bader <miles@gnu.org>
6848 * simple.el: Doc fixes.
6850 1999-10-17 Miles Bader <miles@gnu.org>
6852 * simple.el (previous-matching-history-element, next-history-element):
6853 Change to work correctly even if the point is in the prompt.
6854 (choose-completion-string): Likewise.
6855 (minibuffer-prompt-width): New function (compatibility with old subr).
6857 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
6858 When constraining the final position to the current field,
6859 don't use the ONLY-IN-LINE mode of constrain-to-field.
6861 1999-10-17 Miles Bader <miles@gnu.org>
6863 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
6865 * textmodes/paragraphs.el (forward-sentence): Likewise.
6867 1999-10-17 Miles Bader <miles@gnu.org>
6869 * simple.el (line-move): Use constrain-to-field to avoid
6870 moving into a prompt.
6871 (previous-complete-history-element): Clarify doc string.
6872 (next-complete-history-element): Likewise.
6873 Use field-beginning instead of point-min.
6874 (next-matching-history-element): Use field-beginning and
6875 erase-field instead of point-min and erase-buffer.
6876 * textmodes/paragraphs.el
6877 (forward-paragraph, forward-sentence): Likewise.
6878 (backward-kill-paragraph, backward-kill-sentence): Remove code to
6879 constrain the kill to an field, as the movement commands now
6882 1999-10-17 Miles Bader <miles@gnu.org>
6884 * simple.el (previous-matching-history-element): Get the
6885 minibuffer input with field-string instead of buffer-string.
6886 (choose-completion-string): Likewise.
6887 (next-history-element): Likewise.
6888 Erase the minibuffer input with erase-field, not erase-buffer.
6889 Use field-beginning to find the beginning of the input.
6890 * textmodes/paragraphs.el (backward-kill-sentence):
6891 Remove minibuffer-prompt hack.
6892 Constrain to any input field.
6894 1999-10-17 Sam Steingold <sds@ksp.com>
6896 * bindings.el (completion-ignored-extensions): Added ".sparcf"
6897 for CMUCL on sparc and ".ufsl" for LispWorks.
6898 (bound-and-true-p): Bugfix: free variable `v'.
6900 1999-10-16 Dave Love <d.love@dl.ac.uk>
6902 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
6903 (edebug-uninstall-read-eval-functions): Use load-read-function,
6904 avoiding elisp-eval.
6906 1999-10-16 Sam Steingold <sds@ksp.com>
6908 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
6911 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
6913 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
6914 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
6915 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
6916 * ediff-util.el (ediff-make-temp-file):
6917 * ediff-vers.el (ediff-pcl-cvs-view-revision):
6918 * emerge.el (emerge-make-temp-file):
6919 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
6920 * vc.el (vc-update-change-log):
6921 * mail/mailpost.el (post-mail-send-it):
6922 * mail/metamail.el (metamail-region):
6923 * progmodes/cmacexp.el (c-macro-expansion):
6924 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
6926 1999-10-15 Gerd Moellmann <gerd@gnu.org>
6928 * smtpmail.el (smtpmail-via-smtp): Add support for
6929 automatically appending a domain to RCPT TO: addresses.
6931 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6933 * dired.el (dired-insert-directory): Insert the amount of
6934 free space after the total size.
6935 (dired-free-space-program, dired-free-space-args): New variables.
6937 1999-10-14 Karl Heuer <kwzh@gnu.org>
6939 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
6941 1999-10-14 Dave Love <fx@gnu.org>
6943 * international/characters.el:
6944 * international/fontset.el:
6945 * international/mule-conf.el: Add latin-iso8859-1[45].
6947 * language/european.el: Add Latin-8, Latin-9. Modify some doc
6950 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
6951 (command-line): Detect Latin-[89] locales.
6953 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6955 * international/mule-cmds.el (select-safe-coding-system)
6956 (leim-list-header): Avoid the use of strings that start with backslash
6957 newline since lread.c:read1 has a hack to turn those strings into
6958 integer 0 during the loadup.el process.
6960 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
6962 1999-10-13 Dave Love <fx@gnu.org>
6964 * image.el (insert-image): Copy the image spec and add an
6965 intangible property.
6967 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6969 * help.el (help-xref-interned): Make it also work on variable-only
6970 and function-only symbols.
6971 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
6972 (help-follow): If the point under mouse is not highlighted, try
6973 `help-xref-interned' on the pointed-to symbol anyway.
6975 * info.el (Info-on-current-buffer): New entry point.
6976 (Info-find-node): Split into two for Info-on-current-buffer to
6978 (Info-current-file, Info-set-mode-line, Info-up):
6979 Info-current-file can now be t.
6980 (Info-clone-buffer-hook): Function for `clone-buffer'.
6981 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
6982 Make `clone-buffer' available in various ways to the user.
6984 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
6986 * simple.el (shell-command, shell-command-on-region): Use
6988 (clone-buffer, clone-process, clone-buffer-hook): New functions.
6990 * subr.el (with-current-buffer): Don't use backquotes to avoid
6991 bootstrapping problems.
6993 * loadup.el (load-path): Add subdirs for bootstrapping.
6994 (docstrings): Ignore errors during bootstrapping.
6995 (args): New `bootstrap' argument (for use in place of `dump').
6997 1999-10-12 Emmanuel Briot <briot@gnat.com>
6999 * ada-stmt.el: Doc-string fixes.
7001 1999-10-12 Gerd Moellmann <gerd@gnu.org>
7003 * recentf.el: New file.
7005 * ps-mode.el: New file.
7007 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
7010 1999-10-12 Richard Sharman <rsharman@pobox.com>
7012 * sh-script.el: Added support for indenting existing scripts.
7013 (sh-mode-map): Added new bindings.
7014 (sh-mode): Updated mode doc-string for new commands, added
7015 make-local-variable calls, initialize mode-specific variables.
7016 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
7017 is now a different function.
7018 (sh-header-marker): Changed docstring.
7019 (sh-set-shell): Initialize mode-specific variables.
7020 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
7021 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
7022 Changed these define-skeleton calls to work with user-specified
7023 indentation settings.
7024 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
7025 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
7026 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
7027 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
7028 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
7029 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
7030 (sh-guess-basic-offset, sh-handle-after-case-label)
7031 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
7032 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
7033 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
7034 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
7035 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
7036 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
7037 (sh-handle-this-then, sh-help-string-for-variable)
7038 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
7039 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
7040 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
7041 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
7042 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
7043 (sh-remove-our-text-properties, sh-rescan-buffer)
7044 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
7045 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
7046 (sh-scan-case, sh-search-word, sh-set-char-syntax)
7047 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
7048 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
7050 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
7051 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
7052 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
7053 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
7054 (sh-var-list): New variables.
7056 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
7058 * quickurl.el (quickurl-list-insert): `count-lines' was returning
7059 a value one line to high if the cursor wasn't at the start of a
7060 line. A `beginning-of-line' is now performed before making the
7061 call to `count-lines'.
7063 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
7065 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
7067 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
7069 * Makefile (setwins): Abstract out the command to find subdirectories
7070 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
7071 (custom-deps, finder-data, autoloads, update-subdirs, updates)
7072 (autoloads-with-other-emacs): Use it.
7074 * diff-mode.el: New file. A mode for viewing/editing context diffs.
7076 1999-10-09 Gerd Moellmann <gerd@gnu.org>
7078 * Makefile (bootstrap-compile): New target. Compile Lisp
7079 files with ../src/temacs.
7081 1999-10-08 Dave Love <fx@gnu.org>
7083 * ange-ftp.el: Require dired when compiling.
7084 (ange-ftp-normal-login): Allow EFS-style port specification.
7086 1999-10-08 Simon Marshall <simon@gnu.org>
7088 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
7089 (regexp-opt-group): Use it to get common suffixes in STRINGS.
7090 If STRINGS is nil, return "" rather than nil.
7092 1999-10-08 Gerd Moellmann <gerd@gnu.org>
7094 * Makefile (compile): Compile files one by one. Set load-path to
7095 current directory and subdirectories when compiling.
7097 1999-10-08 Gerd Moellmann <gerd@gnu.org>
7099 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
7100 (emacs): Use it everywhere instead of EMACS.
7101 (compile): New target. Compile all Lisp files from scratch.
7102 (recompile): New target. Recompile lisp directory.
7103 (autoloads-with-other-emacs): New target. Build loaddefs.el with
7104 an Emacs executable not built in the current directory tree.
7106 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
7108 * filecache.el (file-cache-completion-ignore-case): New variable,
7109 defaulting to the value of completion-ignore-case.
7110 (file-cache-minibuffer-complete): Use it.
7111 (file-cache-files-matching, file-cache-files-matching-internal):
7114 1999-10-07 Emmanuel Briot <briot@gnat.com>
7116 * ada-xref.el: New file
7118 * ada-prj.el: New file
7120 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
7122 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
7123 subprogram being created.
7125 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
7126 ada-indent-newline-indent): Rewritten to support the new indentation
7129 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
7132 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
7133 justification parameter
7135 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
7136 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
7139 1999-10-07 Dave Love <fx@gnu.org>
7141 * bindings.el (bound-and-true-p): New macro.
7142 (make-mode-line-mouse-sensitive): Don't require easymenu.
7144 1999-10-07 Gerd Moellmann <gerd@gnu.org>
7146 * custom.el (defface): Extend documentation for new values of
7149 * faces.el (face-spec-set-match-display): Recognize `type' of
7150 `motif', `lucid', `x-toolkit'.
7153 1999-10-05 Dave Love <fx@gnu.org>
7155 * files.el: Recognize temporary crontab files.
7157 * info.el: Require jka-compr when compiling.
7158 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
7160 1999-10-04 Dave Love <fx@gnu.org>
7162 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
7163 scroll-up-aggressively, scroll-down-aggressively.
7165 * time.el (display-time-mode): Add autoload cookie.
7167 * rect.el (delete-extract-rectangle): Doc fix from verna.
7169 * help-macro.el (three-step-help): Customize.
7171 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7173 * hexl.el (hexlify-buffer): Move point in proper range
7175 (hexl-after-revert-hook): Update hexl-max-address.
7176 (hexl-address-to-marker): Doc fix.
7178 1999-10-03 Dave Love <fx@gnu.org>
7180 * image.el (defimage): Remove redundant code. Substitute file in
7183 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
7185 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
7186 when doing with-temp-file.
7188 1999-10-01 Dave Love <fx@gnu.org>
7190 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
7192 * help.el: Require view when compiling.
7193 (view-emacs-FAQ): Use Info version.
7195 1999-09-29 Ken'ichi Handa <handa@gnu.org>
7197 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
7198 (normat->normal). Use correct font names for Korean
7199 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
7201 1999-09-29 Kenichi Handa <handa@etl.go.jp>
7203 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
7204 code not used by KOI8 to the same 8-bit code instead of mapping to
7206 (cyrillic-alternativnyj-decode-table): Likewise.
7208 1999-09-29 Alex Schroeder <alex@gnu.org>
7210 * sql.el (sql-imenu-generic-expression): Aew, used to set
7211 imenu-generic-expression.
7212 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
7213 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
7214 imenu-case-fold-search, and imenu-syntax-alist.
7215 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
7216 setting font-lock-defaults' SYNTAX-ALIST.
7218 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7220 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
7223 1999-09-28 Dave Love <fx@gnu.org>
7225 * cus-edit.el (custom-comment): Change widget definition.
7226 (custom-comment-create, custom-comment-show)
7227 (custom-comment-invisible-p): Don't use :comment-overlay.
7228 (custom-comment-hide): New function.
7229 (custom-variable-set, custom-variable-save)
7230 (custom-variable-reset-standard, custom-face-set)
7231 (custom-face-save): Use it.
7233 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7235 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
7237 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7239 * faces.el (region): Doc fix.
7241 1999-09-27 Dave Love <fx@gnu.org>
7243 * isearch.el (isearch): Add :links in defgroup.
7244 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
7245 (isearch-switch-frame-handler): Comment out (unused).
7246 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
7247 (isearch-ring-retreat-edit): Doc fix.
7248 (isearch-mouse-yank): New command.
7249 (isearch-last-command-char): Removed. Callers changed to use
7251 (isearch-char-to-string): Removed. Callers changed to use
7254 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
7256 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
7259 1999-09-25 Gerd Moellmann <gerd@gnu.org>
7261 * faces.el (face-differs-from-default-p): Compare face
7262 attributes individually.
7264 * image.el (put-image, insert-image): Add string argument.
7266 1999-09-24 Gerd Moellmann <gerd@gnu.org>
7268 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
7269 LANG=de_DE.iso88591 on HPUX 11.0.
7271 * dired.el (dired-move-to-filename-regexp): Make it work
7272 for LANG=de_DE.iso88591 on HPUX 11.0.
7274 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7276 * info.el (info-initialize): Don't test existence of ALTERNATIVE
7277 if we know for some other reason it should not be used.
7279 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
7281 (edebug-recursive-edit): Save current-prefix-arg there,
7282 bind it, and set it back at the end.
7283 (edebug-outside-excursion): Restore and update the outside
7284 value of current-prefix-arg.
7285 (edebug-emacs-version-specific): Delete support for Epoch.
7287 1999-09-24 Howard Melman <howard@silverstream.com>
7289 * imenu.el (imenu-after-jump-hook): New variable.
7290 (imenu): Run menu-after-jump-hook.
7291 (imenu-name-lookup-function): New variable.
7292 * imenu.el (imenu--in-alist): Use those variables.
7294 1999-09-24 Carsten Dominik <cd@gnu.org>
7296 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
7297 multiple thebibliography environments.
7299 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
7300 with recentering window.
7301 (reftex-extract-bib-entries-from-thebibliography,
7302 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
7303 with multiple thebibliography environments.
7305 * textmodes/reftex-vars.el
7306 (reftex-section-levels): Function allowed as cdr.
7307 (reftex-max-section-depth) New option.
7309 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
7310 with multiple thebibliography environments.
7312 1999-09-23 Gerd Moellmann <gerd@gnu.org>
7314 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
7315 instead of point-min in call to delete-region.
7317 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
7319 * vc.el (vc-backend-checkout): Use with-temp-file when checking
7320 out into arbitrary file names.
7322 1999-09-19 Ken'ichi Handa <handa@gnu.org>
7324 * language/european.el ("Turkish"): New language environment.
7326 1999-09-19 Dave Love <fx@gnu.org>
7328 * delim-col.el: New file.
7330 1999-09-17 Richard Stallman <rms@gnu.org>
7332 * files.el (after-find-file): When visiting a backup file,
7335 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
7336 (apropos-keybinding-face, apropos-label-face): Likewise.
7337 (apropos-property-face, apropos-match-face): Likewise.
7338 (apropos-label-properties): New variable.
7339 (apropos-print-doc): Use apropos-label-properties.
7340 (apropos-print): Set apropos-label-properties.
7342 1999-09-15 Richard Stallman <rms@gnu.org>
7344 * winner.el: Use aref instead of sref.
7346 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
7348 1999-09-14 Gerd Moellmann <gerd@gnu.org>
7350 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
7352 1999-09-14 Richard Stallman <rms@gnu.org>
7354 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
7355 cookie, even if followed by a letter.
7357 1999-09-14 Stephen Eglen <stephen@gnu.org>
7359 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
7360 --no-line-editing are passed to Octave by including them here
7361 rather than storing them in inferior-octave-startup-args.
7363 1999-09-14 Eli Zaretskii <eliz@gnu.org>
7365 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
7366 command, option, env and sc.
7368 * subr.el (shell-quote-argument): Quote argument with double
7371 1999-09-14 Richard Stallman <rms@gnu.org>
7373 * simple.el (eval-expression-print-level): New variable.
7374 (eval-expression-print-length): New variable.
7375 (eval-expression-debug-on-error): New variable.
7376 (eval-expression): Bind print-level, print-length and
7377 debug-on-error from those vars.
7379 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
7380 Bind print-level, print-length and debug-on-error.
7382 1999-09-14 Inge Frick <inge@nada.kth.se>
7384 * dired.el (dired-recursive-deletes): New custom variable.
7385 (dired-re-no-dot): New variable.
7386 (dired-delete-file): New function deletes files and directories
7388 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
7390 * dired-aux.el (dired-recursive-copies): New custom variable.
7391 (dired-handle-overwrite): Broke a long line.
7392 (dired-copy-file): Call `dired-copy-file-recursive' instead of
7394 (dired-copy-file-recursive): New function. Copy directories
7396 (dired-do-create-files): Added support for generalized directory
7397 target. How-to function may now return a function. New fluid
7398 variable `dired-one-file'.
7399 (dired-copy-how-to-fn): New variable.
7400 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
7401 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
7402 (dired-do-copy-regexp): No recursive copies.
7404 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
7406 * whitespace.el (whitespace-version): Update version to 2.4
7408 * whitespace.el: Add customization variables to conditionally test
7409 any of the five whitespaces, per request from Rune Kleveland
7410 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
7412 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
7414 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
7415 list of modes to be checked for bogus whitespaces.
7417 * whitespace.el (whitespace-rescan-timer-time): Update
7420 * whitespace.el (whitespace-display-unchecked-whitespaces):
7421 New function to update modeline with untested whitespaces.
7423 * whitespace.el (whitespace-buffer): Test only whitespaces whose
7424 checking is turned on, and update modeline using the newly created
7425 `whitespace-display-unchecked-whitespaces'.
7427 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
7428 whose checking is turned on, and update modeline using the newly
7429 created `whitespace-display-unchecked-whitespaces'.
7431 * whitespace.el (whitespace-describe): Update documentation.
7433 * whitespace.el (whitespace-tickle-timer): Test if
7434 `whitespace-rescan-timer-time' is non-zero before tickling timer.
7436 1999-09-13 Dave Love <fx@gnu.org>
7438 * hideif.el (hide-ifdef-mode): Add autoload cookie.
7440 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
7442 (checkdoc-this-string-valid): Don't assume default comment-start.
7444 1999-09-13 Gerd Moellmann <gerd@gnu.org>
7446 * rsz-mini.el: Remove code, keep the interface.
7448 1999-09-13 Dave Love <fx@gnu.org>
7450 * help.el (help-highlight-p): Doc fix.
7452 * faces.el (mode-line, header-line, tool-bar): Add :version.
7453 (highlight, secondary-selection): Add :group.
7454 (trailing-whitespace): Add :group, :version.
7456 * wid-edit.el: Remove some compatibility code and checks.
7457 (widget-specify-field, widget-specify-button): Don't use XEmacs
7459 (widget-overlay-inactive): Change error message.
7460 (widget-button-pressed-face): New variable.
7461 (widget-button-click): Use it.
7462 (widget-documentation-link-add): Specify mouse and button faces.
7463 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
7464 removed now the functionality is built in.
7466 * cus-edit.el: Don't define-widget-keywords.
7467 (multimedia): New group.
7468 (custom-last): Function removed.
7469 (custom-quote): Add vectorp case, comment out characterp case.
7470 (custom-buffer-done-function, custom-raised-buttons): New option.
7471 (Custom-buffer-done): New function.
7472 (custom-buffer-create-internal): Obey custom-raised-buttons,
7474 (custom-button-face): Make it `released-button'.
7475 (custom-button-pressed-face): Make it `pressed-button'
7476 (custom-mode-map): Bind "q" to Custom-buffer-done.
7477 (custom-mode): Deal with raised/pressed buttons.
7479 Changes from Didier Verna:
7480 (custom-prompt-variable): Optional third arg makes prompt for a
7482 (customize-set-value, customize-set-variable,
7483 customize-save-variable): Optional prefix makes function handle
7485 (customize-customized, customize-saved, custom-variable-state-set)
7486 (custom-variable-set, custom-variable-save, custom-face-state-set)
7487 (custom-variable-reset-saved, custom-variable-reset-standard)
7488 (custom-face-set, custom-face-save, custom-face-reset-saved)
7489 (custom-face-reset-standard, customize-save-customized): Handle
7491 (custom-comment-face, custom-comment-tag-face): New face.
7492 (custom-comment): New widget.
7493 (custom-comment-create, custom-comment-delete)
7494 (custom-comment-value-set, custom-comment-show)
7495 ()custom-comment-invisible-p): New functions.
7496 (custom-variable-value-create, custom-face-value-create): Create a
7497 comment field widget.
7498 (custom-variable-menu, custom-face-menu): New entry for custom
7500 (custom-face-value-create): Remove compatibility code.
7501 (custom-save-variables, custom-save-faces): Possibly save custom
7504 * cus-face.el (custom-face-attributes): Simplify :underline,
7505 :overline, :inverse-video cases. Fix up :box case (probably needs
7508 Change from Didier Verna:
7509 (custom-set-faces): The arguments can now have a custom comment as
7512 * custom.el: Don't define-widget-keywords.
7513 Change from Didier Verna:
7514 (custom-set-variables): The arguments can now have a
7515 custom comment as fifth element.
7517 1999-09-13 Richard Stallman <rms@gnu.org>
7519 * info.el (Info-find-node): Cope better if guesspos is too large.
7521 1999-09-12 Gerd Moellmann <gerd@gnu.org>
7523 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
7524 of buffer-substring because buffer-string doesn't copy the
7527 * faces.el (mode-line): Replaces `modeline'.
7528 (toplevel): Make `modeline' an alias for `mode-line'.
7530 1999-09-12 Gerd Moellmann <gerd@gnu.org>
7532 * gs.el: Change `ghostscript' to `postscript' in comment.
7534 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
7536 * emulation/tpu-edt.el (tpu-version): New version.
7537 (tpu-search-overlay, tpu-replace-overlay): New variables.
7538 (tpu-search-highlight, tpu-toggle-direction): New functions.
7539 (tpu-lm-replace): Set tpu-replace-overlay.
7540 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
7543 1999-09-11 Richard Stallman <rms@gnu.org>
7545 * isearch.el (isearch-mode-map): Undo previous change.
7547 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
7548 use all of that as the sexp.
7550 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
7551 and use the initial argument as file name directly.
7552 Likewise if nothing matches.
7554 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
7556 * winner.el: Major changes. Avoid changing point and mark.
7557 Save configurations after they change, not before.
7559 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
7561 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
7562 Bind print-continuous-numbering and print-number-table.
7564 1999-09-10 Dave Love <fx@gnu.org>
7566 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
7568 1999-09-09 Richard Stallman <rms@gnu.org>
7570 * whitespace.el: Finish making it fit Emacs conventions.
7573 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
7575 * generic-x.el (bat-generic-mode): "::"-style comments don't
7576 need to begin with "-". Fix the font-lock definitions of ON/OFF
7577 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
7578 from the list of keywords. Add DO to the list of keywords.
7580 1999-09-09 Dave Love <fx@gnu.org>
7582 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
7583 (byte-optimize-backward-word): New optimizations.
7584 (side-effect-free-fns, side-effect-and-error-free-fns): Add
7587 1999-09-09 Gerd Moellmann <gerd@gnu.org>
7589 * image.el (put-image): Remove optional buffer parameter.
7591 * faces.el (face-italic-p): Return t only for values `italic'
7594 * mouse.el (mouse-drag-mode-line-1): Extension of former
7595 mouse-drag-mode-line that also drags the header line.
7596 (mouse-drag-mode-line): Call it.
7597 (mouse-drag-header-line): New.
7598 (toplevel): Bind down-mouse-1 on header lines to
7599 mouse-drage-header-line.
7601 1999-09-08 Gerd Moellmann <gerd@gnu.org>
7603 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
7604 (make-mode-line-mouse-sensitive): Replace `top-line' by
7607 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
7609 * help.el (describe-function-1): Don't return empty string for keymaps.
7611 * fill.el (fill-region-as-paragraph, canonically-space-region):
7612 Respect colon-double-space at end of line.
7614 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
7616 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
7617 (backup-buffer): Use it.
7619 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
7621 * generic-x.el (generic-define-unix-modes): Added new modes:
7622 inetd-conf-generic-mode, etc-services-generic-mode,
7623 etc-passwd-generic-mode. These are all defined for Unix by default.
7624 (apache-generic-mode): Use an imenu-generic-expression to list
7625 Configuration keywords.
7626 (samba-generic-mode): Use both ; and # as comment characters.
7627 (samba-generic-mode): Font-lock expressions now highlight name
7629 (bat-generic-mode): Keywords are now case-insensitive through
7630 font-lock-defaults setting.
7631 (java-properties-generic-mode): Supports both ! and # as comment
7633 (java-properties-generic-mode): Added an imenu-generic-expression
7634 (java-properties-generic-mode): Reworked to support the various
7635 different ways to separate name and value (viz, '=', ':' and
7637 (show-tabs-generic-mode): Added this new generic-mode.
7639 1999-09-08 Richard Stallman <rms@gnu.org>
7641 * progmodes/inf-lisp.el: Moved from top directory.
7643 * tar-mode.el (tar-header-block-tokenize):
7644 Use `when' instead of `and'. Fix some clobbered text.
7646 * gud.el (gud-make-debug-menu): Make a child for the
7647 local menu, for its menu bar, and the debug menu.
7648 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
7649 Use the history in the simple way.
7651 1999-09-07 Kenichi Handa <handa@etl.go.jp>
7653 * language/korea-util.el (default-korean-keyboard): Initialize it
7654 according to the environment variable HANGUL_KEYBOARD_TYPE.
7656 1999-09-07 Richard Stallman <rms@gnu.org>
7658 * subr.el (make-temp-file): New function.
7660 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
7662 * font-lock.el (font-lock-multiline): New text property contains
7663 a boolean to indicate if the char is part of a multiline match.
7664 (font-lock-default-fontify-region): Extend the region appropriately
7665 for multiline keywords.
7666 (font-lock-default-unfontify-region): Also remove the new
7667 font-lock-multiline text property.
7668 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
7669 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
7671 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7673 * diary-lib.el (list-diary-entries): Make sure two-digit years
7676 1999-09-07 Gerd Moellmann <gerd@gnu.org>
7678 * faces.el (face-set-after-frame-default): Initialize some
7679 attributes of some faces from frame parameters.
7681 * faces.el (scroll-bar, border, cursor, mouse): New faces.
7683 1999-09-07 Gerd Moellmann <gerd@gnu.org>
7685 * faces.el (fringe): Replaces face `margin'.
7687 1999-09-07 Dave Love <fx@gnu.org>
7689 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
7691 1999-09-07 Richard Stallman <rms@gnu.org>
7693 * subr.el (push): Doc fix.
7695 1999-09-06 Richard Stallman <rms@gnu.org>
7697 * vc.el (vc-annotate-display): Use < 69 not < 70
7698 to distinguish 20YY from 19YY.
7700 * timezone.el (timezone-parse-date): Use < 69 not < 70
7701 to distinguish 20YY from 19YY.
7703 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
7705 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
7707 * quickurl.el: (quickurl-list-focused-line): Removed.
7708 (quickurl-list-insert): Now works out the focused line using
7709 `count-lines' instead of using `quickurl-list-focused-line'.
7711 1999-09-06 Richard Stallman <rms@gnu.org>
7713 * mail/rmail.el (rmail-retry-failure): Unconditionally move
7714 to beginning of message.
7716 1999-09-06 Dave Love <fx@gnu.org>
7718 * isearch.el (isearch-mode-map): Add mouse-2.
7720 * mail/rmail.el (rmail-read-password): Deleted.
7721 (rmail-get-pop-password): Use read-password.
7723 * quickurl.el: Don't conditionally define caddr.
7724 (quickurl-url-comment): Use nth, not caddr in function and
7727 1999-09-06 Richard Stallman <rms@gnu.org>
7729 * auto-show.el: Doc fixes.
7731 1999-09-06 Stephen Eglen <stephen@gnu.org>
7733 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
7734 --no-line-editing so that TABs in source files are not interpreted
7735 as completion requests.
7737 1999-09-06 Gerd Moellmann <gerd@gnu.org>
7739 * hscroll.el, auto-show.el: Remove all code, keep the public
7740 interface as no-ops.
7742 * faces.el (face-bold-p): Don't return t if face has lighter
7745 1999-09-06 Eli Zaretskii <eliz@gnu.org>
7747 * startup.el (command-line): Make small-temporary-file-directory
7748 be nil except on ms-dos.
7750 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
7752 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
7755 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
7756 letters with a colon after d or l.
7758 1999-09-06 Dave Love <fx@gnu.org>
7760 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
7763 1999-09-05 Richard Stallman <rms@gnu.org>
7765 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
7767 * textmodes/paragraphs.el (backward-kill-sentence):
7768 Don't test minibuffer-prompt-end here.
7769 (forward-sentence): Do handle it here.
7770 (backward-kill-paragraph): Don't test it here.
7771 (forward-paragraph): Handle it here.
7773 * mouse.el (font-menu-add-default): Simplify code.
7775 1999-09-05 Gerd Moellmann <gerd@gnu.org>
7777 * faces.el (header-line): Renamed from `top-line'.
7779 1999-09-05 Gerd Moellmann <gerd@gnu.org>
7781 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
7783 1999-09-04 Richard Stallman <rms@gnu.org>
7785 * whitespace.el: New file.
7787 1999-09-04 Dave Love <fx@gnu.org>
7789 * paths.el: Make some doc strings obey the make-docfile convention.
7791 * bindings.el: Likewise.
7792 (debug-ignored-errors): Remove BBDB ones.
7794 1999-09-03 Richard Stallman <rms@gnu.org>
7796 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
7797 not from the draft to forward.
7799 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
7801 1999-09-03 Dave Love <fx@gnu.org>
7803 * double.el (double-mode): Customize the variable.
7805 1999-09-03 Kenichi Handa <handa@etl.go.jp>
7807 * international/characters.el: Delete duplicated code.
7809 1999-09-02 Richard Stallman <rms@gnu.org>
7811 * indent.el (indent-relative): Doc fix.
7813 * quickurl.el (quickurl): Doc fix.
7815 1999-09-02 Gerd Moellmann <gerd@gnu.org>
7817 * faces.el (margin): Change background to "gray" for mono (this is
7818 drawn with a stipple pattern).
7820 1999-09-02 Gerd Moellmann <gerd@gnu.org>
7822 * simple.el (next-history-element): Use minibuffer-prompt-end once
7823 again. Remove test for minibuffer-prompt-in-buffer.
7825 1999-09-02 Eli Zaretskii <eliz@gnu.org>
7827 * files.el (small-temporary-file-directory): New variable.
7829 * startup.el (command-line): Compute the value of
7830 small-temporary-file-directory.
7832 * ediff-init.el (ediff-temp-file-prefix): Use
7833 small-temporary-file-directory if non-nil.
7835 * vc.el (vc-update-change-log): Likewise.
7837 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
7839 * simple.el (shell-command, shell-command-on-region): Use
7840 make-temp-name properly. Use small-temporary-file-directory if
7841 non-nil, otherwise temporary-file-directory, to generate temporary
7844 * dos-w32.el (direct-print-region-helper): Use
7845 temporary-file-directory. (From Stefan Monnier.)
7847 1999-09-02 Richard Stallman <rms@gnu.org>
7849 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
7850 from asm-comment-char.
7851 (asm-font-lock-keywords): Recognize instruction width suffixes.
7853 1999-09-01 Richard Stallman <rms@gnu.org>
7855 * play/fortune.el: New file.
7857 1999-08-31 Dave Love <fx@gnu.org>
7859 * help.el (help-make-xrefs): Don't lose on non-empty blank line
7862 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
7863 redisplay variables.
7865 * subr.el (push): Fix typo.
7867 1999-08-30 Kevin Blake <kblake@ticnet.com>
7869 * emacs-lisp/ring.el: Many doc fixes.
7870 (ring-size, ring-copy): New functions.
7872 1999-08-29 Richard Stallman <rms@gnu.org>
7874 * progmodes/etags.el (tags-loop-continue):
7875 After tags-loop-operate returns, force skip to next file.
7877 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
7878 (mail-extr-first-letters, mail-extr-last-letters):
7879 Use character classes [:alpha:] and [:alnum:].
7881 * subr.el (push, pop): New macros.
7883 * progmodes/compile.el (compilation-error-regexp-alist):
7884 New item for SGI IRIX MipsPro compilers.
7886 * speedbar.el (speedbar-directory-buttons): Recognize
7887 device names when checking for file names.
7889 * array.el (array-reconfigure-rows): Use generate-new-buffer.
7891 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
7892 and specially handle defvar inside their expansions.
7893 (eval-defun-1): New subroutine.
7895 * progmodes/compile.el (compilation-error-regexp-alist):
7896 Fix the Perl -w entry to allow period after line number.
7897 Don't allow newlines in file name, but allow them after line number
7898 for Perl debugging traces.
7900 * which-func.el (which-func-cleanup-function): New variable.
7901 (which-function): Call that function.
7903 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
7904 to end a function name.
7906 * informat.el (Info-tagify): Don't insert more than one newline
7907 before the tag table.
7909 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
7911 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
7912 than make-temp-name, use match-string-no-properties, and eliminate
7913 a quadratic behavior when building bibtex-strings.
7915 1999-08-29 Alex Schroeder <alex@gnu.org>
7917 * comint.el (comint-input-ring-separator): New variable.
7918 (comint-read-input-ring): Doc change; use
7919 comint-input-ring-separator when reading file.
7920 (comint-write-input-ring): Use
7921 comint-input-ring-separator when writing file.
7923 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
7925 * informat.el (Info-tagify): Start by widening.
7926 Match node headers that don't list the file name,
7927 and more kinds of page separations.
7928 Strip properties during tagification.
7929 Use start of node header line as tag's position.
7930 Fix the "done" message.
7932 (Info-validate): Save and restore match data around narrowing down.
7934 1999-08-28 Richard M. Stallman <rms@gnu.org>
7936 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
7937 On repeated call, override previous values put into
7938 minor-mode-map-alist and minor-mode-alist.
7940 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
7942 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
7944 1999-08-27 Andreas Schwab <schwab@gnu.org>
7946 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
7949 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7951 * calendar/calendar.el (calendar-move-hook): New hook.
7953 * calendar/cal-move.el: Call the new hook in every movement function.
7955 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
7956 the right function name.
7958 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
7960 * time-stamp.el: Put quote-backquote around all symbol names
7961 in doc strings, for mousing.
7962 (time-stamp): Support multi-line patterns.
7963 (time-stamp-inserts-lines): New variable.
7964 (time-stamp-count): New variable.
7965 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
7966 "Thu" instead of "%a".
7968 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7970 * simple.el (kill-word): Undo previous change.
7972 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7974 * jit-lock.el (jit-lock-function): Extend the fontified range
7975 to the beginning of the line containing the range start and
7976 the beginning of the line following the range end.
7978 1999-08-24 Dave Love <fx@gnu.org>
7980 * timezone.el: Move provide to end.
7981 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
7983 (timezone-parse-time): Simplify somewhat.
7985 1999-08-24 Gerd Moellmann <gerd@gnu.org>
7987 * faces.el (margin): Renamed from bitmap-area.
7989 1999-08-24 Alex Schroeder <alex@gnu.org>
7991 * sql.el: Doc changes.
7992 (sql-sybase): Use sql-server instead of sql-database.
7994 1999-08-23 Dave Love <fx@gnu.org>
7996 * rect.el: Add/fix various doc strings. Add `*' to all the
7999 1999-08-21 Gerd Moellmann <gerd@gnu.org>
8001 * jit-lock.el (jit-lock-function): Use line-beginning-position.
8002 Don't unwind-protect font-lock-fontify-region.
8004 * paragraphs.el (backward-kill-paragraph): Don't move
8005 point into mini-buffer prompt.
8006 (backward-kill-sentence): Ditto.
8008 * simple.el (next-history-element): Use minibuffer-prompt-end.
8009 Remove test for minibuffer-prompt-in-buffer.
8010 (kill-word): Don't move point into mini-buffer prompt.
8012 1999-08-21 Dave Love <fx@gnu.org>
8014 * Makefile: Exclude CVS dirs like RCS.
8016 1999-08-19 Dave Love <fx@gnu.org>
8018 * tooltip.el (tooltip-mode): Customize this, per convention.
8019 (tooltip-active): Option deleted.
8021 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
8023 * hanoi.el, page-ext.el: Declare dynamic vars.
8025 * term.el: Avoid ange-ftp related compilation warnings.
8027 1999-08-18 Gerd Moellmann <gerd@gnu.org>
8029 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
8030 the default so that beginners can benefit from it without
8031 searching in manuals.
8033 1999-08-18 Ray Blaak <blaak@gnu.org>
8035 * progmodes/delphi.el: Consider assembly sections as blocks, to
8036 indent them better. Make auto-indent on newline optional.
8038 1999-08-17 Gerd Moellmann <gerd@gnu.org>
8040 * bindings.el (mode-line-modified): Look up key binding for C-x
8041 C-q. If it's bound call that binding, otherwise call
8044 1999-08-17 Dave Love <fx@gnu.org>
8046 * info.el (info): Doc fix.
8048 * finder.el (finder-known-keywords): Add `multimedia'.
8050 * apropos.el: Don't capitalize custom group name.
8052 * info-look.el: Remove compatibility code.
8053 (info-lookup-guess-default*): DTRT for point at start of symbol.
8054 (info-complete): Don't lose with point not at end of symbol.
8056 1999-08-16 Gerd Moellmann <gerd@gnu.org>
8058 * term.el (toplevel): Make face `term-default' an empty face.
8059 The code relied on the fact that Emacs ignored invalid faces in
8060 face text properties in 20.4.
8062 1999-08-16 Richard M. Stallman <rms@gnu.org>
8064 * subr.el (point-at-eol, point-at-bol): New aliases.
8066 * simple.el: Functions reordered.
8068 * rect.el (delete-rectangle-line): Use line-end-position.
8070 1999-08-16 Karl Heuer <kwzh@gnu.org>
8072 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
8073 here from simple.el.
8075 1999-08-16 Dave Love <fx@gnu.org>
8077 * mouse.el: Provide `mldrag' for compatibility.
8078 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
8081 * mldrag.el: Removed since the features are in mouse.el.
8083 * jka-compr.el (auto-compression-mode): New variable for
8086 * bindings.el (mode-line-mule-info): Doc fix.
8088 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
8091 * files.el (interpreter-mode-alist): Add make, guile, clisp.
8092 (find-file): Doc fix.
8094 1999-08-16 Carsten Dominik <cd@gnu.org>
8096 * textmodes/reftex.el: Most of the code moved to other files.
8097 * textmodes/reftex-auc.el: New file, split out from reftex.el
8098 * textmodes/reftex-cite.el: New file, split out from reftex.el
8099 * textmodes/reftex-global.el: New file, split out from reftex.el
8100 * textmodes/reftex-index.el: New file, split out from reftex.el
8101 * textmodes/reftex-parse.el: New file, split out from reftex.el
8102 * textmodes/reftex-ref.el: New file, split out from reftex.el
8103 * textmodes/reftex-sel.el: New file, split out from reftex.el
8104 * textmodes/reftex-toc.el: New file, split out from reftex.el
8105 * textmodes/reftex-vars.el: New file, split out from reftex.el
8106 * textmodes/reftex-vcr.el: New file, split out from reftex.el
8108 1999-08-16 Carsten Dominik <cd@gnu.org>
8110 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
8111 conflict with pop-up-frames.
8112 (reftex-special-environment-parsers): New constant.
8113 (reftex-label-alist): car of an entry can also be a function.
8114 (reftex-what-special-env): Cew function.
8115 (reftex-label-location): Call `reftex-what-special-env'.
8116 (reftex-compile-variables): Check for symbol in
8117 `reftex-label-alist'.
8118 (reftex-what-environment): Fixed bug with stacked environments of
8119 same kind (e.g. enumerate).
8120 (reftex-process-string): Preserve default directory.
8121 (reftex-label-alist-builtin): Changed prefixes of endnote and
8122 footnote. Also the magic words.
8123 (reftex-reference): Interprete new option
8124 `reftex-fref-is-default'.
8125 (reftex-replace-prefix-escapes): Interprete new `%S' format.
8126 (reftex-toc-mouse-view-line): Command removed (had no binding).
8127 (reftex-everything-regexp): New function.
8128 (reftex-nearest-match): Made better.
8129 (reftex-toc-find-section): Use new version of
8130 `reftex-nearest-match'.
8131 (reftex-insert-docstruct): Adapted to work with the index stuff.
8132 (reftex-parse-from-file): Find index entries as well.
8133 (reftex-toc-toggle-index): New function
8134 (reftex-toc-map): `i' is now used to togle the index, File
8135 boundaries has been moved to `F'.
8136 (reftex-select-label-map): Toggling display of file boundaries is
8137 now on the `F' key, for consistency with `reftex-toc-map'.
8138 (reftex-erase-all-selection-and-index-buffers): Renamed from
8139 `reftex-erase-all-selection-buffer'. Now also kills the index
8141 (reftex-viewing-cross-references): Customization group renamed
8142 from reftex-viewing-cross-references-and-citations.
8143 (reftex-index-macro-regexp,
8144 reftex-find-index-entry-regexp-format): New variables
8145 (reftex-macros-with-index): New variable
8146 (reftex-add-index-macros): New function
8147 (reftex-renumber-simple-labels, reftex-translate): Allow for
8148 multiple labels in a single ref command.
8149 (reftex-index-support): New customization group
8150 (reftex-support-index, reftex-index-special-chars,
8151 reftex-index-macros, reftex-index-default-macro,
8152 reftex-index-default-tag, reftex-index-math-format,
8153 reftex-index-section-letters, reftex-index-include-context,
8154 reftex-index-follow-mode, reftex-index-header-face,
8155 reftex-index-section-face, reftex-index-tag-face,
8156 reftex-index-face): New options
8157 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
8158 reftex-index-tag, reftex-index-return-marker,
8159 reftex-index-restriction-indicator, reftex-index-restriction-data,
8160 reftex-index-macro-regexp, reftex-index-level-re,
8161 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
8162 reftex-everything-regexp-no-index, reftex-index-re,
8163 reftex-macros-with-index, reftex-index-macro-alist): New variables
8164 (reftex-index-help, reftex-index-macros-builtin,
8165 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
8166 reftex-query-index-macro-help): New constants
8167 (reftex-index-selection-or-word, reftex-index,
8168 reftex-default-index, reftex-update-default-index,
8169 reftex-index-complete-tag, reftex-index-select-tag,
8170 reftex-index-complete-key, reftex-index-update-taglist,
8171 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
8172 reftex-display-index, reftex-insert-index,
8173 reftex-index-insert-new-letter, reftex-get-restriction,
8174 reftex-index-pre-command-hook, reftex-index-post-command-hook,
8175 reftex-index-show-help, reftex-index-next, reftex-index-previous,
8176 reftex-index-toggle-follow, reftex-index-toggle-context,
8177 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
8178 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
8179 reftex-index-quit, reftex-index-quit-and-kill,
8180 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
8181 reftex-index-revert, reftex-index-switch-index-tag,
8182 reftex-index-restrict-to-section, reftex-index-widen,
8183 reftex-index-restriction-forward,
8184 reftex-index-restriction-backward, reftex-index-visit-location,
8185 reftex-index-analyze-entry, reftex-index-globalize,
8186 reftex-index-edit, reftex-index-toggle-range-beginning,
8187 reftex-index-toggle-range-end, reftex-index-edit-key,
8188 reftex-index-edit-attribute, reftex-index-edit-visual,
8189 reftex-index-edit-part, reftex-index-level-down,
8190 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
8191 reftex-index-change-entry, reftex-index-goto-letter,
8192 reftex-add-index-macros, reftex-ensure-index-support,
8193 reftex-index-info-safe, reftex-index-info): New functions.
8196 1999-08-15 Richard M. Stallman <rms@gnu.org>
8198 * paren.el (show-paren-mode): Support making show-paren-mode
8199 a buffer-local variable. Don't check for a window system.
8200 (show-paren-function): Check whether show-paren-function is
8201 enabled in current buffer; do the right thing if not.
8202 Don't check for a window system.
8203 (show-paren-mode): Make it a user variable.
8205 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
8206 Handle `enum' like `struct'.
8208 * server.el (server-process-filter): If a client visits no buffers,
8209 close it immediately before recording it.
8211 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
8212 Optimize by calling concat just once. Handle =\n sequence.
8213 (mail-unquote-printable-region): New command.
8214 (mail-quote-printable): Make it autoload.
8216 1999-08-15 Karl Heuer <kwzh@gnu.org>
8218 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
8220 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
8222 * lisp/texinfmt.el: Handle @ifnottex.
8224 1999-08-15 Eli Zaretskii <eliz@gnu.org>
8226 * frame.el (blink-cursor): Don't turn on cursor blinking for
8229 * faces.el (face-valid-attribute-values): Look in
8230 x-bitmap-file-path only for x and w32 window systems.
8232 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
8233 Do that if width is nil as well.
8234 (x-display-mm-height, x-display-mm-width): Update values.
8235 (x-colors): Compute the list from msdos-color-values.
8236 (x-select-enable-clipboard): Doc fix.
8237 (x-frob-font-weight, x-font-family-list): New functions.
8239 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
8241 * window.el (shrink-window-if-larger-than-buffer): Don't try to
8242 back up from beginning of buffer.
8244 1999-08-13 Karl Heuer <kwzh@gnu.org>
8246 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
8248 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
8250 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
8251 doomsday clock, speed control is added and changes are made to
8252 allow large numbers of rings: rings now show the whole ring
8253 number, not just the last digit; consecutive rings are allowed to
8254 be the same size when necessary to fit all the rings in the
8255 window; and poles can be oriented horizontally. Face support is
8256 thrown in gratuitously.
8257 (hanoi): Changed default number of rings back to 3.
8258 (hanoi-unix, hanoi-unix-64): New commands
8259 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
8260 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
8261 hanoi-odd-ring-face): New variables.
8262 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
8263 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
8264 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
8265 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
8266 (hanoi-topos, hanoi-draw-ring): Removed.
8268 1999-08-12 Gerd Moellmann <gerd@gnu.org>
8270 * faces.el (face-valid-attribute-values): Return an alist for
8272 (face-read-integer): Handle unspecified face attributes. Add
8273 completion for `unspecified'.
8274 (read-face-attribute): Handle unspecified font attributes.
8275 (face-valid-attribute-values): Add `unspecified' to lists so that
8276 it can be chosen via completion.
8277 (face-read-string): Don't recognize "none" as input.
8279 1999-08-10 Dave Love <fx@gnu.org>
8281 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
8284 * sun-curs.el: Require sun-fns.
8286 1999-08-10 Dave Love <fx@gnu.org>
8288 * autorevert.el (auto-revert-mode): Add autoload cookie.
8290 * hscroll.el, auto-show.el: Files deleted -- we have built-in
8293 * simple.el (hscroll-step, hscroll-point-visible)
8294 (hscroll-window-column): Remove now we have the mentioned real
8295 horizontal autoscrolling.
8297 1999-08-10 Richard M. Stallman <rms@gnu.org>
8299 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
8300 control use of -f option.
8301 (mail-specify-envelope-from): New variable.
8302 (mail-from-style): Doc fix.
8304 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
8305 (easy-menu-get-map): New arg TO-MODIFY helps choose
8306 between local and global maps.
8307 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
8308 (easy-menu-change): Doc fix.
8310 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
8311 (info-lookup-guess-default): Simplified and cleaned up.
8312 (info-lookup-guess-default*): Preserve point.
8314 * view.el (view-mode-disable): If buffer-read-only is nil,
8317 * files.el (after-find-file): Disable View mode if buffer is no
8320 * view.el (view-mode-enable, view-mode-disable):
8321 Call force-mode-line-update.
8323 1999-08-10 Karl Heuer <kwzh@gnu.org>
8325 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
8326 * array.el, play/landmark.el, international/latin-3.el: Likewise.
8327 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
8329 1999-08-10 Alex Schroeder <asc@bsiag.com>
8331 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
8332 to prevent m-eating-bug.
8334 1999-08-10 Eli Zaretskii <eliz@gnu.org>
8336 * term/pc-win.el (msdos-bg-mode): Remove. Call
8337 frame-set-background-mode instead. All callers changed.
8338 (msdos-face-setup): Don't force color display parameter, it is set
8339 by frame-set-background-mode.
8340 (make-msdos-frame): Call x-handle-reverse-video and
8341 face-set-after-frame-default. Delete frame if creation failed.
8343 * faces.el (face-set-after-frame-default): Don't call
8344 make-face-x-resource-internal for the pc window-system.
8346 1999-08-10 Dave Love <fx@melange.gnu.org>
8348 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
8349 case with no docstring specially.
8351 1999-08-09 Eli Zaretskii <eliz@gnu.org>
8353 * complete.el (PC-do-completion): If completing on file name,
8354 reproduce str by concatenating its directory and basename parts.
8356 1999-08-07 Dave Love <fx@gnu.org>
8358 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
8359 unibyte to multibyte conversion of search-forward (from Handa),
8360 but avoid the replacement if the language is Latin-N.
8362 1999-08-06 Richard Stallman <rms@gnu.org>
8364 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
8367 * international/mule.el (load-with-code-conversion):
8368 Pass t to eval-buffer for DO-ALLOW-PRINT.
8370 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
8372 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
8373 of filenames and attributes.
8374 (ls-lisp-insert-directory): Use directory-files-and-attributes
8377 1999-08-05 Dave Love <fx@gnu.org>
8379 * auto-show.el (auto-show-mode): Fix :set.
8381 * widget.el (define-widget-keywords): Make dummy definition and
8382 comment-out its use.
8384 1999-08-04 Richard Stallman <rms@gnu.org>
8386 * progmodes/tcl.el: Customized.
8388 * sql.el (sql-accumulate-and-indent): Instead of testing
8389 whether this is Emacs 20 before calling comint-accumulate,
8390 test whether comint-accumulate is defined.
8392 1999-08-04 Dave Love <fx@gnu.org>
8394 * sgml-mode.el: Require outline when compiling.
8395 (sgml-mode-hook, html-mode-hook): Customize.
8396 (sgml-validate-command): Fix :version.
8397 (html-autoview-mode): Doc fix.
8399 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
8400 nothing in Latin-N environment.
8402 * info.el (Info-find-node): Call info-initialize here.
8404 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
8406 1999-08-04 Richard Stallman <rms@gnu.org>
8408 * ansi-color.el: New file.
8410 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
8412 * dired.el (dired-string-replace-match): Return `nil' when no match
8413 found with global search.
8415 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
8416 * terminal.el (te-terminfo-directory):
8417 * mail/mailpost.el (post-mail-send-it):
8418 * mail/metamail.el (metamail-region):
8419 * progmodes/ada-mode.el (ada-tmp-directory):
8420 Use temporary-file-directory.
8422 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
8423 (compilation-filter, compilation-forget-errors)
8424 (compilation-parse-errors): Use a marker instead of an integer for
8425 `compilation-parsing-end'.
8427 * progmodes/diff.el (diff-parse-differences):
8428 Use a marker instead of an integer for `compilation-parsing-end'.
8429 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8430 Use a marker instead of an integer for `compilation-parsing-end'.
8432 1999-08-03 Richard Stallman <rms@gnu.org>
8434 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
8435 (Buffer-menu-mode): Doc fix.
8436 (Buffer-menu-view): New command.
8437 (Buffer-menu-view-other-window): New command.
8439 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
8441 * replace.el (query-replace-regexp-eval)
8442 (replace-eval-replacement, replace-loop-through-replacements)
8443 (replace-match-string-symbols): New functions.
8444 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
8445 Use replace-loop-through-replacements.
8447 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
8449 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
8452 1999-08-03 Dave Love <fx@gnu.org>
8454 * fortran.el (fortran-indent-new-line): Make it an alias
8455 for reindent-then-newline-and-indent.
8457 1999-08-03 Didier Verna <verna@inf.enst.fr>
8459 * rect.el: All functions rewritten, except when noted above
8460 their declaration. Below is a list of interface changes.
8461 (apply-on-rectangle): New function, mostly replaces
8462 `operate-on-rectangle'. All callers changed.
8463 (move-to-column-force): Pass new second argument to `move-to-column'.
8464 (kill-rectangle): Added optional prefix arg to fill lines.
8465 (delete-rectangle): Ditto.
8466 (delete-whitespace-rectangle): Ditto.
8467 (delete-extract-rectangle): Ditto.
8468 (open-rectangle): Ditto.
8469 (clear-rectangle): Ditto.
8470 (delete-whitespace-rectangle-line): New function.
8471 (delete-rectangle-line): Added third arg FILL.
8472 (delete-extract-rectangle-line): Ditto.
8473 (open-rectangle-line): Ditto.
8474 (clear-rectangle-line): Ditto.
8476 1999-08-03 Ray Blaak <blaak@gnu.org>
8478 * progmodes/delphi.el: New file.
8480 1999-08-02 Richard Stallman <rms@gnu.org>
8482 * textmodes/outline.el (outline-previous-heading): New function.
8483 (outline-up-heading-all): Use outline-previous-heading.
8484 (outline-next-heading): Delete definition inserted yesterday.
8486 1999-08-01 Richard Stallman <rms@gnu.org>
8488 * textmodes/outline.el (outline-next-heading): New function.
8489 (outline-up-heading-all): New function.
8490 (outline-font-lock-level): Using outline-up-heading-all.
8491 Tell outline-back-to-heading to accept invisible headings.
8493 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
8495 * mail/mh-utils.el (mh-find-path-run): New variable.
8496 (mh-find-path): Test and set that.
8497 Set mail-user-agent only the first time this function is run.
8498 (mail-user-agent): Defvar deleted.
8500 * info.el (info-initialize): New function.
8501 (info): Call info-initialize.
8502 (Info-directory-list): Initialize to nil,
8503 so info-initialize will set it up for real.
8505 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8507 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
8508 does not interpret a time as the year in a day-month entry.
8510 * calendar/diary-lib.el: Change syntax table entry for colon in
8511 the diary as part of the european-date-diary-pattern fix.
8513 1999-08-01 Eli Zaretskii <eliz@gnu.org>
8515 * international/mule.el (set-auto-coding): Allow whitespace before
8516 and after the "variable: value" pair.
8518 1999-07-30 Ken'ichi Handa <handa@gnu.org>
8520 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
8521 (default-sendmail-coding-system): Doc-string fixed.
8523 1999-07-30 Dave Love <fx@gnu.org>
8525 * subr.el (assoc-delete-all): New function, renamed from
8528 * frame.el: Change comments to doc strings and other doc fixes.
8529 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
8531 (set-background-color, set-foreground-color, set-cursor-color)
8532 (set-mouse-color, set-border-color): Offer completion of colours.
8533 (cursor): Add :version to defgroup.
8535 * facemenu.el (list-colors-display): Make it work on ttys.
8536 (facemenu-read-color): Likewise.
8538 1999-07-30 Richard M. Stallman <rms@gnu.org>
8540 * frame.el (frame-notice-user-settings): If background
8541 color has been changed, update background-mode from it,
8544 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
8546 * net-utils.el (finger): Don't do indirect fingering.
8548 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8550 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
8551 rules. Add separator at end of holidays.
8552 (cal-tex-rules): New customizable variable.
8553 (cal-tex-latexify-list): Add optional parameter to put separator
8556 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
8558 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
8559 fill prefix on each line while looping to the end of paragraph.
8560 End paragraph if it's longer than the existing fill prefix.
8562 * textmodes/fill.el (fill-context-prefix): Doc fix.
8564 1999-07-30 Dave Love <fx@gnu.org>
8566 * font-lock.el (jit-lock): Fix :load, add :version.
8568 1999-07-30 Eli Zaretskii <eliz@gnu.org>
8570 * term/pc-win.el (msdos-face-setup): Register standard colors in
8571 Vface_tty_color_alist.
8572 (face-color-supported-p, face_color_gray_p): New functions.
8574 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
8577 * startup.el (command-line): Don't register default colors for
8578 MSDOS window-system.
8580 1999-07-29 Dave Love <fx@gnu.org>
8582 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
8585 * lisp-mode.el (eval-defun): Re-written to avoid
8586 capturing variables.
8588 * picture.el (picture-beginning-of-line): Don't call
8589 hscroll-point-visible now we have real autoscrolling.
8590 (picture-end-of-line, picture-newline, picture-open-line):
8593 * international/latin-8.el: New file.
8594 * international/latin-9.el: New file.
8596 1999-07-28 Dave Love <fx@gnu.org>
8598 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
8600 * msb.el: Require cl only when compiling.
8601 (msb--home-dir): Deleted.
8602 (msb--format-title): Use abbreviate-file-name.
8603 (msb--choose-file-menu): Simplify string comparison.
8605 1999-07-28 Gerd Moellmann <gerd@gnu.org>
8607 * faces.el (toolbar): Add face definition for mono displays.
8609 1999-07-27 Richard M. Stallman <rms@gnu.org>
8611 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8613 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
8614 force copying of default-frame-alist.
8616 1999-07-26 Ken'ichi Handa <handa@gnu.org>
8618 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
8620 1999-07-26 Richard M. Stallman <rms@gnu.org>
8622 * frame.el (set-mouse-color): If new color is nil,
8623 really respecify the current color.
8625 1999-07-26 Gerd Moellmann <gerd@gnu.org>
8627 * faces.el (bitmap-area): Change background of face `bitmap-area'
8628 to white for mono displays.
8630 1999-07-26 Kenichi Handa <handa@etl.go.jp>
8632 * international/ccl.el (ccl-embed-symbol): New function.
8633 (ccl-program-p): Deleted. Now it's implemented in C code.
8634 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
8635 (ccl-compile-translate-character): Likewise.
8636 (ccl-compile-map-single): Likewise.
8637 (ccl-compile-multiple-map-function): Likewise.
8638 (declare-ccl-program): Doc-string modified.
8639 (check-ccl-program): Check compiled CCL code by ccl-program-p.
8641 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
8643 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8645 1999-07-25 Markus Rost <rost@gnu.org>
8647 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
8648 the entries to make custom-file more readable.
8650 1999-07-25 Richard M. Stallman <rms@gnu.org>
8652 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
8654 * emacs-lisp/edebug.el: Delete compatibility code.
8655 (edebug-next-token-class): If . is followed by a digit,
8656 return `symbol' for the token class.
8658 * startup.el (command-line): If we don't find the user's init file,
8659 set user-init-file to nil.
8661 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8663 * info-look.el (info-lookup-interactive-arguments): Add optional
8664 argument query for new choice of help mode.
8665 (info-lookup-symbol): Use it.
8666 (info-lookup-file): Ditto.
8667 (info-lookup): Don't switch to other window, if already in Info
8670 1999-07-23 Dave Love <fx@gnu.org>
8672 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
8674 (fortran-fontify-string, fortran-match-!-comment): Deleted.
8675 (fortran-font-lock-syntactic-keywords): New variable.
8676 (fortran-mode): Use it.
8677 (fortran-font-lock-keywords-1): Don't do comments.
8678 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
8681 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
8683 * msb.el (msb-menu-bar-update-buffers): Renamed from
8684 menu-bar-update-buffers.
8685 (msb-custom-set, msb--toggle-menu-type): Call
8686 msb-menu-bar-update-buffers.
8687 (msb-mode): Revise the hook setting.
8689 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
8691 1999-07-23 Gerd Moellmann <gerd@gnu.org>
8693 * font-lock.el, help.el, simple.el: Re-integrate previously
8694 described changes that were lost due to errors while checking them
8697 1999-07-23 Kevin Blake <kblake@ticnet.com>
8699 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
8701 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
8703 * international/encoded-kb.el
8704 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
8705 but push it to unread-command-events.
8706 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
8707 (encoded-kbd-self-insert-sjis): Likewise.
8708 (encoded-kbd-self-insert-big5): Likewise.
8710 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
8711 before left margin and fill-prefix by fill-find-break-point.
8713 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8715 * info-look.el (info-lookup-setup-mode): Don't give up, if
8716 info-lookup-make-completions returns an error.
8717 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
8718 name latex, not latex2e.
8720 1999-07-21 Richard M. Stallman <rms@gnu.org>
8722 * replace.el (perform-replace): Turn off case-fold-search
8723 if FROM-STRING argument has uppercase in it.
8725 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8727 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
8728 mode is on. Don't use end of changed text.
8730 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8732 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
8733 (cl-hash-table-p): Renamed from hash-table-p.
8734 (cl-hash-table-count): Renamed from hash-table-count.
8735 (maphash): Alias to cl-maphash removed.
8736 (gethash): Likewise.
8737 (puthash): Likewise.
8738 (remhash): Likewise.
8739 (clrhash): Likewise.
8741 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8743 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
8744 third arg non-nil. See comment there why this isn't a good idea.
8746 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8748 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
8750 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
8751 sit-for with 3rd arg non-nil to prevent redisplay.
8753 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8755 * image.el (image-type-from-file-header): If file doesn't
8756 have a directory part, add data-directory.
8758 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8760 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
8761 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
8762 motion handling when tooltip-gud-tips-p is nil.
8764 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8766 * tooltip.el (tooltip-mode): Don't use `plusp'.
8767 (tooltip-active): Use initial value of nil.
8769 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
8771 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8773 * bindings.el (make-mode-line-mouse-sensitive): Add key
8774 definitions for `top-line'.
8776 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8778 * faces.el (top-line): New face.
8780 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8782 * image.el (image-type-regexps): Add regexp for PS files.
8784 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8786 * faces.el (set-face-attribute): Fix wrong handling of frame
8789 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8791 * image.el (image-type-regexps): Add PNG format.
8793 1999-07-21 Dave Love <fx@gnu.org>
8795 * bindings.el (mode-line-modified): New variable.
8796 (mode-line-mode-menu-1): Switch to appropriate window before
8799 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8801 * faces.el (face-underline): Removed.
8802 (face-underline-color): Ditto.
8804 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8806 * faces.el (face-x-resources): Fix typo.
8808 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8810 * faces.el: Remove handling of `:relief', extend handling of
8812 (frame-set-background-mode): Choose new defface specs after
8813 frame parameters have changed.
8815 * cus-face.el: Ditto.
8817 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8819 * custom.el (defface): Extend documentation to include new
8822 * cus-face.el (custom-face-attributes): Add overline,
8823 strike-through, box.
8825 * faces.el (face-valid-attribute-values): Handle overline,
8826 strike-through, box.
8827 (face-attribute-name-alist): Add pairs for new face attributes.
8828 (describe-face): Handle new face attributes.
8830 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8832 * faces.el (face-x-resources): Add overline, strike-through, box.
8834 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8836 * enriched.el (enriched-translations): Add `display' and
8838 (enriched-handle-display-prop): New.
8839 (enriched-decode-display-prop): New.
8841 * format.el (top-level): Give `display' property
8842 `format-list-atomic-p.
8843 (format-annotate-single-property-change): Test that property.
8844 If present, treat list property values like atoms.
8846 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8848 * cus-face.el (custom-face-attributes): Use `choice' everywhere
8849 so that "*" can be entered.
8851 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8853 * cus-face.el (custom-face-attributes): Don't use `#''.
8855 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8857 * cus-face.el (custom-face-attributes): Return underline
8858 face attribute directly from the second lambda of underline.
8860 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8862 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
8864 * frame.el (after-setting-font-hooks): New variable.
8865 (set-frame-font): Run those hooks.
8867 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
8869 * faces.el (set-face-attribute): Fix doc string.
8871 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8873 * cus-face.el (custom-face-attributes): Accept color name.
8875 * faces.el (face-underline-p): Accept unspecified underlining.
8876 (face-underline): Ditto. Fix doc string.
8878 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8880 * faces.el (face-underline-color): New function.
8882 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8884 * cus-face.el (custom-face-attributes): Support underline coloring.
8885 Added slot to choose a color.
8887 * faces.el (face-underline): New function.
8888 (face-underline-p): Support underline coloring.
8889 Return nil only if the underline attribute is 'normal.
8890 (set-face-underline): New function.
8891 (face-valid-attribute-values): Support underline coloring.
8893 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8895 * image.el (insert-image): Use `display' instead of `glyph'
8896 as text property name.
8898 (image-type-from-file-header): Use insert-file-contents-literally.
8900 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8902 * easymenu.el (easy-menu-do-add-item): Don't use the empty
8903 string to indicate separators.
8905 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8907 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
8908 instead of message-log.
8910 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8912 * faces.el (bitmap-area): New face.
8914 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8916 * image.el (insert-image): New.
8918 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8920 * frame.el (blink-cursor): Set the symbol's value.
8921 (show-trailing-whitespace): Change group to font-lock.
8923 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8926 * font-lock.el: Add jit-mode as new support mode.
8928 * font-lock.el (font-lock-fontify-keywords-region): Stop when
8929 reaching end instead of letting re-search-forward signal an error.
8930 (demand-lock-mode): New.
8931 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
8932 (font-lock-turn-off-thing-lock): Ditto.
8933 (font-lock-after-fontify-buffer): Ditto.
8934 (font-lock-after-unfontify-buffer): Ditto.
8936 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8940 * startup.el (command-line-1): Activate tooltip mode if
8943 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8945 * faces.el (toolbar): Grey default background.
8948 * image.el (image-type-regexps): New.
8949 (image-type-from-file-header): New.
8950 (create-image): Call it.
8952 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8954 * image.el: New file.
8956 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8958 * bindings.el (mode-line-format): Replace `mode-name' with
8959 `(:eval mode-line-mode-name)'.
8960 (mode-line-mode-name): New.
8961 (make-mode-line-mouse-sensitive): Don't change default value
8964 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8966 * tooltip.el: New file.
8968 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8970 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
8971 instead of mouse-3 to pop up menus.
8972 (mode-line-kill-buffer): Removed.
8973 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
8975 (mode-line-buffer-menu-1): Removed.
8977 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
8979 * bindings.el (mode-line-buffer-identification-keymap): New.
8980 (mode-line-buffer-menu-keymap): New.
8981 (mode-line-mode-menu-keymap): New.
8982 (mode-line-unbury-buffer): New.
8983 (mode-line-other-buffer): New.
8984 (mode-line-kill-buffer): New.
8985 (mode-line-buffer-menu-1): New.
8986 (mode-line-mode-menu-1): New.
8987 (make-mode-line-mouse-sensitive): New.
8989 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8991 * help.el (describe-key-briefly): Handle mode line strings
8992 with local-map properties.
8993 (describe-key): Ditto.
8994 (mode-line-key-binding): New.
8996 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8998 * scroll-bar.el (scroll-bar-timer): New.
8999 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
9001 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9003 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
9006 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9008 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
9009 (global): Use different key bindings if using tookit scroll bars.
9011 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9013 * faces.el (modeline): Define mode line face with relief for
9015 (toolbar): New face.
9017 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9019 * frame.el (frame-initialize): Set frame-creation-function to
9020 tty-create-frame-with-faces.
9022 * faces.el (frame-set-background-mode): Make it work for
9025 * faces.el (tty-create-frame-with-faces): New.
9026 (face-set-after-frame-default): Make it work for TTY frames.
9028 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9030 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
9031 Return a list of one font family for TTYs. Don't return bitmap
9032 file paths for TTY frames.
9034 * faces.el: Add face specs for tty displays to basic faces.
9036 * font-lock.el (font-lock-comment-face): Add spec for color tty.
9037 (font-lock-string-face): Ditto.
9038 (font-lock-keyword-face): Ditto.
9039 (font-lock-builtin-face): Ditto.
9040 (font-lock-function-name-face): Ditto.
9041 (font-lock-variable-name-face): Ditto.
9042 (font-lock-type-face): Ditto.
9043 (font-lock-constant-face): Ditto.
9044 (font-lock-warning-face): Ditto.
9046 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9048 * startup.el (command-line): Register default tty colors.
9050 * faces.el (face-spec-set-match-display): Recognize `type tty'.
9052 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9054 * faces.el (modeline): For X frames, use a modeline with relief.
9056 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9058 * faces.el (frame-update-faces): Copied from 20.2.
9059 (frame-update-face-colors): Ditto. Code removed that isn't
9060 applicable in the new face implementation.
9062 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9064 * frame.el (show-trailing-whitespace): New.
9066 * faces.el (trailing-whitespace): New basic face.
9068 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9070 * cus-face.el (custom-facep): Always define as alias for facep.
9072 * cus-face.el (custom-face-attributes): Use choice widgets.
9073 Remove :bold and :italic.
9075 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9077 * faces.el (face-charset-registries): Removed since fontset.el
9078 is no always loaded.
9080 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9082 * faces.el (internal-get-face): Added as obsolete function for
9085 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9087 * frame.el (blink-cursor-end): Call show-cursor.
9088 (blink-cursor-mode): Ditto.
9090 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9092 * faces.el (face-spec-reset-face): Reset all attributes to
9094 (face-spec-set): Use it.
9096 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9098 * faces.el (read-all-face-attributes): Bug fix.
9099 (face-read-integer): Allow nil default value.
9100 (face-valid-attribute-values): Use symbol names of attribute
9101 values for completion list.
9103 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9105 * faces.el (internal-find-face): Define for compatibility with
9107 (face-id): Likewise.
9109 * faces.el (face-id): Return the ID of a realized face for ASCII.
9111 * fontset.el (x-charset-registries): Removed. Now in faces.el.
9112 (x-complement-fontset-spec): Use face-charset-registries.
9114 * faces.el (face-font-selection-order): Set font selection order
9116 (face-alternative-font-family-alist): Set alternative font
9119 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9121 * faces.el (set-face-charset-registries): Set symbol value.
9123 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9125 * faces.el (face-set-after-frame-default): Call function
9126 internal-merge-in-global-face.
9128 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9130 * faces.el (face-list): Return symbols from face-global-alist.
9132 * faces.el (face-list): Return a copy of the face name list so
9133 that it cannot be modified from outside (facemenu.el uses
9134 nreverse, for example).
9136 * cus-face.el (custom-face-attributes): Add :bold and :italic
9137 for compatibility with old code.
9139 * faces.el (set-face-attributes-from-resources): Additional
9141 (make-face-x-resource-internal): Set attributes from resources
9142 for a given frame or all frames.
9144 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9146 * faces.el (all-faces): Removed.
9148 * custom.el (defface): Add new face attributes to function
9151 * font-lock.el (font-lock-comment-face): Use new face attribute
9153 (font-lock-string-face): Ditto.
9154 (font-lock-keyword-face): Ditto.
9155 (font-lock-builtin-face): Ditto.
9156 (font-lock-function-name-face): Ditto.
9157 (font-lock-variable-name-face): Ditto.
9158 (font-lock-type-face): Ditto.
9159 (font-lock-reference-face): Ditto.
9160 (font-lock-warning-face): Ditto.
9161 ((boundp 'font-lock-face-attributes)): Ditto.
9163 * cus-face.el (custom-face-attributes): Use new face attributes.
9165 * faces.el (set-face-attribute-from-resource): Initialize
9166 from resources only for X and W32.
9168 * cus-face.el (custom-declare-face): Don't make frame-local
9171 * faces.el (describe-face): Use princ instead of insert.
9173 * faces.el: Add XLFD manipulation functions from 20.2 again
9174 because fontset.el uses them.
9175 (face-set-after-frame-default): Add empty definition.
9177 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9179 * faces.el (make-face): Correct typo.
9180 (set-face-attribute-from-resource): Use let*.
9181 (face-underline-p): Correct typo.
9182 (face-inverse-video-p): Ditto.
9183 (set-face-stipple): Ditto.
9184 (face-read-string): Make completion-list optional parameter.
9186 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9188 * faces.el (face-charset-registries): Alist mapping charset
9189 symbols to registries and encoding.
9191 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9193 * frame.el (blink-cursor-mode): Use interactive spec "P".
9195 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9197 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
9198 mode. The cursor of selected_window blinks if the mode is enabled.
9200 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9202 * simple.el (next-history-element): Set point to the end of the
9203 prompt if minibuffer-prompt-in-buffer.
9205 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9207 * faces.el (x-font-regexp): Add sub-expression parentheses for
9208 several font name components.
9210 1999-07-21 Gerd Moellmann <gerd@acm.org>
9212 * faces.el (set-face-relief): Use index 12 for relief.
9213 (face-fill-in): Set relief from data.
9214 (internal-make-face): Init relief to zero.
9216 * faces.el (face-spec-set): Call modify-face with additional
9217 parameters for relief and fixed-p.
9219 1999-07-21 Gerd Moellmann <gerd@acm.org>
9221 * cus-face.el: ':fixed and ':relief added.
9223 * faces.el (describe-face): Add fixed font attribute and relief.
9224 (face-attr-match-p): Ditto.
9225 (face-attr-construct): Ditto.
9226 (face-spec-set): Ditto.
9228 1999-07-21 Gerd Moellmann <gerd@acm.org>
9230 * faces.el (internal-make-face): Function to create a Lisp vector
9231 suitable for representing a face.
9232 (make-face): Use it instead of make-vector.
9233 (x-create-frame-with-faces): Use it instead of vector.
9234 (internal-facep): Increase vector size to 14.
9235 (internal-make-face): Ditto.
9236 (face-relief): Access relief thickness.
9237 (face-fixed-p): Access fixed font attribute.
9238 (set-face-fixed-p): Set fixed font attribute.
9239 (set-face-relief): Set relief attribute.
9240 (internal-face-interactive-int): Read int attribute of face.
9241 (modify-face): Add fixed-p and relief parameters.
9242 (copy-face): Handle fixed-p and relief.
9243 (face-equal): Compare fixed-p and relief.
9244 (face-differs-from-default-p): Ditto.
9245 (face-nontrivial-p): Add fixed-p and relief.
9247 1999-07-21 Gerd Moellmann <gerd@acm.org>
9249 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
9250 (internal-facep): Increase vector size.
9252 (face-shadow-thickness): Added.
9253 (set-face-shadow-thickness): Added.
9254 (modify-face): Add optional shadow-thickness parameter.
9255 (make-face-x-resource-internal): Add shadows.
9257 (face-equal): Ditto.
9258 (face-differs-from-default-p): Ditto.
9259 (face-nontrivial-p): Ditto.
9260 (face-attr-match-p): Ditto.
9261 (face-attr-construct): Ditto.
9262 (face-spec-set): Ditto.
9263 (face-fill-in): Ditto.
9265 1999-07-21 Gerd Moellmann <gerd@acm.org>
9267 * bench.el (bench-mark-split-window): New bench mark.
9269 1999-07-21 Gerd Moellmann <gerd@acm.org>
9271 * faces.el (set-face-font): Don't pass default font to
9272 x-resolve-font so that font will not have to be of the same
9275 1999-07-20 Dave Love <fx@gnu.org>
9277 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
9280 1999-07-20 Karl Heuer <kwzh@gnu.org>
9282 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
9284 1999-07-20 Dave Love <fx@gnu.org>
9286 * help.el (describe-variable): Fix test for customizability.
9288 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
9289 Check for readonly buffer in interactive spec.
9290 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
9291 (backward-kill-word): Add * to interactive spec.
9293 * underline.el (underline-region, ununderline-region): Add * to
9296 * fill.el (canonically-space-region, justify-current-line): Add *
9297 to interactive spec.
9298 (fill-region-as-paragraph, fill-paragraph, fill-region)
9299 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
9300 readonly buffer in interactive spec.
9302 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9303 (backward-kill-sentence, kill-sentence): Add * to interactive
9306 1999-07-19 Richard M. Stallman <rms@gnu.org>
9308 * dired-aux.el (dired-do-shell-command): Doc fix.
9310 * shell.el (shell-unquote-argument): New function.
9311 (shell-directory-tracker): Use shell-unquote-argument.
9312 * comint.el (comint-arguments): Handle \ followed by space or tab.
9314 1999-07-19 John Wiegley <jwiegley@borland.com>
9316 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
9317 color codes 39 and 49, which by the way lynx uses them seem to
9318 mean "foreground reset" and "background reset".
9320 1999-07-19 Karl Heuer <kwzh@gnu.org>
9322 * font-lock.el (c++-keywords): Add "typeid".
9324 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
9325 selects no font, treat that as zero selections, not one.
9327 1999-07-19 Dave Love <fx@gnu.org>
9329 * info.el (Info-search): Don't lose with empty regexp.
9331 * version.el: Cater for (free) `ident' program, not `which'.
9333 * hl-line.el: New file.
9335 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
9336 for modes which don't define menus.
9338 1999-07-16 Richard M. Stallman <rms@gnu.org>
9340 * webjump.el (webjump-sample-sites): Update some URLs.
9342 1999-07-14 Richard Stallman <rms@gnu.org>
9344 * Version 20.4 released.
9346 1999-07-14 Andreas Schwab <schwab@gnu.org>
9348 * compare-w.el (compare-windows): Try to find the next window in
9349 the current frame before looking at the other frames.
9351 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
9353 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
9354 Use cyrillic-jcuken as default input method.
9356 1999-07-12 Richard Stallman <rms@gnu.org>
9358 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
9359 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
9361 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
9362 (ispell-local-dictionary-alist): Add koi8-r for character set.
9364 * textmodes/flyspell.el (flyspell-get-word):
9365 Add special handling for when ispell-otherchars is empty.
9367 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
9369 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
9370 when having nested functons.
9371 (pascal-indent-nested-functions) (pascal-indent-line)
9372 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
9373 indenting nested functions.
9375 1999-07-09 Richard Stallman <rms@gnu.org>
9377 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
9379 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
9381 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
9382 the `end' keyword was in the very beginning of the buffer.
9384 1999-07-08 Richard Stallman <rms@gnu.org>
9386 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
9388 * term.el (term-emulate-terminal): Avoid infinite loop
9389 in strange case where minibuffer window is selected but not active.
9391 1999-07-07 Stephen Eglen <stephen@gnu.org>
9393 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
9394 Change regexp so that it doesn't match commands beginning with `cd'.
9396 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9398 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
9400 1999-07-06 Richard Stallman <rms@gnu.org>
9402 * hscroll.el (hscroll-minibuffer-hook): New function.
9403 (hscroll-global-mode): Add and remove that hook.
9404 Set hscroll-old-truncate-was-global's default value.
9406 1999-07-05 Richard Stallman <rms@gnu.org>
9408 * files.el (revert-buffer): Don't preserve point here.
9409 (revert-buffer-insert-file-contents-function): Doc fix.
9411 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
9413 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
9414 doing a `stat' when it isn't necessary because that can cause
9415 trouble when an NFS server is down.
9417 1999-07-04 Richard Stallman <rms@gnu.org>
9419 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
9421 1999-07-03 Richard Stallman <rms@gnu.org>
9423 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
9424 for \200...\240 also.
9425 (isearch-printing-char): Use unibyte-char-to-multibyte.
9427 1999-07-02 Richard Stallman <rms@gnu.org>
9429 * frame.el (minibuffer-frame-alist): Use defcustom.
9430 (pop-up-frame-alist): Likewise.
9431 (initial-frame-alist): Specify * in the doc string.
9433 * hscroll.el (hscroll-mode): Make it a permanent local.
9434 (hscroll-mode): Don't cancel the timer
9435 if HScroll mode is enabled in some other buffer.
9437 * isearch.el (isearch-done): If search ends in middle of intangible
9438 text (due to text property), move on to the limit of that text.
9440 1999-07-01 Andrew Innes <andrewi@gnu.org>
9442 * man.el (Man-build-man-command): Use value of null-device,
9443 instead of hard-coding "/dev/null".
9445 * dos-w32.el (untranslated-canonical-name): Avoid expanding
9446 ange-ftp file names, which might force ange-ftp to prompt for a
9449 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
9450 to prevent references to temp files.
9452 1999-06-30 Richard Stallman <rms@gnu.org>
9454 * progmodes/sh-script.el (sh-feature): If nothing is known
9455 about the given shell, use the values for `sh'.
9457 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
9459 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
9460 to make it non-recursive.
9462 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
9464 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9466 * auto-show.el (auto-show-mode): Fix Typo in :set.
9468 1999-06-29 Richard M. Stallman <rms@gnu.org>
9470 * progmodes/sh-script.el (sh-mode): When setting syntax
9471 table, default to the standard one.
9473 1999-06-27 Richard M. Stallman <rms@gnu.org>
9475 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
9477 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
9479 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
9480 a frame when `return' is requested (even if pop-up-frames = t)
9481 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
9482 should only be set for the bibtex buffer.
9484 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
9486 * progmodes/compile.el: Deal with compilation-error-screen-columns
9489 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9491 * comint.el (comint-password-prompt-regexp): Allow "(again)".
9493 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9495 * cal-x.el (calendar-only-one-frame-setup): New function.
9496 * calendar.el (calendar): Call it if requested.
9498 1999-06-24 Karl Heuer <kwzh@gnu.org>
9500 * startup.el (iso-8859-n-locale-regexp): Doc fix.
9502 1999-06-22 Richard M. Stallman <rms@gnu.org>
9504 * mail/supercite.el (sc-emacs-features): Doc fix.
9506 1999-06-22 Karl Heuer <kwzh@gnu.org>
9508 * files.el (auto-mode-alist): Add pike-mode.
9510 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
9512 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
9513 last byte of a numeric field is a space or a NUL. Parse it as
9514 potentially part of the number. This is used by GNU tar
9515 1.12.64012 to handle larger values.
9517 1999-06-20 Karl Heuer <kwzh@gnu.org>
9519 * custom.el (custom-handle-keyword): Fix error message.
9521 1999-06-18 Andrew Innes <andrewi@gnu.org>
9523 * mail/smtpmail.el (smtpmail-send-it): Use
9524 convert-standard-filename to make file names for queued mail safe
9525 on Windows (`:' is invalid in file names on Windows).
9527 1999-06-17 Kenichi Handa <handa@etl.go.jp>
9529 * international/mule-cmds.el (describe-current-input-method):
9530 Current-input-method is string.
9531 (toggle-input-method): Docstring fixed.
9533 * international/mule-diag.el
9534 (describe-current-coding-system-briefly): Fix format string.
9536 * international/mule-util.el (coding-system-eol-type-mnemonic):
9537 Docstring modified. Return a string.
9539 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
9541 * sql.el (sql-input-ring-file-name): Doc fix.
9543 1999-06-17 Richard M. Stallman <rms@gnu.org>
9545 * calendar/cal-x.el (special-display-buffer-names):
9546 Don't put (get-file-buffer diary-file) on this list.
9548 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
9550 * play/mpuz.el (mpuz-try-proposal): Fix message call.
9551 Don't penalize player for certain impossible guesses.
9553 1999-06-16 Andrew Innes <andrewi@gnu.org>
9555 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
9556 return the string "Unk 0 0000" so at least it appears to be a
9557 valid timestamp to `dired-move-to-filename-regexp'.
9559 1999-06-15 Ken'ichi Handa <handa@gnu.org>
9561 * ps-print.el (ps-control-character): Fix previous change.
9563 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9565 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
9566 multiple output of the last message.
9568 1999-06-14 Eli Zaretskii <eliz@gnu.org>
9570 * term/internal.el (IT-display-table-setup): Do not remap \222 to
9571 the ASCII apostrophe, as most DOS codepages have some other glyph
9574 1999-06-14 Ken'ichi Handa <handa@gnu.org>
9576 * language/ethio-util.el (setup-ethiopic-environment-internal):
9577 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
9578 (exit-ethiopic-environment): Likewize.
9580 1999-06-12 Richard M. Stallman <rms@gnu.org>
9582 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
9584 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9586 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
9587 custom-initialize-default to avoid infinite loop.
9588 (crisp-mode): (defun) Call transient-mark-mode here, not when
9589 loading the file. Run crisp-mode-hook here, and run
9590 crisp-load-hook when loading the file.
9592 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
9593 rmail-summary buffer, search for pattern in rmail-file.
9595 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
9597 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
9599 * ps-print.el (ps-printer-name): Fix custom type.
9601 1999-06-12 Reto Zimmermann <reto@synopsys.com>
9603 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
9604 (vhdl-port-paste-generic-map): Fix indentation bug.
9605 (vhdl-port-paste-port-map): Fix indentation bug.
9606 (vhdl-scan-file-contents): Make scanning case insensitive.
9608 1999-06-11 Richard M. Stallman <rms@gnu.org>
9610 * files.el (write-file): When buffer is not already visiting a file,
9611 don't put buffer name in the minibuffer, just make it the default.
9612 Also handle just directory as arg usefully in that case.
9614 * simple.el (sendmail-user-agent-compose):
9615 Ignore case when inserting the rest of the "other" headers.
9617 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
9619 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
9620 (info-lookup-interactive-arguments): Never insert the default
9621 into the minibuffer automatically.
9623 * emacs-lisp/cl-extra.el (getf): Don't call get*.
9625 1999-06-09 Richard M. Stallman <rms@gnu.org>
9627 * simple.el (shell-command): Avoid printing "mark set" message.
9629 1999-06-09 Dave Love <fx@gnu.org>
9631 * progmodes/compile.el (compilation-error-regexp-alist): Allow
9632 digits in program name in first pattern.
9634 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
9636 * vc.el (vc-dired-mode): Don't match anything before the date in
9637 dired-move-to-filename-regexp.
9639 1999-06-07 Ken'ichi Handa <handa@gnu.org>
9641 * international/quail.el (quail-define-rules): Fix typo in
9644 1999-06-05 Stephen Eglen <stephen@gnu.org>
9646 * iswitchb.el (iswitchb-default-keybindings): Add
9647 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
9648 than when package is loaded.
9650 1999-06-04 Richard M. Stallman <rms@gnu.org>
9652 * startup.el (command-line): Don't set user-init-file directly;
9653 tell `load' to set it.
9655 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
9657 * simple.el (next-history-element):
9658 Handle minibuffer-text-before-history properly when reading sexps.
9660 * disp-table.el (standard-display-european):
9661 For an interactive call by the user,
9662 don't set enable-multibyte-characters,
9663 and don't set the terminal coding system.
9665 * textmodes/refbib.el: Don't print any messages or display
9666 a buffer when loading the library.
9667 (r2b-help): Doc fix.
9668 (r2b-help-message): Update the documentation.
9669 (r2b-load-quietly): Variable deleted.
9670 (r2b-convert-buffer): Doc fix.
9672 1999-06-04 Dave Love <fx@gnu.org>
9674 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
9676 * auto-show.el: Don't change hooks on loading.
9677 (auto-show-mode): Autoload. Default to nil. Add :set &c.
9678 (auto-show-mode): Add to hooks here.
9680 1999-06-04 Richard Sharman <rsharman@pobox.com>
9682 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
9683 recursion on bogus input.
9685 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
9687 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
9688 does not select a buffer from the buffers menu, then the attached
9689 frame is not switched to anything.
9691 1999-06-03 Ken'ichi Handa <handa@gnu.org>
9693 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
9694 (viet-viscii-...->viet-vscii...).
9696 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
9698 1999-06-01 Dave Love <fx@gnu.org>
9700 * progmodes/fortran.el: Add :link to defgroup.
9701 (fortran-blink-matching-if): Match ELSE statements too.
9702 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
9703 that filling is always done.
9705 1999-05-31 Richard M. Stallman <rms@gnu.org>
9707 * simple.el (append-next-kill): Use an arg to distinguish
9708 interactive calls from Lisp calls, rather than (interactive-p).
9710 * international/iso-transl.el (iso-transl-language-alist):
9711 Interchange n and N.
9713 1999-05-31 Dave Love <fx@gnu.org>
9715 * msb.el Add to minor-mode-map-alist. Remove hook installation
9716 and keymap munging on load.
9717 (msb-mode): New option.
9718 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
9720 (msb-mode-map): New variable.
9721 (msb-mode): New command.
9723 1999-05-31 Dave Love <fx@gnu.org>
9725 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
9726 (ispell-complete-word-dict): Likewise.
9728 1999-05-31 Eli Zaretskii <eliz@gnu.org>
9730 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
9731 force the data buffer to be saved, even if the data didn't
9732 change, in case the write filter was modified. Restore the
9733 current record after read-file-filter finishes.
9735 1999-05-29 Karl Heuer <kwzh@gnu.org>
9737 * ispell4.el: Obsolete; file deleted.
9739 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
9741 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
9742 VALUE is a syntax table.
9744 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
9746 * simple.el (zap-to-char): Doc fix.
9748 1999-05-27 Ken'ichi Handa <handa@gnu.org>
9750 * isearch.el (isearch-quote-char): Don't assume character codes
9751 0200 - 0237 stand for characters in some single-byte character
9754 1999-05-27 Dave Love <fx@gnu.org>
9756 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
9758 1999-05-27 Andreas Schwab <schwab@gnu.org>
9760 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
9761 headerline does not exist already.
9763 1999-05-26 Richard Stallman <rms@gnu.org>
9765 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9766 Avoid nested null-loops.
9768 1999-05-26 Ken'ichi Handa <handa@gnu.org>
9770 * international/characters.el: Typo fixed; prefered->preferred.
9772 * international/mule-cmds.el (find-coding-systems-for-charsets):
9773 Typo fixed; prefered->preferred.
9775 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
9776 method in read-event.
9778 * international/mule.el (charset-info): Doc-string fixed.
9780 1999-05-25 Ken'ichi Handa <handa@gnu.org>
9782 * mail/smtpmail.el (smtpmail-send-it): Bind
9783 smtpmail-code-conv-from properly.
9784 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
9785 by smtpmail-code-conv-from.
9787 1999-05-24 Richard Stallman <rms@gnu.org>
9789 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
9790 Binding deleted also.
9792 1999-05-24 Karl Heuer <kwzh@gnu.org>
9794 * comint.el (comint-bol-or-process-mark): Doc fix.
9796 1999-05-23 Dave Love <fx@gnu.org>
9798 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
9799 Enter it on minor-mode-map-alist.
9800 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
9801 Autoload. Add custom setter.
9802 (crisp-mark-line): Doc fix.
9803 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
9804 (crisp-mode-hook): Define.
9806 1999-05-23 Ken'ichi Handa <handa@gnu.org>
9808 * files.el (recover-file): Recover buffer-file-coding-system.
9810 1999-05-22 Richard Stallman <rms@gnu.org>
9812 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
9813 regexp match the date, to avoid treating date as file size.
9814 Add YYYY S option to WESTERN/
9816 * bookmark.el: Delete some XEmacs compatibility code.
9817 (bookmark-jump-noselect): Check vc-backend.
9819 * subr.el (add-to-list): Doc fix.
9821 1999-05-21 Stephen Eglen <stephen@gnu.org>
9823 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
9825 1999-05-18 Richard Stallman <rms@gnu.org>
9827 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
9828 non-space after the @anchor command.
9829 (texinfo-format-var): Handle other nested constructs, using
9830 texinfo-parse-expanded-arg and texinfo-discard-command, not
9831 texinfo-parse-arg-discard.
9833 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
9834 (debug): Bind and use debugger-outer-inhibit-redisplay.
9835 Bind inhibit-redisplay to nil.
9836 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
9838 1999-05-17 Dave Love <fx@gnu.org>
9840 * help.el (describe-function-1): Extra arg, interactive-p.
9841 (describe-key, describe-function): Use it.
9843 1999-05-17 Karl Heuer <kwzh@gnu.org>
9845 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
9847 1999-05-16 Dave Love <fx@gnu.org>
9849 * cus-start.el (all): Delete selective-display. Add scroll-margin,
9850 scroll-preserve-screen-position, scroll-conservatively.
9852 1999-05-16 Dave Love <fx@gnu.org>
9854 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
9856 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
9858 * progmodes/vhdl-mode.el: Completely revised and massively extended.
9860 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9862 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
9863 magic number and is not associated with a file.
9865 1999-05-14 Richard M. Stallman <rms@gnu.org>
9867 * files.el (find-file-noselect-1): Fix previous change.
9869 1999-05-14 Simon Marshall <simon@gnu.org>
9871 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
9873 1999-05-13 Ken'ichi Handa <handa@gnu.org>
9875 * international/mule-diag.el (mule-diag): Change MULE to Mule in
9878 * international/mule-cmds.el: Change MULE to Mule in docstrings
9881 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
9883 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
9884 to correctly reflect the value of BaseLineOffset in
9885 RelativeCompose. Now the value of RelativeCompose is an array of
9886 low and high positions.
9887 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
9888 RLC for the above change.
9890 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
9892 * comint.el (comint-password-prompt-regexp): Modified to match the
9893 output of ksu and ssh-add.
9895 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
9897 * language/korea-util.el (isearch-toggle-korean-input-method):
9898 Adjusted for the change of input method handling in isearch.el.
9899 (isearch-hangul-switch-symbol-ksc): Likewise.
9900 (isearch-hangul-switch-hanja): Likewise.
9902 1999-05-10 Dave Love <fx@gnu.org>
9904 * help.el (help-make-xrefs): Fix typo.
9906 1999-05-10 Andreas Schwab <schwab@gnu.org>
9908 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
9909 unibyte-display-via-language-environment.
9911 * help.el (help-make-xrefs): Handle more cases when looking for
9912 commands in a keymap description.
9914 1999-05-10 Eli Zaretskii <eliz@gnu.org>
9916 * loadup.el: For ms-dos systems, load ccl and codepage.
9918 1999-05-09 Ken'ichi Handa <handa@gnu.org>
9920 * ps-print.el (ps-control-character): Call
9921 ps-mule-prepare-ascii-font to setup ASCII fonts.
9923 * ps-mule.el (ps-mule-begin-job): Redo this change "if
9924 ps-multibyte-buffer is nil, use
9925 ps-mule-font-info-database-default."
9927 1999-05-08 Ken Stevens <k.stevens@ieee.org>
9929 * ispell.el (ispell-local-dictionary-alist): New variable for
9930 customizing local dictionaries not accessable by everyone.
9931 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
9932 (ispell-required-version): Changed format `(major minor
9933 revision)' to support general pattern matching.
9934 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
9935 skip region commented out due to incorrect skip potential in std latex.
9936 (ispell-word): Removed `when' macro. Fixed bug of not restoring
9937 cursor point on small words for calls from `ispell-minor-mode'.
9938 (check-ispell-version): Tests and accepts versions major.minor
9939 and above, with adjustments for interactions in 3.1.0-3.1.11.
9940 (ispell-get-line): No longer skips ispell process special characters.
9941 (ispell-comments-and-strings): Removed `when' macro call.
9942 (ispell-minor-check): Requires ispell-word to restore cursor point.
9943 (ispell-buffer-local-parsing): Supports checking comments only.
9945 1999-05-08 Karl Heuer <kwzh@gnu.org>
9947 * comint.el (comint-password-prompt-regexp): Fix last change to be
9950 1999-05-07 Richard M. Stallman <rms@gnu.org>
9952 * subr.el (with-temp-message): Fix the other call to message
9955 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
9957 * gud.el (gud-format-command): "%F" means file sans extension.
9958 (jdb): Use %F, not %f, for gud-break.
9960 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
9962 * comint.el (comint-password-prompt-regexp): Modified so that it
9963 matches the output of kinit.
9965 1999-05-06 Greg Stark <gsstark@mit.edu>
9967 * timezone.el (timezone-parse-date): Recognize new format used in
9970 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
9972 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
9974 1999-05-04 Andrew Innes <andrewi@gnu.org>
9976 * time.el (display-time-update): Allow for wrap-around when
9977 checking against display-time-server-down-time.
9979 1999-05-04 Ken'ichi Handa <handa@gnu.org>
9981 * international/mule-diag.el (describe-coding-system): Fix English
9984 1999-05-03 Jason Rumney <jasonr@altavista.net>
9986 * term/w32-win.el: Change the x-charset-registry property for the
9987 Japanese charsets that are supported by Japanese Windows fonts.
9989 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9991 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
9992 diary-block diary entries for which the reminders and the diary
9993 entries can overlap.
9995 1999-05-02 Jason Rumney <jasonr@altavista.net>
9997 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
9998 matches the font selected in the dialog.
10000 1999-05-02 Dave Love <fx@gnu.org>
10002 * browse-url.el (browse-url-browser-function): Add :version.
10004 * international/mule.el (auto-coding-alist): Add .tgz.
10006 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
10008 * international/codepage.el (cp-coding-system-for-codepage-1):
10009 Make the magnification parameter for the -dos encoder be 2.
10011 1999-05-2 Andrew Innes <andrewi@gnu.org>
10013 * term/w32-win.el (w32-drag-n-drop): Select file in window where
10014 it is dropped, rather than current window.
10016 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
10017 after switching buffer, as case-fold-search is a buffer local
10020 * w32-fns.el (convert-standard-filename): Only convert directory
10021 separators to backslash if the interactive shell is one of the
10022 standard Windows shells that has DOS semantics.
10024 * ls-lisp.el (ls-lisp-format-time): Trap errors from
10025 format-time-string, and return a suitable string to indicate the
10026 timestamp was invalid.
10028 * hexl.el (hexlify-command): Apply shell-quote-argument after
10029 expanding hexl-program in case exec-directory contains a space.
10030 (dehexlify-command): Ditto.
10032 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
10033 file extension regexps which aren't necessarily binary files.
10034 (direct-print-region-helper): Use subst-char-in-string instead of
10035 binding directory-sep-char to convert filenames to DOS syntax.
10036 (direct-print-region-use-command-dot-com): New variable.
10037 (direct-print-region-helper): Use it to control whether to invoked
10038 command.com to print on Windows 9x.
10040 * browse-url.el (browse-url-browser-function): Default to
10041 browse-url-default-windows-browser on windows-nt.
10042 (browse-url-default-windows-browser): New function.
10044 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
10046 * forms.el (forms-mode): Don't call forms-first-record or
10047 forms-last-record if the data file has zero records.
10049 1999-04-29 Richard M. Stallman <rms@gnu.org>
10051 * files.el (find-file-noselect-1): If buffer-file-name has changed
10052 after find-file-not-found-hooks runs, recompute the truename.
10053 And don't use FILENAME after that point.
10055 1999-04-27 Dave Love <fx@gnu.org>
10057 * paren.el (show-paren-mode)
10058 * which-func.el (which-func-mode-global)
10059 * type-break.el (type-break-mode)
10060 * time.el (display-time-mode)
10061 * rsz-mini.el (resize-minibuffer-mode)
10062 * mouse-sel.el (mouse-sel-mode)
10063 * icomplete.el (icomplete-mode)
10064 * hscroll.el (hscroll-global-mode)
10065 * help.el (temp-buffer-resize-mode)
10066 * font-lock.el (global-font-lock-mode)
10067 * delsel.el (delete-selection-mode)
10068 * avoid.el (mouse-avoidance-mode)
10069 * autoinsert.el (auto-insert-mode)
10070 * winner.el (winner-mode): Doc fix.
10072 1999-04-26 Karl Heuer <kwzh@gnu.org>
10074 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
10075 the same whitespace that was ignored in choosing the subject string.
10077 1999-04-26 Richard M. Stallman <rms@gnu.org>
10079 * info.el (Info-find-node): Position properly after finding anchor.
10081 * cus-start.el (all): Handle unibyte-display-via-language-environment.
10083 * simple.el (indent-new-comment-line): Fix previous change.
10085 * complete.el: Delete the wildcard expansion feature
10086 since that is now standard in find-file.
10087 (PC-try-load-many-files): Function deleted.
10088 (PC-after-load-many-files): Function deleted.
10089 (PC-many-files-list): Variable deleted.
10090 (PC-disable-wildcards): Variable deleted.
10091 (partial-completion-mode): Don't enable the wildcard feature.
10093 * complete.el (PC-look-for-include-file): Don't set global variables
10094 `error', `buf' and `filename' here.
10096 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
10098 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
10100 * textmodes/outline.el (outline-regexp): Doc fix.
10102 1999-04-26 John Wiegley <johnw@borland.com>
10104 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
10105 C++Builder 4.0 error message syntax.
10107 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
10109 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
10110 supported, use find -exec.
10112 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
10114 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
10115 coding-system-for-write, to avoid hanging when non-interactive.
10117 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
10119 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
10120 start with a newline.
10122 1999-04-13 Ken'ichi Handa <handa@gnu.org>
10124 * international/mule-conf.el (x-ctext): New coding system.
10126 1999-04-12 Richard M. Stallman <rms@gnu.org>
10128 * international/mule-cmds.el (input-method-function):
10129 Add permanent-local property.
10131 1999-04-12 Dave Love <fx@gnu.org>
10133 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
10134 change to use jka-compr-byte-compiler-base-file-name.
10136 * supercite.el (sc-scan-info-alist): Revert last change.
10137 (sc-attrib-selection-list): Fix :type here instead.
10139 1999-04-11 Eli Zaretskii <eliz@gnu.org>
10141 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
10142 in the list of case-insensitive filesystems.
10144 1999-04-09 Kenichi Handa <handa@etl.go.jp>
10146 * international/fontset.el (create-fontset-from-fontset-spec):
10147 Don't register duplicated alias fontset names.
10149 1999-04-08 Richard Stallman <rms@gnu.org>
10151 * international/mule.el (auto-coding-alist-lookup): New function.
10152 (set-auto-coding): Use auto-coding-alist-lookup.
10154 * jka-compr.el (jka-compr-insert-file-contents):
10155 Use auto-coding-alist-lookup to check for files that
10156 should not have eol conversion, in the unibyte case.
10158 1999-04-07 Dave Love <fx@gnu.org>
10160 * help.el (describe-variable): Check custom-loads property as well
10163 * abbrev.el (abbrev-mode): Customizing sets the default value.
10165 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
10167 * vc.el (vc-backend-revert): For CVS files that were made
10168 writeable with "cvs edit", call "cvs unedit" to undo that.
10170 1999-04-08 Dave Love <fx@gnu.org>
10172 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
10174 (sc-emacs-features): Recognize Emacs 20.
10175 (sc-read-string): Use history arg.
10176 (sc-scan-info-alist): Check for rtnvalue a cons.
10178 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
10180 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
10181 coding system to encode the message by
10182 select-message-coding-system.
10184 1999-04-07 Richard Stallman <rms@gnu.org>
10186 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
10188 * winner.el: Reorder definitions.
10190 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
10192 * mail/rmail.el (rmail-decode-babyl-format):
10193 Undo previous change.
10195 1999-04-06 Richard Stallman <rms@gnu.org>
10197 * info.el (Info-find-node): Check for an anchor at the
10198 proper place, before reading an indirect file.
10200 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
10202 * jka-compr.el (jka-compr-insert-file-contents):
10203 Use raw-text-unix when we want no conversion.
10205 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
10207 * timezone.el (timezone-parse-date): Corrected regexp for
10208 style (5) date format so that tenths of seconds are optional.
10210 1999-04-05 Eli Zaretskii <eliz@gnu.org>
10212 * term/internal.el (dos-cpNNN-setup): New function, with the guts
10213 of dos-codepage-setup.
10214 (cjk-codepages-alist): New variable, an alist of Far-Eastern
10215 codepages for which there's no need to set up cpNNN coding
10217 (dos-codepage-setup): Support Far-Eastern DOS terminals.
10219 1999-04-05 Richard Stallman <rms@gnu.org>
10221 * mail/rmail.el (rmail-ignored-headers): Doc fix.
10223 1999-04-02 Richard Stallman <rms@gnu.org>
10225 * progmodes/compile.el (compilation-handle-exit): Do right thing
10226 if (car status) doesn't end in a newline.
10228 1999-04-01 Dave Love <fx@gnu.org>
10230 * progmodes/sql.el (SQL): Add defgroup :version.
10232 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
10234 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
10235 buffer-file-coding-system. If the coding system used is raw-text,
10236 etc., make the *Compiler Input* buffer unibyte.
10238 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
10240 * loadup.el: Don't write the fns-...el file if not dumping.
10242 1999-03-31 Dave Love <fx@gnu.org>
10244 * snmp-mode.el (snmp): Fix defgroup :version.
10246 * hilit-chg.el (highlight-changes): Add defgroup :version.
10248 1999-03-31 Andreas Schwab <schwab@gnu.org>
10250 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
10251 the gnus-save-hidden-threads macro.
10253 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
10255 * faces.el (face-set-after-frame-default): Obey the
10256 `customized-face' for new faces.
10258 1999-03-30 Dave Love <fx@gnu.org>
10260 * international/mule-cmds.el (current-language-environment): Doc fix.
10261 * abbrev.el (abbrev-mode): Doc fix.
10262 * autoinsert.el (auto-insert-mode): Doc fix.
10263 * complete.el (partial-completion-mode): Doc fix.
10264 * avoid.el (mouse-avoidance-mode): Doc fix.
10265 * delsel.el (delete-selection-mode): Doc fix.
10266 * font-lock.el (global-font-lock-mode): Doc fix.
10267 * help.el (temp-buffer-resize-mode): Doc fix.
10268 * hscroll.el (hscroll-global-mode): Doc fix.
10269 * icomplete.el (icomplete-mode): Doc fix.
10270 * mouse-sel.el (mouse-sel-mode): Doc fix.
10271 * paren.el (show-paren-mode): Doc fix.
10272 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
10273 * time.el (display-time-mode): Doc fix.
10274 * type-break.el (type-break-mode): Doc fix.
10275 * which-func.el (which-func-mode-global): Doc fix.
10276 * winner.el (winner-mode): Doc fix.
10278 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
10280 * wid-edit.el (widget-before-change): Signal text-read-only rather
10281 than an ordinary error.
10283 1999-03-30 Richard M. Stallman <rms@gnu.org>
10285 * repeat.el: Don't require advice.
10286 (repeat): Do function-indirection in check for kbd macro.
10287 In self-insert case, use the *last* char in INSERTION.
10289 1999-03-30 Karl Heuer <kwzh@gnu.org>
10291 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
10293 1999-03-29 Andreas Schwab <schwab@gnu.org>
10295 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
10296 comint-input-filter-functions. Make variables related to shell
10297 directory tracking local.
10299 1999-03-26 Andreas Schwab <schwab@gnu.org>
10301 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
10303 * simple.el (shell-command-on-region): Cope with exit-status being
10304 nil, which happens if call-process-region was interrupted.
10306 1999-03-26 Richard M. Stallman <rms@gnu.org>
10308 * simple.el (indent-new-comment-line): Handle use at a point
10309 after a comment-end. Handle multiple comments.
10311 * mail/rmail.el (rmail-decode-babyl-format):
10312 To prevent locking, bind buffer-file-name to nil.
10314 1999-03-26 Karl Fogel <kfogel@red-bean.com>
10316 * mail-hist.el (mail-hist-current-header-name): Don't make
10317 off-by-one-error when determining if in message body.
10319 1999-03-25 Andrew Innes <andrewi@gnu.org>
10321 * w32-fns.el (set-default-process-coding-system): Copied from
10322 dos-w32.el, but modified to use Unix line endings for process
10323 input, and to add a suitable entry to process-coding-system-alist
10326 * dos-fns.el (set-default-process-coding-system): Copied from
10329 * dos-w32.el (set-default-process-coding-system): Move function to
10330 dos-fns.el; a different version is used in w32-fns.el.
10332 1999-03-24 Dave Love <fx@gnu.org>
10334 * info.el (Info-directory-list): Revert change to re-writing
10335 Info-default-directory-list, but put `alternative' first.
10336 (Info-insert-dir): Modify selecting the top dir file as a consequence.
10338 1999-03-23 Simon Marshall <simon@gnu.org>
10340 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
10341 on the line by itself.
10342 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
10343 it is not in a declarative context.
10345 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
10347 * cus-edit.el (custom-variable-prompt): Allow customization of
10348 autoloaded symbols.
10350 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
10352 * simple.el (what-cursor-position): Don't cause error when point
10353 is at invalid multibyte sequence.
10355 1999-03-21 Karl Heuer <kwzh@gnu.org>
10357 * complete.el (partial-completion-mode): Doc fix.
10359 1999-03-19 Richard M. Stallman <rms@gnu.org>
10361 * progmodes/cplus-md.el (old-c++): Remove :group.
10363 * progmodes/c-mode.el (old-c): Remove :group.
10365 1999-03-18 Simon Marshall <simon@gnu.org>
10367 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
10368 (java-font-lock-keywords-2): Added "strictfp" keyword.
10370 1999-03-17 Jason Rumney <jasonr@altavista.net>
10372 * w32-fns.el (set-w32-system-coding-system) New function.
10373 (w32-system-coding-system) Initialize to 'iso-latin-1.
10375 1999-03-17 Eli Zaretskii <eliz@gnu.org>
10377 * international/mule-cmds.el (set-language-environment): Fix
10378 previous change: don't use dos-codepage when unbound.
10380 1999-03-17 Karl Heuer <kwzh@gnu.org>
10382 * calendar/appt.el (appt-make-list): Fix previous change.
10384 1999-03-16 Richard M. Stallman <rms@gnu.org>
10386 * window.el (shrink-window-if-larger-than-buffer):
10387 Don't try to redisplay with the cursor at the end
10388 on its own line--that would force a scroll and spoil things.
10390 1999-03-16 Eli Zaretskii <eliz@gnu.org>
10392 * international/mule-cmds.el (set-language-environment): Don't use
10393 cpNNN-nonascii-translation-table if it is unbound.
10395 * term/internal.el (dos-codepage-setup): Compute the unibyte
10396 syntax table and bind unibyte-display-via-language-environment
10397 here, rather than at top level, so that resetting to unibyte in
10398 .emacs works as expected.
10400 1999-03-15 Simon Marshall <simon@gnu.org>
10402 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
10404 1999-03-14 Milan Zamazal <pdm@pvt.net>
10406 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
10408 1999-03-14 Kenichi Handa <handa@etl.go.jp>
10410 * international/mule-util.el (detect-coding-with-priority):
10411 Restore the internal database.
10413 1999-03-14 Stephen Eglen <stephen@gnu.org>
10415 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
10416 if mail-from-style has invalid value.
10418 1999-03-12 Karl Heuer <kwzh@gnu.org>
10420 * vc.el (vc-delete-logbuf-window): New var.
10421 (vc-finish-logentry): Use it.
10423 1999-03-12 Richard M. Stallman <rms@gnu.org>
10425 * startup.el (command-line-1): Improve startup msg.
10427 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
10429 * speedbar.el: Added commentary about stealthy functions.
10430 (speedbar-message) new function.
10431 (speedbar-y-or-n-p): New function
10432 (speedbar-with-attached-buffer) Moved macro before reference.
10433 Now uses `save-selected-window'.
10434 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
10435 speedbar-generic-item-info, speedbar-item-info-file-helper,
10436 speedbar-item-delete, speedbar-insert-generic-list,
10437 speedbar-timer-fn, speedbar-check-vc-this-line,
10438 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
10439 speedbar-buffers-item-info) Use speedbar-message.
10440 (speedbar-item-info) Limit `message-log-max'.
10441 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
10442 speedbar-item-delete, speedbar-item-object-delete,
10443 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
10445 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
10447 * server.el (server-start): Set coding system for the server
10448 process to raw-text.
10449 (server-process-filter): Decode file names if necessary.
10451 1999-03-12 Dave Love <fx@gnu.org>
10453 * textmodes/fill.el (sentence-end-double-space): Doc fix.
10455 * textmodes/paragraphs.el (sentence-end): Doc fix.
10457 1999-03-11 Karl Heuer <kwzh@gnu.org>
10459 * comint.el (comint-password-prompt-regexp): Accept "login password:"
10461 1999-03-09 Karl Heuer <kwzh@gnu.org>
10463 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
10464 (ispell-dictionary-alist-2): Likewise.
10465 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
10466 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
10467 (ispell-dictionary-alist): Build from six pieces, not just two.
10469 * ps-bdf.el (bdf-directory-list): Doc fix.
10471 * enriched.el (enriched-mode): Make var permanent-local.
10473 1999-03-09 Dave Love <fx@gnu.org>
10475 * textmodes/sgml-mode.el (html-mode): Use
10476 sentence-end-double-space when setting sentence-end.
10478 1999-03-09 Ken'ichi Handa <handa@gnu.org>
10480 * language/thai.el (tis-620): New alias coding system for thai-tis620.
10482 1999-03-08 Felix Lee <flee@cygnus.com>
10484 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
10486 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
10488 1999-03-08 Karl Heuer <kwzh@gnu.org>
10490 * dired-aux.el (dired-do-copy-regexp): Doc fix.
10491 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10493 * dired.el (dired-do-copy-regexp): Doc fix.
10494 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10496 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
10498 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
10500 1999-03-08 Jason Rumney <jasonr@altavista.net>
10502 * international/codepage.el (cp1250-decode-table)
10503 (cp1251-decode-table, cp1253-decode-table)
10504 (cp1257-decode-table): New translation tables for MS Windows codepages.
10505 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
10507 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
10509 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
10511 1999-03-07 Eli Zaretskii <eliz@gnu.org>
10513 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
10515 * term/internal.el (top level): Display character 255 as 8bit as well.
10517 1999-03-06 Dave Love <fx@gnu.org>
10519 * progmodes/cc-cmds.el (c-outline-level): Bind
10520 buffer-invisibility-spec.
10522 * progmodes/c-mode.el (c-outline-level): Likewise.
10524 * progmodes/ada-mode.el (ada-outline-level): Likewise.
10526 1999-03-05 Felix Lee <flee@cygnus.com>
10528 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
10530 1999-03-05 Richard M. Stallman <rms@gnu.org>
10532 * bindings.el (complete-symbol): Invert meaning of prefix arg.
10534 1999-03-05 Andrew Innes <andrewi@gnu.org>
10536 * w32-fns.el (convert-standard-filename): Convert directory
10537 separators to Windows format.
10539 1999-03-05 Andreas Schwab <schwab@gnu.org>
10541 * international/skkdic-cnv.el: Provide skkdic-cnv.
10542 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
10543 (batch-skkdic-convert): Doc fix.
10545 1999-03-04 Dave Love <fx@gnu.org>
10547 * custom.el (custom-set-variables): Protect against setter errors.
10549 1999-03-04 Eli Zaretskii <eliz@gnu.org>
10551 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
10552 the file sizes from overflowing.
10553 (ls-lisp-format): If file size is a float, use %8.0f to print it.
10554 Under -s, print the size in blocks with %4.0f, in case they have
10555 a *really* huge file.
10557 1999-03-03 Dave Love <fx@gnu.org>
10559 * options.el (edit-options): Doc fix.
10560 (list-options): Don't lose with unbound symbols. Maintain
10563 1999-03-01 Dave Love <fx@gnu.org>
10565 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
10567 1999-02-28 Richard M. Stallman <rms@gnu.org>
10569 * ispell.el (ispell-dictionary-alist-override): New variable.
10570 (ispell-dictionary-alist): Don't setq it,
10571 if ispell-dictionary-alist-override is set.
10573 * simple.el (shell-command-default-error-buffer): Renamed from
10574 shell-command-on-region-default-error-buffer.
10575 (shell-command-on-region): Mention in echo area when there
10576 is some error output. Mention success or failure, too.
10577 Accumulate multiple error outputs
10578 going forward, with formfeed in between. Display the error buffer
10579 when we have put something in it.
10580 (shell-command): Add the ERROR-BUFFER argument feature.
10582 1999-02-28 Karl Heuer <kwzh@gnu.org>
10584 * mail/mh-utils.el (mh-lib): Doc fix.
10585 (mh-lib-progs, mh-nmh-p): New vars.
10586 (mh-find-progs): Set mh-lib-progs along with other vars.
10587 (mh-path-search): New arg FUNC-P; if specified, use that instead
10588 of mh-file-command-p.
10589 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
10591 * mail/mh-comp.el (mh-repl-formfile): New var.
10592 (mh-smail-batch): Don't ignore all arguments.
10593 (mh-reply): Do the right thing when using nmh.
10595 1999-02-27 Kenichi Handa <handa@etl.go.jp>
10597 * international/mule-cmds.el (select-safe-coding-system): Be sure
10598 to show a buffer being decoded.
10600 1999-02-26 Ken'ichi Handa <handa@gnu.org>
10602 * ps-bdf.el (bdf-directory-list): Initialize it to
10603 '("/usr/local/share/emacs/fonts/bdf").
10605 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10607 * ps-print.el: PostScript programming fix.
10608 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
10609 setpagedevice operator).
10611 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10613 * ps-print.el: Doc fix, font size specifies landscape and portrait
10615 (ps-print-version): New version number (4.1.4).
10616 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
10617 Specifies landscape and portrait sizes.
10618 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
10619 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
10621 (ps-get-font-size): New fun.
10622 (ps-font-size-internal, ps-header-font-size-internal)
10623 (ps-header-title-font-size-internal): New vars.
10625 * ps-mule.el: Change of ps-print font size variable name.
10626 (ps-mule-generate-font): Fun fix.
10627 (ps-mule-begin-job): Programming uniformization.
10629 1999-02-25 Dave Love <fx@gnu.org>
10631 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
10632 (help-make-xrefs): Do Info case first.
10634 * repeat.el: Don't require advice.
10635 (repeat-last-kill-command): Variable deleted.
10637 1999-02-25 Richard Stallman <rms@gnu.org>
10639 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
10640 case just because the current buffer is the output buffer.
10642 1999-02-25 Kenichi Handa <handa@etl.go.jp>
10644 * simple.el (what-cursor-position): To show the character's
10645 encoding, use encoded-string-description instead of information
10646 of chaset-origin-alist.
10648 * international/mule-cmds.el (iso-2022-control-alist): New variable.
10649 (encoded-code-description): New function.
10650 (encoded-string-description): New function.
10651 (encode-coding-char): New function.
10653 1999-02-25 Andrew Innes <andrewi@gnu.org>
10655 * startup.el (command-line) [windows-nt]: Fix typo in regexp
10656 checking for .emacs[.el[c]].
10658 1999-02-24 Richard Stallman <rms@gnu.org>
10660 * help.el (describe-function-1): Don't print a whole lambda-function.
10662 1999-02-23 Ken'ichi Handa <handa@gnu.org>
10664 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
10667 1999-02-23 Karl Heuer <kwzh@gnu.org>
10669 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
10671 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
10672 (clean-buffer-list-kill-buffer-names): Doc fix.
10674 * gud.el (gud-jdb-massage-args): Spelling fix.
10676 1999-02-23 Richard M. Stallman <rms@gnu.org>
10678 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
10680 1999-02-22 Eli Zaretskii <eliz@gnu.org>
10682 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
10683 excursion while calling set-auto-coding-function.
10685 * play/handwrite.el (handwrite): Require ps-print, and use
10686 ps-printer-name and ps-lpr-command. Call ps-print-region-function
10687 if it's defined, instead of forking ps-lpr-command unconditionally.
10689 1999-02-22 Kenichi Handa <handa@etl.go.jp>
10691 * international/codepage.el (cp-coding-system-for-codepage-1): Put
10692 charset-origin-alist property to a coding system for the codepage.
10694 * international/mule.el: Modify comment for charset-origin-alist
10695 property of a coding system.
10697 * simple.el (what-cursor-position): charset-origin-alist property
10698 of a coding system may be a translation table or a symbol of which
10699 `translation-table' property is a translation table.
10701 1999-02-21 Richard Stallman <rms@gnu.org>
10703 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
10704 to the "html" template.
10706 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
10708 * dirtrack.el (dirtrack): Added docstring. Now returns input.
10710 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
10712 * dirtrack.el (dirtrack): Check for the prompt in the input string
10713 instead of the buffer.
10715 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
10717 * sql.el: Set version to 1.4.1. Changed mail address to
10718 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
10719 (sql-input-ring-separator): Doc fix.
10720 (sql-mode-syntax-table): double-dash starts comments is defined as
10721 ". 56" instead of ". 12b" for XEmacs.
10722 (sql-stop, sql-interactive-mode): Doc fixes.
10723 (sql-postgres): Queries for database and server, not just one.
10724 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
10726 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
10727 changed. This is needed for master.el to work.
10728 (sql-set-sqli-buffer): Use the new hook.
10730 * sql.el (sql-make-alternate-buffer-name): Function that sets
10731 sql-alternate-buffer-name.
10732 (sql-alternate-buffer-name): Possible name of SQLi buffers.
10733 (sql-interactive-mode): Set sql-alternate-buffer-name.
10734 (sql-rename-buffer): New command.
10735 (sql-interactive-mode-menu): Menu for SQLi buffers.
10737 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
10738 and sql-input-ring-file-name are used to temporarily set
10739 comint-input-ring-file-name and comint-input-ring-separator when
10740 reading and writing input history files.
10742 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
10743 (sql-input-ring-file-name): New variable with customization.
10744 (sql-input-ring-separator): New variable with customization.
10745 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
10747 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
10748 now includes the name of the current buffer.
10750 (sql-mode): Set paragraph-separate and paragraph-start so that
10751 sql-send-paragraph sends the entire SQL statements, even if it
10752 contains indented lines.
10754 1999-02-18 Dave Love <fx@gnu.org>
10756 * format.el (format-encode-run-method, format-decode-run-method):
10757 Fix previous change.
10759 1999-02-18 Ken'ichi Handa <handa@gnu.org>
10761 * international/mule.el (coding-system-list): Moved here from
10762 mule-util.el to avoid autoloading mule-util by the call of
10763 select-safe-coding-system.
10765 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
10767 * simple.el (turn-on-auto-fill): Mark it as an option for
10770 1999-02-17 Richard Stallman <rms@gnu.org>
10772 * emacs-lisp/easymenu.el (easy-menu-get-map):
10773 Don't crash if (current-local-map) is nil.
10775 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
10777 * filecache.el (file-cache-filter-regexps): Added .class.
10779 1999-02-17 Ken'ichi Handa <handa@gnu.org>
10781 * international/mule-util.el (decompose-region): Use
10782 insert-buffer-substring instead of insert-buffer to avoid putting
10785 1999-02-17 Andreas Schwab <schwab@gnu.org>
10787 * calendar/cal-move.el (scroll-calendar-left): Don't set
10788 displayed-month and displayed-year here, let generate-calendar do
10789 it, after range checking.
10791 1999-02-17 Simon Marshall <simon@gnu.org>
10793 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
10795 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
10796 correctly between an object declared via a constructor and a method.
10797 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
10798 (java-font-lock-keywords-1): Fontify package names individually.
10799 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
10800 (java-font-lock-keywords-2): Simplify type fontification.
10801 (java-font-lock-keywords-3): Likewise.
10803 1999-02-17 Kenichi Handa <handa@etl.go.jp>
10805 * language/japanese.el (iso-2022-jp-2): New coding system.
10806 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
10808 1999-02-16 Dave Love <fx@gnu.org>
10810 * help.el (describe-function-1): Accept non-symbols.
10812 1999-02-16 Paul Eggert <eggert@twinsun.com>
10814 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
10815 find the last match if there are multiple matches.
10817 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10819 * tex-mode.el (tex-run-command, latex-run-command)
10820 (slitex-run-command, tex-command): Doc changes.
10821 (tex-start-options-string): Autoload it. Doc change. Provide
10822 a menu for customization. Allow nil. Quote backslashes only once.
10823 (tex-start-tex): Handle nil value of tex-start-options-string
10824 and apply shell-quote-argument to it.
10826 1999-02-16 Eli Zaretskii <eliz@gnu.org>
10828 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
10829 the size in blocks, since it can be a float.
10830 (ls-lisp-format): Likewise
10832 1999-02-16 Ken'ichi Handa <handa@gnu.org>
10834 * language/japanese.el (japanese-shift-jis): Add
10835 charset-origin-alist property.
10837 1999-02-15 Richard Stallman <rms@gnu.org>
10839 * progmodes/compile.el (compile-internal): Use save-selected-window.
10841 * subr.el (momentary-string-display): Bind inhibit-read-only.
10843 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
10845 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
10847 * mail/rmail.el (rmail-show-message): If an unseen message has a
10848 Summary-line in its header, get past one more line before looking
10849 for the X-Coding-System header.
10851 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
10853 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
10854 explicitly to accomodate Windows 9X lack of a useful copy program.
10856 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
10858 * wid-edit.el (widget-choice-value-create): Use `equal'
10861 1999-02-14 Richard Stallman <rms@gnu.org>
10863 * international/iso-transl.el:
10864 (iso-transl-ae): Renamed from iso-transl-e-slash.
10865 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
10866 (iso-transl-AE): Renamed from iso-transl-E-slash.
10867 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
10868 (iso-transl-char-map): Related changes.
10870 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
10872 1999-02-13 Richard Stallman <rms@gnu.org>
10874 * textmodes/texinfmt.el (texinfo-alias): New function.
10875 (texinfo-fold-nodename-case): Add defvar.
10876 (texinfo-format-node): Do case folding if specified.
10878 * ffap.el (ffap-file-at-point): Test local file names
10879 immediately. Strip off line numbers.
10881 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
10883 * sql.el: Set version to 1.3.2
10884 (sql-solid-program): Added support for solid.
10885 (sql-help): Doc mentions sql-solid.
10886 (sql-solid): Entry function for Solid.
10887 (sql-buffer): Doc explains the use of the variable and how to
10889 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
10890 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
10891 disabled if sql-buffer doesn't have a process; sql-send-paragraph
10893 (sql-show-sqli-buffer): New function to display the value of
10895 (sql-change-sqli-buffer): New function to change sql-buffer.
10896 (sql-mode): Doc explains how to change sql-buffer.
10897 (sql-send-paragraph): New function to send a paragraph.
10898 (sql-mode-map): Added keybinding for sql-send-paragraph.
10899 (sql-mysql): Doc corrected.
10900 (sql-ms): Doc corrected.
10902 * sql.el (sql-server): Doc fix.
10903 (sql-mysql): Added the use of sql-server to specify the host,
10904 sql-database now specifies database instead of host.
10905 (sql-mode-menu): Send... menu items are only active if sql-buffer
10907 (sql-help): Changed tag of entry functions a bit.
10909 * sql.el: Added keywords from `finder-by-keyword'.
10910 (sql-mode): Made sql-buffer a local variable, changed the
10911 documentation: removed instructions to add *.sql files to
10912 auto-mode-alist, added documentation for having mutliple SQL
10913 buffers sending their stuff to different SQLi buffers, each
10914 running a different process.
10915 (sql-postgres): Quoted *SQL* in doc string.
10916 (sql-ms): Likewise.
10917 (sql-ingres): Likewise.
10918 (sql-ingres): Quoted *SQL* in doc string, added references to
10919 sql-user and sql-password used during login.
10920 (sql-sybase): Quoted *SQL* in doc string, added comma.
10921 (sql-oracle): Likewise.
10922 (sql-interactive-mode): Added extensive documentation for having
10923 mutliple SQL buffers sending their stuff to different SQLi
10924 buffers, each running a different process.
10925 (sql-buffer): Changed doc from *SQL* to SQLi.
10926 (sql-get-login): Doc fix.
10928 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10930 * international/mule-conf.el (undecided): Set ascii in
10931 safe-charsets property.
10933 1999-02-12 Richard Stallman <rms@gnu.org>
10935 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
10937 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10939 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
10940 value to ps-mule-font-info-database-latin.
10942 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
10944 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
10945 (ps-mule-font-info-database-default): New variable.
10946 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
10947 ps-mule-font-info-database-default.
10949 1999-02-12 Dave Love <fx@gnu.org>
10951 * timezone.el (timezone-make-date-sortable)
10952 (timezone-make-date-arpa-standard): Doc fix.
10954 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10956 * international/quail.el (quail-show-kbd-layout): Bind
10957 blink-matching-paren to nil.
10959 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
10960 for ASCII and Latin-1.
10962 1999-02-12 Andreas Schwab <schwab@gnu.org>
10964 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
10966 1999-02-12 Kenichi Handa <handa@etl.go.jp>
10968 * international/mule-cmds.el (language-info-alist): Remove
10969 description about charset-origin-alist.
10971 * international/mule.el: Comment added for a new coding system
10972 property `charset-origin-alit'.
10973 (make-translation-table): This variable deleted.
10975 * language/chinese.el (chinese-big5): Add charset-origin-alist
10977 ("Chinese-CNS"): Remove charset-origin-alist property.
10979 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
10981 (cyrillic-alternativnyj): Likewise.
10982 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
10983 ("Cyrillic-ALT"): Likewise.
10985 * language/vietnamese.el (vietnamese-viqr): Add
10986 charset-origin-alist property.
10987 ("Vietnamese"): Remove charset-origin-alist property.
10989 * simple.el (what-cursor-position): Don't use the varialbe
10990 charset-origin-alist, but use charset-origin-alist property of
10991 buffer-file-coding-system to decide external character set code.
10993 1999-02-10 Richard Stallman <rms@gnu.org>
10995 * shadowfile.el: Don't turn on the mode when the file is loaded.
10997 1999-02-09 Richard Stallman <rms@gnu.org>
10999 * progmodes/compile.el (compile-auto-highlight): Customize.
11001 * add-log.el (add-log-file-name-function): New variable.
11002 (add-change-log-entry): Call that function, if non-nil.
11004 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
11006 * rmail.el (rmail-search): Track match with a marker, not an integer.
11008 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11010 * progmodes/compile.el (compilation-setup): Set value of
11011 compilation-directory-stack as in compilation-forget-errors.
11012 (compile-reinitialize-errors): Bind buffer-undo-list and
11014 (compilation-forget-errors): Likewise.
11016 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
11018 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
11021 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
11022 Remove calls to sleep-for.
11024 1999-02-08 Eli Zaretskii <eliz@gnu.org>
11026 * international/codepage.el (cp-coding-system-for-codepage-1): On
11027 MS-DOS, use dos-unsupported-char-glyph for characters not
11028 supported by the codepage.
11029 (cp-make-coding-systems-for-codepage): Likewise.
11031 1999-02-08 Andreas Schwab <schwab@gnu.org>
11033 * international/mule-util.el (coding-system-list): Don't sort
11034 coding-system-list here.
11036 * international/mule.el (coding-system-lessp): Moved here from
11038 (add-to-coding-system-list): New function.
11039 (make-subsidiary-coding-system, make-coding-system,
11040 define-coding-system-alias): Use it instead of setting
11041 coding-system-list directly.
11043 1999-02-07 Dave Love <fx@gnu.org>
11045 * calendar/appt.el (appt-make-list): Don't splice quotes and date
11048 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11050 * imenu.el (imenu--last-menubar-index-alist): Add doc.
11051 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
11053 1999-02-06 Richard Stallman <rms@gnu.org>
11055 * language/european.el (setup-slovenian-environment): New function.
11056 ("Slovenian"): New language environment.
11058 * progmodes/sql.el (sql-help): Doc fix.
11059 (sql-mysql): Doc fix.
11061 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11063 * tex-mode.el: When compiling, require compare-w and skeleton
11064 to pacify the byte-compiler. Move the def's of the tex-commands
11065 together. Add a comment on kill-process vs. quit-process.
11067 1999-02-05 Dave Love <fx@gnu.org>
11069 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
11071 (compile-goto-error): Likewise.
11073 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
11075 * time-stamp.el (time-stamp-format): Format doc tighter.
11076 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
11077 (time-stamp): Don't re-write the time stamp if it didn't change.
11079 1999-02-05 Alex Schroeder <asc@bsiag.com>
11081 * progmodes/sql.el: Changed version to 1.2.1.
11082 (sql-pop-to-buffer-after-send-region): Improved documentation.
11083 (sql-mysql-program): Added MySQL support.
11084 (sql-prompt-length): Made prompt-length configurable.
11085 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
11086 (sql-help): Added MySQL support, changed documentation.
11087 (sql-send-region): A message is displayed if something is sent.
11088 (sql-mode): Added buffer-local comment-start.
11089 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
11090 (sql-interactive-mode): Added buffer-local comment-start.
11091 (sql-oracle): Set sql-prompt-length.
11092 (sql-sybase): Set sql-prompt-length.
11093 (sql-mysql): Added MySQL support.
11094 (sql-ingres): Set sql-prompt-length.
11095 (sql-ms): Set sql-prompt-length.
11096 (sql-postgres): Set sql-prompt-length.
11098 1999-02-04 Eli Zaretskii <eliz@gnu.org>
11100 * term/internal.el (dos-codepage-setup): Set selection coding
11101 system to cpNNN-dos.
11103 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11105 * international/characters.el: Let ethiopic use iso-2022-7bit.
11107 1999-02-02 Dave Love <fx@gnu.org>
11109 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
11110 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
11112 1999-02-02 Karl Heuer <kwzh@gnu.org>
11114 * terminal.el (terminal-emulator): Doc fix.
11116 1999-02-02 Ken'ichi Handa <handa@gnu.org>
11118 * international/mule-util.el (compose-chars): Doc-string
11119 modified. Correctly handle a composition character in ARGS.
11121 1999-02-01 Richard Stallman <rms@gnu.org>
11123 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
11124 (makefile-menu-index-function): Function deleted.
11125 (makefile-mode): Use makefile-imenu-generic-expression.
11127 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
11129 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
11130 change, invoke from before-init-hook.
11132 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
11134 * subr.el (remove-from-invisibility-spec): Cope with the case when
11135 buffer-invisibility-spec is t.
11137 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
11139 * calendar/calendar.el (calendar-mode-map): Fix bindings for
11140 appt-add and appt-delete.
11142 1999-02-01 Eli Zaretskii <eliz@gnu.org>
11144 * term/pc-win.el (msdos-approximate-color): New function.
11145 (msdos-color-translate): Call it to find a DOS color that best
11146 approximates an X-style "#NNNNNN" color specification.
11148 1999-02-01 Ken'ichi Handa <handa@gnu.org>
11150 * international/mule-util.el (compose-chars-component): Add
11153 1999-01-31 Ken'ichi Handa <handa@gnu.org>
11155 * international/quail.el (quail-lookup-key): If cdr of MAP is a
11156 function, replace cdr of MAP by the return value of the function
11159 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11161 * progmodes/compile.el (compilation-next-error-locus): Don't
11162 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
11164 1999-01-31 Eli Zaretskii <eliz@gnu.org>
11166 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
11167 and NLs before "charset", and allow the charset name be in double
11170 1999-01-31 Richard Stallman <rms@gnu.org>
11172 * imenu.el (imenu-sort-function): Fix custom type.
11174 1999-01-30 Richard Stallman <rms@gnu.org>
11176 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
11177 (speedbar-line-token): Likewise.
11179 * play/gametree.el (gametree-default-score): Use defcustom.
11180 (gametree-score-regexp, gametree-score-closer): Likewise.
11181 (gametree-score-manual-flag, gametree-score-opener): Likewise.
11183 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11185 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
11188 1999-01-29 Markus Rost <rost@gnu.org>
11190 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
11191 tex-validate-buffer.
11192 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
11193 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
11194 now with recent occur-mode.
11195 (tex-validate-region): Really walk through all Sexps.
11196 (tex-region): Bind shell-dirtrack-verbose.
11197 (tex-file, tex-bibtex-file): Likewise.
11199 1999-01-29 Dave Love <fx@gnu.org>
11201 * finder.el: (finder-commentary): Fix interactive spec. Try
11202 appending .el to file name.
11203 (finder-find-library, finder-commentary): Doc fixes.
11205 1999-01-29 Andrew Innes <andrewi@gnu.org>
11207 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
11208 where the userid contains directory separators.
11210 1999-01-29 Dave Love <fx@gnu.org>
11212 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
11213 (lm-commentary): Doc fix.
11215 1999-01-29 Andreas Schwab <schwab@gnu.org>
11217 * files.el (file-expand-wildcards): Never consider `.' and `..' a
11218 wildcard match. Fix regexp that tests if dirpart contains
11219 wildcard characters.
11221 1999-01-28 Richard Stallman <rms@gnu.org>
11223 * font-lock.el (font-lock-default-unfontify-region):
11224 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
11226 1999-01-27 Jason Rumney <jasonr@altavista.net>
11228 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
11230 (w32-create-initial-fontsets): Do not use before-init-hook.
11231 (mouse-set-font): Document. Automatically create and use fontsets.
11233 * dos-w32.el (direct-print-region-helper): Check for printer
11234 being t as well as a string.
11236 1999-01-27 Kenichi Handa <handa@etl.go.jp>
11238 * mail/rmail.el (rmail-decode-mime-charset): New variable.
11239 (rmail-mime-charset-pattern): New variable.
11240 (rmail-convert-to-babyl-format): Decode by MIME-charset if
11241 rmail-decode-mime-charset is non-nil.
11243 1999-01-27 Ken'ichi Handa <handa@gnu.org>
11245 * international/characters.el: Set category `q' for all characters
11246 in tibetan and tibetan-1-column.
11248 1999-01-27 Andrew Innes <andrewi@gnu.org>
11250 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
11251 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
11253 1999-01-27 Dave Love <fx@gnu.org>
11255 * international/mule-cmds.el (current-language-environment):
11256 Provide :link, :type (choices) and appropriate :get.
11258 1999-01-27 Eli Zaretskii <eliz@gnu.org>
11260 * startup.el (command-line): Set default eol-mnemonic-* strings to
11261 display end-of-line format in mode line.
11263 * cus-start.el (all): Add eol-mnemonic-* variables.
11265 1999-01-26 Dave Love <fx@gnu.org>
11267 * startup.el (command-line-1): Up-date copyright.
11269 * paths.el (Info-default-directory-list): Use configdir twice.
11271 * info.el (Info-directory-list): Don't set path-separator now
11272 we're not shipped with Texinfo. Simplify path definition.
11273 Substitute all occurrences of instdir in Info-default-directory-list.
11275 1999-01-25 Richard Stallman <rms@gnu.org>
11277 * startup.el (normal-top-level-add-subdirs-to-load-path):
11278 Record the inode numbers of the dirs processed, to avoid loop.
11280 * textmodes/tex-mode.el (tex-run-command): Doc fix.
11282 1999-01-25 Dave Love <fx@gnu.org>
11284 * browse-url.el (browse-url-netscape-program): Doc addition.
11286 * help.el (help-make-xrefs): Default info references to an `(emacs)'
11289 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
11292 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11294 * calendar/diary-lib.el (mark-diary-entries): Use
11295 assoc-ignore-case and do not capitalize when matching month and
11298 * calendar/calendar.el (calendar-read-date): Ditto.
11300 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
11301 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
11303 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
11305 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
11307 * calendar/cal-islam.el (calendar-goto-islamic-date)
11308 (mark-islamic-diary-entries): Ditto.
11310 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
11312 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
11313 (calendar-read-mayan-tzolkin-date): Ditto.
11315 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
11317 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
11319 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
11321 1999-01-25 Karl Heuer <kwzh@gnu.org>
11323 * faces.el (list-faces-display): Multiline case of previous fix.
11325 1999-01-25 Andreas Schwab <schwab@gnu.org>
11327 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
11329 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
11331 * files.el (find-file): If find-file-noselect returns a list,
11332 do switch-to-buffer on each element.
11333 (find-file-other-window): Likewise for all but the first element.
11334 (find-file-other-frame): Same.
11335 (find-file-noselect): When we expand a wildcard, return a list
11338 1999-01-24 Eli Zaretskii <eliz@gnu.org>
11340 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
11341 to set the appropriate cpNNN-dos coding system as the
11342 highest-priority coding system.
11344 1999-01-23 Ken'ichi Handa <handa@gnu.org>
11346 * international/fontset.el (generate-fontset-menu): Return a
11347 sorted list by plain names of fontsets.
11349 * international/mule-diag.el (list-fontsets): Sort fontsets by
11352 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
11353 FIRST is a composite character, decompose it at first.
11355 1999-01-23 Dave Love <fx@gnu.org>
11357 * format.el: Doc fixes.
11358 (format-encode-run-method): Have things happen in the right buffer.
11359 Deal with errors from method. Set coding-system-for-write.
11360 (format-decode-run-method): Have things happen in the right buffer.
11361 Deal with errors from method. Set coding-system-for-read.
11362 (format-alist): Use nil instead of unmatchable regexps.
11364 * simple.el (shell-command-on-region): Return command's exit status.
11366 1999-01-23 Eric Ludlam <zappo@gnu.org>
11368 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
11369 of the file whose info we want to display.
11370 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
11371 (speedbar-add-mode-functions-list) Improve doc.
11372 (speedbar-line-token) New function.
11373 (speedbar-dired) Fix order of directories in -shown-directories.
11374 (speedbar-line-path): Default return is default-directory
11375 (speedbar-buffers-line-path): Return is dir name only.
11376 (speedbar-mode-functions-list): New variable.
11377 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
11378 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
11379 speedbar-files-item-info speedbar-buffers-item-info): New functions.
11380 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
11382 (speedbar-line-file): Broke out part that fetches file from a line.
11383 (speedbar-line-text): New function extracted from speedbar-line-file.
11384 (speedbar-line-path): Converted into a replaceable function.
11385 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
11387 1999-01-23 Ken'ichi Handa <handa@gnu.org>
11389 * international/fontset.el (create-fontset-from-x-resource): Make
11392 1999-01-22 Dave Love <fx@gnu.org>
11394 * paths.el (Info-default-directory-list): Put sysdir after start.
11396 1999-01-22 Sam Steingold <sds@goems.com>
11398 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
11399 a process associated with it.
11401 1999-01-22 Jason Rumney <jasonr@altavista.net>
11403 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
11405 1999-01-22 Felix Lee <flee@cygnus.com>
11407 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
11409 (vc-annotate-mode): Delete variable.
11411 1999-01-22 Andrew Innes <andrewi@gnu.org>
11413 * startup.el (command-line): [windows-nt]: Check for existence of
11414 .emacs file so as to notice .emacs.el or .emacs.elc and use them
11415 in preference to _emacs.
11417 1999-01-22 Dave Love <fx@gnu.org>
11419 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
11421 1999-01-20 Richard Stallman <rms@gnu.org>
11423 * files.el (find-file-noselect): Do wildcard processing only
11424 if new arg WILDCARDS is non-nil.
11425 (find-file, find-file-other-window): New arg WILDCARDS.
11426 Default it to non-nil if interactive.
11427 (find-file-other-frame): Likewise.
11428 (find-file-read-only): Likewise.
11429 (find-file-read-only-other-window): Likewise.
11430 (find-file-read-only-other-frame): Likewise.
11432 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
11433 (widget-plist-convert-option): Delete spurious comma.
11435 1999-01-19 Jason Rumney <jasonr@altavista.net>
11437 * term/w32-win.el (w32-standard-fontspec-spec): Change
11438 iso8859-5 to koi8-r. Add iso8859-9.
11440 1999-01-19 Dave Love <fx@gnu.org>
11442 * browse-url.el (browse-url-maybe-new-window): Delete macro and
11445 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
11447 (fortran-indent-subprogram): Likewise.
11449 1999-01-19 Dave Love <d.love@dl.ac.uk>
11451 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
11453 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11455 * wid-edit.el (alist): Use sexp as default key-type.
11457 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11459 * textmodes/tex-mode.el (tex-define-common-keys):
11460 Remove key binding of tex-feed-input.
11461 (tex-mode-map): Bind tex-feed-input here.
11462 (tex-start-shell): Use compilation-shell-minor-mode. Set
11463 comint-input-filter-functions before running tex-shell-hook.
11464 (tex-start-tex): Forget compilation errors.
11465 (tex-compilation-parse-errors): Rewritten to work also with
11466 compile-mouse-goto-error and compile-goto-error. Adjusted to
11467 change in tex-region.
11468 (tex-region): For the temp file use file-name without directory.
11469 (tex-file): Expand file name of tex-print-file.
11471 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11473 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
11475 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
11477 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
11478 beginning could cause Emacs to hang. Fixed.
11480 1999-01-18 Ken'ichi Handa <handa@gnu.org>
11482 * international/ccl.el (ccl-compile-translate-character): Handle
11483 the case that a tranlation table is CCL register correctly.
11485 * international/mule-cmds.el (select-safe-coding-system):
11486 Hightlight at most 256 characters.
11488 1999-01-18 Dave Love <fx@gnu.org>
11490 * startup.el (command-line): If the init file changes operation to
11491 unibyte, make all buffers unibyte and re-set language environment.
11493 * disp-table.el (standard-display-european): Make all existing
11494 buffers unibyte. Fix doc.
11496 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
11498 * wid-edit.el (coding-system): Define this unconditionally.
11500 * simple.el (shell-command-on-region-default-error-buffer): New var.
11501 (shell-command-on-region): Use that variable as interactive
11502 value of ERROR-BUFFER argument.
11504 1999-01-17 Sam Steingold <sds@goems.com>
11506 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
11508 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11510 * progmodes/compile.el (compilation-goto-locus): If already in the
11511 compilation buffer's window, keep it in that window.
11512 (compile-mouse-goto-error): Add Doc. Don't play with windows.
11513 (compile-goto-error): Don't play with windows.
11515 * textmodes/tex-mode.el (latex-run-command): Doc fix.
11516 (tex-command): Doc fix.
11517 (tex-compilation-parse-errors): Doc fix.
11518 (tex-generate-zap-file-name): Don't start the name with -.
11519 (tex-expand-files): Works now also with strings ending with ":".
11521 1999-01-17 Ian T Zimmerman <itz@transbay.net>
11523 Patch failed to install:
11524 * gametree.el: Document scoring functionality.
11525 (gametree-score-regexp): Add optional plus sign.
11526 (gametree-score-opener): Replace `:' with `=' as the former
11527 conflicts with gametree-half-ply-regexp.
11528 (gametree-transpose-following-leaves): Add.
11529 (gametree-insert-new-leaf): Make modifying commands barf in read
11531 (gametree-break-line-here): Add a call to
11532 `gametree-transpose-following-leaves'. This maintains the
11533 necessary invariant that on each level all leaf children precede
11534 all nonleaf children. This has always been implied, but left to
11535 the user, and, unfortunately, undocumented.
11537 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
11539 * wid-edit.el (plist, alist): New widget types.
11541 1999-01-17 Dave Love <fx@gnu.org>
11543 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
11544 fix scope of condition-case therein.
11546 1999-01-17 Andrew Innes <andrewi@gnu.org>
11548 * dos-w32.el: (find-buffer-file-type-coding-system): Use
11549 default-buffer-file-coding-system when file doesn't exist (and
11550 isn't covered by a special case) instead of forcing undecided-dos
11551 against the user's wishes.
11553 * dos-w32.el (direct-print-region-helper): New function based on
11554 direct-print-region-function; sends data to specified printer port
11555 without further translation. Recognize and handle specially the
11556 standard `print' and `nprint' programs, as well as `lpr' and
11557 similar programs. Only write directly to the printer port if no
11558 print program is specified. Work around a bug in Windows 9x
11559 affecting Win32 version of Emacs by invoking command.com to write
11560 to the printer port instead of writing directly.
11561 (direct-print-region-function): Use direct-print-region-helper to
11562 do most of the work.
11563 (direct-ps-print-region-function): New function; analogue of
11564 direct-print-region-function for ps-print.
11565 (ps-lpr-command): Comment out setq; leave as example usage.
11566 (ps-lpr-switches): Ditto.
11568 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
11570 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
11571 DOS and Windows platforms, to indicate direct printing. Update
11572 the docstring accordingly.
11574 * ps-print.el: (ps-printer-name): Update docstring about usage on
11575 MS-DOS and MS-Windows.
11576 (ps-lpr-command): Update docstring as for lpr-command.
11577 (ps-print-region-function): New variable.
11578 (ps-do-despool): Use it.
11579 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
11582 * subr.el (subst-char-in-string): New function.
11584 1999-01-17 Eli Zaretskii <eliz@gnu.org>
11586 * international/codepage.el (cp852-decode-table): Fill a nil entry.
11588 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
11589 (bdf-find-font-info): New function, looks for the first readable
11590 file from a list of alternatives.
11591 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
11592 instead of bdf-get-font-info.
11593 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
11594 to ps-mule-generate-bitmap-glyph.
11596 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
11597 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
11598 now be a list of alternative names.
11599 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
11600 (ps-mule-prepare-font): Likewise.
11602 * international/codepage.el (cp855-decode-table,
11603 cp850-decode-table): Fill some nil entries.
11605 1999-01-16 Dave Love <fx@gnu.org>
11607 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
11610 1999-01-15 Dave Love <fx@gnu.org>
11612 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
11613 and change regexp for command names.
11614 (help-xref-go-back, function-called-at-point, symbol-file)
11615 (where-is): Doc fixes.
11616 (help-xref-go-back): Remove interactive spec.
11617 (describe-function-1): Fix message for alias. Buttomize alias
11620 * simple.el (join-line): New alias.
11622 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
11624 * forms.el: (forms--show-record): Convert integers to string
11625 expicitly since concat will no longer accept integers.
11626 (forms-print): Use local `total-nb-records' since
11627 `forms--total-records' will be inaccessible after buffer switching.
11629 1998-01-14 Felix Lee <flee@cygnus.com>
11631 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
11633 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11635 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
11637 1999-01-14 Eli Zaretskii <eliz@gnu.org>
11639 * international/codepage.el (cp850-decode-table): Fix previous change.
11641 1999-01-14 Simon Marshall <simon@gnu.org>
11643 * shell.el (shell-dirtrack-verbose): New custom variable.
11644 (shell-dirstack-message): Use it.
11646 1999-01-14 Kenichi Handa <handa@etl.go.jp>
11648 * international/mule-conf.el: Coding system alias `dos' for
11649 `undecided-dos', `mac' for `undecided-mac'.
11651 * international/mule-cmds.el (describe-language-environment):
11652 Don't alter input-method-alist.
11654 1999-01-13 Eli Zaretskii <eliz@gnu.org>
11656 * international/codepage.el (cp850-decode-table): Replace nil
11657 entries with codes of similary looking glyphs. (Suggested by
11658 Jason Rumney <jasonr@altavista.net>.)
11660 1999-01-13 Dave Love <fx@gnu.org>
11662 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
11664 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
11666 1999-01-12 Karl Heuer <kwzh@gnu.org>
11668 * files.el (auto-save-hook): Defvar this.
11670 1999-01-12 Alex Schroeder <asc@bsiag.com>
11672 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
11673 faces, eliminating the need to load font-lock before loading sql.
11674 (sql-mode-oracle-font-lock-keywords): Likewise.
11675 (sql-mode-postgres-font-lock-keywords): Likewise.
11677 1999-01-11 Dave Love <fx@gnu.org>
11679 * cus-start.el: Add inhibit-eol-conversion.
11681 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
11684 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
11686 * help.el (help-mode-finish): Renamed from help-mode-maybe.
11687 Don't switch to Help mode here.
11688 (temp-buffer-setup-hook): Use help-mode-finish.
11689 (help-mode-setup): New function.
11690 (temp-buffer-setup-hook): Use help-mode-setup.
11692 * progmodes/sql.el: New file.
11694 * files.el (auto-mode-alist): Add sql-mode.
11696 * faces.el (list-faces-display): Improve the formatting
11697 by computing the maximum length required for any face-name.
11699 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11701 * progmodes/compile.el (compilation-shell-minor-mode): New function.
11703 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
11705 * term.el (term_send_home): Change the string to
11706 be the same as the one emitted by xterm and consistent with the
11707 ones emitted by prior and next.
11708 (term_send_end): Likewise.
11710 1999-01-10 Dave Love <fx@gnu.org>
11712 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
11715 1999-01-10 Eli Zaretskii <eliz@gnu.org>
11717 * international/codepage.el (codepage-setup): Doc fix.
11718 (cp-decoding-vector-for-codepage): Likewise.
11720 1999-01-10 Markus Rost <rost@gnu.org>
11722 * cus-edit.el (custom-save-delete): First scan the custom-file.
11724 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
11726 * international/iso-transl.el: Define a "function name" for
11727 each translation that isn't ASCII. Use these function names
11728 in iso-transl-char-map.
11730 1999-01-08 Kenichi Handa <handa@etl.go.jp>
11732 * international/mule-util.el (decompose-region): Do decomposition
11733 on temporary unibyte buffer.
11735 * international/mule.el (make-char): Doc-string modified.
11737 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
11739 * simple.el (comment-region): Delete spaces only if we
11740 deleted a comment starter.
11742 1999-01-07 Dave Love <fx@gnu.org>
11744 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11746 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
11747 like eval-defun does.
11749 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
11751 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
11752 constructions. Doc fixes.
11753 (generic-create-generic-function): Use defalias, not fset.
11755 * find-func.el: More doc fixes.
11757 1999-01-06 Stephen Eglen <stephen@gnu.org>
11759 * files.el (save-buffers-kill-emacs): Show the list of current
11760 processes before prompting to kill them and exit.
11762 1999-01-06 Dave Love <fx@gnu.org>
11764 * emacs-lisp/find-func.el: Doc fixes.
11765 (find-function-regexp): Extend for define-generic-mode,
11766 define-derived-mode, easy-mmode-define-minor-mode.
11768 1999-01-06 Dave Love <fx@gnu.org>
11770 * progmodes/fortran.el (fortran-window-create): Account for scroll
11773 * browse-url.el: Require (noerror) w3-auto when compiling.
11774 (browse-url-maybe-new-window): Make it a macro and revert last
11776 (browse-url-w3): Require w3 for w3-fetch-other-window.
11778 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11780 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
11783 1999-01-06 Simon Marshall <simon@gnu.org>
11785 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
11787 * font-lock.el (font-lock-default-fontify-buffer): When using
11788 with-temp-message, use nil rather than current-message.
11790 * lazy-lock.el (lazy-lock-unstall):
11791 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
11792 rather than current-message.
11794 * fast-lock.el (fast-lock-save-cache-1):
11795 (fast-lock-cache-data): When using with-temp-message, use nil rather
11796 than current-message.
11798 1999-01-06 Eli Zaretskii <eliz@gnu.org>
11800 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11801 the valid-codes property.
11803 * international/mule-cmds.el (prefer-coding-system): Call
11804 set-coding-priority, so that the internal array of priorities is
11807 * international/mule-util.el:
11808 (coding-system-change-eol-conversion,
11809 coding-system-change-text-conversion): Don't define here.
11811 * international/mule-cmds.el: Define them here. Remove the
11814 1999-01-06 Andreas Schwab <schwab@gnu.org>
11816 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
11817 if it was enabled before.
11819 * view.el (View-revert-buffer-scroll-page-forward): Bind
11820 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
11822 * files.el (recover-session): Preserve point when inserting
11825 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
11827 * cus-edit.el (custom-save-delete): Don't delete whitespace
11828 and comments before the sexp that is replaced.
11830 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11832 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
11834 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
11836 * vc.el (vc-dired-hook): Use the original value of
11837 dired-move-to-filename-regexp on lines that have not been
11839 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
11840 file lines have already been reformatted.
11842 1999-01-05 Dave Love <fx@gnu.org>
11844 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
11847 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
11849 * progmodes/f90.el: Change of regular expressions for type to
11850 correct highlighting and identation. Some small fixes for
11851 compatibility with XEmacs.
11853 1999-01-05 Stephen Eglen <stephen@gnu.org>
11855 * mspools.el (mspools-vm-system-mail): Provide an alternative
11856 value based on rmail-spool-directory if $MAIL is not defined.
11858 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
11860 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
11861 (reftex-section-info): Handle negative section levels.
11862 (reftex-view-crossref-extra): New option.
11863 (reftex-view-crossref): Generalized to work in more places.
11864 (reftex-find-citation-regexp-format, reftex-find-reference-format,
11865 reftex-macros-with-labels, reftex-global-search-marker): New variables.
11866 (reftex-view-cite-locations-from-bibtex): New command.
11867 (reftex-view-regexp-match, reftex-global-search,
11868 reftex-global-search-continue): New functions.
11869 (reftex-extract-bib-entries): No error for non-existing BibTeX
11870 file, just a message.
11871 (reftex-extract-bib-entries): Better error handling.
11872 (reftex-select-with-char): Use `*RefTeX Select*' for selection
11873 help and force it on current frame.
11874 (reftex-default-bibliography): New function.
11875 (reftex-access-parse-file): Check consistency after loading a
11876 parse file. When inconsistent, enfore rescan.
11877 (reftex-check-parse-consistency): New function.
11878 (easy-menu-define): Options section drastically shortened.
11880 1999-01-05 Kenichi Handa <handa@etl.go.jp>
11882 * language/thai-util.el (thai-compose-string): New function.
11884 1999-01-04 Inge Frick <inge@nada.kth.se>
11886 * easymenu.el (easy-menu-define): Doc fix.
11887 (easy-menu-create-menu): New keyword :included.
11888 (easy-menu-do-add-item): New keyword :included. SUFFIX may
11889 be an expression, not only a string. Simulate style `button'.
11890 Use easy-menu-define-key-intern instead of easy-menu-define-key.
11891 (easy-menu-define-key-intern): New function.
11892 (easy-menu-add-item): Understand value returned from
11893 easy-menu-item-present-p and easy-menu-remove-item.
11894 (easy-menu-return-item): New function.
11895 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
11897 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
11899 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11900 Use rmail-output-read-rmail-file-name to read the file name.
11901 Always call rmail-output-to-rmail-file noninteractively.
11902 When count > 1, do the loop here.
11903 Handle rmail-delete-after-output here.
11904 (rmail-summary-output): Similar changes.
11906 * mail/rmailout.el: Provide `rmailout'.
11907 (rmail-output-read-rmail-file-name): New function.
11908 (rmail-output-to-rmail-file): Use that.
11909 (rmail-output-read-file-name): New function.
11910 (rmail-output): Use that.
11912 * files.el (find-file-noselect): Let /: suppress wildcard matching.
11913 Error if wildcard matches no files.
11915 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
11917 * menu-bar.el (clipboard-yank): Doc fix.
11919 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
11921 1998-12-31 Markus Rost <rost@delysid.gnu.org>
11923 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
11925 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
11927 * rmail.el (rmail-encode-string): Make sure mask value is
11928 positive; (emacs-pid) returns a negative number on Windows 9x
11929 which causes odd behaviour.
11931 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
11933 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
11934 and about w32-* variables unless on Windows/NT.
11936 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
11938 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
11939 if buffer is modified; ask about all modified buffers.
11941 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11943 * simple.el (what-cursor-position): Fix previous change.
11945 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
11947 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
11948 from paragraph-start.
11950 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
11952 * international/mule-cmds.el (prefer-coding-system): If the
11953 argument requires specific EOL conversion type, make the default
11954 coding systems use that.
11956 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
11958 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
11959 Use shell-command-on-region.
11960 (m4-start-m4, m4-end-m4): Functions deleted.
11962 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
11964 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
11966 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11968 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
11969 to compose-mail in the correct places and as a list.
11971 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
11973 * page-ext.el: Added mouse-selection feature for pages directory buffer.
11974 (pages-directory-map): Bind mouse-2
11975 (pages-copy-header-and-position): Put text property.
11976 (pages-directory-goto-with-mouse): New function.
11978 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
11980 * international/codepage.el (cp-make-coding-systems-for-codepage):
11982 (cp-coding-system-for-codepage-1): Likewise.
11984 1998-12-29 Kenichi Handa <handa@etl.go.jp>
11986 * language/thai-util.el (thai-post-read-conversion): Handle Thai
11987 composition sequence correctly here instead of calling
11988 thai-compose-region.
11990 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
11991 newline in multibyte buffer, if previous or next character is a
11992 composite char, check the first component of the composite char.
11994 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
11996 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
11999 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12001 * mail/sendmail.el (mail-yank-original): Remove text properties
12003 (mail-yank-region): Barf if no mark is set in the message
12006 * help.el (function-called-at-point): First look for function at point.
12008 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12010 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
12012 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12014 * simple.el (what-cursor-position): Print character encoding also.
12016 1998-12-26 Dave Love <fx@gnu.org>
12018 * textmodes/flyspell.el: If local-maps work, don't put
12019 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
12020 in flyspell-mouse-map (only).
12021 (flyspell-use-local-map): New variable.
12022 Use a different mouse-2 binding in that case,
12023 and don't add to minor-mode-map-alist.
12024 (make-flyspell-overlay, flyspell-correct-word):
12025 Test flyspell-use-local-map.
12027 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12029 * files.el (file-expand-wildcards): Handle wildcards in directory name.
12030 Be careful about whether to return a relative file name,
12031 and if so, relative to what directory.
12033 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
12035 * emacs-lisp/easymenu.el (easy-menu-get-map):
12036 Change global map only if this menu exists in the global map already,
12037 and not in the local map.
12038 (easy-menu-do-add-item): Fix error message.
12040 * foldout.el (foldout-inhibit-key-bindings):
12041 Avoid concatenating onto outline-minor-mode-prefix.
12042 Make a new keymap for that prefix, if it does not already have one.
12044 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
12047 Can use linear algorithm for indentation if Emacs supports it.
12048 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
12049 (cperl-after-block-p): Likewise.
12050 (cperl-after-block-and-statement-beg): Likewise.
12051 (cperl-after-block-p): After END/BEGIN we are a block.
12052 (cperl-after-expr-p): Skip labels when checking
12053 (cperl-indent-region): Make a marker for END - text added/removed.
12054 Disable hooks during the call (how to call them later?).
12055 Now indents 820-line-long function in 6.5 sec (including
12056 syntaxification) the first time (when buffer has few
12057 properties), 7.1 sec the second time.
12058 (cperl-indent-region): Do not indent whitespace lines
12059 (cperl-style-alist)
12060 Include `cperl-merge-trailing-else' where the value is clear.
12061 (cperl-styles-entries): Likewise.
12062 (cperl-problems): Improvements to docs.
12063 (cperl-tips): Likewise.
12064 (cperl-non-problems): Likewise.
12065 (cperl-mode): Make lazy syntaxification possible.
12066 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
12067 `font-lock-unfontify-region-function' was set to a wrong function.
12069 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
12070 restart syntaxification. Changed so that -d ?foo? is a RE. Do
12071 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
12072 but 1<<6 was considered as HERE-doc.
12073 <file/glob> made into a string.
12074 Postpone addition of faces after syntactic step.
12075 Recognition of <FH> was wrong.
12076 Highlight `gem' in s///gem as a keyword. `qr' recognized.
12077 Knows that split// is null-RE.
12078 Highlights separators in 3-parts expressions as labels.
12079 <> was considered as a glob.
12080 Would err if the last line is `=head1'.
12081 $a-1 ? foo : bar; was a considered a regexp.
12082 `<< (' was considered a start of HERE-doc.
12083 mark qq[]-etc sections as syntax-type=string
12084 Was not processing sub protos after a comment ine.
12085 Was treating $a++ <= 5 as a glob.
12086 Tolerate unfinished REx at end-of-buffer.
12087 `unwind-protect' was left commented.
12088 / and ? after : start a REx.
12090 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
12091 Better default, customizes to `message' too, off in text-mode.
12093 (cperl-array-face): Renamed from `font-lock-emphasized-face',
12095 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
12097 (cperl-emacs-can-parse): New state variable.
12098 (cperl-indent-line): Corrected to use global state.
12099 (cperl-calculate-indent): Likewise.
12100 (cperl-fix-line-spacing): Likewise (not used yet).
12101 (cperl-calculate-indent): Did not consider `,' as
12102 continuation mark for statements.
12103 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
12104 Remove another parse-data optimization at toplevel: would
12106 Correct for labels when calculating indentation of continuations.
12108 (cperl-choose-color): Converted to a function (to be
12109 compilable in text-mode).
12110 (cperl-dark-background): Disable without window-system.
12111 Do `defface' only if window-system.
12112 (cperl-fix-line-spacing): Sped up to bail out early.
12113 (x-color-defined-p): Was not compiling on XEmacs
12114 Was defmacro'ed with a tick. Remove another def.
12115 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
12116 (cperl-unwind-to-safe): New function.
12117 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
12118 (cperl-fontify-syntaxically): Unwinds start and end to go out of
12119 long strings (not very successful).
12120 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
12121 Highlight the starting // in s//foo/ as function-name.
12122 Emit a meaningful error instead of a cryptic one for an
12123 uncomplete REx near end-of-buffer.
12125 (cperl-electric-keyword): `qr' recognized.
12126 (cperl-electric-else): Likewise
12127 (cperl-to-comment-or-eol): Likewise
12128 (cperl-make-regexp-x): Likewise
12129 (cperl-init-faces): Likewise, and `lock' (as overridable?).
12130 Corrected to use new macros;
12131 `if' for copying `reference-face' to `constant-face' was backward.
12132 remove init `font-lock-other-emphasized-face',
12133 `font-lock-emphasized-face', `font-lock-keyword-face'.
12134 Interpolate `cperl-invalid-face'.
12135 (cperl-make-regexp-x): Misprint in a message.
12136 (cperl-syntaxify-unwind): New configuration variable
12137 (cperl-fontify-m-as-s): New configuration variable
12138 (cperl-electric-pod): Check for after-expr was performed
12140 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
12141 (cperl-clobber-mode-lists): New configuration variable.
12142 (cperl-not-bad-style-regexp): Updated.
12143 Init: `cperl-is-face' was busted.
12144 (cperl-make-face): New macros.
12145 (cperl-force-face): New macros.
12146 (font-lock-other-type-face): Done via `defface' too.
12147 (cperl-nonoverridable-face): New face. Renamed from
12148 `font-lock-other-type-face'.
12149 (cperl-init-faces-weak): Use `cperl-force-face'.
12150 (cperl-comment-indent): Commenting __END__ was not working.
12151 (cperl-indent-for-comment): Likewise.
12152 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
12153 When removing old TAGS info was not relativizing filename.
12154 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
12155 Another try to work around XEmacs problems. Better progress messages.
12156 (toplevel): Require custom unprotected => failure on 19.28.
12157 (cperl-xemacs-p): Defined when compile too
12158 (cperl-find-tags): Was writing line/pos in a wrong order,
12159 pos off by 1 and not at beg-of-line.
12160 (cperl-etags-snarf-tag): New macro
12161 (cperl-etags-goto-tag-location): New macro
12162 (cperl-version): New variable. New menu entry
12163 random docstrings: References to "future" 20.3 removed.
12164 Menu was described as `CPerl' instead of `Perl'
12165 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
12166 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
12167 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
12168 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
12169 `font-lock-reference-face', `font-lock-keyword-face'.
12170 Use `eval-after-load'.
12171 Remove not-CPerl-related faces.
12172 (cperl-tips-faces): New variable and an entry into Mini-docs.
12173 (cperl-indent-exp): Was not processing else-blocks.
12174 (cperl-get-state): NOP line removed.
12175 (cperl-ps-print): New function and menu entry.
12176 (cperl-ps-print-face-properties): New configuration variable.
12177 (cperl-invalid-face): New configuration variable.
12178 (perl-font-lock-keywords): Highlight trailing whitespace
12179 (cperl-contract-levels): Documentation corrected.
12180 (cperl-contract-level): Likewise.
12181 (cperl-ps-extend-face-list): New macro.
12182 (cperl-invalid-face): Change to ''underline.
12184 1998-12-25 Markus Rost <rost@delysid.gnu.org>
12186 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
12187 for read-file-name.
12188 (rmail-output-to-rmail-file): Likewise.
12190 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
12192 * emacs-lisp/easymenu.el (easy-menu-get-map):
12193 If MENU is nil, use global menu-bar map.
12194 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
12195 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
12197 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12199 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
12201 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12203 * ps-print.el (ps-print-version): New version number (4.1.3).
12205 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
12207 * international/mule-cmds.el: Use make-sparse-keymap instead of
12208 define-prefix-key when defining MULE menu items.
12210 * info.el (Info-node-at-bob-matching): New function.
12211 (Info-find-node, Info-build-node-completions): Call it.
12213 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
12215 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
12216 when this is an autoloaded keymap.
12218 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12220 * international/codepage.el (cp-coding-system-for-codepage-1):
12221 Create separate encoders and decoders, for DOS and Unix. Make the
12222 usual family of 3 coding systems, so that automatic detection of
12224 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
12225 Unix-specific symbols here, and don't call
12226 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
12227 Handa <handa@etl.go.jp>.)
12229 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
12231 * term/internal.el (IT-character-translations): New variable, an
12232 alist used to display characters for which there's no glyphs in
12233 the current codepage.
12234 (IT-display-table-setup): New function, sets up the DOS terminal
12235 for a given codepage.
12236 (dos-codepage-setup): New function, sets up the MULE environment
12237 for the current value of dos-codepage.
12238 (top-level if): In the multibyte mode, turn on
12239 unibyte-display-via-language-environment. In the unibyte mode,
12240 set up the special syntax tables to map lower- to upper case and
12243 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
12245 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
12246 (speedbar-frame-plist) Remove useless comments.
12247 (speedbar-frame-mode) Do not specify height if it is in the param list.
12248 Use default y position w/out changing it.
12249 If default x position is a list, keep, calculate the non-list X
12250 value when devining an initial position.
12251 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
12252 (speedbar-tag-group-name-minimum-length): New variable.
12253 (speedbar-frame-parameter): New compatibility function.
12254 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
12255 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
12256 groups to keep things in the right order, and to help with some
12257 naming conventions.
12258 (speedbar-create-tag-hierarchy): Enable buffer local version of
12259 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
12260 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
12261 the case, derive it from the cursor location in speedbar.
12263 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
12265 * international/mule-cmds.el (set-language-environment): On MS-DOS
12266 terminals, install DOS-specific nonascii-translation-table if the
12267 language info doesn't specify one. Pass the default eol-type to
12268 set-language-environment-coding-systems.
12269 (set-default-coding-systems): Copy the eol-type property for the
12270 new default values of {buffer-file,process}-coding-system from the
12272 (set-language-environment-coding-systems): Accept an optional
12273 argument EOL-TYPE, and set the eol-type property of the default
12274 coding systems accordingly.
12275 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
12276 (set-keyboard-coding-system): Likewise.
12277 (set-default-coding-systems): Don't set
12278 default-terminal-coding-system on MS-DOS to anything but nil.
12279 (prefer-coding-system): Describe in the doc string that
12280 default-terminal-coding-system is not changed on MS-DOS.
12281 (set-language-environment): For MS-DOS, set standard syntax table
12282 and display table for all characters with code above 127.
12283 (standard-display-european-internal): For MS-DOS, pass all
12284 characters with code above 127 directly to the terminal, and don't
12285 remap characters 160 and 146 in the unibyte case.
12287 * international/codepage.el: New file.
12289 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12291 * diary-lib.el (diary-float): Fix end-of-year error and typos in
12294 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
12296 * map-ynp.el (map-y-or-n-p): Ignore input methods.
12298 * subr.el (read-passwd): Likewise.
12300 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
12302 * info.el (Info-find-node): Add 1 to the position read from the
12303 tag table. Don't fail if the node delimiter ^_ is the first
12304 character in the file.
12305 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
12306 first character in the file.
12307 (Info-read-subfile): Likewise.
12308 (Info-select-node): Likewise.
12309 (Info-build-node-completions): Likewise.
12311 1998-12-16 Richard Stallman <rms@gnu.org>
12313 * term/x-win.el (x-cut-buffer-or-selection-value):
12314 If clipboard is enabled, try it before PRIMARY selection.
12316 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12318 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
12319 insert c-cedilla and C-cedilla respectively, like in latin-1.
12321 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
12323 * language/hebrew.el: Don't use sublists in the flags argument
12324 passed to make-coding-system.
12326 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12328 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
12329 list of character sets found by find-charset-region.
12331 * ps-mule.el: Always require ps-print. Move some function
12332 definitions for Emacs 20.2 and the earlier to ps-print.el.
12333 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
12335 * ps-print.el: Define several functions for Emacs 20.2 and the
12337 (ps-printer-name): Check if printer-name is bound.
12339 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12341 * ps-mule.el: Programming uniformization and little code improvement.
12342 (ps-mule-prepare-font): Programming uniformization.
12343 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
12344 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
12346 * ps-bdf.el: Programming uniformization and little code improvement.
12347 (bdf-search-and-read): New fun.
12348 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
12349 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
12350 (bdf-info-relative-compose, bdf-info-baseline-offset)
12351 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
12352 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
12353 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
12354 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
12357 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12359 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
12360 and mule related code extraction. Autoload ps-mule funs.
12362 * ps-mule.el: Doc fix. Require ps-print only when compiled.
12363 (ps-mule-prologue-generated): New fun.
12364 (ps-mule-plot-string): Add autoload cookie.
12365 (ps-mule-begin-job): Call ps-mule-prologue-generated.
12367 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12369 * ps-bdf.el: Require ps-mule instead of ps-print.
12370 (bdf-directory-list): Add autoload cookie.
12372 * ps-mule.el: New file. Mule related code extracted from
12373 ps-print.el. Require ps-print, provide ps-mule.
12374 (ps-multibyte-buffer): Add autoload cookie.
12375 (ps-mule-prepare-ascii-font): New fun.
12376 (ps-mule-set-ascii-font): New fun.
12377 (ps-mule-skip-same-charset): Fun deleted.
12378 (ps-mule-plot-string): Set ps-mule-current-charset.
12379 (ps-mule-initialize): Add autload cookie. Don't set
12380 ps-mule-font-info-database here.
12381 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
12382 ps-mule-font-info-database and ps-control-or-escape-regexp.
12383 (ps-mule-begin-page): New fun.
12385 * ps-print.el: Mule related code moved to ps-mule.el.
12386 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
12387 check ps-mule-charset-list.
12388 (ps-begin-page): Don't set ps-mule-current-charset, instead call
12389 ps-mule-begin-page.
12390 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
12391 (ps-plot-region): Don't set ps-mule-current-charset, instead call
12392 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
12393 instead skip same charsets by itself.
12394 (ps-generate): Call ps-mule-initialize of needs-begin-file is
12395 non-nil. Call ps-mule-begin-job.
12397 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12399 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
12402 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
12403 (ps-mule-external-libraries): New element FEATURE.
12404 (ps-mule-init-external-library): Ajusted for the above change.
12405 (ps-mule-generate-font): Likewise.
12406 (ps-mule-generate-glyphs): Likewise.
12407 (ps-mule-prepare-font): Likewise.
12408 (ps-mule-initialize): Likewise.
12409 (ps-begin-file): Superfluous tailing parenthesis deleted.
12411 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12413 * international/fontset.el (x-decompose-font-name): If PATTERN
12414 doesn't have any wild cards, return a vector made from a name that
12415 is found by x-resolve-font-name found. Comments added.
12417 * international/mule-cmds.el (find-coding-systems-for-charsets):
12418 Handle the case of unknown charset.
12419 (find-multibyte-characters): If invalid multibyte characters are
12420 found, return the corresponding strings instead of character
12422 (find-multibyte-characters): Adjusted for the above change.
12423 (select-safe-coding-system): For a unibyte buffer, always returns
12424 DEFAULT-CODING-SYSTEM.
12425 (get-charset-property): Fix previous change. Make it a function.
12426 (put-charset-property): Make it a function.
12428 * international/mule.el (make-coding-system): Set mime-charset
12429 property of *-with-esc coding system to nil.
12431 * international/quail.el (quail-point-in-conversion-region): New
12433 (quail-conversion-backward-delete-char): When a key sequence is
12434 being translated, call quail-delete-last-char.
12436 * language/devan-util.el
12437 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
12438 handle devanagari-decomposition-rules.
12440 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
12442 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
12443 tex-start-options-string to empty string.
12444 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
12446 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
12448 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
12449 5xx responses are already handled properly).
12451 1998-12-13 Richard Stallman <rms@gnu.org>
12453 * progmodes/compile.el (compilation-error-regexp-alist): Insist
12454 on a non-digit in the file name.
12456 * simple.el (comment-region): Handle comment-padding
12457 separately for insertion and for deletion, in the right way for each.
12459 1998-12-13 Felix Lee <flee@cygnus.com>
12461 * progmodes/compile.el (compilation-error-regexp-alist): Fix
12462 regexp to match "ChangeLog:1:1998-12-09 ..."
12464 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
12466 * cus-start.el (dos-unsupported-char-glyph): Add.
12468 1998-12-11 Dave Love <fx@gnu.org>
12470 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
12471 forward-sexp in condition-case.
12473 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12474 Remove unnecessary test on `library' for explicit file name.
12475 Widen scope of save-match-data.
12477 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
12479 * international/mule.el (load-with-code-conversion): If the loaded
12480 file was inserted with no-conversion or raw-text coding system,
12481 make the buffer unibyte.
12483 1998-12-09 Richard Stallman <rms@gnu.org>
12485 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12486 Get rid of nested loops.
12488 * mouse.el (mouse-drag-vertical-line):
12489 If WHICH-SIDE is not `right', then scroll bars are on the left.
12491 * loadhist.el (load-history-loaded): defvar moved to help.el.
12493 * help.el (symbol-file-load-history-loaded): Variable renamed,
12494 and defvar moved from loadhist.el.
12495 (symbol-file): Renamed from describe-function-find-file.
12496 Load fns-VERSION.el here.
12497 (describe-variable, describe-function-1): Use symbol-file.
12499 * textmodes/tex-mode.el (tex-generate-zap-file-name):
12500 Don't start the name with #.
12502 * ispell.el: Take out the eval-when's.
12504 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
12506 * dirtrack.el (dirtrack-directory-change-hook): New hook.
12507 (dirtrack): Run it. Make debug message more verbose.
12509 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12511 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
12512 name of the abbrev table, and provide support for XEmacs.
12513 (octave-xemacs-p): New variable.
12515 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12517 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
12518 exit, when mail-interactive is nil.
12520 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
12522 * files.el (after-find-file): Message fix.
12524 1998-12-09 Ken Stevens <stevens@kdstevens.com>
12526 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
12528 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
12530 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
12531 filenames using backslashes.
12533 1998-12-09 Dave Love <fx@gnu.org>
12535 * browse-url.el (browse-url-mail): Call compose-mail-other-window
12536 with correct number of args.
12537 (browse-url-maybe-new-window): New arg. Callers changed.
12539 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
12542 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
12544 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
12546 1998-12-08 Markus Rost <rost@delysid.gnu.org>
12548 * vc.el (vc-rcs-release): Fix Type.
12549 (vc-sccs-release): Fix Type.
12550 (vc-cvs-release): Fix Type.
12552 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
12555 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
12556 output of last undeleted message.
12558 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
12560 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12561 (buffer-undo-list) [windows-nt]: Use different relative path.
12563 1998-12-07 Simon Marshall <simon@gnu.org>
12565 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
12567 1998-12-05 Markus Rost <rost@delysid.gnu.org>
12569 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
12571 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
12573 1998-12-04 Markus Rost <rost@delysid.gnu.org>
12575 * info.el (Info-menu): Don't return error if point is between menu
12576 header and first menu item.
12578 1998-12-04 Dave Love <fx@gnu.org>
12580 * help.el (describe-function-1): Fix description for alias.
12582 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
12584 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
12585 specifications from summary line.
12587 * rect.el (delete-whitespace-rectangle): Mark for autoload.
12588 (close-rectangle): Define alias only once in loaddefs.el.
12590 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
12592 * term/internal.el: Remove code which sets up a special syntax
12593 table for non-ASCII characters.
12595 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
12597 * dos-w32.el (direct-print-region-function): Try to ensure that
12598 printer-name is expanded to a file name on a local drive;
12599 sometimes printing a file loaded from a network volume fails.
12600 (direct-print-region-function): Add a function to
12601 write-region-annotate-functions to append a formfeed character to
12602 the region being printed, if the region doesn't end with a
12603 formfeed already. This avoids creating a second print job
12604 containing a blank page when print spooling is enabled on Windows.
12606 1998-12-02 Dave Love <fx@gnu.org>
12608 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
12611 1998-12-02 Richard Stallman <rms@gnu.org>
12613 * help.el (temp-buffer-resize-mode): Doc fix.
12615 * cus-edit.el (custom-save-delete): Save point before
12616 reading a sexp, rather than backing up.
12618 * international/iso-transl.el: Fix previous change.
12620 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
12622 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
12623 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
12624 Added defvars to suppress compilation warnings.
12626 1998-11-30 Ken Stevens <k.stevens@ieee.org>
12628 * ispell.el: Improved and fixed customize for variables:
12629 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
12630 ispell-dictionary-alist, ispell-skip-sgml.
12631 Improved and fixed comments in variables and messages for
12632 functions: ispell-help-in-bufferp, ispell-local-dictionary,
12633 ispell-menu-map, ispell-checking-message, ispell-parser,
12634 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
12635 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
12636 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
12637 ispell-message-text-end, ispell-add-per-file-word-list.
12638 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
12639 system is now required for all languages. Casechars improved for
12640 castellano, castellano8, and norsk dictionaries. Dictionary
12641 norsk7-tex added. Dictionary polish added.
12642 (ispell-dictionary-alist): Redefined at load-time to support
12643 dictionary changes.
12644 (ispell-menu-map): Redefined at load-time to support menu changes.
12645 (ispell-check-version): New alias for `check-ispell-version'.
12646 (ispell-parse-output): Fixed matching for ispell error messages.
12647 Correctly returns spelling suggestions in order generated by ispell
12649 (check-ispell-version): Ensure `case-fold-search' doesn't get
12651 (ispell-complete-word): Ensure `case-fold-search' doesn't get
12652 redefined. Fix bug that didn't respect case of word being completed.
12653 (ispell-init-process): Set process coding system to be compatible
12654 with emacs processes and the ispell process.
12655 (ispell-kill-ispell): Ensures ispell process has terminated before
12656 starting new process. This can otherwise confuse process filters
12657 and hang the ispell process.
12658 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
12659 skipping support for sgml.
12660 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
12661 which could cause `ispell-complete-word' to hang.
12662 (ispell-message): Improved message reference matching. Ensure
12663 `case-fold-search' doesn't get redefined.
12664 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
12665 get redefined. Fixed bug in returning to nroff mode from tex mode.
12666 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
12669 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
12671 * textmodes/flyspell.el (flyspell-check-word-p):
12672 Don't delay inside a kbd macro.
12674 * subr.el (make-local-hook): Return the hook variable.
12676 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12678 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
12679 Use a timer instead of post-command-hook.
12680 (hscroll-timer): New variable.
12682 1998-11-30 Dave Love <fx@gnu.org>
12684 * help.el (help-xref-button): Do nothing if text already has the
12685 help-xref property.
12686 (describe-variable): Revert previous change to hyperlink to source.
12688 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
12690 * bindings.el (features): Add `base64' to this list.
12692 * loadhist.el (symbol-file): Doc fix.
12694 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12696 * files.el (hack-one-local-variable): Cope with non-file buffers.
12698 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
12700 * help.el (describe-mode): Put major mode first.
12702 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
12703 to support special-display and same-window features.
12705 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12707 * simple.el (transpose-subr, transpose-subr-1): Rename variables
12708 bound in one function and used in the other.
12709 (transpose-subr-start1, transpose-subr-start2): Add defvars.
12710 (transpose-subr-end1, transpose-subr-end2): Add defvars.
12712 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12714 * autoinsert.el (auto-insert-alist): Use user-mail-address.
12716 1998-11-26 Kenichi Handa <handa@etl.go.jp>
12718 * international/ccl.el (ccl-dump-translate-character-const-tbl):
12719 Give format correct control string.
12721 * international/mule.el (define-translation-table): Fix bug of
12722 setting incorrect translation-table-id. If the first element of
12723 ARGS is a translation table, just register it.
12725 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
12728 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
12730 * thingatpt.el (thing-at-point-url-at-point): Don't use current
12731 syntax table to determine what is whitespace.
12733 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
12735 * frame.el (frame-parameter): Doc fix.
12737 * textmodes/tex-mode.el (tex-feed-input): New function.
12738 (tex-define-common-keys): Add binding for C-c C-m.
12740 1998-11-23 Dave Love <fx@gnu.org>
12742 * progmodes/fortran.el: Various minor doc fixes.
12743 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
12744 (fortran-with-subprogram-narrowing): New macro.
12745 (fortran-check-for-matching-do): Use it.
12746 (fortran-end-do): Use fortran-check-end-prog-re.
12747 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
12748 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
12750 1998-11-23 Simon Marshall <simon@gnu.org>
12752 * font-lock.el (font-lock-defaults): Doc fix.
12753 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
12754 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
12756 * lazy-lock.el (lazy-lock-unstall):
12757 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
12759 * fast-lock.el (fast-lock-save-cache-1):
12760 (fast-lock-cache-data): Rewritten to use with-temp-message.
12762 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
12764 * mail/rmail.el (rmail-set-message-counters-counter): Detect
12765 messages that have been added with DOS line endings and convert
12766 the line endings for such messages.
12768 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12770 * help.el: Add resizing of temporary buffers.
12771 (temp-buffer-resize-mode): New command and variable.
12772 (temp-buffer-max-height): New variable.
12773 (resize-temp-buffer-window): New function.
12775 * window.el (window-buffer-height): New function, split from
12776 shrink-window-if-larger-than-buffer.
12777 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
12779 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
12781 * frame.el (initial-frame-alist): Add defcustom.
12783 * shell.el (shell-prompt-pattern): Add defcustom.
12785 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12787 * message.el (message-ignored-supersedes-headers): Remove
12790 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12792 * help.el (describe-mode): Don't avoid loop indirecting thru
12793 value of INDICATOR.
12795 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12797 * help.el (describe-variable): Allow any variable with a defcustom,
12798 even if it is not a user variable.
12800 * mail/rmail.el (mail-unsent-separator): Additional alternative.
12802 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
12804 * gnus/nntp.el (nntp-request-group): Allow for failures when
12805 requesting a new group.
12807 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12809 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
12811 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12813 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
12815 1998-11-19 Simon Marshall <simon@gnu.org>
12817 * subr.el (with-temp-message): New macro.
12819 * emacs-lisp/lisp-mode.el (with-temp-message):
12820 Add lisp-indent-function property.
12822 1998-11-18 Dave Love <fx@gnu.org>
12824 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
12826 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12828 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
12829 This is not obsolete.
12831 1998-11-18 Kenichi Handa <handa@etl.go.jp>
12833 * textmodes/picture.el: Make a new map by make-keymap.
12834 (picture-desired-column): New variable.
12835 (picture-update-desired-column): New function.
12836 (picture-beginning-of-line): Set picture-desired-column to 0.
12837 (picture-end-of-line): Set picture-desired-column to the current
12839 (picture-forward-column): Pay attention to multi-column character.
12840 (picture-backward-column): Likewise.
12841 (picture-move-down): Likewise.
12842 (picture-move-up): Likewise.
12843 (picture-movement-nw): With prefix arg, move twice columns.
12844 (picture-movement-ne): Likewise.
12845 (picture-movement-sw): Likewise.
12846 (picture-movement-se): Likewise.
12847 (picture-set-motion): Handle two-column movements.
12848 (picture-move): Call picture-move-down or picture-forward-column
12849 only when necessary.
12850 (picture-insert): Pay attention to picture-desired-column.
12851 (picture-self-insert): Likewise.
12852 (picture-clear-column): Pay attention to multi-column character.
12853 (picture-mode): Modify doc-string for two-column movement.
12855 * rect.el (move-to-column-force): New function.
12856 (operate-on-rectangle): If coerce-tabs is non-nil, call
12857 move-to-column-force instead of move-to-column.
12858 (insert-rectangle): Call move-to-column-force instead of
12860 (open-rectangle-line): If begextra is not zero, call
12861 move-to-column-force.
12864 1998-11-16 Dave Love <fx@gnu.org>
12866 * textmodes/sgml-mode.el Require skeleton when compiling.
12867 (sgml-font-lock-keywords-1): Accept single-letter tags.
12868 (v2): Defvar free variable.
12870 1998-11-16 Sam Steingold <sds@goems.com>
12872 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
12873 macro, not ELisp one.
12875 1998-11-16 Kenichi Handa <handa@etl.go.jp>
12877 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
12878 characters to symbol.
12880 * language/japan-util.el (japanese-zenkaku-region): New optional
12883 1998-11-16 Kenichi Handa <handa@etl.go.jp>
12885 * international/mule.el
12886 (after-insert-file-set-buffer-file-coding-system): If the buffer
12887 is changed to unibyte, return inserted bytes.
12889 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
12890 and link names if necessary.
12891 (tar-header-block-summarize): Handle the case that file or link
12892 names are multibyte.
12893 (tar-summarize-buffer): At first set the current buffer unibyte,
12894 then if there are multibyte file names, change it to multibyte.
12895 (tar-mode): Get char position from tar-header-offset.
12896 (tar-extract): Avoid multibyte<->unibyte conversion in
12897 insert-buffer-subsring by setting both buffers unibyte
12899 (tar-copy): Set the buffer unibyte while doing a work. Write
12900 without code conversion.
12901 (tar-expunge): Set the buffer unibyte while doing a work.
12902 (tar-alter-one-field): Likewise.
12903 (tar-clear-modification-flags): Compare byte position with
12905 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
12906 insert-buffer-subsring by setting both buffers unibyte
12907 temporarily. Pay attention to multibyteness while updating the
12909 (tar-mode-write-file): Write without code conversion.
12911 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12913 * nngateway.el: Require cl.
12915 1998-11-15 Dave Love <fx@gnu.org>
12917 * progmodes/fortran.el: Fix previous change:
12918 (fortran-end-prog-re1): Changed.
12919 (fortran-check-end-prog-re): New function.
12920 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
12922 1998-11-13 Tom Breton <tob@world.std.com>
12924 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
12927 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
12929 * textmodes/reftex.el: (reftex-finding-files): Group documentation
12931 (reftex-toc-toggle-file-boundary,
12932 reftex-toc-toggle-labels,
12933 reftex-toc-toggle-context,reftex-find-start-point): New functions.
12934 (reftex-toc-include-labels, reftex-toc-include-context,
12935 reftex-toc-include-file-boundaries,
12936 reftex-toc-keep-other-windows): New options.
12937 (reftex-use-text-after-label-as-context): Option removed.
12938 (reftex-extract-bib-entries): Protect use in non-latex
12940 (reftex-toc-visit-location): Renamed from
12941 `reftex-toc-visit-line'.
12942 (reftex-latin1-to-ascii): Works now with and without Mule.
12943 (reftex-truncate): Removed special stuff for Emacs 20.2.
12944 (reftex-get-offset): Made more general.
12945 (reftex-show-label-location): Renamed from
12946 `reftex-select-label-callback'.
12947 (reftex-pop-to-label): Function removed (using
12948 `reftex-show-label-location' instead.
12949 (reftex-insert-docstruct): Renamed from
12950 `reftex-make-and-insert-label-list'. Function args changed.
12951 (reftex-toc): Now uses `reftex-insert-docstruct' and
12952 `reftex-find-start-point'.
12953 (reftex-select-item): Use `reftex-find-start-point'.
12954 (reftex-toc-visit-line): Can display labels and file
12956 (reftex-TeX-master-file): `(TeX-master-file)' protected.
12958 1998-11-12 Sam Steingold <sds@goems.com>
12960 * browse-url.el (browse-url): Handle the case when
12961 `browse-url-browser-function' is a lambda list.
12963 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
12965 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
12967 * loadhist.el (symbol-file): Likewise
12969 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
12971 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
12973 1998-11-11 Sam Steingold <sds@goems.com>
12975 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
12976 `run-lisp' instead of signalling an error.
12978 1998-11-11 Karl Heuer <kwzh@gnu.org>
12980 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
12982 1998-11-11 Richard Stallman <rms@gnu.org>
12984 * vc-hooks.el (vc-toggle-read-only): Doc fix.
12986 1998-11-11 Per Starback <starback@update.uu.se>
12988 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
12989 renamed svenska8 to svenska, and fixed and extended CASECHARS
12992 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
12994 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
12995 handling if setpagedevice is not available.
12996 (ps-begin-file): Fix typo.
12998 1998-11-11 Kenichi Handa <handa@etl.go.jp>
13000 * international/mule-util.el (compose-chars-component): Signal
13001 error if CH is a rule-based composition character.
13002 (compose-chars): Signal error if an already compsed character is
13003 going to be composed by rule-base.
13005 * term/x-win.el: If a resolved ASCII font name doesn't conform to
13006 full XLFD, don't try to get information of WEIGHT and SLANT from
13009 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
13011 * dos-w32.el (set-default-process-coding-system): Use function on
13012 before-init-hook to set default-process-coding-system based on
13013 enable-multibyte-characters.
13015 * term/w32-win.el ([language-change]): For now ignore
13016 keyboard language-change events.
13018 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
13020 * ediff-util.el (ediff-make-temp-file): Run the prefix through
13021 convert-standard-file-name, but leave the results of
13022 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
13023 characters if the original name already exists, or has a special
13026 1998-11-10 Karl Heuer <kwzh@gnu.org>
13028 * international/iso-insert.el: Delete autoload cookies.
13030 * international/iso-transl.el: Add autoload cookies.
13032 1998-11-10 Richard Stallman <rms@gnu.org>
13034 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
13035 (ispell-process-line): Don't treat multibyte
13037 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
13039 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
13040 setpagedevice to specify the page size if setpagedevice is
13041 available. This is necessary to select the correct paper tray on
13042 Level 2 printers with multiple paper sizes available.
13044 (ps-begin-file): Cope with font names that contain spaces, and
13045 call BeginDoc in a BeginSetup/EndSetup block.
13047 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
13049 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
13050 convert-standard-filename.
13052 * loadhist.el (symbol-file): Run fns-VERSION.el through
13053 convert-standard-filename.
13055 1998-11-06 Richard Stallman <rms@gnu.org>
13057 * textmodes/texinfmt.el (texinfo-format-scan):
13058 Detect the case of two @-commands in a row; process just the first.
13059 (texinfo-append-refill): If line has a @c, insert the @refill
13061 (texinfo-format-refill): Return with point where the @refill was.
13063 * files.el (hack-local-variables): Test local-enable-local-variables.
13064 (hack-local-variables-prop-line): Likewise.
13065 (set-auto-mode): Don't test local-enable-local-variables here.
13066 (enable-local-variables): Doc fix.
13067 (local-enable-local-variables): Doc fix.
13068 (normal-mode): Doc fix.
13070 1998-11-06 Karl Heuer <kwzh@gnu.org>
13072 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
13074 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
13076 * simple.el (line-number-mode): Doc fix.
13078 1998-11-06 Kenichi Handa <handa@etl.go.jp>
13080 * international/fontset.el (create-fontset-from-fontset-spec):
13081 Give correct arg to `error'.
13083 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
13085 * textmodes/sgml-mode.el (html-mode): Doc fix.
13086 (sgml-name-8bit-mode): Fix missing format character in message string.
13088 1998-11-05 Karl Heuer <kwzh@gnu.org>
13090 * mail/sendmail.el (sendmail-send-it): Check for failure.
13092 1998-11-05 Richard Stallman <rms@gnu.org>
13094 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
13096 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
13097 (close-rectangle): Define as alias.
13099 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
13101 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
13103 1998-11-05 Dave Love <fx@gnu.org>
13105 * help.el (describe-variable): Don't quote link to source.
13107 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
13109 * gud.el (gud-common-init): Use pop-to-buffer.
13110 (same-window-regexps): Add an element that matches all gud buffers.
13112 1998-11-04 Jason Rumney <jasonr@altavista.net>
13114 * term/w32-win.el (x-get-selection-value): Alias to
13115 x-cut-buffer-or-selection-value.
13116 (w32-standard-fontset-spec): New variable.
13117 (w32-create-initial-fontsets, mouse-set-font): Check whether
13118 new-fontset is available.
13119 (w32-use-w32-font-dialog): Enable use of set-variable.
13121 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13123 * vc.el (with-vc-file, edit-vc-file): New macros.
13125 1998-11-04 Kenichi Handa <handa@etl.go.jp>
13127 * international/quail.el (quail-show-guidance-buf): Call
13128 set-minibuffer-window to set minibuffer window of the current
13131 1998-11-03 Theodore Jump <tjump@tertius.com>
13133 * term/w32-win.el: Require fontset.
13135 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
13137 * faces.el (set-face-font): Call resolve-fontset-name on w32.
13138 (set-face-font-auto): Ditto.
13140 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
13142 * mouse.el (mouse-drag-region): Fix typo.
13144 1998-11-02 Dave Love <fx@gnu.org>
13146 * progmodes/fortran.el Fix for fontification of strings lost somehow:
13147 (fortran-fontify-string): New function.
13148 (fortran-font-lock-keywords-1): Use it.
13150 1998-11-02 Markus Rost <rost@delysid.gnu.org>
13152 * comint.el (comint-file-name-quote-list): Doc fix.
13154 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
13156 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
13157 build directory, not source directory.
13159 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
13160 if we did not get one for the final move.
13162 1998-11-01 Dave Love <fx@gnu.org>
13164 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
13165 Don't funcall browse-url-browser-function.
13167 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
13168 Don't funcall browse-url-browser-function.
13170 * fortran.el (fortran-end-prog-re1): Fix the regexp.
13172 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
13174 * files.el (revert-buffer): Doc fix.
13176 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
13178 * textmodes/tex-mode.el (tex-start-options-string):
13179 Quote the backslashes with more backslashes.
13181 1998-10-31 Dave Love <fx@gnu.org>
13183 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
13184 (webjump): Don't funcall browse-url-browser-function.
13186 1998-10-30 Kenichi Handa <handa@etl.go.jp>
13188 * international/quail.el (quail-start-translation): Handle
13189 switching of the frame in read-key-sequence.
13190 (quail-start-conversion): Likewise.
13191 (quail-show-guidance-buf): Detach quail-guidance-buf from any
13192 windows before setting an appropriate window for it.
13193 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
13194 quail-guidance-win to nil.
13195 (quail-update-guidance): If quail-guidance-buf is not in the
13196 selected frame, call quail-show-guidance-buf again.
13198 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
13200 * progmodes/pascal.el (pascal-mode):
13201 `blink-matching-paren-dont-ignore-comments' set to t.
13203 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13205 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
13207 1998-10-30 Dave Love <fx@gnu.org>
13209 * vc.el (vc-backend-merge-news): Check for "P" output.
13211 * help.el (describe-variable): Hyperlink the definition.
13213 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
13215 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
13216 (sh-set-shell): Likewise.
13218 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
13220 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
13221 (edebug-on-error): Fix customize type to match that of
13224 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
13226 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
13227 report-emacs-bug-address instead of undefined bug-gnu-emacs.
13229 * international/mule-cmds.el (select-message-coding-system): Doc
13232 * international/mule-diag.el (describe-coding-system): Describe
13235 * mail/sendmail.el (sendmail-coding-system,
13236 default-sendmail-coding-system): Doc fix.
13238 * simple.el (shell-command-on-region): Doc fix.
13240 * loadup.el: Write fns-*.el in current directory instead of
13241 data-directory since no installation directory exists yet. Mark
13242 buffer unmodified afterwards.
13244 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
13245 instead of data-directory since it is architecture dependent.
13246 (load-history-loaded): Update doc string.
13248 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
13250 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
13251 path as a default directory when canonicalizing names.
13253 * w32-fns.el: Remove a dangling reference to a directory on the
13256 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
13258 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
13259 namespace related keywords such as `class', `body', `private',
13260 `variable', `namespace eval', etc.
13261 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
13262 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
13263 imenu and font-lock so that searches for \sw would find words
13266 * progmodes/etags.el (initialize-new-tags-table):
13267 Do not alter find-tag-marker-ring and tags-location-ring.
13269 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
13271 * term/w32-win.el: Require fontset.
13272 (w32-init-fontsets): New function (code from x-win.el).
13274 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13276 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
13277 calendar-and-diary-frame-parameters): Add title parameter.
13279 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
13281 * completion.el (dynamic-completion-mode): New function to enable
13282 the mode. (Just loading the file now does not change anything.)
13284 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13286 * ps-print.el: User option for multibyte buffer handling and doc fix.
13287 (ps-multibyte-buffer): New user option.
13288 (ps-setup): Print new user option.
13289 (ps-print-quote): New fun.
13290 (ps-color-p, ps-mule-font-info-database-latin): New var.
13291 (ps-default-color, ps-mule-font-info-database)
13292 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
13293 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
13294 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
13295 Little code improvement.
13296 (ps-mule-initialize): Initialize ps-mule-font-info-database.
13297 (ps-print-prologue-header, ps-font-family, ps-font-size)
13298 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
13299 (ps-build-face-reference, ps-mule-font-info-database-bdf)
13300 (ps-mule-external-libraries, ps-mule-init-external-library)
13301 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
13303 (ps-print-version): New version number (4.1.1) and doc fix.
13304 (ps-print-prologue-header): New user option.
13305 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
13306 Conditional compilation for GNU Emacs and emacsens.
13307 (ps-generate-postscript-with-faces): Skip invisible text better.
13308 (ps-setup): Print new user option.
13309 (ps-print-preprint): Check if input file name exists and is unwritable.
13310 (ps-begin-file): Adjust PostScript prologue header for duplex printers
13311 and insert user PostScript prologue header comments.
13312 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
13314 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
13315 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
13316 PostScript programming normalization.
13317 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
13318 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
13319 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
13320 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
13321 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
13322 Programming style normalization.
13324 1998-10-26 Kenichi Handa <handa@etl.go.jp>
13326 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13327 version, check the value of mule-version.
13329 * international/mule-util.el (compose-region): Insert then delete
13330 to preserve markers.
13331 (decompose-region): Use search-forward for efficiency.
13333 * language/chinese.el (pre-write-encode-hz): Cancel previous
13334 change, use generate-new-buffer instead of get-buffer-create.
13335 * language/devan-util.el
13336 (in-is13194-devanagari-pre-write-conversion): Likewise.
13337 * language/thai-util.el (thai-pre-write-conversion): Likewise.
13338 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13339 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13341 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
13343 * mail/rmailsum.el (rmail-message-subject-p):
13344 Handle message whose header has not been reformatted.
13346 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
13348 1998-10-25 Jason Rumney <jasonr@altavista.net>
13350 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
13352 (mouse-set-font): Use font menus instead of dialog according to
13353 w32-use-w32-font-dialog.
13355 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13357 * calendar/calendar.el (calendar-day-name-array): Add doc string
13359 (calendar-month-name-array): Add doc string correctly!
13361 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
13363 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
13365 1998-10-21 Markus Rost <rost@delysid.gnu.org>
13367 * lisp/info.el (Info-next-menu-item): Stay on top of node.
13369 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
13371 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
13373 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
13375 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
13377 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
13379 1998-10-21 Karl Heuer <kwzh@gnu.org>
13381 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
13382 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
13383 (profile-filter, profile-reset-timer): Functions deleted.
13384 (profile-check-zero-init-times, profile-get-time): Likewise.
13385 (profile-find-function, profile-quit): Likewise.
13386 (profile-distinct, profile-call-stack, profile-last-time): New vars.
13387 (profile-time-list, profile-init-list): Doc fix.
13388 (profile-functions): Simplify.
13389 (profile-print): Use float. Make output include space separators.
13390 (profile-add-time): New helper function.
13391 (profile-function-prolog): Renamed from profile-start-function.
13392 Handle profile-distinct.
13393 (profile-function-epilog): Renamed from profile-update-function.
13394 Handle profile-distinct.
13395 (profile-a-function): If the function to be profiled is an
13396 autoload form, load it. If it's lazy-loaded, fetch it.
13397 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
13398 (profile-restore-fun): Arg FUN is now a function symbol, as was
13399 documented, rather than a one-element list.
13400 (profile-finish): Call profile-restore-fun properly.
13402 1998-10-21 Kenichi Handa <handa@etl.go.jp>
13404 * international/characters.el: Setup charset property
13405 nospace-between-words.
13407 * international/mule-cmds.el (get-charset-property): If CHARSET is
13408 composition, return nil.
13409 (put-charset-property): If CHARSET is composition, do nothing.
13411 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
13412 * language/devan-util.el
13413 (in-is13194-devanagari-pre-write-conversion): Likewise.
13414 * language/thai-util.el (thai-pre-write-conversion): Likewise.
13415 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13416 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13418 * textmodes/fill.el (sentence-end-without-period): New variable.
13419 (canonically-space-region): Pay attention to
13420 sentence-end-without-period.
13421 (fill-find-break-point): The first argument CHARSET deleted.
13423 (fill-region-as-paragraph): Pay attention to charset property
13424 nospace-between-words and text property nospace-between-words.
13426 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
13428 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
13429 an unrecognized shell.
13431 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13433 * desktop.el (desktop-save): Include minor modes symbolically.
13434 (desktop-create-buffer): Turn on all minor modes in `mim'.
13436 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
13438 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
13439 (sh-font-lock-keywords): Handle rpm and rpm2.
13440 (sh-ancestor-alist): Handle rpm.
13442 * files.el (auto-mode-alist): Recognize .rpm files.
13443 Also .spec and .mspec files.
13445 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
13447 * faces.el (frame-set-background-mode): Enable the function for
13450 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13452 * calendar/calendar.el (calendar-day-name-array): Add doc string.
13453 (calendar-month-name-array): Add doc string.
13455 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
13457 * simple.el (kill-ring-max): Increased to 60.
13459 1998-10-17 Kenichi Handa <handa@etl.go.jp>
13461 * international/characters.el: Setup auto-fill-chars.
13463 * international/kinsoku.el (kinsoku): Check the variable
13466 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
13467 Don't call kinsoku directly, intead call fill-find-break-point.
13469 * textmodes/fill.el: Setup `fill-find-break-point-function'
13470 property to character sets which require `kinsoku' processing for
13472 (fill-find-break-point): New function.
13473 (fill-region-as-paragraph): Don't check kinsoku-enable here.
13474 Don't call kinsoku directly, intead call fill-find-break-point.
13476 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
13478 * faces.el (modify-face-read-string): Return (nil) for "none".
13479 (modify-face): Don't get error if (nil) is the argument.
13480 (face-try-color-list): Don't check whether nil is a valid color.
13482 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
13484 * emacs-lisp/bytecomp.el (byte-recompile-directory):
13485 Print message about each directory, even in batch mode.
13487 * gnus/nntp.el: Require `cl' before using nnoo-declare.
13489 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
13490 (ps-mule-string-char): No need to use sref.
13491 (ps-mule-next-index): No need to use sref.
13493 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
13495 * files.el (revert-buffer-internal-hook): Add defvar.
13497 * arc-mode.el (archive-mode): Locally set file-precious-flag.
13499 * tar-mode.el (tar-mode): Locally set file-precious-flag.
13501 1998-10-16 Markus Rost <rost@delysid.gnu.org>
13503 * international/mule-cmds.el (default-input-method): Fix custom type.
13505 * net-utils.el (whois-server-list): Fix customization type.
13507 * shell.el (shell-input-autoexpand): Fix customization group.
13509 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
13511 * repeat.el (repeat): Handle keyboard macros properly.
13512 Handle new prefix arg after self-insert command.
13514 * repeat.el: Don't include cl even at compile time.
13515 (repeat): Avoid using `loop'.
13517 * simple.el (shell-command-on-region): Doc fix.
13518 (next-history-element): Special error message if no default.
13520 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
13522 * ps-print.el (ps-print-buffer): Doc fix.
13523 (ps-despool): Likewise.
13525 * arc-mode.el (arc-mode): Provide arc-mode.
13527 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
13529 * ps-print.el (ps-print-buffer): Doc fix.
13531 1998-10-14 Dave Love <fx@gnu.org>
13533 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
13534 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
13535 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
13537 * progmodes/fortran.el (fortran-mode-map): Change "Join
13538 Continuation Line" to "Join Line".
13539 (fortran-font-lock-keywords-1): Add "cycle", "exit".
13541 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
13543 * progmodes/fortran.el (fortran-join-line): Use
13544 `delete-indentation' instead of issuing an error message if not on
13545 a continuation line. Provide for joining several lines using
13548 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
13550 * term/pc-win.el (msdos-color-values): New variable.
13551 (x-color-values): New function, emulates its namesake from
13553 (msdos-bg-mode): Add all dark colors to those which return
13556 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
13558 * replace.el (keep-lines, flush-lines, how-many):
13559 Don't ignore case if arg has upper case letters.
13561 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
13563 * progmodes/vhdl-mode.el
13564 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
13565 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
13566 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
13567 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
13568 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
13569 (vhdl-when): Fix indentation problem.
13570 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
13571 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
13572 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
13574 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
13576 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
13577 (ls-lisp-insert-directory): Renamed from insert-directory.
13578 (insert-directory): New function.
13580 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
13582 * simple.el (completion-fixup-function): Variable deleted.
13583 (completion-setup-function): Delete code for completion-fixup-function.
13584 * emacs-lisp/lisp.el (lisp-complete-symbol):
13585 Don't bind completion-fixup-function.
13587 * files.el (find-file-wildcards): New option.
13588 (find-file-noselect): Handle wild cards, if enabled.
13589 (file-expand-wildcards): New function.
13591 * simple.el (set-fill-column): Doc fix.
13593 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13595 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
13597 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
13599 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
13600 Move declaration before first use.
13601 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
13602 hif-math, hif-factor): Rename token to hif-token and token-list to
13604 (hif-token, hif-token-list): Declare them.
13605 (hif-find-ifdef-block): Return cons of top and bottom point
13606 instead of setting dynamically bound variables.
13607 (hide-ifdef-block, show-ifdef-block): Use return value of
13608 hif-find-ifdef-block.
13610 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13612 * subr.el (read-passwd): Use clear-this-command-keys.
13614 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
13616 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
13619 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
13621 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
13622 responses to GROUP command, since this may be called from a timer
13623 with quit inhibited.
13625 1998-10-12 Kenichi Handa <handa@etl.go.jp>
13627 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
13628 set unconditional-jump to nil.
13629 (ccl-compile-read-multibyte-character): Return nil.
13630 (ccl-compile-write-multibyte-character): Likewise.
13631 (ccl-compile-translate-character): Likewise
13632 (ccl-compile-map-multiple): Likewise.
13633 (ccl-compile-map-single): Likewise.
13635 * international/kinsoku.el: Add coding tag.
13636 (kinsoku-bol): Remove superfluous TAB in a string.
13638 * international/mule-cmds.el (find-coding-systems-for-charsets):
13639 Delete `composition' (if any) from CHARSETS.
13641 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13643 * international/mule-cmds.el (setup-specified-language-environment):
13644 Add apropos-inhibit property.
13645 (describe-specified-language-support): Likewise.
13647 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
13649 * international/mule.el (make-coding-system): Create -with-esc
13650 variant coding system.
13652 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
13654 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
13655 (next-file): Optionally offer to revert a file's buffer,
13656 if it has an existing buffer but the file has changed.
13658 * info.el (Info-insert-dir): Detect and report problems
13659 in input files, such as "No Top node". Return with point
13660 at the beginning of the text.
13661 (Info-find-node): Reinsert the code to handle files
13662 with no tags table; it was deleted by mistake.
13664 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
13666 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
13667 texinfo-find-higher-level-node repeatedly find the same node.
13668 (texinfo-find-higher-level-node): Doc fix.
13670 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
13672 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
13673 (smtpmail-address-buffer): Add defvar.
13674 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
13676 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
13678 * ffap.el (ffap-machine-p-local): Fix editing error.
13680 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13682 * faces.el (frame-set-background-mode):
13683 Don't do anythung for text-only or MSDOS frame.
13685 1998-10-08 Kenichi Handa <handa@etl.go.jp>
13687 * international/quail.el (quail-defrule): New optional arg APPEND.
13688 (quail-defrule-internal): Fix bug of handling the argument APPEND.
13690 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
13692 * gnus/pop3.el (pop3-open-server):
13693 Set process-coding-system-alist around open-network-stream.
13695 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
13697 * files.el (save-buffer): Doc fix.
13699 1998-10-07 Karl Heuer <kwzh@gnu.org>
13701 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
13702 return DEF unchanged, not nil. Simplify.
13704 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
13706 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
13708 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
13710 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
13712 * net-utils.el (ftp, nslookup): Require comint.
13713 (network-service-connection): Likewise.
13714 (whois-server-name): Defaults to whois.arin.net
13715 (whois-server-list, whois-server-tld, whois-guess-server): New var.
13716 (whois): Tries to guess the appropriate top-level domain server.
13717 (whois-get-tld): New function.
13719 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
13720 (dirtrack-debug-toggle): Added this function.
13722 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13724 * files.el (find-file-noselect): Switch to the correct buffer
13725 before checking find-file-literally, and allow non-nil non-t
13728 1998-10-06 Karl Heuer <kwzh@gnu.org>
13730 * midnight.el (clean-buffer-list): Add autoload cookie.
13732 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
13734 * tar-mode.el (tar-mode-revert): Likewise.
13735 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
13736 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
13737 * gnus/message.el (message-auto-save-directory): Renamed from
13738 message-autosave-directory. All references changed.
13740 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13742 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
13743 string. Expose mime stuff while searching.
13745 1998-10-06 Richard Stallman <rms@gnu.org>
13747 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
13749 * replace.el (perform-replace): Position point properly
13750 before and after the recursive edit of C-r.
13752 * progmodes/etags.el (tags-reset-tags-tables): Properly
13753 find the markers in the old rings that are being discarded.
13755 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13757 * apropos.el (apropos-print): Control invalid characters.
13759 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13760 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
13761 confusing customize.
13763 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
13765 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
13766 built-in commands. Add more built-in commands and fix face names.
13768 1998-10-05 Simon Marshall <simon@gnu.org>
13770 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
13772 1998-10-04 Eric Ludlam <zappo@gnu.org>
13774 * speedbar.el (speedbar-initial-expansion-list-name): Remove
13775 customization since it is not useful in this case.
13776 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
13777 sure it gets evalled to a number. Also verify that set-frame-name
13778 fn exists before calling it.
13780 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13781 Protect a `forward-sexp' call which could fail, and improved regex
13782 for ie, and eg abbreviations.
13784 1998-10-02 Noah Friedman <friedman@splode.com>
13786 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
13788 (rlogin-send-Ctrl-D): Here also.
13789 (rlogin-send-Ctrl-Z): Here also.
13790 (rlogin-send-Ctrl-backslash): Here also.
13792 1998-10-02 Dave Love <fx@gnu.org>
13794 * outline.el (hide-region-body): Bind
13795 outline-view-change-hook to nil while making repeated calls to
13796 outline-flag-region. Run it once at the end.
13797 (hide-other, hide-sublevels, show-children): Likewise.
13799 * info-look.el: Remove duplicate scheme-mode entry.
13800 (info-lookup-make-completions): When looking for entries, check
13801 that `item' isn't null or "Menu".
13803 1998-10-01 Karl Heuer <kwzh@gnu.org>
13805 * net-utils.el: Don't require ffap.
13806 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
13807 (ping, nslookup-host, finger, network-connection-to-service): Use them.
13809 1998-09-30 Richard Stallman <rms@gnu.org>
13811 * ispell.el (check-ispell-version): No need to bind default-major-mode.
13813 * imenu.el (imenu--generic-function): Sort each submenu by position.
13814 (imenu--sort-by-position): New function.
13816 * cus-edit.el (Custom-mode-menu): Fix info node name.
13817 (customize group): Fix info node name.
13819 * mail/mailalias.el (build-mail-aliases): Don't allow
13820 a newline in the alias name. Don't define an alias
13821 if the definition would be empty.
13823 * which-func.el (which-func-mode-global): Make :set function
13826 * custom.el (custom-set-variables): Load the requests first,
13827 then check the symbol's `set' function.
13829 * ffap.el: Doc fixes.
13831 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13833 * gnus.el: (gnus-valid-select-methods): Fix type.
13834 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
13835 * gnus-score.el (gnus-orphan-score): Fix type.
13836 (gnus-score-default-header, gnus-score-default-type): Fix type.
13837 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
13838 (gnus-saved-headers): Fix type.
13840 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
13841 Avoid nil value of `two-lines-citation-part'.
13843 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
13845 * which-func.el (which-function): Handle case when
13846 (car imenu--index-alist) is nil.
13848 1998-09-29 Dave Love <fx@gnu.org>
13850 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
13853 1998-09-29 Simon Marshall <simon@gnu.org>
13855 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
13858 1998-09-29 Stephen Eglen <stephen@gnu.org>
13860 * info-look.el: Add support for Octave.
13862 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
13864 * textmodes/reftex.el (reftex-finding-files): New customize group.
13865 (reftex-texpath-environment-variables,
13866 reftex-use-external-file-finders, reftex-external-file-finders,
13867 reftex-search-unrecursed-path-first): New options.
13868 (reftex-process-string, reftex-find-file-externally): New
13870 (reftex-access-search-path): Execute shell commands to find the
13872 (reftex-toggle-auto-view-crossref): When turning on, make sure
13873 `reftex-auto-view-crossref' becomes non-nil.
13874 (reftex-abbrev-regexp): Constant removed.
13875 (reftex-convert-string): Abbrev regexp calculated locally.
13877 1998-09-28 Dave Love <fx@gnu.org>
13879 * progmodes/fortran.el: Don't call regexp-opt when deriving
13880 font-lock patterns with keywords that aren't all literal.
13882 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
13884 * octave-inf.el (inferior-octave-prompt): Also match prompts of
13885 the form `octave.bin:1>' which come from using precopiled binary
13888 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
13890 * help.el (help-for-help): Use %THIS-KEY%.
13891 (help-quit): Add doc.
13893 * help-macro.el (make-help-screen): Keep HELP-TEXT
13894 in a separate function definition, not in the help command FNAME.
13895 Replace %THIS-KEY% with the key sequence that ran FNAME.
13897 1998-09-25 Richard Stallman <rms@gnu.org>
13899 * textmodes/texinfo.el (texinfo-show-structure):
13900 Bind inhibit-read-only.
13902 * isearch.el (isearch-search-and-update): Properly
13903 handle upper case letters in the reverse-search special case.
13905 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13907 * gnus.el: Extend the list of autoloaded functions.
13909 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13910 buffer before creating help group. (from Gnus v5.6.43, fix by
13911 1998-08-20 Per Starback <starback@update.uu.se>)
13913 * gnus-util.el (gnus-output-to-rmail): Adjust to
13914 `rmail-output-to-rmail-file'.
13916 1998-09-25 Karl Heuer <kwzh@gnu.org>
13918 * hexl.el (hexl-mode-map): More of previous change.
13920 * textmodes/tex-mode.el (tex-run-command): Doc fix.
13921 (tex-start-tex): Don't use tex-start-options-string in star case.
13922 Quote file name in star case as well as in non-star.
13923 Add blank and quoting of option string here.
13924 (tex-start-options-string): Not here.
13926 1998-09-23 Karl Heuer <kwzh@gnu.org>
13928 * term.el (term-delimiter-argument-list): Doc fix.
13929 (term-emulate-terminal): Escape literal semicolon.
13930 * progmodes/asm-mode.el (asm-mode): Doc fix.
13931 (asm-comment-char): Escape literal semicolon.
13932 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
13934 1998-09-23 Richard Stallman <rms@gnu.org>
13936 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
13937 only those that normally modify the buffer.
13939 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
13942 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
13944 * ispell.el (check-ispell-version): Ensure same buffer is current
13945 when let-binding of case-fold-search ends.
13947 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13949 * ps-print.el: Skip invisible overlay.
13950 Test for set-buffer-multibyte rather than using mule-version.
13951 (ps-print-version): New version number (4.1) and doc fix.
13952 (ps-generate-postscript-with-faces): Skip invisible overlay.
13954 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
13956 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
13958 1998-09-22 Kenichi Handa <handa@etl.go.jp>
13960 * international/quail.el (quail-update-guidance): Check for the
13961 return value of (quail-guidance) fixed.
13962 (quail-update-translation): Bind quail-current-str locally when it
13963 calls quail-update-guidance.
13964 (quail-update-translation): If input-method-exit-on-first-char is
13965 non-nil, terminate translation only when the current input method
13968 1998-09-22 Paul Eggert <eggert@twinsun.com>
13970 * startup.el (locale-translation-file-name): Prefer X-related names
13971 to the name used by GNU/Linux sans X. Set to nil if no file found.
13972 (command-line): Use locale-translation-file-name if it is not nil,
13973 instead of testing for its existence again.
13974 regexp-quote the ctype before using it in a regexp.
13975 Allow a colon to appear after the ctype in the aliases file,
13976 as is done in X11R6.4.
13978 1998-09-21 Richard Stallman <rms@gnu.org>
13980 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
13982 * calendar/appt.el (appt-interval): Variable deleted.
13983 (appt-check): For minutes in between appt-display-interval times,
13984 do check, but don't display anything except an updated mode line.
13985 Count against appt-display-interval based on minutes since
13986 first display of this appointment, not based on time of day.
13987 If appt-display-mode-line, force mode line redisplay
13988 whenever appt-mode-string has changed.
13989 (appt-add, appt-delete): Add autoload cookies.
13990 (appt-check): Catch errors from calling `diary'.
13991 (appt-max-time): Renamed from max-time.
13992 (appt-now-displayed, appt-display-count): New variables.
13993 (appt-timer): Don't create one if we already have one.
13995 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13996 More general code to use the source buffer instead of the zap file.
13998 * hilit-chg.el (highlight-compare-with-file): Renamed from
14001 * loadhist.el (load-history-loaded): New variable.
14002 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
14004 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
14006 * emacs-lisp/find-func.el (find-function-search-for-symbol):
14007 Fix error messages.
14009 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
14011 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
14014 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
14016 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
14017 `undecided' and `undecided-unix'.
14019 1998-09-21 Dave Love <fx@gnu.org>
14021 * help.el (help-make-xrefs): Fix typo affecting Info references.
14023 * subr.el (remove-hook): Check list values to avoid errors.
14025 1998-09-18 Noah Friedman <friedman@splode.com>
14027 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
14028 store string in eldoc-last-message without consing a new string.
14029 Rearrange logic from nested if's into cond's.
14030 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
14031 Do not print message; just return string.
14032 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
14033 Do not print message; just return string.
14034 Cache that string in eldoc-last-data.
14035 (eldoc-last-data): Make into a vector.
14036 (eldoc-get-fnsym-args-string): Use new data form of structure.
14037 (eldoc-get-var-docstring): Here also.
14038 (eldoc-last-data-store): New function.
14039 (eldoc-get-fnsym-args-string): Use it.
14040 (eldoc-get-var-docstring): Here also.
14041 (eldoc-docstring-first-line): Minimize interim string consing.
14042 Call substitute-command-keys on the result.
14043 (eldoc-print-var-docstrings, eldoc-print-docstring,
14044 eldoc-docstring-message): Functions removed.
14045 (eldoc-docstring-format-sym-doc): New function, functionality
14046 ripped out of eldoc-docstring-message.
14047 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
14049 1998-09-18 Kenichi Handa <handa@etl.go.jp>
14051 * international/mule.el (make-coding-system): Doc-string modified.
14053 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
14055 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
14057 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
14060 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
14063 * progmodes/compile.el (compilation-error-screen-columns): New
14065 (compilation-next-error-locus): Use it to decide whether to use
14066 forward-char or move-to-column.
14068 * mail/rmail.el (rmail-movemail-program): Fix customize type.
14070 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
14071 feedmail-fiddle-plex-user-list,
14072 feedmail-spray-address-fiddle-plex-list,
14073 feedmail-prompt-before-queue-user-alist,
14074 feedmail-prompt-before-queue-help-supplement,
14075 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
14076 feedmail-queue-alternative-mail-header-separator): Fix customize
14079 * startup.el (site-run-file): Fix customize type.
14081 * speedbar.el (speedbar-initial-expansion-list-name): Fix
14084 * shell.el (shell-input-autoexpand): Fix customize type.
14086 * ps-print.el (ps-font-info-database): Add missing dots in value.
14087 Improve layout of customize type.
14089 * net-utils.el (traceroute-program-options, ping-program-options,
14090 ipconfig-program-options, netstat-program-options,
14091 arp-program-options, route-program-options,
14092 nslookup-program-options, ftp-program-options): Fix customize
14095 * midnight.el (clean-buffer-list-kill-regexps,
14096 clean-buffer-list-kill-buffer-names,
14097 clean-buffer-list-kill-never-buffer-names,
14098 clean-buffer-list-kill-never-regexps): Fix customize type.
14100 * man.el (Man-init-defvars): Avoid trailing nil on
14103 * lpr.el (printer-name): Fix customize type.
14105 1998-09-16 Kenichi Handa <handa@etl.go.jp>
14107 * international/mule-cmds.el (reset-language-environment): Call
14108 update-coding-systems-internal.
14110 * international/mule-conf.el: Call update-coding-systems-internal
14113 1998-09-14 Dave Love <fx@gnu.org>
14115 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
14116 use the menu-enable properties, pending doing it correctly and
14119 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
14121 1998-09-13 Dave Love <d.love@dl.ac.uk>
14123 * progmodes/hideshow.el (hs-grok-mode-type): Check
14124 comment-{start,end} non-nil as well as bound. Report an error if
14125 we can't grok the mode.
14127 1998-09-13 Richard Stallman <rms@gnu.org>
14129 * simple.el (blink-matching-open): Don't log paren matching
14130 messages in *Messages*.
14132 1998-09-12 Richard Stallman <rms@gnu.org>
14134 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
14135 Set point-before-scroll at end even if there was an error.
14137 * ange-ftp.el (ange-ftp-insert-file-contents):
14138 Use binary mode for dumb-unix hosts as for unix hosts.
14139 (ange-ftp-copy-file-internal): Likewise.
14141 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14143 * emacs-lisp/pp.el: Doc fixes.
14145 * wid-edit.el (widget-menu-max-shortcuts): New variable.
14146 (widget-choose): Don't use single-char shortcuts if # items
14147 exceeds that many. Use minibuffer instead.
14149 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14151 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
14153 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
14155 * speedbar.el (speedbar-frame-mode): Do not set frame position if
14158 1998-09-10 Noah Friedman <friedman@splode.com>
14160 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
14161 defcustom declaration. It's wreaking too much havoc with XEmacs
14162 and older versions of Emacs, which share this code.
14164 * type-break.el (type-break-mode): Here also.
14166 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
14167 `t' to add-hook also to modify the new local value.
14169 1998-09-10 Dave Love <fx@gnu.org>
14171 * vc.el (vc-insert-headers): Doc fix.
14173 1998-09-10 Richard Stallman <rms@gnu.org>
14175 * textmodes/flyspell.el (flyspell-mode-on): Make the
14176 ispell-... variables permanent locals.
14177 (flyspell-mode-off): Add autoload cookie.
14179 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
14180 do use binary mode, just as for `unix'.
14181 (ange-ftp-host-type): If HOST is nil, return `unix'.
14183 * dired.el (dired-mark-files-containing-regexp):
14184 Don't scan directories. Ignore non-readable files.
14186 * progmodes/compile.el (compilation-error-regexp-alist):
14187 Fix previous change: allow . and _ in command name.
14189 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
14191 * uncompress.el (uncompress-while-visiting):
14192 Use just the car of what find-operation-coding-system returns.
14194 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
14196 * shell.el (shell-file-name-quote-list): Add # to the value.
14198 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
14200 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
14201 to make killing of ispell process work even if
14202 kill-all-local-variables has been run.
14204 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14206 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
14207 loop when sexp entry ends at end of file with no newline.
14209 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
14211 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
14212 (Custom-reset-standard): Fix menu inconsistency.
14214 * mail/feedmail.el (feedmail-from-line): Allow t.
14215 (feedmail-message-id-suffix): Allow nil.
14217 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
14218 Simplify. Make prefix arg work right.
14220 1998-09-09 Dave Love <fx@gnu.org>
14222 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14224 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
14226 1998-09-08 Dave Love <fx@gnu.org>
14228 * add-log.el (change-log-font-lock-keywords): Do parenthesized
14229 stuff only after file names or at start of line. Allow parens
14230 around e-mail, as well as angles.
14232 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
14233 ignore-errors too, eval'd when compile. Require w3 stuff at load
14234 time for nicer failure if it's not available.
14236 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
14238 * comint.el (comint-arguments): Ignore backslashes when using
14239 w32 shells that expect backslashes as the directory separator.
14241 1998-09-04 Kenichi Handa <handa@etl.go.jp>
14243 * international/fontset.el (resolved-ascii-font): New variable.
14244 (x-complement-fontset-spec): By side effect, set
14245 `resolved-ascii-font' to the resolved name of ASCII font."
14246 (create-fontset-from-fontset-spec): Don't get a value for
14247 resolved-ascii-font from the list full-fontlist. It is set by
14248 x-complement-fontset-spec now.
14250 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
14251 version, check the value of mule-version.
14253 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
14255 * textmodes/reftex.el (reftex-view-crossref): Split up into
14256 several functions. No longer moves to find a macro.
14257 (reftex-view-cr-cite, reftex-view-cr-ref,
14258 reftex-end-of-bib-entry): New functions.
14259 (reftex-auto-view-crossref): New value `window' allowed.
14260 (reftex-view-crossref-when-idle): Process new `window' option in
14261 (reftex-translate-to-ascii-function): New default.
14262 (reftex-label-illegal-re): Default changed, removed Latin1.
14263 (reftex-latin1-to-ascii): New function.
14264 (reftex-what-environment): Check for section regexp before use.
14265 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
14266 absolute path names.
14267 (reftex-TeX-master-file): Changed sequence of file checks.
14268 (reftex-do-citation): bibview cache only with RefTeX mode on.
14270 1998-09-06 Richard Stallman <rms@gnu.org>
14272 * progmodes/compile.el (compilation-error-regexp-alist):
14273 In first pattern (GNU utilities and other things),
14274 allow a space after the optional program name at the beginning.
14276 * mail/mail-hist.el (mail-hist-current-header-contents):
14277 Fix previous change: use mail-header-end.
14279 1998-09-06 Bill Richter <richter@math.nwu.edu>
14281 * international/ccl.el: Doc fixes.
14282 * international/encoded-kb.el: Doc fixes.
14283 * international/fontset.el: Doc fixes.
14284 * international/kinsoku.el: Doc fixes.
14285 * international/kkc.el: Doc fixes.
14286 * international/mule-cmds.el: Doc fixes.
14287 * international/mule-conf.el: Doc fixes.
14288 * international/mule-util.el: Doc fixes.
14289 * international/mule.el: Doc fixes.
14291 1998-09-05 Eric Ludlam <zappo@gnu.org>
14293 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
14294 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
14295 (checkdoc-this-string-valid-engine): Permit ? as terminating
14296 punctuation for first line sentence breaking.
14297 (checkdoc-this-string-valid): When converting a comment into a doc
14298 string, make sure " chars are \".
14299 (checkdoc-sentencespace-region-engine): Only do double space check
14300 if based on the variable `sentence-end-double-space'
14301 (checkdoc-this-string-valid-engine): ? ends valid sentence.
14302 (checkdoc-proper-noun-region-engine): Exclude items in URLs
14304 1998-09-04 Richard Stallman <rms@gnu.org>
14306 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14307 Recognize define-skeleton as a function definer.
14309 * cus-edit.el (customize-option): Refuse to customize
14310 a variable that has no defcustom. But if variable is autoloaded,
14311 first try to load the library that defines it.
14313 * international/iso-insert.el: Use `string' before calling `insert'
14314 so that in multibyte buffers we insert multibyte chars.
14316 * dired.el (dired-mark-files-containing-regexp):
14317 Don't use find-file; instead, insert the file in a temp buffer.
14319 * textmodes/tex-mode.el (tex-start-options-string): New option.
14320 (tex-start-tex): Use that variable.
14322 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
14323 value in the `repeat' alternative a list.
14325 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
14326 the inserted newline, verify that one was really inserted.
14328 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
14329 remains on or remains off.
14330 (flyspell-multi-language-p): Default changed to nil.
14332 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
14333 In "found in comment" case, don't beginning-of-line after forward-line.
14335 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
14336 If the function definition is not a lambda, return original FORM
14339 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
14341 * net-utils.el (netstat-program-options): Changed from nil to "-a"
14342 so that by default netstat shows all network connections.
14344 1998-09-04 Bob Weiner <weiner@altrasoft.com>
14346 * international/quail.el: Doc fixes.
14348 * info.el (info): Don't add parens if FILE already has them.
14350 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
14352 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
14353 on extension lines.
14355 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
14357 * w32-fns.el (w32-shell-dos-semantics): New function.
14359 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
14361 * international/quail.el (quail-choose-completion-string): Store
14362 completion `choice' in `quail-current-str'; don't insert it.
14364 1998-09-02 Kenichi Handa <handa@etl.go.jp>
14366 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
14367 argument to ps-mule-generate-bitmap-font.
14369 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
14370 entry and change Latin-1 entry in the default value.
14371 (ps-mule-font-info-database-ps-bdf): New variable.
14372 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
14373 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
14374 registerd in FONT-SPEC.
14375 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
14376 charcter width of bitmap fonts.
14377 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
14379 (ps-begin-file): Output PostScript code for setting
14381 (ps-plot-region): Use line-beginning-position to get a position of
14382 the beginning of the current line.
14384 * international/mule-cmds.el (register-input-method): Doc-string
14387 1998-09-01 Dave Love <fx@gnu.org>
14389 * international/mule-cmds.el (current-language-environment): Fix
14392 1998-09-01 Simon Marshall <simon@gnu.org>
14394 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
14395 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
14396 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
14397 names with font-lock-type-face. Fontify type specs, etc., with
14398 font-lock-keyword-face.
14400 1998-08-31 Kenichi Handa <handa@etl.go.jp>
14402 * international/fontset.el (x-complement-fontset-spec): If ASCII
14403 font is specified in FONTLIST, don't substitute it for the
14406 1998-08-31 Paul Eggert <eggert@twinsun.com>
14408 * international/mule.el (charset-description): Doc fix.
14410 * language/chinese.el, language/cyrillic.el, language/czech.el,
14411 language/devanagari.el, language/ethiopic.el,
14412 language/european.el, language/hebrew.el, language/indian.el,
14413 language/japanese.el, language/korean.el, language/lao.el,
14414 language/slovak.el, language/thai.el, language/tibetan.el,
14415 language/vietnamese.el:
14416 Add coding: local variable, to avoid bootstrapping problem
14417 if you need to recompile all the Lisp files using interpreted code.
14419 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14421 * cal-china.el (chinese-year-cache): Change range of years from
14422 1989-2000 to 1990-2010.
14424 1998-08-29 Dave Love <d.love@dl.ac.uk>
14426 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
14427 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
14429 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14431 * ps-print.el (ps-print-control-characters): Doc-string modified.
14432 (ps-output-string-prim): Comment format changed.
14433 (ps-do-despool): Indentation of source code changed.
14435 1998-08-28 Kenichi Handa <handa@etl.go.jp>
14437 * subr.el (sref): Make it an alias of aref. Make the
14438 byte-compiler warn that it is obsolete.
14439 (char-bytes): Make the byte-compiler warn that it is obsolete.
14441 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
14442 Calculate the total bytes using position-bytes instead of
14445 1998-08-27 Karl Heuer <kwzh@gnu.org>
14447 * snmp-mode.el: New file.
14448 * files.el (auto-mode-alist): Add snmp-mode patterns.
14450 1998-08-27 Karl Eichwalder <ke@suse.de>
14452 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
14454 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14456 * calendar/diary-lib.el (diary-block): Doc fix..
14457 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
14459 1998-08-27 Richard Stallman <rms@gnu.org>
14461 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
14462 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
14463 Clear appt-mode-string if we don't put something in it.
14465 1998-08-27 Dave Love <fx@gnu.org>
14467 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
14468 dired-local-variables-file for dired-x.
14470 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
14471 for compressed library files too.
14473 1998-08-26 Kenichi Handa <handa@etl.go.jp>
14475 * language/european.el ("Latin-1"): Modify `documentation' key value.
14476 ("Latin-2"): Likewise.
14478 1998-08-26 Karl Heuer <kwzh@gnu.org>
14480 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
14482 1998-08-26 Albert L. Ting <alt@artisan.com>
14484 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
14485 (mail-hist-current-header-contents): Use mail-text-start.
14487 1998-08-26 Richard Stallman <rms@gnu.org>
14489 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
14490 (customize-changed-options-previous-release): New variable.
14491 (customize-changed-options): Use that variable as default arg.
14493 1998-08-26 Karl Eichwalder <ke@suse.de>
14495 * midnight.el: Require `timer' not only when compiling.
14497 1998-08-26 Per Starback <starback@update.uu.se>
14499 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
14500 buffer before creating help group.
14502 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
14504 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
14505 coding-system-for-write before saving.
14507 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
14509 * isearch.el (isearch-forward): Doc fix.
14511 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
14513 * emacs-lisp/find-func.el: Fix :version tags to have a string
14514 value, not a float.
14516 * cus-dep.el: Fix typo in output.
14518 1998-08-25 Dave Love <fx@gnu.org>
14520 * repeat.el (repeat): Doc fix.
14522 (repeat-previous-repeated-command): New variable.
14523 (repeat): Check for real-last-command being null or repeat. Set
14524 repeat-previous-repeated-command.
14526 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
14528 1998-08-25 Kenichi Handa <handa@etl.go.jp>
14530 * gnus/message.el (message-send-mail-with-sendmail): Bind
14531 coding-system-for-write by the return value of
14532 select-message-coding-system.
14533 (message-send-mail-with-qmail): Likewise.
14535 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
14537 * emacs-lisp/autoload.el: Fix doc-string-elt property on
14538 define-derived-mode.
14540 * files.el (file-name-invalid-regexp):
14541 Fix regex for ms-dos without long file names.
14543 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14545 * ps-print.el: Multi-byte buffer handling.
14546 (ps-print-version): New version number (4.0) and doc fix.
14547 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
14548 compilation for GNU Emacs and emacsens.
14549 (ps-generate-postscript-with-faces): Force invisible text to be
14551 (dos-ps-printer): New var to avoid compilation gripes.
14553 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14555 * ps-print.el (ps-mule-plot-string): Pay attention to the case
14556 that no more characters can't be printed in the current line.
14558 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14560 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
14563 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14565 * ps-print.el: Add codes to make ps-print.el work also on Emacs
14566 20.2 and the earlier version.
14567 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
14568 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
14569 (ps-mule-find-wrappoint): Likewise.
14570 (ps-mule-generate-font): Change `X' to `x' in format
14572 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
14573 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
14574 `restore' form procedures `BC' and `EC'.
14576 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14578 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
14579 is an executable procedure. Make LineThickness, Xshadow, and
14580 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
14581 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
14582 ps-mule-font-info-database-bdf): New vars.
14583 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
14584 (ccl-encode-ethio-unicode): New CCL program.
14585 (ps-mule-encode-ethiopic): New fun.
14586 (ps-mule-current-charset): New var.
14587 (ps-mule-get-font-spec, ps-mule-font-spec-src,
14588 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
14589 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
14590 (ps-mule-external-libraries): New var.
14591 (ps-mule-init-external-library): New fun.
14592 (ps-mule-font-cache): New var.
14593 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
14594 (ps-last-font): New var.
14595 (ps-mule-prepare-font): New fun.
14596 (ps-mule-charset-list): New var.
14597 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
14598 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
14599 ps-mule-plot-string): New funs.
14600 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
14602 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
14603 ps-mule-prepare-cmpchar-font): New funs.
14604 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
14606 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
14607 ps-mule-generate-bitmap-glyph): New funs.
14608 (ps-mule-initialize, ps-mule-begin): New funs.
14609 (ps-output-string-prim): Insert string as unibyte.
14610 (ps-output-prologue): New fun.
14611 (ps-flush-output): Handle the case of 'prologue.
14612 (ps-begin-file): Call ps-mule-initialize.
14613 (ps-begin-job): Set ps-control-or-escape-regexp differently if
14614 printing multibyte characters.
14615 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
14616 (ps-basic-plot-string): Handle the case of printing ASCII
14617 characters by external libraries (e.g. BDF).
14618 (ps-set-font): Set ps-last-font.
14619 (ps-plot-region): Handle multibyte characters, use
14620 ps-mule-plot-string for them.
14621 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
14623 * bdf.el: New file.
14625 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
14627 * international/mule-cmds.el (select-message-coding-system): New
14629 (set-language-environment-coding-systems): Set
14630 default-sendmail-coding-system.
14632 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
14633 (default-sendmail-coding-system): New variable.
14634 (sendmail-send-it): Encode the message by a coding system
14635 select-message-coding-system returns.
14637 1998-08-23 Eric Ludlam <zappo@gnu.org>
14639 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
14640 (speedbar-mode): Set buffer to read only.
14641 (speedbar-temp-buffer-show-function): For emacs don't call hook
14643 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
14645 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
14647 * speedbar.el (speedbar-key-map): Fix typo.
14649 See ChangeLog.7 for earlier changes.