1 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
3 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
5 2000-07-13 Dave Love <fx@gnu.org>
7 * emacs-lisp/easymenu.el: Doc fixes.
8 (easy-menu-remove): Defalias to ignore.
10 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
13 2000-07-13 Gerd Moellmann <gerd@gnu.org>
15 * faces.el (frame-background-mode): Doc fix.
17 * simple.el (eval-expression-print-length): Change custom type to
18 allow entering nil as value.
20 2000-07-13 Dave Love <fx@gnu.org>
22 * progmodes/fortran.el (fortran-imenu-generic-expression):
23 Change definition layout.
24 (fortran-mode-menu): Reinstate customize entries.
26 * cus-edit.el (custom-group-menu-create, customize-menu-create):
27 Use :filter, per old XEmacs code.
29 2000-07-12 Gerd Moellmann <gerd@gnu.org>
31 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
32 event when deciding what to send to the terminal.
34 2000-07-12 Dave Love <fx@gnu.org>
36 * cus-start.el: Add optional version as 4th element of specs and
37 use it for several things new in v21. Remove load-path. Fix type
38 of line-number-display-limit.
40 2000-07-11 Dave Love <fx@gnu.org>
42 * progmodes/fortran.el: Don't require easymenu.
43 Use repeat counts in various regexps.
44 (fortran-mode-syntax-table): Defvar directly.
45 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
46 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
47 Use defvar, not defconst.
48 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
49 (fortran-mode): Set fortran-comment-line-start-skip,
50 fortran-comment-line-start-skip, dabbrev-case-fold-search.
51 (fortran-comment-indent): Use defsubst.
52 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
53 Use fortran-comment-indent, not fortran-comment-indent-function.
54 (fortran-comment-region, fortran-electric-line-number): Simplify.
55 (fortran-auto-fill): New function.
56 (fortran-do-auto-fill): Deleted.
57 (fortran-find-comment-start-skip):
58 Check for non-null comment-start-skip.
59 (fortran-auto-fill-mode, fortran-fill-statement):
60 Use fortran-auto-fill.
61 (fortran-fill): Use fortran-auto-fill. Check for null
62 comment-start-skip. Simplify final clause and use end-of-line finally.
64 * widget.el (widget-plist-member): New alias.
66 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
68 * eshell/esh-module.el (toplevel): Reference
69 byte-compile-current-file only if it is bound.
71 2000-07-10 Gerd Moellmann <gerd@gnu.org>
73 * dired.el: Don't require `dired-aux'.
75 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
77 * dired-aux.el (dired-show-file-type): New function.
78 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
79 (dired-show-file-type): Add autoload.
81 2000-07-10 Kenichi Handa <handa@etl.go.jp>
83 * international/mule-diag.el (describe-font): Adjusted for the
84 change of fontset-info.
85 (print-fontset): Likewise.
87 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
89 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
91 2000-07-07 Gerd Moellmann <gerd@gnu.org>
93 * bindings.el: Bind `[delete]' to delete-char.
95 * dired.el (dired-find-alternate-file): New function.
96 (dired-mode-map): Bind `a' to dired-find-alternate-file.
97 (toplevel): Require dired-aux when compiling.
98 (dired-buffers): Move defvar within file to avoid compiler warning.
100 * info.el (Info-last-search): Variable removed.
101 (Info-search-history): New variable.
102 (Info-search): New Info-search-history.
104 * battery.el, info-look.el: Change author's mail address.
106 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
108 * mail/rmail.el (rmail-clear-headers): Don't throw an error
109 if rmail-ignored-headers is nil.
110 (rmail-retry-failure): Bind rmail-ignored-headers and
111 rmail-displayed-headers to nil.
113 2000-07-06 Gerd Moellmann <gerd@gnu.org>
115 * lpr.el (lpr-page-header-switches): Add `-h' switch.
116 (print-region-1): Don't hard code `-h' here.
118 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
120 2000-07-01 Francesco Potorti` <pot@gnu.org>
122 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
123 exim can use "your message" instead of "the message".
125 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
127 * facemenu.el: Docstrings fixes.
128 (facemenu-get-face): Don't use internal-find-face.
129 (facemenu-iterate): Rename arg to match the docstring.
131 * newcomment.el (uncomment-region): Be more careful when skipping
132 backwards over `=' not to bump into BOBP.
134 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
136 * ediff-diff.el (ediff-wordify): Use syntax table.
137 * ediff-init.el (ediff-has-face-support-p): Use
138 ediff-color-display-p.
139 (ediff-color-display-p): Use display-color-p, changed to defun
141 Got rid of special cases for NeXT and OS/2.
142 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
145 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
147 * emacs-lisp/lucid.el: Require CL.
148 (copy-tree, remprop): Remove, it's provided by CL.
149 (map-keymap): Define in terms of cl-map-keymap.
150 (extent-property, set-extent-end-glyph): New functions.
152 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
154 2000-07-05 Gerd Moellmann <gerd@gnu.org>
156 * Makefile.in (DONTCOMPILE): Add comment that the name may
157 not be changed without changing the make-dist script.
159 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
160 (cl-mapc): Use mapc instead of cl-old-mapc.
162 2000-07-05 Andrew Innes <andrewi@gnu.org>
164 * makefile.nt: Add support for `bootstrap' and related targets.
166 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
168 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
169 (easy-menu-do-define): Use `menu-item' format.
170 Handle case where easy-menu-create-menu returns a symbol.
171 Manually call the potential top-level filter in the function binding.
172 (easy-menu-filter-return): New arg NAME.
173 Convert to a keymap if MENU is an XEmacs menu.
174 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
175 (easy-menu-converted-items-table, easy-menu-convert-item):
176 New var and fun to memoize easy-menu-convert-item-1.
177 (easy-menu-do-add-item): Use it.
178 (easy-menu-create-menu): Use easy-menu-convert-item.
179 Wrap easy-menu-filter-return around any :filter specification.
180 Don't convert the menu if a filter was specified.
181 Tell easy-menu-make-symbol not to check for MENU being an expression.
182 (easy-menu-make-symbol): New arg NOEXP.
184 2000-07-05 Gerd Moellmann <gerd@gnu.org>
186 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
187 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
188 (eval-defun): If called with prefix arg, instrument code for
191 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
192 similar to that of eval-defun.
194 2000-07-04 Dave Love <fx@gnu.org>
196 * hl-line.el (hl-line-overlay): Make it permanent-local.
198 * calendar/todo-mode.el: Replaced with a working version, based on
199 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
201 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
203 * paths.el (prune-directory-list): New function.
204 (Info-default-directory-list): Rewritten to more methodically
205 enumerate a big list of possible info directories (based on the
206 list used by the standalone info reader).
208 * info.el (info-initialize): Use prune-directory-list to remove
209 non-existent directories from Info-directory-list.
211 * paths.el (Info-default-directory-list): Try a list of possible
212 info-directories instead of a single one. Add the possible
213 info directory "/usr/share/info".
215 * woman.el (woman-man.conf-path): Explicitly include the debian
216 man-db config file "/etc/manpath.config".
217 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
218 are present in `manpath.config'.
219 (woman-manpath): Include "/usr/share/man".
221 2000-07-03 Gerd Moellmann <gerd@gnu.org>
223 * frame.el (blink-cursor-mode): Don't hide cursor initially.
225 * startup.el (command-line): Initialize blink-cursor based
228 * frame.el (blink-cursor): Default to nil if not running under
231 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
232 (face-x-resources): Remove duplicate entry for :font.
234 * textmodes/refer.el (refer-find-entry-internal): Use some-window
235 instead of cycling through windows with next-window.
237 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
238 of cycling through windows with next-window.
240 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
241 of cycling through windows with next-window.
243 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
244 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
245 instead of cycling through windows with next-window.
247 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
248 instead of cycling through windows with next-window.
250 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
251 of cycling through windows with next-window.
253 * terminal.el (te-process-output): Use walk-windows instead of
254 cycling through windows with next-window.
256 * server.el (server-switch-buffer): Use some-window instead of
257 cycling through windows with next-window.
259 * window.el (some-window): New function.
260 (walk-windows): Remove reference to walk-windows-start.
262 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
264 2000-07-03 Richard Stallman <rms@caffeine.ai.mit.edu>
266 * window.el (walk-windows): Guarantee termination by keeping a list
267 of all the windows already handled.
269 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
271 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
274 * man.el (Man-notify-when-ready): Don't use window-system. If
275 Man-notify-method is newframe, and the display is not
276 multi-frame, select the frame created for the man page.
277 (Man-init-defvars): Doc fix.
279 2000-06-28 Gerd Moellmann <gerd@gnu.org>
281 * faces.el (region): Change background color for light background.
283 * ediff-wind.el (ediff-setup-control-frame): Remove :box
284 attribute from mode-line face of Ediff control frame.
286 * replace.el (query-replace-map): Bind `e' like `E'.
288 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
290 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
291 Change name to "Select All".
293 * dos-fns.el (convert-standard-filename): Fix last change.
295 2000-06-27 Gerd Moellmann <gerd@gnu.org>
297 * help.el (describe-variable): Don't insert a second `'s' in front
298 of the string `value is shown below'. Since the syntax-table is
299 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
300 an existing `'s', so that this won't be deleted.
302 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
303 * pcmpl-unix.el: New files.
305 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
307 * wid-edit.el (widget-member): Use the new plist-member.
309 2000-06-26 Gerd Moellmann <gerd@gnu.org>
311 * replace.el (perform-replace): Undo change of 2000-04-04.
312 Instead, move backward 1 character at the end of the loop when
315 * faces.el (fringe): Change face for different backgrounds.
317 * eshell/esh-module.el (toplevel): Load defgroup's differently;
320 * eshell/*.el: Change spelling of the Free Software Foundation.
322 * eshell/esh-toggle.el: Removed.
324 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
326 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
329 2000-06-26 Alex Schroeder <alex@gnu.org>
331 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
332 `define-key'; instead of checking `(emacs-version)' check for
333 `set-keymap-parent' and `set-keymap-name' directly. Add entries
334 for `;' and `o' which might be electric.
336 (sql-electric-stuff): New user option.
337 (sql-magic-go): New function which uses `sql-electric-stuff'.
338 (sql-magic-semicolon): New function which uses
339 `sql-electric-stuff'.
341 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
344 (sql-oracle-options): New variable.
345 (sql-oracle): Use it.
347 (sql-imenu-generic-expression): Doc change.
348 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
351 (sql-informix): Added command line parameter "-" to force
352 sql-informix-program to use stdout.
354 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
356 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
357 (cp864-decode-table): Doc fix.
358 (cp720-decode-table): New variable, supports the Arabic OEM
359 codepage used by Windows.
360 (cp737-decode-table): New, Greek OEM codepage used by Windows.
362 2000-06-23 Dave Love <fx@gnu.org>
364 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
365 (font-lock-fontify-anchored-keywords): Use
366 line-beginning-position.
367 (global-font-lock-mode): Use mapc.
369 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
371 * eshell/esh-module.el: Require CL when compiling.
373 2000-06-23 Gerd Moellmann <gerd@gnu.org>
375 * comint.el (comint-substitute-in-file-name): Call replace-match
376 with second and third arg t.
378 * cus-edit.el (custom-button-face, custom-button-pressed-face):
379 Specify foreground color.
381 * faces.el (tool-bar, mode-line, header-line): Specify foreground
384 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
386 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
387 cddr instead of cdddr.
389 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
390 instead of copy-list.
392 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
395 * subdirs.el: Add eshell subdirectory.
397 * eshell: New subdirectory containing the Eshell package.
399 * pcomplete.el: New file.
401 2000-06-23 Paul Eggert <eggert@twinsun.com>
403 * mail/mailpost.el (post-mail-send-it): Make sure file has
404 proper permissions from birth.
406 * files.el (basic-save-buffer-2): When temporarily setting
407 file modes, set them to current modes plus 0200, not to 0777.
409 * emerge.el (emerge-make-temp-file): Make sure file has proper
410 permissions from birth.
412 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
414 * files.el (make-backup-file-name-1): On DOS/Windows, run the
415 backup file name through convert-standard-filename.
417 * dos-fns.el (convert-standard-filename): Convert leading
418 directories as well. When long file names are supported, convert
419 characters that are invalid in Windows file names.
421 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
423 * ps-print.el: Fix bug: if ^L is the very first buffer character,
424 ps-print crashes. New feature: page selection for printing. Create
425 raw-text-unix coding system for XEmacs. Doc fix.
426 (ps-print-version): New version number (5.2.3).
427 (ps-plot-region): Bug fix.
428 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
429 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
430 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
432 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
433 (ps-last-page): New vars.
435 2000-06-21 Gerd Moellmann <gerd@gnu.org>
437 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
440 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
442 * man.el (man): Doc fix.
444 2000-06-21 Kenichi Handa <handa@etl.go.jp>
446 * international/mule-cmds.el (set-language-info-alist): Docstring
449 2000-06-20 Gerd Moellmann <gerd@gnu.org>
451 * version.el (emacs-version): Use ISO date format.
453 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
454 instead of `M-backspace'.
456 * simple.el (turn-off-auto-fill): New function.
458 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
460 * jit-lock.el (with-buffer-prepared-for-jit-lock):
461 Renamed from with-buffer-prepared-for-font-lock and use
462 inhibit-modification-hooks rather than setting *-change-functions.
463 Update all functions to use the new name.
464 (jit-lock-first-unfontify-pos): New semantics (and doc).
465 (jit-lock-mode): Make non-interactive.
466 Don't automatically turn on font-lock.
467 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
468 Always use jit-lock-after-change.
469 Remove and restore font-lock-after-change-function.
470 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
471 (jit-lock-after-unfontify-buffer): Remove.
472 (jit-lock-stealth-fontify):
473 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
474 (jit-lock-after-change): Set the `fontified' text-prop to nil.
476 2000-06-20 Sam Steingold <sds@gnu.org>
478 * emacs-lisp/cl-indent.el (toplevel): Indent
479 `print-unreadable-object' properly. Untabify.
481 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
483 * textmodes/reftex.el (reftex-find-citation-regexp-format):
484 Support for bibentry.
485 (reftex-compile-variables): Fixed problem with end of section-re.
487 * texmodes/reftex-dcr.el (reftex-view-crossref,
488 reftex-view-crossref-from-bibtex):
489 Deal with changed `reftex-find-citation-regexp-format'.
490 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
491 Replaced `remprop' with `put'.
492 (reftex-view-crossref, reftex-view-crossref-when-idle):
493 Support for bibentry.
495 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
496 New entry for bibentry package.
498 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
499 Regexp also matches "\nobibliography".
501 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
502 Call `reftex-ensure-write-access' before doing anything.
503 (reftex-ensure-write-access): New function.
505 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
507 * progmodes/idlwave.el: File re-installed (update to version 4.2)
509 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
511 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
513 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
516 2000-06-20 Dave Love <fx@gnu.org>
518 * faces.el (frame-background-mode): Use set-default, not set, in
520 (frame-update-faces, frame-update-face-colors): Define with
523 * enriched.el (enriched-decode-foreground)
524 (enriched-decode-background): Don't use internal-find-face.
526 * apropos.el: Doc fixes.
528 * cus-edit.el (customize-changed-options): Check arg.
529 (customize-version-lessp): Don't require decimal point.
531 * custom.el (defcustom, defgroup): Doc fix.
533 * newcomment.el (comment) <defgroup>: Add :version.
534 (comment-multi-line): Doc fix.
536 * emulation/mlsupport.el (define-hooked-local-abbrev,
537 define-hooked-global-abbrev): Fix, using define-abbrev.
539 2000-06-19 Gerd Moellmann <gerd@gnu.org>
541 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
544 2000-06-19 Dave Love <fx@gnu.org>
546 * menu-bar.el (menu-bar-options-save): New function.
547 (menu-bar-options-menu): Use it.
548 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
551 2000-06-19 Andreas Schwab <schwab@suse.de>
553 * progmodes/etags.el (tags-query-replace): Put new parameters
554 START and END at the end, for backward compatibility.
556 2000-06-19 Kenichi Handa <handa@etl.go.jp>
558 * international/codepage.el:
559 (cp-coding-system-for-codepage-1): Delete special codes for
560 generating xxx-dos coding system because now a CCL based coding
561 system can handle EOL conversion by default.
563 * international/mule.el (make-coding-system): Generate subsidiary
564 coding systems for EOL handling variants even for a CCL based
567 2000-06-19 Kenichi Handa <handa@etl.go.jp>
569 * international/isearch-x.el (isearch-minibuffer-input-method)
570 (isearch-minibuffer-input-method-function): These variables
572 (isearch-with-input-method): Don't use the above variables.
573 (isearch-process-search-multibyte-characters): Likewise. Call
574 read-string with the arg INHERIT-INPUT-METHOD t.
576 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
578 * font-lock.el (font-lock-after-fontify-buffer)
579 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
581 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
582 Use consistent make-local-variable style for font-lock-fontified.
583 (jit-lock-fontify-buffer):
584 Don't bother checking for font-lock-mode and jit-lock-mode.
586 * time.el: Remove trailing ^M that prevent CVS-merging.
588 2000-06-16 Gerd Moellmann <gerd@gnu.org>
590 * Makefile.in (distclean): New target.
592 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
594 * Makefile.in (srcdir): Define for update-subdirs.
596 2000-06-16 Gerd Moellmann <gerd@gnu.org>
598 * find-lisp.el: New file.
600 2000-06-16 Andrew Innes <andrewi@gnu.org>
602 * time.el (display-time-mail-function): New variable, to allow
603 external packages to indicate when new mail is available.
604 (display-time-update): Use it.
606 2000-06-16 Kenichi Handa <handa@etl.go.jp>
608 * international/mule.el (mule-version): Change version name to
609 SAKAKI. AOI has already been used by Meadow.
611 * international/quail.el (quail-show-guidance-buf): To find the
612 bottom window (but minibuffer), pay attention to the height of
615 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
617 * arc-mode.el (archive-mode-map): Use the new menu-item format for
618 menu-bar menus. Add help strings. Don't remove the Edit menu
619 from the menu bar, as the menu bar has enough space now.
621 * Makefile.in (SHELL): Make sure /bin/sh is used.
623 * woman.el (woman-man-buffer): Fix bold and underlined CJK
624 characters, which use series of two ^H characters instead of one.
626 2000-06-15 Gerd Moellmann <gerd@gnu.org>
628 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
629 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
631 (Info-find-node-2): Try a case-sensitive search first, then
632 do a case-insensitive search.
634 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
637 * complete.el (PC-env-vars-alist): New variable.
638 (PC-complete-as-file-name): New function.
639 (partial-completion-mode): Initialize PC-env-vars-alist from
641 (PC-do-completion): Handle completion of env vars.
643 * info.el (Info-set-mode-line): Show file name in mode line,
644 use `*Info*' instead of `Info:'.
646 * startup.el (command-line-1): Change copyright messages to year
649 2000-06-15 Dave Love <fx@gnu.org>
651 * net/goto-addr.el (goto-address-fontify): Use keymap property,
654 2000-06-15 Kenichi Handa <handa@etl.go.jp>
656 * international/mule.el (set-buffer-file-coding-system): Almost
657 rewritten to handle `undecided' as no-op.
659 2000-06-14 Gerd Moellmann <gerd@gnu.org>
661 * Makefile.in: New file.
665 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
666 (goto-address-highlight-keymap): Bind C-c RET.
668 2000-06-14 Kenichi Handa <handa@etl.go.jp>
670 * mail/sendmail.el (sendmail-send-it): The temporary buffer
671 inherits buffer-file-coding-system of the current buffer.
673 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
674 0. Give correct argument to set-auto-coding-function.
675 (tar-expunge): For goto-char, use (point-min), not 0.
676 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
677 (tar-subfile-save-buffer): Likewize.
679 * international/mule.el
680 (after-insert-file-set-buffer-file-coding-system): Call
681 set-buffer-file-coding-system with the arg FORCE t.
683 2000-06-13 Gerd Moellmann <gerd@gnu.org>
685 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
686 nil. Contemporary sendmails issue an X-Authentication-Warning if
687 the sender is set with `-f'.
689 2000-06-13 Dave Love <fx@gnu.org>
691 * help.el (describe-function-1): Kluge around cases of functions
692 fset to subrs whose doc doesn't match their symbol-name.
694 * image.el (insert-image): Default STRING to a space.
697 (Info-build-node-completions): Match Ref tags.
699 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
701 * frame.el (display-multi-frame-p, display-multi-font-p): New
702 defaliases for display-graphic-p.
704 * hl-line.el: Fixed a typo in commentary.
706 2000-06-13 Kenichi Handa <handa@etl.go.jp>
708 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
711 2000-06-12 Dave Love <fx@gnu.org>
713 * image.el (insert-image): Save a little consing.
715 2000-06-12 Kenichi Handa <handa@etl.go.jp>
717 * language/tibet-util.el: Convert all tibetan-1-column characters
718 to the corresponding tibetan characters.
719 (tibetan-add-components): Delete code for the special treatment of
722 * language/tibetan.el (tibetan-composable-pattern): Fix previous
724 (tibetan-vowel-transcription-alist): More rules added.
725 (tibetan-composite-vowel-alist): New variable.
726 (tibetan-precomposition-rule-alist): More rules added.
728 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
730 * startup.el (command-line): Only call menu-bar-mode if interactive.
732 * thingatpt.el (toplevel symbol-properties):
733 * textmodes/makeinfo.el (makeinfo-compile):
734 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
735 * progmodes/hideif.el (hif-compress-define-list)
736 (hide-ifdef-use-define-alist):
737 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
738 (ange-ftp-vms-add-file-entry):
739 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
740 * man.el (Man-build-man-command):
741 * mail/rnewspost.el (news-reply-header-hook):
742 * info.el (Info-insert-dir):
743 * emulation/mlconvert.el (backward-word, forward-word, setq):
744 * emacs-lisp/gulp.el (gulp-send-requests):
745 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
746 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
747 (byte-optimize-apply, end of file):
748 * emacs-lisp/advice.el (ad-advice-class-completion-table)
749 (ad-make-freeze-definition):
750 * startup.el (command-line, command-line-1): Don't quote lambdas.
752 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
753 (cvs-cleanup-removed): New function.
754 (cvs-cleanup-functions): New var.
755 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
756 some flexibility in specifying additional entries to auto-cleanup.
757 (cvs-quickdir): New function.
758 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
759 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
760 (cvs-mode-find-file): Check that we are on a filename or dirname
761 when invoked through a mouse-click.
762 (cvs-full-path): Remove.
763 (cvs-dired-action): Re-introduced.
764 (cvs-dired-noselect): Use it.
765 (vc-post-command-functions): use this new hook if available.
767 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
768 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
769 (cvs-filename-map, cvs-dirname-map): Remove.
770 (cvs-default-action): Remove.
771 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
772 if the arg is really a keymap.
773 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
774 Don't hardcode the mapping from state (aka type) to face, but check
775 the var cvs-fi-<type>-face instead.
776 (cvs-fileinfo-from-entries): New function.
778 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
780 (cvs-find-file-and-jump): Change default to be safer.
781 (cvs-mode-diff-map): Define it as a function as well.
782 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
783 Bind mouse-2 in this global map rather than with text-properties.
785 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
786 file to resolve the ambiguity between C(conflict) and C(need-merge).
788 2000-06-12 Kenichi Handa <handa@etl.go.jp>
790 * international/mule.el (set-buffer-file-coding-system): If
791 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
794 2000-06-12 Dave Love <fx@gnu.org>
796 * wid-edit.el (widget-specify-button): Really suppress the face if
799 2000-06-11 Gerd Moellmann <gerd@gnu.org>
801 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
803 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
805 * imenu.el (imenu-generic-expression): Docstring fix.
807 * composite.el (composition-function-table): Move the `put'
808 below the autoload cookie so we can load the file before loaddefs.
810 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
812 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
813 Handle easy-mmode-define-global-mode.
814 For complex macros like define-minor-mode that can generate
815 several autoload entries, try to autoload entries in the
818 * emacs-lisp/easy-mmode.el (define-minor-mode):
819 If KEYMAP is a symbol, just use it.
820 Use byte-compile-current-file and load-file-name to infer the
821 proper :require to pass to defcustom.
822 Wrap the hook var into `progn' so as not to autoload it.
823 Add a :autoload-end cookie.
824 Be more careful about the evaluation of KEYMAP.
825 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
826 (define-derived-mode): Move define-abbrev-table outside of defvar.
828 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
830 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
831 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
832 (backup-compiled-files): Ignore errors during `tar'.
833 (bootstrap): Make autoloads before elc files.
835 2000-06-10 Kenichi Handa <handa@etl.go.jp>
837 * international/mule.el (set-buffer-file-coding-system): If one of
838 undecided-XXX is specified, change only EOL conversion.
840 * international/mule-conf.el (unix): New alias for the coding
841 system undecided-unix.
843 2000-06-09 Dave Love <fx@gnu.org>
845 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
847 * progmodes/executable.el: Byte compile dynamic.
848 (executable-insert): Change custom type.
849 (executable-find): Add autoload cookie.
850 (executable-make-buffer-file-executable-if-script-p): New
851 function. After Noah Friedman.
853 * files.el (after-save-hook): Customize, with
854 executable-make-buffer-file-executable-if-script-p as an option.
856 2000-06-09 Kenichi Handa <handa@etl.go.jp>
858 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
859 "tib24p-mule.bdf" for Tibetan.
861 * composite.el (decompose-composite-char): Declare it as obsolete.
863 * man.el (Man-fontify-manpage): Pay attention to underline and
864 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
866 2000-06-08 Gerd Moellmann <gerd@gnu.org>
868 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
869 Set maintainer to FSF since author isn't reachable.
871 2000-06-08 Dave Love <fx@gnu.org>
873 * international/mule-cmds.el (select-safe-coding-system): If
874 DEFAULT-CODING-SYSTEM is not specified, also check the most
875 preferred coding-system if buffer-file-coding-system is
876 `undecided'. From Handa.
878 2000-06-08 Kenichi Handa <handa@etl.go.jp>
880 * international/mule.el
881 (after-insert-file-set-buffer-file-coding-system): If the buffer
882 size is greater than INSERTED, judget that we are not visiting.
884 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
886 * whitespace.el (defgroup whitespace): Comment out `:version'.
887 XEmacs 20.4 has problems defining the group with this present.
888 We'll have this commented out till get resolve the problem.
890 2000-06-07 Gerd Moellmann <gerd@gnu.org>
892 * align.el: Update from author.
894 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
896 * apropos.el (apropos-mode-hook): New user variable.
897 (apropos-mode): Run apropos-mode-hook.
899 2000-06-07 David Ponce <david@dponce.com>
901 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
902 commands. Require `wid-edit' at run-time.
904 2000-06-07 David Ponce <david@dponce.com>
906 * recentf.el: Added some "Commentary".
907 (recentf-open-more-files, recentf-edit-list): Minor changes to
908 move the point at the top of the file list. This behaviour is
909 consistent with the menu one when the list contains a lot of
911 (recentf-cleanup): Now displays the number of items removed from
913 (recentf-relative-filter) New menu filter to show filenames
914 relative to `default-directory'.
916 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
918 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
919 with/without giving an error if PostScript printer doesn't have this
920 kind of page size. Zebra Stripe continues or restarts on next page.
921 Manual/automatic paper feeding. Switch or not the header.
922 (ps-print-version): New version number (5.2.2).
923 (ps-windows-system): Include emx as a Windows system.
924 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
925 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
926 (ps-background-text): Code fix.
927 (ps-error-handler-message, ps-user-defined-prologue)
928 (ps-print-prologue-header, ps-printer-name)
929 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
930 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
931 (ps-use-face-background): Customization fix.
932 (ps-n-up-database): Data fix.
933 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
934 (ps-switch-header): New vars.
935 (ps-xemacs-color-name, ps-face-foreground-name)
936 (ps-face-background-name, ps-boolean-constant): New funs.
938 2000-06-07 Dave Love <fx@gnu.org>
940 * allout.el: New version from Manheimer.
942 2000-06-07 Kenichi Handa <handa@etl.go.jp>
944 * textmodes/fill.el (fill-find-break-point): Check the validity of
947 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
949 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
950 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
951 Call display-color-p and display-mouse-p instead of looking at
954 2000-06-06 Dave Love <fx@gnu.org>
956 * image.el (find-image): Doc fix. Return nil if image not found.
957 (put-image, insert-image): Make STRING arg optional.
959 2000-06-06 Kenichi Handa <handa@etl.go.jp>
961 * language/vietnamese.el: Remove eval-when-compile.
962 (viet-viscii-nonascii-translation-table): Define it as a
963 translation table made from viet-viscii-decode-table.
964 (viet-viscii-encode-table): Define it as a translation table made
965 from the reverse map of above.
966 (viet-vscii-nonascii-translation-table): Define it as a
967 translation table made from viet-vscii-decode-table.
968 (viet-vscii-encode-table): Define it as a translation table made
969 from the reverse map of above.
970 (ccl-decode-viscii): Use translate-character.
971 (ccl-encode-viscii, ccl-encode-viscii-font)
972 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
975 * language/cyrillic.el: Remove eval-when-compile.
976 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
977 translation table made from cyrillic-koi8-r-decode-table.
978 (cyrillic-koi8-r-encode-table): Define it as a translation table
979 made from the reverse map of above.
980 (ccl-decode-koi8): Use translate-character.
981 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
982 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
983 a translation table made from cyrillic-alternativnyj-decode-table.
984 (cyrillic-alternativnyj-encode-table): Define it as a translation
985 table made from the reverse map of above.
986 (ccl-decode-alternativnyj): Use translate-character.
987 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
990 * international/mule-diag.el (non-iso-charset-alist): Specify
991 translation table symbol instead of translation table itself.
992 (list-block-of-chars): CHARSET may be a translation table symbol.
994 * international/mule.el (make-coding-system): If CODING-SYSTEM
995 already exists, override it.
997 * international/fontset.el: Use family `proportional' for Tibetan
1000 * international/ccl.el (ccl-compile-translate-character): Don't
1001 check if Rrr has property translation-table.
1002 (ccl-compile-map-multiple): Modified to avoid compiler warning.
1004 2000-06-05 Gerd Moellmann <gerd@gnu.org>
1006 * info.el: Bind case-fold-search to t when searching in case
1007 a user sets it to nil in a hook.
1009 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
1011 * autoarg.el (autoarg-mode, autoarg-kp-mode):
1012 * hl-line.el (hl-line-mode): Use the new :global key argument.
1014 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
1015 (tar-clip-time-string): Prepend a space.
1016 (tar-grind-file-mode): Construct a string rather than modifying one.
1017 (tar-header-block-summarize): Fix docstring.
1018 Use `format' rather than an error-prone set of copy-loops.
1020 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
1021 (diff-goto-source, diff-unified->context, diff-context->unified)
1022 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
1023 understand the format output by the `-p' argument to diff.
1025 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
1026 (sh-re-done): Use defconst.
1027 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
1028 (sh-help-string-for-variable, sh-guess-basic-offset):
1029 Don't quote lambdas.
1030 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
1031 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
1033 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
1034 (mh-letter-mode): Derive from text-mode.
1035 This implicitly means that it now calls kill-all-local-variables.
1036 Also remove the Emacs-18 compatibility code.
1038 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
1039 Make use of symbol-property doc-string-elt.
1040 Use memq rather than a sequence of eq.
1041 (doc-string-elt): Fix the wrong or missing previously unused values.
1042 (autoload-print-form): New function extracted from
1043 generate-file-autoloads to allow recursion when handling progn
1044 so that defvar's and defun's docstrings are properly printed.
1045 (generate-file-autoloads): Use it.
1047 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
1048 Use find-file-hooks in the minor-mode function.
1049 Be careful not to loop indefinitely in the post-command-hook function.
1051 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
1053 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
1055 * ediff-diff.el (ediff-exec-process): Use --binary for fine
1056 differences whenever appropriate.
1057 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
1058 * viper.el (find-file, find-file-other-window): Get viper to do
1061 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
1063 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
1064 (jit-lock-fontify-buffer): New function for JIT refontification.
1065 (jit-lock-mode): Fix docstring.
1066 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
1067 Remove jit-lock-after-change from the _local_ hook.
1068 (jit-lock-function-1): Fix docstring.
1070 * info.el (Info-on-current-buffer): Initialize info.
1072 * newcomment.el (comment-indent): Ignore comment-indent-hook.
1074 * progmodes/tcl.el (tcl-indent-for-comment):
1075 Ignore comment-indent-hook.
1077 * emacs-lisp/easy-mmode.el: Require CL during compilation.
1078 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
1079 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
1080 and improve to use the lighter to guess the capitalization.
1081 (define-minor-mode): Inline code from easy-mmode-define-toggle.
1082 Add keyword arguments to specify global-ness or the custom group.
1083 Add local-map and help-echo properties to the lighter.
1084 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
1085 (easy-mmode-define-global-mode): New macro.
1087 2000-06-02 Dave Love <fx@gnu.org>
1089 * wid-edit.el: byte-compile-dynamic since we typically don't use
1090 all the widgets. Don't require cl or widget. Remove
1091 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
1092 (widget-read-event): Removed. Callers changed to use read-event.
1093 (widget-button-release-event-p): Renamed from
1094 button-release-event-p.
1095 (widget-field-add-space, widget-field-use-before-change):
1097 (widget-specify-field): Use keymap property, not local-map.
1098 (widget-specify-button): Obey :suppress-face.
1099 (widget-specify-insert): Use modern backquote syntax.
1100 (widget-image-directory): Renamed from widget-glyph-directory.
1101 (widget-image-enable): Renamed from widget-glyph-enable.
1102 (widget-image-find): Replaces widget-glyph-find.
1103 (widget-button-pressed-face): Move defvar.
1104 (widget-image-insert): Replaces widget-glyph-insert.
1105 (widget-convert): Use keywordp.
1106 (widget-leave-text, widget-children-value-delete): Use mapc.
1107 (widget-keymap): Remove XEmacs stuff.
1108 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
1109 (widget-button-click): Don't set point at the click, but re-centre
1110 if we scroll out of window. Rewritten for images v. glyphs &c.
1111 (widget-tabable-at): Use POS arg, not point.
1112 (widget-beginning-of-line, widget-end-of-line)
1113 (widget-item-value-create, widget-sublist, widget-princ-to-string)
1114 (widget-sexp-prompt-value, widget-echo-help): Simplify.
1115 (widget-default-create): Use widget-image-insert; some rewriting.
1116 (widget-visibility-value-create)
1117 (widget-push-button-value-create, widget-toggle-value-create): Use
1118 widget-image-insert.
1119 (checkbox): Create on and off images dynamically.
1120 (documentation-link): Change :help-echo.
1121 (widget-documentation-link-echo-help): Remove.
1123 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
1125 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
1127 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
1128 (easy-mmode-define-toggle, define-minor-mode): Use it.
1129 (easy-mmode-define-keymap): Docstring fix.
1130 (define-derived-mode): Default PARENT to fundamental-mode.
1131 Add the derived-mode-parent symbol-property.
1132 (easy-mmode-derived-mode-p): New function.
1134 2000-06-02 Dave Love <fx@gnu.org>
1136 * files.el (convert-standard-filename): Doc fix.
1137 (normal-backup-enable-predicate): New function.
1138 (backup-enable-predicate): Use it to replace the lambda form.
1140 * calendar/todo-mode.el: [This needs more work on the outline
1142 (todo) <defgroup>: Add :version.
1143 (todo-add-category): Don't use pushnew.
1144 (todo-cmd-raise): Fix typo.
1145 (todo-top-priorities): Change temp buffer name.
1146 (todo-category-alist): Avoid redundant lambda.
1147 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
1148 Use outline-next-heading.
1150 * autoarg.el: Rewritten to use define-minor-mode.
1151 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
1152 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
1154 2000-06-02 Kenichi Handa <handa@etl.go.jp>
1156 * isearch.el (isearch-other-meta-char): Fix previous change.
1158 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
1160 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
1161 (log-edit-done): Only add the comment to the ring if it's different
1162 from the last comment entered.
1164 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
1166 2000-06-01 Dave Love <fx@gnu.org>
1168 * hl-line.el: Rewritten using define-minor-mode.
1170 * help.el (describe-function-1): Distinguish special form from
1171 builtin function. Sanity-check presence of arglist for builtins.
1173 2000-06-01 Kenichi Handa <handa@etl.go.jp>
1175 * international/characters.el: Fix syntax/category setting of
1178 * language/tibet-util.el (tibetan-add-components): Fixes for new
1179 encoding of Tibetan characters.
1180 (tibetan-decompose-precomposition-alist): New variable.
1181 (tibetan-decompose-region): Convert precomposed characters to
1182 non-precomposed characters.
1183 (tibetan-decompose-string): Likewise.
1184 (tibetan-composition-function): Fix args to
1185 thibetan-compose-string.
1187 * language/tibetan.el (tibetan-composable-pattern): More
1188 characters included.
1189 (tibetan-consonant-transcription-alist): Rule for "R" added.
1190 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
1192 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
1194 * language/lao-util.el (lao-composition-function): Fix args to
1197 * language/thai-util.el (thai-composition-function): Fix args to
1200 * isearch.el (isearch-update): Set disable-point-adjustment to t
1201 to prevent the point moving to the end of a composition when a
1202 part of a composition is searched.
1203 (isearch-other-meta-char): If the key invoking this command can be
1204 mapped by function-key-map to a printing char, call
1205 isearch-process-search-char directly.
1207 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
1209 * emacs-lisp/bytecomp.el:
1211 * international/mule-cmds.el:
1212 * international/mule-util.el:
1213 * international/mule.el:
1216 * faces.el: Update calls to make-obsolete with a WHEN argument.
1218 * byte-run.el (make-obsolete, make-obsolete-variable):
1219 Add an optional WHEN argument and change the format of the
1220 symbol-property information.
1221 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
1222 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
1223 new obsolete-symbol-property format and print WHEN if it is provided.
1225 2000-05-31 Dave Love <fx@gnu.org>
1227 * loadhist.el (loadhist-hook-functions): Remove
1228 before-change-function, after-change-function.
1229 (unload-feature): Deal with symbols which are both bound and
1232 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
1233 before-change-function, after-change-function.
1235 * simple.el (newline): Don't bind before-change-function,
1236 after-change-function.
1238 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
1240 * whitespace.el (whitespace-rescan-timer-time): Update interval
1241 set to 600 seconds (10 minutes) instead of 60 seconds since
1242 a large number of whitespace buffers causes emacs to `freeze'
1243 for a considerable amount of time.
1245 * whitespace.el: Updated email address
1247 2000-05-31 Dave Love <fx@gnu.org>
1249 * add-log.el (change-log-font-lock-keywords) <function>: Add
1250 pattern for function of change.
1251 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
1252 acknowledgements patterns.
1254 2000-05-31 Kenichi Handa <handa@etl.go.jp>
1256 * isearch.el (isearch-printing-char): If keyboard coding system is
1257 being used, call isearch-process-search-multibyte-characters.
1259 * international/isearch-x.el: Mostly rewritten.
1261 * international/quail.el (quail-start-conversion): Don't include
1262 unhandled events in the returned events, but set them in
1263 unread-command-events. Exit if all inputs are deleted.
1265 2000-05-30 Jason Rumney <jasonr@gnu.org>
1267 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
1269 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
1270 Reenable code to create initial fontsets.
1271 Use set-fontset-font in place of put-charset-property.
1273 2000-05-30 Gerd Moellmann <gerd@gnu.org>
1275 * progmodes/perl-mode.el (perl-indent-line): When looking for a
1276 label, ensure that the first colon isn't followed by another.
1278 * paths.el (Info-default-directory-list): Doc fix.
1280 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
1281 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
1282 send a query containing USER only, not USER@HOST.
1284 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
1285 and rmail-msgend to compute the restriction at the end, instead of
1288 2000-05-29 Gerd Moellmann <gerd@gnu.org>
1290 * dabbrev.el (dabbrev-expand): Don't display messages in the
1291 echo area if the minibuffer window is active.
1293 * jit-lock.el (jit-lock-mode): Add after change function to
1296 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
1298 * antlr-mode.el: New commands: hide/unhide actions,
1299 upcase/downcase literals.
1300 (antlr-tiny-action-length): New user option.
1301 (antlr-hide-actions): New command. Suggested by
1302 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
1303 (antlr-mode-map): New binding [C-c C-v].
1304 (antlr-mode-menu): New entries.
1305 (antlr-downcase-literals): New command.
1306 (antlr-upcase-literals): Ditto.
1308 * antlr-mode.el: Minor changes: indendation, mode-name.
1309 (antlr-indent-line): Indent cpp directive at column 0.
1310 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
1312 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
1313 (antlr-font-lock-additional-keywords): Workaround for intentional
1314 bug in XEmacs version of font-lock.
1315 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
1316 be used by a smarter version of `buffers-menu-grouping-function'.
1318 2000-05-29 Gerd Moellmann <gerd@gnu.org>
1320 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
1321 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
1323 2000-05-29 Kenichi Handa <handa@etl.go.jp>
1325 * international/encoded-kb.el
1326 (encoded-kbd-iso2022-designation-map): Pay attention to that
1327 charset-iso-final-char return -1 for eight-bit-control and
1330 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1332 * speedbar.el (speedbar-use-images, speedbar-update-flag)
1333 (speedbar-easymenu-definition-base): Use display-graphic-p where
1334 available, instead of window-system.
1336 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1338 * international/codepage.el (cp-coding-system-for-codepage-1): Add
1339 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
1342 2000-05-26 Dave Love <fx@gnu.org>
1344 * disp-table.el (standard-display-underline): Don't use
1347 * mail/reporter.el: Maintainer change. Doc fixes.
1348 (reporter-version): Deleted.
1350 * emacs-lisp/elp.el: Maintainer change.
1351 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
1353 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
1355 * add-log.el (add-change-log-entry): Merge the current entry with the
1356 previous one if the previous one is empty.
1358 2000-05-26 Dave Love <fx@gnu.org>
1360 * loadhist.el (unload-feature): Fix interactive spec [from
1361 lijnzaad@ebi.ac.uk].
1363 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
1364 subr-arity to check primitives.
1365 (byte-compile-flush-pending, byte-compile-file-form-progn)
1366 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
1367 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
1370 2000-05-26 Kenichi Handa <handa@etl.go.jp>
1372 * international/fontset.el: Set family names of non-latin charsets
1373 in default fontset to "*".
1375 * international/mule-diag.el (print-fontset): Combine family part
1376 and registry part of the fontname by "-*-" instead of "-".
1378 * international/mule-cmds.el (encode-coding-char): Make strings
1379 multibyte before calling encode-coding-string.
1381 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
1383 * derived.el: Fix keywords.
1384 (define-derived-mode): Only define if needed.
1386 * simple.el (fill-comment, comment-column, comment-start)
1387 (comment-start-skip, comment-end, comment-indent-function)
1388 (block-comment-start, block-comment-end, indent-for-comment)
1389 (set-comment-column, kill-comment, comment-padding, comment-region)
1390 (comment-multi-line, indent-new-comment-line): Remove.
1392 * bindings.el (esc-map): Change ; to comment-dwim and use the new
1393 function names for comment operations.
1395 * newcomment.el: Add abundant autoload cookies.
1396 (comment-style): Don't depend on runtime data at compile-time.
1397 (comment-indent-hook): Remove.
1398 (comment-indent): Check if comment-indent-hook is bound.
1399 (comment-region): Docstring fix.
1401 2000-05-25 Dave Love <fx@gnu.org>
1403 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
1404 byte-code-function-p.
1406 * mail/rmailsum.el: Add provide.
1408 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
1410 * smerge-mode.el (smerge-diff-switches): Don't use list* in
1413 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
1415 * ediff-diff.el (ediff-exec-process): delete --binary option from
1416 non-buffer ediff jobs.
1418 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1420 * hilit-chg.el (highlight-changes-mode): Ask about color or
1421 grayscale support, not about window-system.
1423 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
1425 (ffap-highlight): Always default to t.
1427 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
1428 display-popup-menus-p instead of looking at window-system.
1430 * disp-table.el (standard-display-g1, standard-display-graphic):
1431 Only refuse to use string glyphs on X and MS-Windows.
1433 * avoid.el: Remove window-system from commentary, suggest to use
1434 display-*-p instead.
1436 * apropos.el (apropos-print): Use display-mouse-p instead of
1439 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1441 * international/codepage.el (cp-decoding-vector-for-codepage):
1442 Fill up unsupported characters with their own codes. From Kenichi
1445 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1447 * international/mule-diag.el (describe-char-after): Use
1448 display-graphic-p instead of window-system, so that this function
1451 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1453 * international/codepage.el (cp-make-coding-systems-for-codepage):
1454 Remove the eight-bit-graphic and eight-bit-control charsets from
1455 the list of charsets which we convert into `?'.
1457 2000-05-25 Kenichi Handa <handa@etl.go.jp>
1459 * international/mule-conf.el: Specify CHARSET-ID explicitely for
1461 (mule-unicode-0100-24ff, japanese-jisx0213-1,
1462 japanese-jisx0213-2): New charsets.
1464 * international/fontset.el: Setup default fontset for new charsets.
1466 2000-05-24 Dave Love <fx@gnu.org>
1468 * info.el (Info-find-node-2): Restructure [following "Vadim
1469 S. Solomin" <sovs@uic.nnov.ru>].
1471 * icomplete.el: Fix header for Finder.
1473 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
1475 * rmailout.el (rmail-output-to-rmail-file): Added optional param
1478 * rmail.el (rmail-automatic-folder-directives): New user variable.
1479 (rmail-show-message): Add call to `rmail-auto-file' during
1481 (rmail-auto-file): New function.
1483 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
1485 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
1487 (ediff-test-utility,ediff-diff-mandatory-option)
1488 (ediff-reset-diff-options): Utilities for proper initialization of
1489 ediff-diff-options and ediff-diff3-options on Windows.
1491 * ediff-init.el (ediff-merge-filename-prefix): New customizable
1494 * ediff-mult.el (ediff-filegroup-action): Use
1495 ediff-merge-filename-prefix.
1497 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
1499 * viper-ex.el (ex-write): Set selective display to nil.
1501 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
1503 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
1504 aliases for hebrew-iso-8bit.
1506 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
1508 * woman.el: New version from Francis J. Wright
1509 <F.J.Wright@Maths.QMW.ac.uk>.
1510 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
1511 names in environment variables regardless of the path separator.
1512 (woman-topic-all-completions-1): Don't call file-name-directory-p
1513 on all files, since woman-file-regexp already filters out any
1516 2000-05-24 Kenichi Handa <handa@etl.go.jp>
1518 * international/quail.el (quail-start-translation): Don't change
1519 modified-p of the current buffer.
1520 (quail-start-conversion): Likewise.
1522 * international/kkc.el (kkc-region): Don't change modified-p of
1525 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
1527 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
1529 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
1531 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
1532 (speedbar-insert-button): Invisible text property fix.
1533 (speedbar-directory-plus): Renamed from speedbar-directory-+
1534 (speedbar-directory-minus): Renamed from speedbar-directory--
1535 (speedbar-page-plus): Renamed from speedbar-file-+
1536 (speedbar-page-minus): Renamed from speedbar-file--
1537 (speedbar-page): Renamed from speedbar-file-
1538 (speedbar-tag): Renamed from speedbar-tag-
1539 (speedbar-tag-plus): Renamed from speedbar-tag-+
1540 (speedbar-tag-minus): Renamed from speedbar-tag--
1541 (speedbar-expand-image-button-alist): Use above renames.
1543 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
1544 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
1545 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
1546 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
1547 * sb-pg.xpm: Renamed from sb-file.xpm
1548 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
1549 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
1551 2000-05-24 Kenichi Handa <handa@etl.go.jp>
1553 * international/quail.el (quail-show-guidance-buf): Set
1554 current-input-method of the guidance buffer to the name of the
1555 curren input method.
1557 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
1559 * progmodes/compile.el (compile-internal): Style typo.
1561 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
1562 quote vars and functions in the docstring.
1564 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
1566 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
1567 Don't quote lambdas.
1569 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
1571 2000-05-23 Gerd Moellmann <gerd@gnu.org>
1573 * startup.el (command-line): Determine source file of compiled
1574 user init file differently. Warn if compiled user init file
1575 is older than its source file.
1577 * ffap.el (ffap-url-regexp): Add `https'.
1579 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
1581 * files.el (make-backup-file-name-1): Replace slashes with `!'
1582 rather than `|' (which is not allowed on Windows). Replace the
1583 drive letters with a string "drive_X".
1585 2000-05-23 Gerd Moellmann <gerd@gnu.org>
1587 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
1589 * files.el (interpreter-mode-alist): Add `bash2'.
1591 2000-05-22 Dave Love <fx@gnu.org>
1593 * loadhist.el (feature-symbols, file-provides, file-requires): Use
1595 (feature-file): Avoid calling symbol-name. Doc fix.
1596 (file-set-intersect, file-dependents): Use dolist, not mapcar.
1597 (loadhist-hook-functions): Add mouse-position-function.
1598 (unload-feature): Change uses of mapcar.
1600 * files.el (parse-colon-path): Doc fix.
1601 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
1602 (set-auto-mode): Use mapc.
1604 * complete.el (PC-look-for-include-file): Use :alnum: character
1606 (partial-completion-mode): Add autoload cookie.
1608 2000-05-22 Sam Steingold <sds@gnu.org>
1610 * info.el (Info-fontify-node): Fixed the call to
1611 `add-text-properties' (bug introduced on 2000-05-18).
1613 2000-05-22 Dave Love <fx@gnu.org>
1615 * bindings.el: Remove debug-ignored-errors set in other files.
1617 * progmodes/etags.el: Add to debug-ignored-errors.
1618 (visit-tags-table-buffer): Clear out buffers holding old tables
1619 when making a new list.
1620 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
1623 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
1625 (cmpl-string-case-type): Use character classes.
1628 * textmodes/ispell.el:
1631 * progmodes/compile.el: Add to debug-ignored-errors.
1633 * dabbrev.el: Add to debug-ignored-errors.
1634 (dabbrev-completion): Use mapc.
1636 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
1638 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
1639 (woman-mapcan, woman-parse-man.conf)
1640 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
1641 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
1642 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
1644 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
1645 (woman-manpath): Call woman-parse-man.conf.
1646 (woman-emulation): New defcustom, defaults to nroff.
1647 (woman-font-support): New defconst.
1648 (woman-use-symbol-font): New defcustom.
1649 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
1651 Many functions: Doc fix.
1653 2000-05-22 Kenichi Handa <handa@etl.go.jp>
1655 * international/quail.el (quail-simple-translation-keymap): Map
1656 128..255 to quail-self-insert-command.
1657 (quail-keyboard-layout-alist): Add definition for "pc102-de".
1659 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
1661 * help.el (help-manyarg-func-alist): Typo.
1663 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
1664 intervals which makes it heaps simpler.
1666 * newcomment.el (comment-region-internal): Go back to BEG after quoting
1667 the nested comment markers.
1669 * subr.el (remove-hook): Don't turn the hook's value into a list.
1671 2000-05-21 Dave Love <fx@gnu.org>
1673 * edmacro.el (edmacro-parse-keys): Return vector if any elements
1674 are invalid characters.
1676 * international/mule-util.el (detect-coding-with-priority): Use
1677 mapc. Remove redundant lambda.
1679 * international/mule-diag.el (list-non-iso-charset-chars)
1680 (describe-fontset): Remove redundant lambda.
1682 * emulation/crisp.el (brief-mode): New alias.
1684 * emacs-lisp/ring.el (ring-elements): New function.
1686 * emacs-lisp/easymenu.el (easy-menu-create-menu)
1687 (easy-menu-do-add-item): Use keywordp.
1689 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
1691 * replace.el: Doc and error message fixes.
1692 (replace-highlight): Use facep, not internal-find-face.
1694 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
1696 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
1698 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
1699 (log-edit-insert-changelog): Drop `:' as well.
1701 * log-view.el: Fix file description.
1702 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
1704 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
1705 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
1707 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
1708 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
1709 Print a status message if the toggle is called interactively.
1710 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
1711 for global minor modes and use `defcustom' for them.
1713 (easy-mmode-define-derived-mode): Remove.
1714 (define-derived-mode): Fancier default docstring.
1715 (easy-mmode-define-navigation): Signal an error rather than (ding).
1717 * newcomment.el (comment-styles): New `box-multi'.
1718 (comment-normalize-vars): Better default for comment-continue to
1719 avoid whitespace-only continuations.
1720 (comment-search-forward): Always move even in the no-syntax case.
1721 (comment-padright): Only obey N if it's only obeyed for padleft.
1722 (comment-make-extra-lines): Better handling of empty continuations.
1723 Use `=' for the filler if comment-start has only one character.
1724 (uncomment-region): Try handling the special `=' filler.
1725 (comment-region): Allow LINES even if MULTI is nil.
1726 (comment-box): Choose box style based on comment-style.
1728 2000-05-20 Kenichi Handa <handa@etl.go.jp>
1730 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
1731 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
1733 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
1735 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
1736 and insert, not subst-char-in-region.
1738 * international/mule-diag.el (list-character-sets-1): Handle
1739 charsets eight-bit-control and eight-bit-graphic.
1740 (list-iso-charset-chars): Likewise.
1741 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
1742 charactes as is. Use indent-to to align characters.
1744 * international/mule-cmds.el (find-multibyte-characters): Never
1745 exclude charsets eight-bit-control and eight-bit-graphic.
1747 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
1749 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
1750 Don't quote lambdas.
1752 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
1754 2000-05-19 Gerd Moellmann <gerd@gnu.org>
1756 * gud.el (gud-jdb-directories): Doc fix.
1758 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
1760 * newcomment.el: New file.
1762 2000-05-19 Gerd Moellmann <gerd@gnu.org>
1764 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
1766 2000-05-18 Andreas Schwab <schwab@suse.de>
1768 * dired.el (dired-between-files): Also skip lines beginning with
1771 2000-05-18 Gerd Moellmann <gerd@gnu.org>
1773 * msb.el (msb-menu-cond): Add choice `user'.
1775 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1777 * ps-print.el: Compatibility, customization and doc fix.
1778 (ps-printer-name-option): Replace defconst by defvar.
1779 (ps-postscript-code-directory): XEmacs compatibility.
1780 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
1782 (ps-user-defined-prologue, ps-print-prologue-header)
1783 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
1784 compatibility and code fix.
1785 (ps-print-background-image, ps-print-background-text):
1787 (ps-line-number-start, ps-n-up-on): New vars.
1789 2000-05-18 Espen Skoglund <esk@ira.uka.de>
1791 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
1792 the indent-comment function to just return the appropriate indent.
1794 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
1796 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
1797 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
1798 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
1800 2000-05-18 Dave Love <fx@gnu.org>
1802 * info.el (Info-fontify-node): Add intangible property as well as
1805 * calendar/appt.el (appt-make-list): Match all lines of entry.
1806 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
1808 2000-05-18 Kenichi Handa <handa@etl.go.jp>
1810 * international/mule-diag.el (describe-char-after): Call
1811 internal-char-font, not char-font. If internal-char-font returns
1812 nil, display "-- none --".
1814 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1816 * image.el (image-type-available-p): Don't reference image-types
1819 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
1821 * autoarg.el (autoarg-mode): Typo in the :set argument.
1823 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1825 * startup.el (command-line-1): Don't signal an error if the
1826 directory for auto-save-list files does not yet exist.
1828 2000-05-17 Kenichi Handa <handa@etl.go.jp>
1830 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
1832 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
1834 * subr.el (remove-hook): `setq' hook-value, not `set'.
1836 2000-05-16 Sam Steingold <sds@gnu.org>
1838 * info.el (debug-ignored-errors): More errors to ignore.
1840 2000-05-16 Dave Love <fx@gnu.org>
1842 * cus-edit.el: Don't require cl or easymenu.
1843 (custom-variable-prompt): Test standard-value property, not
1846 2000-05-16 Sam Steingold <sds@gnu.org>
1848 * subr.el (add-hook): `setq' hook-value, not `set'.
1850 2000-05-16 Gerd Moellmann <gerd@gnu.org>
1852 * startup.el (command-line-1): Mention the FAQ in the startup
1855 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
1857 * progmodes/compile.el (compilation-parse-errors): Collect
1858 `nomessage' regexps last.
1860 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
1862 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
1863 to the function name.
1865 2000-05-15 Dave Love <fx@gnu.org>
1867 * speedbar.el (speedbar-recenter): Typo.
1868 (speedbar-expand-line): Make arg optional.
1869 (speedbar-mode): Avoid a compiler warning.
1871 2000-05-15 Gerd Moellmann <gerd@gnu.org>
1873 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
1874 user-specified option string is empty.
1876 * mouse.el (mouse-yank-at-click): Doc fix.
1878 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
1880 * term/internal.el (IT-character-translations): More updates of
1881 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
1884 2000-05-15 Gerd Moellmann <gerd@gnu.org>
1886 * env.el (getenv): New function, interactively callable.
1887 (setenv, getenv): Remove autoload cookies.
1889 * loadup.el: Load `env'.
1891 * progmodes/f90.el: Change author's mail address.
1893 2000-05-14 Dave Love <fx@gnu.org>
1895 * mail/rmail.el (rmail-show-message-hook): Customize and offer
1896 goto-addr as an option.
1898 * help.el (help-xref-stack): Doc fix.
1899 (help-xref-following): New variable.
1900 (help-make-xrefs): Use it.
1901 (help-xref-go-back): Use position information from stack element.
1902 (help-follow): Make position in stack element a pair. Use
1903 help-xref-following.
1905 * autoarg.el: New file.
1907 * faces.el: Declare more functions obsolete.
1909 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
1910 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
1911 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
1912 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
1913 Remove all the setup-...-environment functions.
1915 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
1917 * speedbar.el: Updated the commentary section. xemacs20p now uses
1918 >= when detecting. Require `defimage' safely.
1919 (speedbar-easymenu-definition-base): Add toggle for images.
1920 (speedbar-easymenu-definition-special): Add flush cache & expand.
1921 (speedbar-visiting-tag-hook): Set new defaults. Added options.
1922 (speedbar-reconfigure-keymaps-hook): New variable.
1923 (speedbar-frame-parameters): Updated documentation.
1924 (speedbar-use-imenu-flag): Updated custom tag
1925 (speedbar-dynamic-tags-function-list): New variable.
1926 (speedbar-tag-hierarchy-method): Updated doc & custom.
1927 (speedbar-indentation-width, speedbar-indentation-width) New
1929 (speedbar-hide-button-brackets-flag): Customizable.
1930 (speedbar-vc-indicator): Doc update.
1931 (speedbar-ignored-path-expressions): Updated default value.
1932 (speedbar-supported-extension-expressions): Updated default value.
1933 (speedbar-syntax-table): Remove {} paren status.
1934 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
1935 as "+". Added overlay aliases.
1936 (speedbar-mode): Use `speedbar-mode-line-update' instead of
1937 `force-mode-line-update'.
1938 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
1939 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
1941 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
1942 (speedbar-item-info-tag-helper): Revamped to handle a wider range
1943 of arbitrary text, and new helper functions.
1944 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
1946 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
1947 (speedbar-directory-buttons): Update path search/expansion.
1948 (speedbar-make-tag-line): Pay attention to
1949 `speedbar-indentation-width'. Use more care w/ invisible
1951 (speedbar-change-expand-button-char): Call
1952 `speedbar-insert-image-button-maybe'.
1953 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
1954 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
1955 (speedbar-trim-words-tag-hierarchy)
1956 (speedbar-simple-group-tag-hierarchy): New functions
1957 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
1958 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
1960 (speedbar-mouse-set-point): New function
1961 (speedbar-power-click): Updated documentation.
1962 (speedbar-line-token, speedbar-goto-this-file): Handle more types
1964 (speedbar-expand-line, speedbar-contract-line): Make more robust
1966 (speedbar-expand-line): Takes universal argument to flush the
1968 (speedbar-flush-expand-line): New function.
1969 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
1970 Use new generator insertion method.
1971 (speedbar-fetch-dynamic-tags): New function.
1972 (speedbar-fetch-dynamic-imenu): Removed code now handled in
1973 `speedbar-fetch-dynamic-imenu'.
1974 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
1975 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
1976 "Revert Buffer" menu items.
1977 (speedbar-buffer-buttons-engine): Be smarter when creating a
1978 filename tag (for expansion purposes.).
1979 (speedbar-highlight-one-tag-line,
1980 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
1981 (speedbar-recenter): New functions.
1982 (defimage-speedbar): Image loading abstraction.
1983 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
1984 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
1985 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
1986 (speedbar-tag-type, speedbar-tag-mail): New images.
1987 (speedbar-expand-image-button-alist): New variable.
1988 (speedbar-insert-image-button-maybe): Insert an image over some
1991 2000-05-13 Kenichi Handa <handa@etl.go.jp>
1993 * international/mule-cmds.el (encode-coding-char): An ASCII
1994 character is always encodable.
1996 * international/mule-conf.el: Add more information in descriptions
1999 * international/mule-diag.el (describe-char-after): New function.
2000 (describe-font-internal): Adjusted for the change of font-info.
2001 (describe-font): Likewise.
2002 (print-fontset): Rewritten for the new fontset implementation.
2003 (describe-fontset): Include fontset alias names in completion.
2004 (list-fontsets): Adjusted for the change of print-fontset.
2006 * simple.el (what-cursor-position): If DETAIL is non-nil, call
2007 describe-char-after instead of displaying the detail in the echo
2009 (syntax-code-table): Format changed.
2010 (string-to-syntax): Adjusted for the above change.
2012 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
2014 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
2016 2000-05-12 Dave Love <fx@gnu.org>
2018 * calendar/todo-mode.el: Remove some compatibility stuff and CL
2019 dependence. Use line-{beginning,end}-position, not
2020 point-at{b,e}ol. Some doc fixes.
2021 (todo-position): New function. Fix callers of position to use it.
2022 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
2024 2000-05-12 Gerd Moellmann <gerd@gnu.org>
2026 * time.el (display-time-mail-icon): Use `:ascent center'.
2028 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
2029 handling FTP security extensions.
2031 2000-05-11 Dave Love <fx@gnu.org>
2033 * calendar/todo-mode.el: New file.
2035 2000-05-11 Gerd Moellmann <gerd@gnu.org>
2037 * comint.el (comint-read-input-ring): Move reference to
2038 comint-input-ring-size outside of the save-excursion. It was
2039 causing the default value to be the only one ever seen.
2041 * font-lock.el: Update copyright. Remove Simon Marshall's email
2042 address on request from him.
2044 * subr.el (substitute-key-definition): Add comment describing
2045 the meaning of PREFIX.
2047 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
2049 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
2051 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
2052 (add-minor-mode): Don't make the variable buffer-local and add a
2053 reference to define-minor-mode in the docstring.
2055 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
2056 HEADER/FOOTER and fix bug with trailing empty directory.
2057 (cvs-append-to-ignore): Use vc-editable-p if available.
2058 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
2059 (vc-do-command): Tweak advice to handle the new VC.
2061 * log-view.el (log-view-goto-rev): New function for the new VC.
2062 (log-view-minor-wrap): Use mark-active.
2064 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
2065 (log-edit-changelog-full-paragraphs): New var.
2066 (log-edit-insert-changelog): Remove a lonely leading `* file'.
2067 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
2068 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
2069 (log-edit-changelog-ours-p, log-edit-changelog-entries)
2070 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
2071 Replace the `cvs' prefix with `log-edit'.
2073 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
2075 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
2076 (diff-font-lock-defaults): Explicitly turn off multiline.
2077 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
2078 (diff-ediff-patch): Fix call to ediff-patch-file.
2079 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
2082 * frame.el (automatic-hscrolling): Typo.
2084 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
2086 2000-05-09 Sam Steingold <sds@goems.com>
2088 * apropos.el (apropos-print): use `describe-face' instead of
2089 `customize-face-other-window'.
2091 2000-05-09 Dave Love <fx@gnu.org>
2093 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
2095 * help.el (describe-variable): Have customize button pop the
2096 help-xref stack when invoked.
2097 (help-xref-symbol-regexp): Add `face'.
2098 (help-make-xrefs): Check for quoted face names and adapt regexp
2099 submatch numbers to cope.
2100 (help-xref-interned): Maybe insert face doc too. Separate
2101 sections with a line of hyphens.
2103 * faces.el: Some doc fixes. Declare some functions obsolete.
2104 (describe-face): Add customize button. Return the help
2107 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2109 * term/internal.el (IT-character-translations): Fix last change.
2111 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2113 * woman.el: New file
2114 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
2116 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2118 * term/internal.el (IT-character-translations): Update ASCII
2119 simulations for greek-iso8859-7, add latin-iso8859-14 and
2122 * international/mule-cmds.el (set-language-info-alist): Call
2123 define-prefix-command with 3 arguments, to make the map suitable
2126 2000-05-07 Dave Love <fx@gnu.org>
2128 * time.el: Small doc fixes from Pavel JanÃk ml..
2130 2000-05-05 Dave Love <fx@gnu.org>
2132 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
2133 list in doc string. Don't quote keyword symbols.
2134 * emacs-lisp/cl.el: Likewise
2135 * emacs-lisp/cl-seq.el: Likewise
2137 2000-05-05 Gerd Moellmann <gerd@gnu.org>
2139 * abbrev.el (abbrev-mode): Make ARG optional.
2141 2000-05-04 Gerd Moellmann <gerd@gnu.org>
2143 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
2145 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
2147 * subr.el (substitute-key-definition): Clarify documentation.
2149 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
2151 * glasses.el (glasses-convert-to-unreadable): Use
2152 `glasses-separator' instead of the hard-wired "_".
2153 (glasses-mode): Call `glasses-make-unreadable' only in a single
2156 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
2158 * term/internal.el (cjk-codepages-alist): Add associations for
2159 Chinese and Korean codepages. Remove FIXME comment.
2161 2000-05-03 Dave Love <fx@gnu.org>
2163 * time.el (display-time-mail-face, display-time-use-mail-icon):
2165 (display-time-mail-icon): New variable.
2166 (display-time-string-forms): Use the above. Fix the local-map.
2168 2000-05-03 Gerd Moellmann <gerd@gnu.org>
2170 * replace.el (query-replace-map): Add binding for `E'.
2171 (query-replace-help): Extend help text.
2172 (perform-replace): Allow editing the replacement string.
2174 * make-mode.el (makefile-mode-abbrev-table): New variable.
2175 (makefile-mode): Set local abbrev table to
2176 makefile-mode-abbrev-table.
2177 (makefile-font-lock-keywords): Fontify includes and conditionals.
2179 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
2182 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
2183 mail-interactive-insert-alias.
2184 (mail-abbrev-complete-alias): New command.
2185 (mail-mode-map): Bind it to `M-TAB'.
2187 2000-05-03 Kenichi Handa <handa@etl.go.jp>
2189 * language/lao-util.el (lao-compose-region): New function.
2191 2000-05-02 Gerd Moellmann <gerd@gnu.org>
2193 * files.el (recover-session): Make directories as necessary
2194 if they don't exist yet.
2196 * calendar/cal-french.el
2197 (french-calendar-multibyte-special-days-array)
2198 (french-calendar-special-days-array): Change French text.
2199 (calendar-french-date-string): Change output.
2200 (calendar-goto-french-date): Likewise.
2202 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
2204 * wid-edit.el (widget-default-active): Obey `:always-active'.
2205 (widget-documentation-string-value-create): Set `:always-active'.
2207 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
2209 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
2210 default prefix to `~/_emacs.d/auto-save.list/_s'.
2211 (normal-top-level): Create the directory for auto-save files, if
2212 it doesn't already exist (in the ms-dos case only).
2214 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
2216 * international/mule-cmds.el (set-language-environment): Don't
2217 concat an integer (dos-codepage), use format instead.
2219 2000-05-02 Dave Love <fx@gnu.org>
2221 * help.el (help-xref-on-pp): Check for constant symbols.
2223 2000-04-29 Gerd Moellmann <gerd@gnu.org>
2225 * startup.el (normal-top-level): Put a condition-case around
2226 the code loading subdirs.el.
2228 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2230 * ps-print.el: Upside-down and face background color printing,
2231 line number step, doc fix.
2232 (ps-print-version): New version number (5.2).
2233 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
2234 (ps-face-attribute-list, ps-plot-with-face): Code fix.
2235 (ps-spool-config): Var fix.
2236 (ps-printer-name-option): Const fix.
2237 (ps-print-upside-down, ps-use-face-background)
2238 (ps-line-number-step): New vars.
2239 (ps-window-system, ps-lp-system): New consts.
2240 (ps-face-background): New fun.
2242 2000-04-28 Richard Stallman <rms@gnu.org>
2244 * files.el (make-auto-save-file-name):
2245 Apply auto-save-file-name-transforms to visited file name
2246 before generating auto save file name.
2247 (auto-save-file-name-transforms): New variable.
2249 * files.el (backup-enable-predicate):
2250 Correctly test for a file under a temporary directory.
2252 2000-04-28 Gerd Moellmann <gerd@gnu.org>
2254 * subr.el (add-minor-mode): Rewritten.
2256 2000-04-28 Kenichi Handa <handa@etl.go.jp>
2258 * mail/sendmail.el (sendmail-send-it): Set
2259 buffer-file-coding-system to the selected coding system for MIME
2262 2000-04-27 Gerd Moellmann <gerd@gnu.org>
2264 * dired.el (dired-move-to-filename-regexp): Allow format where
2265 YYYY is followed by two spaces.
2267 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
2268 in the second character class of the regexp.
2270 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
2273 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
2276 * subr.el (add-minor-mode): Use `set' instead of `setq'.
2278 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
2281 2000-04-27 Sen Nagata <sen@eccosys.com>
2283 * emacs-lisp/crm.el (crm-completion-table): New variable.
2284 (crm-collection-fn, crm-test-completion)
2285 (completing-read-multiple): Use it.
2287 2000-04-27 Dave Love <fx@gnu.org>
2289 * help.el (locate-library): Use mapc.
2290 (help-manyarg-func-alist): Add call-process-region.
2292 2000-04-26 Gerd Moellmann <gerd@gnu.org>
2294 * subr.el (add-minor-mode): Make argument MAP optional.
2296 * desktop.el (desktop-save): Save list of minor modes.
2297 (desktop-create-buffer): Restore minor modes.
2298 (desktop-minor-mode-table): New user-option.
2300 * subr.el (add-minor-mode): New function.
2302 * image.el (find-image): New function.
2303 (defimage): Rewritten to find image at load time.
2305 * startup.el (normal-top-level-add-to-load-path): Handle
2306 case that the default directory is not in load-path.
2308 * help.el: Old patch from Stefan Monnier.
2309 (help-xref-on-pp): New function.
2310 (describe-variable): Use it to display xrefs in a symbol's value.
2312 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
2314 * cus-edit.el (custom-face): Fix parenthesis.
2316 2000-04-26 Kenichi Handa <handa@etl.go.jp>
2318 * mail/rmail.el (rmail-expunge): When there are no deleted
2319 messages, do nothing.
2321 2000-04-26 Dave Love <fx@gnu.org>
2323 * international/mule-cmds.el (locale-translation-file-name):
2325 (set-locale-environment): Set it here (at runtime).
2327 2000-04-25 Gerd Moellmann <gerd@gnu.org>
2329 * replace.el (perform-replace): Add parameters START and END. Use
2330 them instead of the check for a region in Transient Mark mode.
2331 (query-replace-read-args): Return two more list elements for the
2332 start and end of the region in Transient Mark mode.
2333 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2334 (map-query-replace-regexp, replace-string, replace-regexp): Add
2335 optional last arguments START and END and pass them to
2338 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
2339 form with additional arguments for perform-replace.
2341 * progmodes/etags.el (tags-query-replace): Add parameters START
2342 and END. Construct a form with additional arguments for
2345 * simple.el (shell-command): Set default directory for "*Shell
2346 Command Output" buffer.
2348 * language/european.el (iso-latin-4): Fix typo.
2350 * emacs-lisp/crm.el: New file.
2352 2000-04-24 Dave Love <fx@gnu.org>
2354 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2355 (Custom-reset-saved, Custom-reset-standard)
2356 (custom-group-value-create, custom-group-set, custom-group-save)
2357 (custom-group-reset-current, custom-group-reset-saved)
2358 (custom-group-reset-standard): Use mapc.
2359 (custom-buffer-create-internal): Disable undo when creating items.
2361 (custom-face): Avoid redundant lambda.
2363 2000-04-24 Gerd Moellmann <gerd@gnu.org>
2365 * startup.el (auto-save-list-file-prefix): Set default to
2366 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
2368 2000-04-24 Sam Steingold <sds@gnu.org>
2370 * time-stamp.el (time-stamp-string-preprocess): Always convert
2371 `field-result' to a string.
2373 2000-04-24 Gerd Moellmann <gerd@gnu.org>
2375 * frame.el (scrolling): New group.
2376 (automatic-hscrolling): New user-option.
2378 * startup.el (command-line-x-option-alist): Add `-lsp' and
2381 2000-04-19 Dave Love <fx@gnu.org>
2383 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
2384 (cl-mapc): Rename from mapc. Fix the funcall.
2386 2000-04-19 Gerd Moellmann <gerd@gnu.org>
2388 * simple.el (clone-indirect-buffer-other-window): New command.
2389 (clone-indirect-buffer): Add optional arg NORECROD.
2390 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
2392 * help.el (resize-temp-buffer-window): Use count-screen-lines.
2394 * window.el (count-screen-lines): New function.
2395 (shrink-window-if-larger-than-buffer): Use count-screen-lines
2396 instead of window-buffer-height.
2398 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
2399 non-existing variable comint-input-sentinel.
2400 (inferior-lisp-args-to-list): Removed.
2401 (inferior-lisp): Use split-string instead of
2402 inferior-lisp-args-to-list.
2404 * hexl.el (hexl-insert-hex-string): New command.
2406 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
2409 2000-04-18 Gerd Moellmann <gerd@gnu.org>
2411 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
2412 at the start of an existing but empty folder.
2414 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2416 * ps-mule.el: Customization fix, doc fix.
2417 (ps-multibyte-buffer): Customization fix.
2419 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2421 * subr.el (read-passwd): Use read-char-exclusive.
2423 2000-04-17 Gerd Moellmann <gerd@gnu.org>
2425 * textmodes/texinfo.el (texinfo-insert-@email)
2426 (texinfo-insert-@emph, texinfo-insert-@quotation)
2427 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
2428 (texinfo-mode-map): Add key bindings for them.
2430 * files.el (basic-save-buffer-2): Use a template with `$'
2431 instead of `#' for VMS.
2433 * simple.el (clone-indirect-buffer): New function.
2435 2000-04-16 Stephen Eglen <stephen@gnu.org>
2437 * iswitchb.el (iswitchb-case): New function. If the user input
2438 contains any upper-case characters, the search is made
2441 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
2443 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
2445 (texinfo-font-lock-syntactic-keywords): New var.
2446 (texinfo-font-lock-keywords): Remove comment regexp.
2447 (texinfo-insert-block): New function.
2448 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
2449 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
2450 and font-lock-defaults. Use regexp-opt for outline-regexp.
2451 (texinfo-environments): New var.
2452 (texinfo-environment-regexp): Use regexp-opt and
2453 texinfo-environments.
2455 * textmodes/ispell.el (ispell-menu-map-needed): Check that
2456 ispell-process is bound since this might be eval'd before ispell
2458 (ispell-message): Use a tiny bit less magic and a bit more hard
2459 data to figure out what kind of sc-cite-regexp to use.
2461 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
2463 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
2464 (insert-cyclic-diary-entry): Unquote the lambda.
2466 * gud.el (gud-jdb-build-source-files-list): Fix typo.
2468 * files.el (backup-enable-predicate): Unquote the lambda.
2470 * cus-edit.el (custom-face, face): Unquote the lambda.
2472 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2474 * ps-print.el: Check for line-beginning-position definition.
2476 * ps-print.el: Fix counting lines in a region.
2477 (ps-print-version): New version number (5.1.5).
2478 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
2479 (ps-printing-region): Fun code fix.
2481 2000-04-15 Gerd Moellmann <gerd@gnu.org>
2483 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
2484 to file-directory-p.
2486 2000-04-14 Gerd Moellmann <gerd@gnu.org>
2488 * gud.el (gud-jdb-build-source-files-list): Check that directory
2489 exists before calling directory-files.
2491 2000-04-13 Dave Love <fx@gnu.org>
2493 * emacs-lisp/trace.el: Change maintainer. Use new backquote
2496 * emacs-lisp/cl-specs.el: Remove when, unless.
2498 * emacs-lisp/cl-extra.el: Don't quote keywords.
2499 (cl-old-mapc): New variable.
2501 (cl-map-intervals): Use with-current-buffer. Don't check for
2502 next-property-change.
2503 (cl-map-overlays): Use with-current-buffer.
2505 (copy-tree, remprop): Define unconditionally.
2507 * emacs-lisp/cl-compat.el (keywordp): Remove.
2509 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
2511 (edebug-spec): Enable keywordp.
2513 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
2516 * cus-start.el: Use keywordp.
2518 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2520 * diary-lib.el (include-other-diary-files): Fix the fix of
2521 2000-02-18 by doing a save-excursion.
2523 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2525 * ps-print.el: Customization fix, doc fix.
2526 (ps-print-version): New version number (5.1.4).
2527 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
2528 (ps-print-preprint): Adjust code.
2529 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
2530 (ps-print-prologue-header, ps-print-control-characters)
2531 (ps-spool-config): Customization fix.
2533 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2535 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
2536 converted to the new menu-item format, names silightly changed,
2539 Support for spelling without async subprocesses:
2541 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
2542 (ispell-session-buffer): New variables.
2543 (ispell-start-process, ispell-process-status,
2544 ispell-accept-output, ispell-send-string): New functions, for
2545 Ispell invocation when async subprocesses aren't supported.
2546 (ispell-word, ispell-pdict-save, ispell-command-loop,
2547 ispell-process-line, ispell-buffer-local-parsing): Replace calls
2548 to process-send-string with calls to ispell-send-string, and
2549 accept-process-output with ispell-accept-output.
2550 (ispell-init-process): Call ispell-process-status instead of
2551 process-status with.
2552 (ispell-init-process): Call ispell-start-process. Call
2553 ispell-accept-output and ispell-send-string. Don't call
2554 process-kill-without-query and kill-process if they are unbound.
2555 (ispell-async-processp): New function.
2557 2000-04-12 Dave Love <fx@gnu.org>
2559 * info.el: Add debug-ignored-errors.
2560 (Info-mode-menu): Add some items.
2561 (Info-directory): Add autoload cookie.
2563 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
2564 Modify `truncate-lines'. Make `describe-language-environment'
2565 always visible and add help. Modify `describe-key' help. Invoke
2566 Info-directory from `info'. New entry `emacs-manual'.
2568 2000-04-10 Gerd Moellmann <gerd@gnu.org>
2570 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
2571 propertized-buffer-identification.
2572 (ebrowse-update-member-buffer-mode-line): Likewise.
2573 (ebrowse--mode-strings): Removed.
2574 (ebrowse--mode-line-props): Removed.
2576 * files.el (auto-mode-alist): Add `EBROWSE'.
2578 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
2579 space before testing for end of buffer.
2580 (ebrowse-load): Removed.
2581 (ebrowse-revert-tree-buffer-from-file): Rewritten.
2582 (ebrowse-create-tree-buffer): Rewritten.
2583 (ebrowse-tree-mode): Read tree from buffer.
2585 * progmodes/ebrowse-ffh.el: Removed.
2587 2000-04-10 Kenichi Handa <handa@etl.go.jp>
2589 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
2591 2000-04-10 Gerd Moellmann <gerd@gnu.org>
2593 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
2596 2000-04-09 Dave Love <fx@gnu.org>
2598 * files.el (backup-enable-predicate): Use
2599 temporary-file-directory, small-temporary-file-directory.
2600 (make-backup-file-name-function, backup-directory-alist): New
2602 (make-backup-file-name-1): New function.
2603 (make-backup-file-name): Use it.
2604 (find-backup-file-name): Likewise. Use format for clarity, not
2606 (file-newest-backup): Use make-backup-file-name.
2608 2000-04-09 Gerd Moellmann <gerd@gnu.org>
2610 * progmodes/ebrowse-ffh.el: New file.
2612 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
2614 (ebrowse-load): Add autoload.
2616 * finder.el (finder-commentary): Add autoload cookie.
2618 * mail/rfc2368.el: Correct author's email address.
2620 * progmodes/ebrowse.el: New file.
2622 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
2624 (easy-menu-do-add-item): Ditto.
2625 (easy-menu-define): Extend doc string.
2627 * jit-lock.el (with-buffer-unmodified): Use
2628 restore-buffer-modified-p.
2629 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
2630 (jit-lock-function, jit-lock-stealth-fontify): Don't use
2631 with-buffer-unmodified.
2633 2000-04-08 Dave Love <fx@gnu.org>
2635 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
2638 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
2640 * viper-util.el (viper-put-on-search-overlay): New subroutine.
2641 (viper-flash-search-pattern): No operation when using Emacs
2642 doesn't support face.
2643 Use `viper-put-on-search-overlay'.
2645 2000-04-04 Gerd Moellmann <gerd@gnu.org>
2647 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
2650 * progmodes/make-mode.el: Some doc fixes.
2651 (makefile-mode-abbrev-table): New variable.
2652 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
2653 (makefile-font-lock-keywords): Fontify includes and conditionals.
2654 (toplevel): Require `dabbrev' and `add-log' when compiling.
2656 * replace.el (perform-replace): Don't move forward one char
2657 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
2658 to do that because it leaves point 1 position after the last
2659 replacement, after everything has been replaced.
2661 * jit-lock.el (with-buffer-unmodified): New macro.
2662 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
2664 (jit-lock-function-1): Extracted from jit-lock-function; not
2665 preserving buffer's modified state.
2666 (jit-lock-function, jit-lock-stealth-fontify): Call
2667 jit-lock-function-1.
2669 * mail/rfc2368.el: Remove supernumerary copyright line.
2671 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
2673 * glasses.el: Provide facilities for inserting space before left
2674 parentheses and uncapitalization of identifiers.
2675 (glasses-mode): Try to remove old overlays in all cases.
2677 2000-04-03 Gerd Moellmann <gerd@gnu.org>
2679 * progmodes/compile.el (compile-internal): Display the compilation
2680 buffer in a different frame, if it's already displayed there.
2682 * mail/rfc2368.el: New file.
2684 * simple.el (sendmail-user-agent-compose): Recognize a `body'
2685 header and insert its value as mail body.
2687 * subr.el (member-ignore-case): New function.
2689 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
2690 (dabbrev--find-expansion): Ignore buffers matching a regexp
2691 from dabbrev-ignored-regexps.
2693 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
2694 to extensions handled by gzip.
2696 2000-04-03 Richard M. Stallman <rms@gnu.org>
2698 * files.el (insert-directory): List the total free space
2699 along with the used space.
2701 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
2702 line is followed by one that matches CITATION-REGEXP, end the
2705 2000-04-03 Markus Rost <rost@delysid.gnu.org>
2707 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
2708 (rmail-make-basic-summary-line): Use that option.
2710 2000-04-03 Kenichi Handa <handa@etl.go.jp>
2712 * international/mule-cmds.el (encoded-string-description):
2713 Rewritten. Try pretty description for ISO 2022 escape sequences
2714 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
2715 for hexadecimal format.
2717 2000-04-01 Dave Love <fx@gnu.org>
2719 * cpp.el: Change customization group to `c' from `C'.
2721 * vcursor.el (vcursor-move): Use display-color-p.
2723 * international/mule-util.el: Provide mule-utils.
2724 (string-to-sequence): Simplify and speed up.
2726 * international/mule.el (make-coding-system): Purecopy doc-string.
2728 * international/mule-cmds.el: Various menu changes.
2729 (describe-specified-language-support): Handle `Default'.
2730 (set-language-info): Purecopy `info'.
2732 2000-03-31 Andrew Innes <andrewi@gnu.org>
2734 * vc.el (vc-backend-diff): Return the correct status if we had to
2735 retry the rcsdiff command without the --brief option.
2737 2000-03-31 Dave Love <fx@gnu.org>
2739 * help.el (help-manyarg-func-alist): Correct several omissions.
2741 * add-log.el: Don't require cl, fortran.
2742 (add-log-current-defun-function): Doc fix.
2743 (change-log-version-number-regexp-list): Remove SCCS part. Doc
2745 (change-log-version-rcs): Function deleted.
2746 (change-log-version-number-search): Doc fix. Use
2747 vc-workfile-version. Avoid CL dolist.
2748 (add-change-log-entry): Just call add-log-current-defun to get
2749 defun. Simplify somewhat.
2750 (change-log-get-method-definition-1): Likewise.
2751 (add-log-current-defun): Return nil if calling
2752 add-log-current-defun-function does so. Move Fortran stuff to
2753 fortran.el. Return string without properties.
2755 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
2756 and :alpha: char classes.
2758 * mail/supercite.el: Defvar curline when compiling.
2759 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
2760 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
2761 rather than a-zA-Z0-9 to allow non-ASCII characters.
2763 2000-03-31 Gerd Moellmann <gerd@gnu.org>
2765 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
2767 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2770 * lpr.el (print-region-1): Use -d to specify printer name for
2771 systems `usg-unix-v*, `dgux', `hpux', `irix'.
2773 2000-03-31 Dave Love <fx@gnu.org>
2775 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
2776 for function definition in symbol's function value slot first
2777 instead of first consulting byte-compile-function-environment.
2779 2000-03-31 Kenichi Handa <handa@etl.go.jp>
2781 * language/european.el ("Polish"): New language environment.
2782 (setup-polish-environment): New function.
2784 2000-03-30 Gerd Moellmann <gerd@gnu.org>
2786 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2789 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
2790 trying to `load' the symbol of an autoload instead of the file
2791 recorded in the autoload. Fix error messages.
2793 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2795 * ps-print.el: PostScript programming fix for ghostview, doc fix.
2796 (ps-print-version): New version number (5.1.3).
2797 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
2798 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
2799 (ps-generate-postscript-with-faces): Code fix.
2800 (ps-color-values): XEmacs compatibility.
2801 (ps-print-background-image, ps-print-background-text, ps-printer-name)
2802 (ps-default-fg, ps-default-bg): Adjust customization.
2803 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
2804 (ps-color-scale): Renaming old ps-color-value fun.
2805 (ps-print-headers): Replace ps-print-header group to avoid conflict
2806 with ps-print-header variable.
2807 (ps-print-miscellany): New group.
2808 (ps-format-color, ps-rgb-color): New funs.
2809 (ps-default-foreground): New var.
2810 (ps-printer-name-option): New const.
2812 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
2815 (network-connection-host, network-connection-service): New variables
2816 (network-connection-mode): New mode, derived from comint-mode
2817 (network-connection-mode-setup): New function, saves host and
2818 service information in local variables.
2821 (locate-word-at-point): Added this function
2822 (locate): Default to using locate-word-at-point as input
2825 2000-03-29 Dave Love <fx@gnu.org>
2827 * calendar/appt.el: Doc fixes.
2828 (appt-check): Convert min-to-app to a string before passing to
2829 appt-disp-window-function or concat.
2830 (appt-delete-window): Remove test for frame-root-window.
2831 (appt-select-lowest-window, appt-convert-time): Simplify.
2833 * emacs-lisp/bytecomp.el: Doc fixes.
2834 (byte-compile-file-form-autoload): Update
2835 byte-compile-function-environment.
2837 2000-03-29 Andreas Schwab <schwab@suse.de>
2839 * emacs-lisp/autoload.el: Also print defsubst doc string
2842 * dired.el (dired-insert-directory): If dired-free-space-program
2843 failed just delete its output.
2845 2000-03-29 Dave Love <fx@gnu.org>
2847 * international/iso-cvt.el: Move provide to end. Doc fixes.
2848 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
2849 (iso-iso2sgml, iso-sgml2iso): New functions.
2850 (iso-cvt-define-menu): Fix some entries and use backquote for
2853 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
2855 2000-03-28 Gerd Moellmann <gerd@gnu.org>
2857 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
2858 ISO-DATE. If non-nil, return date in ISO 8601 format.
2860 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
2862 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
2863 if it ever becomes used.
2864 (log-edit-mode-hook): Default to vc-log-mode-hook.
2865 (log-edit-mode): Fix the docstring.
2867 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
2870 2000-03-26 Dave Love <fx@gnu.org>
2872 * net/browse-url.el (browse-url): Re-fix case of
2873 browse-url-browser-function being an alist.
2874 (browse-url): Add :link to defgroup.
2876 * files.el: Doc fixes.
2877 (file-truename): Include `[' in wildcard characters.
2878 (automount-dir-prefix): Customize.
2879 (find-file-wildcards): Add :version.
2880 (find-file-noselect): Simplify a mapcar call.
2882 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
2883 compatible with inf-lisp version.
2884 (eval-defun-1): Fix custom-declare-variable case.
2886 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
2888 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
2890 2000-03-24 Gerd Moellmann <gerd@gnu.org>
2892 * Makefile (COMPILE_FIRST): New macro.
2893 (compile-files): Compile files from COMPILE_FIRST first.
2895 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
2898 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
2899 matching open parenthesis in column 0 to defun-prompt-regexp
2900 only if open-paren-in-column-0-is-defun-start is set.
2902 * sun-curs.el: Require CL at compile-time only.
2904 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
2905 instead of copy-list which is a function from CL.
2906 (msb--choose-menu, msb--mode-menu-cond)
2907 (msb--create-buffer-menu-2): Use dolist instead of mapc.
2908 (msb--init-file-alist): Use mapcar instead of mapcan.
2909 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
2910 `(' in column 0 in doc string.
2911 (msb--add-separators): Use mapcar instead of mapcan.
2913 * cus-dep.el: Require CL at compile-time only.
2915 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
2917 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2918 (byte-compile-warnings): New warning `noruntime'.
2919 (byte-compile-constants, byte-compile-variables): Fix docstring.
2920 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
2921 execute `eval-whenc-compile's body.
2922 (byte-compile-unresolved-functions): Fix docstring.
2923 (byte-compile-eval): New function.
2924 (byte-compile-callargs-warn): Check if the function will be available
2925 at runtime (via property `byte-compile-noruntime').
2926 (byte-compile-print-syms): New function.
2927 (byte-compile-warn-about-unresolved-functions): Also warn about
2928 `noruntime' functions (and use `byte-compile-print-syms').
2929 (byte-compile-file): Capitalize the message.
2931 2000-03-24 Gerd Moellmann <gerd@gnu.org>
2933 * mail/rmail.el (rmail-confirm-expunge): New user-option.
2934 (rmail-expunge): Ask for confirmation depending on the setting
2935 of rmail-confirm-expunge.
2937 2000-03-23 Gerd Moellmann <gerd@gnu.org>
2939 * Makefile (bootstrap-clean): If $(emacs) exists, build
2940 loaddefs.el first. A loaddefs.el that's not up-to-date might
2941 cause a bootstrap failure because things don't autoload as
2944 2000-03-23 Dave Love <fx@gnu.org>
2946 * net/browse-url.el: Restore previous use of
2947 browse-url-maybe-new-window.
2949 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2951 * ps-print.el: Skip banner page fix.
2952 (ps-print-version): New version number (5.1.2).
2953 (ps-begin-file, ps-end-file, ps-generate): Code fix.
2955 2000-03-23 Dave Pearson <davep@davep.org>
2957 * net/quickurl.el Changed the type of parameter passed to the
2958 function defined by `quickurl-format-function'. Before only the
2959 text of the URL was passed. Now the whole URL structure is passed
2960 and the function is responsible for extracting the parts it
2961 requires. Changed the default of `quickurl-format-function'
2963 (quickurl-insert): Changed the `funcall' of
2964 `quickurl-format-function' to match the above change.
2965 (quickurl-list-insert): Changed the `url' case so that it makes
2966 use of `quickurl-format-function', previous to this the format was
2969 2000-03-22 Gerd Moellmann <gerd@gnu.org>
2971 * startup.el: Change some spellings for the X Window System.
2973 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
2975 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
2976 up the code and the regexp and make sure the cursor is temporarily
2977 moved to the suspicious line while querying the user.
2979 2000-03-22 Jason Rumney <jasonr@gnu.org>
2981 * w32-fns.el (w32-charset-info-alist): Initialize.
2983 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2985 * ps-print.el: N-up last page fix.
2986 (ps-print-version): New version number (5.1.1).
2987 (ps-end-file, ps-end-job, ps-generate): Code fix.
2989 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
2991 * files.el (find-file-run-dired): Update docstring.
2992 (find-directory-functions): New hook.
2993 (find-file-noselect): Run find-directory-functions rather than
2994 calling dired directly.
2996 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
2998 * pcvs.el: Add a minimal leading commentary.
2999 (cvs-make-cvs-buffer): Change the header part by removing the startup
3000 message and adding a `Module' entry. Also replace the FOOTER and
3001 HEADER special fileinfos with the new support in ewoc for updating
3002 its own footer and header.
3003 (cvs-update-header): Update to use the header/footer of the ewoc.
3004 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
3005 (cvs-is-within-p): New function.
3006 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
3007 to only examine some subset of the buffers.
3009 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
3010 `format' instead of our own ad-hoc functions.
3011 Remove HEADER and FOOTER cases, now handled in the EWOC.
3012 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
3014 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
3015 output to avoid scaring the user.
3016 (cvs-parse-table): Catch message for non-up-to-date commits.
3018 * pcvs-defs.el (cvs-startup-message): Remove.
3019 (cvs-global-menu): New autoloaded menu.
3021 * pcvs-util.el (cvs-string-fill): Remove.
3023 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
3024 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
3025 PP part of it and also make it work for footers and headers.
3026 (ewoc-create): Drop POS and BUFFER arguments.
3027 Use the DLL's dummy node to store the end-of-footer position.
3028 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
3029 (ewoc-refresh): Remove unused `header' variable.
3030 (ewoc-(get|set)-hf): New functions.
3032 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
3033 log-view-*-(message|file) and use easy-mmode-define-navigation.
3034 (log-view-message-re): Match SCCS format as well.
3035 And match the revision line rather than the dashed separator line.
3036 (log-view-mode): Use the new define-derived-mode.
3037 (log-view-current-tag): Fill in with an actual implementation.
3039 * cvs-status.el (cvs-status-(prev|next)): Rename from
3040 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
3041 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
3042 to let the output "breathe" a little more (more readable).
3043 (cvs-status-mode): Use the new define-derived-mode.
3045 * smerge-mode.el (smerge-auto-leave): New function and variable.
3046 (smerge-basic-map): Rename from smerge-basic-keymap.
3047 Change the bindings for smerge-diff-*.
3048 (smerge-*-map): Use easy-mmode-defmap.
3049 (smerge-(next|prev)): Use easy-mmode-define-navigation.
3050 (smerge-keep-*): Use smerge-auto-leave.
3052 2000-03-21 Jason Rumney <jasonr@gnu.org>
3054 * cus-edit.el (custom-button-face): Use 3D look for w32.
3055 (custom-button-pressed-face): Likewise.
3057 2000-03-21 Gerd Moellmann <gerd@gnu.org>
3059 * progmodes/etags.el (tags-case-fold-search): New user-option.
3060 (tags-loop-eval): New function. Bind case-fold-search around eval
3061 depending on the value of tags-case-fold-search.
3062 (tags-loop-continue): Use tags-loop-eval.
3063 (find-tag-in-order): Bind case-fold-search depending on the value
3064 of tags-case-fold-search.
3066 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
3068 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
3069 (diff-end-of-hunk): Return the end position for use in
3070 `easy-mmode-define-navigation'.
3071 (diff-recenter): Remove.
3072 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
3073 of `easy-mmode-define-navigation'.
3074 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
3075 previous renaming) and fix to use new names.
3076 (diff-merge-strings): Use \n as separator: simpler, faster.
3077 (diff-mode): Use `define-derived-mode'.
3079 * derived.el (define-derived-mode): Don't autoload anymore.
3080 Prefer the macro-only version provided by easy-mmode.el.
3082 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
3083 `easy-mmode-define-derived-mode'.
3084 Use `combine-run-hooks'.
3085 (easy-mmode-define-navigation): New macro.
3087 * subr.el (combine-run-hooks): New function.
3089 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
3091 * term/x-win.el: Fontsets related initialization is simplified.
3093 * international/mule-diag.el (describe-font): Don't refer to
3094 global-fontset-alist, instead call font-list.
3095 (describe-fontset, list-fontsets, mule-diag): Likewise.
3096 (print-fontset): Adjusted for the change of fontset
3099 * international/fontset.el (x-charset-registries): Variable
3100 removed, instead the corresponding data is stored in the default
3102 (register-alternate-fontnames): Function removed.
3103 (resolved-ascii-font): Variable removed.
3104 (x-compose-font-name): Ignore the second argument REDOCE.
3105 (x-complement-fontset-spec): Complement only an ASCII font and
3106 element for those charsets than can use that ASCII font.
3107 (generate-fontset-menu): Don't refer to global-fontset-alist,
3108 instead call fontset-list.
3109 (uninstantiated-fontset-alist): Variable removed.
3110 (x-style-funcs-alist): Likewise.
3111 (fontset-default-styles): Likewise.
3112 (x-modify-font-name): Function removed.
3113 (create-fontset-from-fontset-spec): Ignore the argument
3115 (create-fontset-from-ascii-font): Docsting adjusted for the above
3117 (instantiate-fontset, resolve-fontset-name): Functions removed.
3118 (fontset-list): Now implemented by C code.
3120 * faces.el (read-face-font): Fix TABLE arg to completing-read.
3121 (describe-face): Include `font' attribute in the description.
3123 2000-03-21 Kenichi Handa <handa@etl.go.jp>
3125 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
3127 2000-03-20 Gerd Moellmann <gerd@gnu.org>
3129 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
3130 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
3131 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
3133 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
3134 about behavior of set-buffer-modified-p wrt redisplay.
3136 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3138 * view.el (view-mode-disable): Kill local binding of view-read-only.
3140 2000-03-18 Gerd Moellmann <gerd@gnu.org>
3142 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
3143 is a string, convert it to a syntax cell using string-to-syntax.
3145 * simple.el (syntax-code-table, syntax-flag-table): New variables.
3146 (string-to-syntax): New function.
3148 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
3149 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
3150 try to use passive ftp mode.
3152 2000-03-17 Gerd Moellmann <gerd@gnu.org>
3154 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
3156 * simple.el (append-to-buffer): Update point of windows after
3159 * abbrev.el (inverse-add-abbrev): Identify word by first moving
3160 forward then moving backward. Reindent.
3162 * frame.el (other-frame): Call x-focus-frame only if
3163 focus-follows-mouse is off.
3165 2000-03-17 Dave Love <fx@gnu.org>
3167 * pcvs-util.el (cvs-strings->string): Rename
3168 replace-regexps-in-string.
3170 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
3172 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
3173 regexp for labels cannot span several lines.
3175 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
3176 `(setq :<key> ':<key>)' to the macro expansion.
3178 2000-03-16 Dave Love <fx@gnu.org>
3180 * progmodes/f90.el (f90): Put custom group under `languages', not
3182 (f90-mode-hook): Customize.
3183 (f90-mode): Set add-log-current-defun-function.
3184 (f90-current-defun): New function.
3186 2000-03-16 Gerd Moellmann <gerd@gnu.org>
3188 * cus-edit.el (custom-variable-tag-face): Handle case that
3189 default face's height is not a number.
3190 (custom-face-tag-face, custom-group-tag-face-1)
3191 (custom-group-tag-face): Ditto.
3192 (custom-group-tag-face-1): Add :group.
3194 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
3196 2000-03-15 Gerd Moellmann <gerd@gnu.org>
3198 * pcvs-defs.el (toplevel): Remove autoload cookie for form
3201 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3203 * ps-print.el: PostScript user-defined prologue, PostScript error
3205 (ps-print-version): New version number (5.1).
3206 (ps-user-defined-prologue, ps-error-handler-message)
3207 (ps-print-prologue-0, ps-error-handler-alist): New vars.
3208 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
3209 (ps-insert-string): New function.
3211 2000-03-15 Kenichi Handa <handa@etl.go.jp>
3213 * international/ccl.el (ccl-compile-expression): Don't generate
3214 invalid self-assignment code.
3216 2000-03-14 Dave Love <fx@gnu.org>
3218 * subr.el (replace-regexp-in-string): Renamed from
3219 replace-regexps-in-string. Doc fix.
3221 2000-03-12 Dave Love <fx@gnu.org>
3223 * cus-edit.el: Doc fixes.
3224 (customize-set-variable, customize-save-variable): Rename args for
3226 (custom-variable-tag-face, custom-face-tag-face)
3227 (custom-group-tag-face-1, custom-group-tag-face): Modify from
3228 style which user identify as hyperlink.
3229 (hook): Don't add undefined functions to the hook.
3230 (debug-ignored-errors): Transfer message from bindings.el.
3232 2000-03-12 Gerd Moellmann <gerd@gnu.org>
3234 * recentf.el (recentf-keep-non-readable-files-p): Remove
3235 double/nested definition.
3237 2000-03-12 Dave Love <fx@gnu.org>
3239 * facemenu.el (facemenu-get-face): Use display-color-p.
3240 * enriched.el (enriched-decode-foreground): Likewise.
3241 (enriched-decode-background): Likewise.
3242 * isearch.el (isearch-highlight): Likewise.
3243 * info-look.el (info-lookup): Likewise.
3244 * simple.el (completion-setup-function): Likewise.
3246 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
3249 * bindings.el (mode-line-format): Fix line-number and
3250 column-number items. Add help-echo for the background.
3251 (mode-line-mule-info): Modify help-echo.
3253 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
3256 * files.el (load-file): Allow completion to .elc.
3258 * man.el: Doc fixes.
3259 (Man-init-defvars): Use display-color-p to set fontification.
3261 * play/hanoi.el (hanoi-internal): Don't use oddp.
3263 2000-03-12 Gerd Moellmann <gerd@gnu.org>
3265 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
3267 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
3269 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
3271 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
3274 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
3276 * font-lock.el (font-lock-keywords): Fix the doc now that
3277 regexp-opt-depth is unnecessary.
3278 (save-buffer-state): Set an edebug spec.
3279 (font-lock-fontify-anchored-keywords): Properly handle the case when
3280 the matcher goes past the limit.
3282 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
3283 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
3285 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
3286 dll.el and cookie.el (from Elib) with heavy renaming and other
3289 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
3290 Autoload the functions used.
3291 (easy-mmode-define-syntax): Fix CL typo.
3292 (easy-mmode-define-derived-mode): Improve the docstring generation.
3294 2000-03-10 Gerd Moellmann <gerd@gnu.org>
3296 * textmodes/texinfo.el (texinfo-version): Variable and function
3299 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
3301 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
3302 allow more flexibility.
3303 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
3305 (easy-mmode-defmap, easy-mmode-defsyntax)
3306 (easy-mmode-define-derived-mode): New macros.
3308 2000-03-09 Didier Verna <didier@xemacs.org>
3310 * rect.el (replace-rectangle): New function.
3312 2000-03-09 Dave Love <fx@gnu.org>
3314 * progmodes/fortran.el (fortran-comment-line-start): Define as
3316 (fortran-comment-line-start-skip): Don't match cpp stuff.
3317 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
3318 (fortran-mode-map): Remove over-eager custom-menu-create for now.
3319 (fortran-mode): Don't set fortran-comment-line-start-skip,
3320 fortran-comment-line-start here. Set comment-start,
3321 add-log-current-defun.
3322 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
3323 (fortran-current-defun): New function.
3325 2000-03-09 Gerd Moellmann <gerd@gnu.org>
3327 * emacs-lisp/re-builder.el: New file.
3329 * mouse.el (mouse-drag-region): Don't run up-event handler
3330 if hscroll has changed.
3332 * octave-mod.el (octave-font-lock-keywords): To font-lock the
3333 builtin operators, use `font-lock-builtin-face' for Emacs and
3334 `font-lock-preprocessor-face' otherwise.
3336 * font-lock.el (lisp-font-lock-keywords-1): Highlight
3337 `(defun (setf foo)' differently.
3339 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
3341 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
3342 (regexp-opt): Update comment and adapt the code the new meaning of
3343 the `paren' argument of regex-opt-group for shy-groups.
3344 (regexp-opt-depth): Handle shy groups as well as backslashed
3346 (regexp-opt-group): Turn the leading comment into a docstring.
3347 Allow `paren' to be a string (the string to use to open a group).
3348 Remove open-presuf and close-presuf. Instead of checking for `all
3349 one-char' and then later on check for `several one-char', handle
3350 both cases close together. Also apply a more generic algorithm
3351 for suffixes (the mirror image of the algorithm used for
3352 prefixes). Use shy-groups. Use nreverse rather than reverse.
3353 (regexp-opt-try-suffix): Removed.
3355 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
3356 from comint-mode-map, so we can just inherit from it. Also, move
3357 the initialization into the `defvar' since there's no docstring
3358 anyway and it's fairly short.
3359 (inferior-scheme-mode): Define it as derived-mode: the code is
3360 shorter and this way we inherit from comint-mode-map rather than
3363 * subr.el (replace-regexps-in-string): Properly handle the case
3364 where we match an empty string.
3366 * comint.el (comint-exec-1): Add the current-dir to the exec-path
3367 when the command has a directory component (such as "./testml").
3368 Also fix a typo in the comment.
3370 2000-03-08 Gerd Moellmann <gerd@gnu.org>
3372 * Makefile (compile-files): Compile files one by one because
3373 that's the only way to ensure a clean compilation environment for
3374 each individual file.
3376 * frame.el (other-frame): Call x-focus-frame.
3378 2000-03-07 Dave Love <fx@gnu.org>
3380 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
3381 :require to defcustom.
3383 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
3386 * files.el (auto-mode-alist): Add configure.in.
3388 * progmodes/autoconf.el: New file.
3390 2000-03-07 Gerd Moellmann <gerd@gnu.org>
3392 * mail/mh-e.el: Change maintainer to `none'.
3394 * recentf.el (recentf-keep-non-readable-files-p): Quote args
3395 to remove-hook and add-hook.
3397 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3399 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
3401 (mail-send): Test mail-send-nonascii also for the new `mime' value.
3402 (sendmail-send-it): Conditionally add MIME headers specifying the
3405 2000-03-07 Dave Love <fx@gnu.org>
3407 * winner.el: Fix keywords, autoload cookies. Split
3408 eval-when-compile form to avoid compilation failure.
3410 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
3412 * international/mule.el: Modify comment about coding system
3413 property `coding-category'.
3414 (make-coding-system): New argument EOL-TYPE. Pay attention to
3415 coding-category property of PROPERTIES.
3417 * international/mule-conf.el (coding-category-utf-8,
3418 coding-category-utf-16-be, coding-category-utf-16-le): New coding
3419 categories. Include them in the argument for set-coding-priority.
3421 * international/mule-cmds.el (reset-language-environment): Include
3422 coding-category-utf-8, coding-category-utf-16-be, and
3423 coding-category-utf-16-le in the argument for set-coding-priority.
3424 (reset-language-environment): Initialize coding-category-utf-8,
3425 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
3427 2000-03-06 Karl Fogel <kfogel@red-bean.com>
3429 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
3430 code abstracted out of `bookmark-jump-noselect'. Now tries info
3431 extensions as well as compression extensions.
3432 (bookmark-jump-noselect): Use above new func.
3434 2000-03-03 Gerd Moellmann <gerd@gnu.org>
3436 * strokes.el: Change maintainer's mail address.
3438 2000-03-03 Kenichi Handa <handa@etl.go.jp>
3440 * international/mule-diag.el (list-character-sets): Make help-echo
3441 string by substitute-command-keys.
3442 (list-character-sets): Likewise.
3443 (sort-listed-character-sets): Call help-setup-xref.
3445 2000-03-02 Gerd Moellmann <gerd@gnu.org>
3447 * time.el (display-time-mail-file): Add `none' to the list of
3450 2000-03-01 Dave Love <fx@gnu.org>
3452 * help.el (help-xref-go-back): Don't try to set position.
3454 * international/mule-diag.el (list-character-sets): Call
3455 help-setup-xref. Add help-echo to xrefs.
3456 (list-character-sets-1): Add help-echo to xrefs.
3458 2000-03-02 Gerd Moellmann <gerd@gnu.org>
3460 * frame.el (blink-cursor-mode): Switch cursor on when turning
3463 * add-log.el (add-log-current-defun): Add support for
3466 * mail/rmail.el (rmail-quit-hook): New variable.
3468 2000-03-01 Dave Love <fx@gnu.org>
3470 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
3472 * help.el (help-xref-button): Add help-echo arg.
3473 (describe-function-1, describe-variable, help-make-xrefs): Use it.
3475 * faces.el (list-faces-display): Supply help-echo with
3478 * facemenu.el (list-text-properties-at): Set help-xref-stack to
3481 2000-03-01 Gerd Moellmann <gerd@gnu.org>
3483 * image.el (defimage): Look for image files in load-path.
3485 * frame.el (busy-cursor-delay-seconds): Change type to
3488 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
3490 * recentf.el (recentf): Added version tag to the defgroup of
3493 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
3495 * recentf.el (recentf-cleanup): Changed to remove excluded file
3497 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
3498 action to select/unselect a file.
3499 (recentf-edit-list): Code cleanup and improvement.
3500 (recentf-open-more-files-action): `recentf-open-more-files' button
3501 widget action to open a file.
3502 (recentf-open-more-files): No more use standard completion but
3504 (recentf-more-collection): Deleted.
3505 (recentf-more-history): Deleted.
3506 (recentf-setup-more-completion): Deleted.
3508 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
3510 * recentf.el (recentf-mode): No more needs that Emacs is running
3511 under a window-system.
3513 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3515 * recentf.el (recentf-edit-list): New command to edit the recent
3516 list which allow the user to remove files.
3517 (recentf-edit-selected-items): New global variable, used by
3518 `recentf-edit-list' to hold the list of files to be removed from
3520 (recentf-make-menu-items): Updated to display a "Edit list..."
3521 menu item. Minor code cleanup.
3523 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3525 * recentf.el (recentf-open-more-files): New command to open files
3526 that are not displayed in the menu.
3527 (recentf-more-collection): New global variable holding the set of
3528 permissible completions used by `recentf-open-more-files'.
3529 (recentf-more-history): New global variable holding the history list
3530 used by `recentf-open-more-files' completion.
3531 (recentf-setup-more-completion): New function to setup completion for
3532 `recentf-open-more-files'.
3533 (recentf-make-menu-items): Updated to display a "More..." menu item.
3535 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3537 * recentf.el (recentf-menu-action): Doc fixed.
3539 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3541 * recentf.el (recentf-menu-filter): Doc updated.
3542 (recentf-update-menu-hook): Allow menu filters to force menu update.
3543 (recentf-make-menu-items): New menu filter handling.
3544 (recentf-make-menu-item): New helper function.
3545 (recentf-menu-elements): New menu handling function.
3546 (recentf-sort-ascending): Updated to new menu filter handling.
3547 (recentf-sort-descending): Updated to new menu filter handling.
3548 (recentf-sort-basenames-ascending): New menu filter function.
3549 (recentf-sort-basenames-descending): New menu filter function.
3550 (recentf-show-basenames): New menu filter function.
3551 (recentf-show-basenames-ascending): New menu filter function.
3552 (recentf-show-basenames-descending): New menu filter function.
3554 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3556 * diary-lib.el (list-diary-entries): Don't try to go forward at
3557 the end of the buffer.
3559 2000-02-29 Kenichi Handa <handa@etl.go.jp>
3561 * international/mule-diag.el (list-character-sets): Completely
3563 (sort-listed-character-sets): New function.
3564 (list-character-sets-1): Completely rewritten.
3565 (list-character-sets-2): New function.
3566 (non-iso-charset-alist): New variable.
3567 (decode-codepage-char): New function.
3568 (charset-history): New variable.
3569 (read-charset) (list-block-of-chars)
3570 (list-iso-charset-chars)
3571 (list-non-iso-charset-chars)
3572 (list-charset-chars): New functions.
3573 (mule-diag): Call list-character-sets-2, not
3574 list-character-sets-2.
3575 (dump-charsets): Likewise.
3577 2000-02-29 Gerd Moellmann <gerd@gnu.org>
3579 * dired-x.el (dired-filename-at-point): Add `@' to valid
3580 file name characters.
3581 (dired-filename-at-point): Handle ange-ftp file names.
3583 * frame.el (frame-notice-user-settings): Use assq-delete-all
3584 instead of assoc-delete-all.
3585 (frame-notice-user-settings): Ditto.
3587 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
3590 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
3592 * calculator.el (calculator-use-menu): New option.
3593 (calculator-initial-bindings): Changed some bindings to work as
3595 (calculator-forced-input): Removed.
3596 (calculator-restart-other-mode): New variable.
3597 (calculator-mode-map): Set up menu.
3599 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
3601 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
3604 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
3606 * viper-cmd.el (viper-envelop-ESC-key): added the option to
3607 translate all ESC key sequences.
3608 (viper-goto-mark-subr): restore markers for files for which
3610 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
3611 * viper-util.el (viper-set-replace-overlay-glyphs,
3612 viper-set-replace-overlay): always check if the replacement
3614 * viper.el (viper-vi-state-mode-list): added major modes.
3615 * ediff-wind.el: minor comment changes.
3616 * ediff.el: copyright notice date fix.
3618 2000-02-27 Jason Rumney <jasonr@gnu.org>
3620 * faces.el (face-font-family-alternatives): Add arial to helv.
3621 (mode-line, header-line, tool-bar): Same default as x for w32.
3622 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
3623 face-font-family-alternatives from working.
3624 * term/w32-win.el (mouse-set-font): Do not build fontset from
3627 2000-02-25 Sam Steingold <sds@goems.com>
3629 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
3632 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3634 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
3636 2000-02-25 Gerd Moellmann <gerd@gnu.org>
3638 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
3641 * frame.el (busy-cursor-delay-seconds): New option.
3643 2000-02-24 Gerd Moellmann <gerd@gnu.org>
3645 * frame.el (show-cursor-in-non-selected-windows): New option.
3647 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3649 * diary-lib.el (include-other-diary-files): Undo the selective
3650 display in any included file and don't kill it.
3652 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
3654 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
3655 bar. Menu items converted to (menu-item format, help strings
3657 [downcase, upcase]: Don't enable on MS-DOS.
3658 [symlink, symlinks]: Don't show if make-symbolic-link is not
3660 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
3662 2000-02-23 Dave Love <fx@gnu.org>
3664 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
3665 (backward-kill-word): Revert addition of * to interactive spec --
3668 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3669 (backward-kill-sentence, kill-sentence): Likewise.
3671 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
3672 scratch buffer name.
3673 (gud-format-command): Use int-to-string in ?l case. Simplify
3676 * term/w32-win.el (internal-face-interactive): Update prompt for
3679 * mail/footnote.el (footnote): Add :version to defgroup.
3680 (footnote-section-tag-regexp): Customize.
3681 (footnote-start-tag, footnote-end-tag): New option.
3682 (footnote-latin-regexp): New variable.
3683 (Footnote-latin): New function.
3684 (footnote-style-alist): Add element for latin style.
3685 (footnote-style): Moved.
3686 (Footnote-goto-footnote): Use eq to test arg.
3688 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
3690 * emacs-lisp/byte-opt.el: Change old backquote syntax.
3691 (byte-compile-trueconstp): Include keywords.
3692 (byte-optimize-quote, byte-optimize-lapcode): Use
3693 byte-compile-const-symbol-p.
3694 (byte-optimize-char-before): New optimization.
3696 * emacs-lisp/bytecomp.el: Change old backquote syntax.
3697 (byte-compile-const-symbol-p): New function.
3698 (byte-compile-constp, byte-compile-out-toplevel)
3699 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
3702 * subr.el (define-key-after): Default AFTER to t. Doc fix.
3704 2000-02-23 Kenichi Handa <handa@etl.go.jp>
3706 * international/encoded-kb.el: Be sure to update minor-mode-alist
3707 and minor-mode-map-alist.
3708 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
3709 codes SS2 and SS3 correctly.
3710 (encoded-kbd-self-insert-ccl): New function.
3711 (encoded-kbd-setup-keymap): New function.
3712 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
3713 by calling encoded-kbd-setup-keymap.
3715 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
3717 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
3720 2000-02-22 Dave Love <fx@gnu.org>
3722 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
3723 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
3725 (lisp-mode-syntax-table): Set up for #|...|# comments.
3726 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
3727 classes. Match `defface'.
3728 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
3729 (eval-defun-1): Fix for defcustom.
3730 (lisp-indent-region): Doc fix.
3732 * subr.el (when, unless, split-string): Doc fix.
3733 (read-passwd): Move call of clear-this-command-keys to the right
3735 (replace-regexps-in-string): New function.
3737 2000-02-22 Gerd Moellmann <gerd@gnu.org>
3739 * help.el (describe-variable): Set syntax table to
3740 emacs-lisp-mode-syntax-table when moving forward over the
3743 2000-02-22 Dave Love <fx@gnu.org>
3745 * xt-mouse.el: Doc fixes.
3746 (xterm-mouse-position-function): New function, replacing advice of
3748 (xterm-mouse-mode): Use it. Don't turn on under a window system.
3750 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
3752 2000-02-21 Gerd Moellmann <gerd@gnu.org>
3754 * format.el (format-annotate-single-property-change): Handle
3755 properties.with dotted-list values.
3756 (format-proper-list-p): New function.
3758 * enriched.el (enriched-face-ans): Handle '(foreground-color
3759 . COLOR) and (background-color . COLOR).
3761 2000-02-20 Dave Love <fx@gnu.org>
3763 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
3764 and assignments to it.
3765 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
3767 (make-flyspell-overlay): Use it.
3768 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
3770 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
3771 (lm-get-header-re): Defun, not defsubst.
3772 (lm-get-package-name): Defun, not defsubst. Simplify.
3773 (lm-version): Doc fix. Simplify.
3774 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
3775 (lm-crack-address, lm-last-modified-date, lm-commentary)
3776 (lm-verify, lm-synopsis): Simplify.
3777 (lm-report-bug): Require emacsbug. Use compose-mail.
3779 2000-02-20 Gerd Moellmann <gerd@gnu.org>
3781 * dired.el (dired-mode): Call propertized-buffer-identification
3782 to set mode-line-buffer-identification to something having
3783 the right text properties.
3785 * bindings.el (propertized-buffer-identification): New function.
3787 2000-02-20 Dave Love <fx@gnu.org>
3789 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
3790 check for t-mouse too.
3792 * cus-start.el: Make echo-keystrokes `number'.
3794 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3796 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
3797 Don't call ring-empty-p unless tags-location-ring is bound.
3798 From Noah Friedman <friedman@splode.com>.
3800 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
3802 * progmodes/hideshow.el (hs-flag-region): No longer use
3803 `intangible' overlay property.
3805 (hs-toggle-hiding): New command.
3806 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
3808 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
3809 Fix omission bug: Run `hs-minor-mode-hook' for both activation
3812 2000-02-18 Gerd Moellmann <gerd@gnu.org>
3814 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
3816 2000-02-17 Gerd Moellmann <gerd@gnu.org>
3818 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
3820 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
3821 of `*' to handle `(* ... *)' comments.
3823 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
3825 * faces.el (list-faces-display): Use display-mouse-p instead of
3828 * menu-bar.el (global-map): Menu-bar items converted to the new
3829 format (menu-item..., rearranged for better CUA compliance, and
3830 their names changed for better clarity. Help strings added.
3832 * international/mule-cmds.el (mule-menu-keymap)
3833 (describe-language-environment-map, set-coding-system-map)
3834 (setup-language-environment-map): Convert to new (menu-item...
3835 form, add help strings. Change names of menu items for better
3836 clarity. "Mule" menu-bar item removed (it's now in the "Options"
3839 2000-02-17 Gerd Moellmann <gerd@gnu.org>
3841 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
3844 2000-02-16 Dave Love <fx@gnu.org>
3846 * faces.el: Don't require custom. Add more specific :groups to
3848 (set-face-attribute): Purecopy args.
3849 (read-face-name): Default to name at point and use it in prompt.
3850 Remove colon from arg in all callers.
3851 (list-faces-display): Hyperlink to face descriptions and customize
3854 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
3856 * wid-edit.el (widget-match-inline): An atom never matches a
3859 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3861 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3862 at ':' characters by call to split-string.
3864 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3866 * textmodes/bibtex.el: Added RCS version identification.
3868 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3870 * textmodes/bibtex.el: Some temporary comments removed.
3871 (bibtex-field-name, bibtex-entry-type): Made the relationship
3873 (bibtex-field-const): Allow capital letters.
3874 (bibtex-start-of-string): Deleted because unused.
3876 * textmodes/bibtex.el: Unified some nomenclature. We no longer
3877 use the term 'reference' to describe a bibtex entry as a whole.
3878 Further, reference keys are no longer called 'labels'.
3879 (bibtex-keys): Renamed to bibtex-reference-keys.
3880 (bibtex-reformat-previous-labels): Renamed to
3881 bibtex-reformat-previous-reference-keys.
3882 (bibtex-reference-type): Renamed to bibtex-entry-type.
3883 (bibtex-reference-head): Renamed to bibtex-entry-head.
3884 (bibtex-reference-maybe-empty-head): Renamed to
3885 bibtex-entry-maybe-empty-head.
3886 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3887 (bibtex-search-reference): Renamed to bibtex-search-entry.
3888 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3889 bibtex-enclosing-entry-maybe-empty-head.
3890 (bibtex-entry-field-alist, bibtex-entry-head,
3891 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3892 bibtex-map-entries, bibtex-search-entry,
3893 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3894 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3895 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3896 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3897 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3898 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3899 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3901 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3903 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3905 (bibtex-format-field-delimiters): New function, functionality
3906 extracted from bibtex-format-entry.
3907 (bibtex-autokey-get-yearfield-digits): New function, functionality
3908 extracted from bibtex-autokey-get-yearfield.
3910 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3911 entries in order to avoid stack overflow in the regexp matcher if
3912 field contents become large.
3913 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3914 bibtex-field-string-part-not-braced,
3915 bibtex-field-string-part-no-inner-braces,
3916 bibtex-field-string-part-1-inner-brace,
3917 bibtex-field-string-part-2-inner-braces,
3918 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3919 bibtex-field-string-quoted, bibtex-field-string,
3920 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3921 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3922 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3923 as parsing is now performed by the following functions.
3924 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3925 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3926 bibtex-parse-field-string, bibtex-search-forward-field-string,
3927 bibtex-parse-association, bibtex-field-name-for-parsing,
3928 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3929 bibtex-search-forward-field, bibtex-search-backward-field,
3930 bibtex-start-of-field, bibtex-end-of-field,
3931 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3932 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3933 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3934 bibtex-parse-string, bibtex-search-forward-string,
3935 bibtex-search-backward-string, bibtex-start-of-string,
3936 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3937 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3938 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3939 entries. Instead of reporting the results of the parsing by
3940 match-beginning or match-end, these functions return data structures
3941 that hold the corresponding positions.
3942 (bibtex-enclosing-field): Changed to also report field boundaries by
3943 return values rather than by match-beginning or match-end. The
3944 following functions have been adapted to use the new parsing
3946 (bibtex-skip-to-valid-entry, bibtex-search-reference,
3947 bibtex-enclosing-field, bibtex-format-entry,
3948 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3949 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3950 bibtex-print-help-message, bibtex-end-of-entry,
3951 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3952 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3953 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3955 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3956 bibtex-map-entries, bibtex-flash-head,
3957 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3958 bibtex-autokey-change, bibtex-autokey-get-namefield,
3959 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3960 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3961 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3962 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3963 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3964 order to make the new binding of case-fold-search immediately
3967 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3969 * textmodes/bibtex.el: Copyright notice is up to date.
3970 Added constant 'bibtex-maintainer-salutation.
3972 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3973 than make-temp-name, use match-string-no-properties and eliminate
3974 a quadratic behavior when building bibtex-strings.
3976 * bibtex.el (bibtex-reference-key): Accept string entries whose
3977 reference key contains upper case letters.
3979 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3981 * bibtex.el (bibtex-reference-head): Allow entries to start with
3984 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3986 * bibtex.el: Hiding of entry bodies is not longer provided by
3987 bibtex.el directly. Instead the hideshow package can be used.
3988 Added a special bibtex entry to hs-special-modes-alist.
3989 (bibtex-hs-forward-sexp): Added for hideshow.el.
3991 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3993 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3994 at ':' characters by call to split-string.
3996 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3998 * textmodes/bibtex.el: Added RCS version identification.
4000 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
4002 * textmodes/bibtex.el: Some temporary comments removed.
4003 (bibtex-field-name, bibtex-entry-type): Made the relationship
4005 (bibtex-field-const): Allow capital letters.
4006 (bibtex-start-of-string): Deleted because unused.
4008 * textmodes/bibtex.el: Unified some nomenclature. We no longer
4009 use the term 'reference' to describe a bibtex entry as a whole.
4010 Further, reference keys are no longer called 'labels'.
4011 (bibtex-keys): Renamed to bibtex-reference-keys.
4012 (bibtex-reformat-previous-labels): Renamed to
4013 bibtex-reformat-previous-reference-keys.
4014 (bibtex-reference-type): Renamed to bibtex-entry-type.
4015 (bibtex-reference-head): Renamed to bibtex-entry-head.
4016 (bibtex-reference-maybe-empty-head): Renamed to
4017 bibtex-entry-maybe-empty-head.
4018 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
4019 (bibtex-search-reference): Renamed to bibtex-search-entry.
4020 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
4021 bibtex-enclosing-entry-maybe-empty-head.
4022 (bibtex-entry-field-alist, bibtex-entry-head,
4023 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
4024 bibtex-map-entries, bibtex-search-entry,
4025 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
4026 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
4027 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
4028 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
4029 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
4030 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
4031 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
4033 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
4035 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
4037 (bibtex-format-field-delimiters): New function, functionality
4038 extracted from bibtex-format-entry.
4039 (bibtex-autokey-get-yearfield-digits): New function, functionality
4040 extracted from bibtex-autokey-get-yearfield.
4042 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
4043 entries in order to avoid stack overflow in the regexp matcher if
4044 field contents become large.
4045 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
4046 bibtex-field-string-part-not-braced,
4047 bibtex-field-string-part-no-inner-braces,
4048 bibtex-field-string-part-1-inner-brace,
4049 bibtex-field-string-part-2-inner-braces,
4050 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
4051 bibtex-field-string-quoted, bibtex-field-string,
4052 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
4053 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
4054 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
4055 as parsing is now performed by the following functions.
4056 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
4057 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
4058 bibtex-parse-field-string, bibtex-search-forward-field-string,
4059 bibtex-parse-association, bibtex-field-name-for-parsing,
4060 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
4061 bibtex-search-forward-field, bibtex-search-backward-field,
4062 bibtex-start-of-field, bibtex-end-of-field,
4063 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
4064 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
4065 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
4066 bibtex-parse-string, bibtex-search-forward-string,
4067 bibtex-search-backward-string, bibtex-start-of-string,
4068 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
4069 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
4070 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
4071 entries. Instead of reporting the results of the parsing by
4072 match-beginning or match-end, these functions return data structures
4073 that hold the corresponding positions.
4074 (bibtex-enclosing-field): Changed to also report field boundaries by
4075 return values rather than by match-beginning or match-end. The
4076 following functions have been adapted to use the new parsing
4078 (bibtex-skip-to-valid-entry, bibtex-search-reference,
4079 bibtex-enclosing-field, bibtex-format-entry,
4080 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
4081 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
4082 bibtex-print-help-message, bibtex-end-of-entry,
4083 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
4084 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
4085 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
4087 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
4088 bibtex-map-entries, bibtex-flash-head,
4089 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
4090 bibtex-autokey-change, bibtex-autokey-get-namefield,
4091 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
4092 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
4093 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
4094 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
4095 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
4096 order to make the new binding of case-fold-search immediately
4099 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
4101 * textmodes/bibtex.el: Copyright notice is up to date.
4102 Added constant 'bibtex-maintainer-salutation.
4104 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
4105 than make-temp-name, use match-string-no-properties and eliminate
4106 a quadratic behavior when building bibtex-strings.
4108 * bibtex.el (bibtex-reference-key): Accept string entries whose
4109 reference key contains upper case letters.
4111 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
4113 * bibtex.el (bibtex-reference-head): Allow entries to start with
4116 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
4118 * bibtex.el: Hiding of entry bodies is not longer provided by
4119 bibtex.el directly. Instead the hideshow package can be used.
4120 Added a special bibtex entry to hs-special-modes-alist.
4121 (bibtex-hs-forward-sexp): Added for hideshow.el.
4123 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
4125 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
4126 proceedings entry type (for cross referencing). Thanks to Wagner
4127 Toledo Correa for the suggestion.
4129 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
4131 2000-02-14 Kenichi Handa <handa@etl.go.jp>
4133 * international/characters.el: Setup case table for Vietnamese.
4135 2000-02-12 Gerd Moellmann <gerd@gnu.org>
4137 * uniquify.el (toplevel): Require CL at compile time.
4138 (uniquify-push): Removed.
4140 * shadowfile.el (shadow-when): Removed.
4142 * tempo.el (tempo-dolist, tempo-mapc): Removed.
4143 (tempo-process-and-insert-string): Use dolist instead of
4146 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
4147 regexp for paragraph-start.
4149 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
4152 2000-02-10 Dave Love <fx@gnu.org>
4154 * wid-edit.el: (widgets) [defgroup]: Remove url link.
4155 (widget-color-choice-list, widget-color-history, widget-mouse-help):
4157 (widget-specify-field, widget-specify-button): Don't use
4158 widget-mouse-help as help-echo property.
4159 (default): Use #'ignore for :validate and :mouse-down-action.
4160 (checkbox): Add help-echo.
4161 (widget-sexp-validate): Rewritten to clarify error messages.
4162 (character): Use char-valid-p in :match function.
4163 (widget-color-complete): Use facemenu-color-alist.
4164 (widget-color-action): Use facemenu-read-color.
4166 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
4167 set up `caar' &c that we now have.
4169 2000-02-09 Ray Blaak <blaak@gnu.org>
4171 * delphi.el: Make resourcestring a declaration region, like const
4174 2000-02-09 Dave Love <fx@gnu.org>
4176 * bindings.el (mode-line-input-method-map): New variable.
4177 (mode-line-mule-info): Use it; fix last change.
4178 (mode-line-mode-menu): Move definition.
4179 (mode-line-mouse-sensitive-p): Deleted.
4180 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
4181 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
4184 * startup.el (command-line-1): Don't call
4185 make-mode-line-mouse-sensitive.
4187 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
4189 * mail/rmail.el (rmail-retry-failure): Use
4190 rmail-beginning-of-message before rmail-toggle-header, because the
4191 former toggles headers.
4193 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
4195 * diff-mode.el (diff-kill-junk): New interactive function.
4196 (diff-reverse-direction): Use delete-and-extract-region.
4197 (diff-post-command-hook): Restrict the area so that the hook also works
4198 outside of any diff hunk. This is necessary for the minor-mode.
4199 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
4200 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
4202 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
4203 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
4204 so that it can be used more easily in <foo>-mode-hook. Also make sure
4205 to avoid duplicate entries.
4206 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
4207 (font-lock-remove-keywords): Just as was done for `add', allow it to
4208 work even if font-lock-mode is nil. Also make sure we don't modify
4209 any pre-existing list by forcing a copy-sequence. Finally rename
4210 `major-mode' to `mode'.
4211 (font-lock-fontify-syntactic-anchored-keywords)
4212 (font-lock-fontify-anchored-keywords)
4213 (font-lock-fontify-keywords-region): Use line-end-position.
4214 Don't make `font-lock-multiline' local (it's now done in
4215 font-lock-set-defaults).
4216 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
4217 move the `font-lock-fontified' creation to inside the `unless'.
4219 2000-02-06 Andrew Innes <andrewi@gnu.org>
4221 * term/w32-win.el (x-handle-args): Comment out call to message,
4222 which occurs before window system is initialized.
4224 * makefile.nt: Add support for recompiling lisp code.
4226 2000-02-04 Dave Love <fx@gnu.org>
4228 * bindings.el (mode-line-mule-info): Fix/extend last change.
4230 * completion.el: Replace completion-dolist with dolist.
4232 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
4235 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
4237 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
4238 environment names before they go into the section regexp.
4240 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
4241 char class in regexp.
4243 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
4244 `case-fold-search' to nil.
4246 * progmodes/idlwave.el (idlwave-template): Respect
4247 `idlwave-abbrev-change-case'.
4248 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
4249 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
4250 idlwave-while): respect `idlwave-reserved-word-upcase'.
4251 (idlwave-rw-case): New function.
4252 (idlwave-statement-match): Fixed problem with assignment regexp.
4253 (idlwave-font-lock-keywords): Improved regexp for keyword
4255 (idlwave-surround): New argument LENGTH to support padding of
4256 operators longer than 1 char.
4258 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
4259 idlwave-shell-expression-overlay. Implemented printing of
4260 expressions on higher levels of the calling stack.
4261 (idlwave-shell-display-level-in-calling-stack): Restore stack
4263 (idlwave-retrieve-expression-from-level): New function.
4264 (idlwave-shell-last-calling-stack): Variable removed.
4265 (idlwave-shell-reset): Argument action reversed (`visible' to
4266 `hidden'). Also remove stop-line overlay.
4267 (idlwave-shell-calling-stack-routine): New variable.
4268 (idlwave-shell-parse-stack-and-display): Messages now display
4269 negative level numbers.
4270 (idlwave-shell-mode): Set `modeline-format'.
4271 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
4272 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
4274 (idlwave-shell-print-expression-function): New option.
4276 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
4277 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
4278 `tool-bar' instead of `toolbar'.
4280 2000-02-02 Dave Love <fx@gnu.org>
4282 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
4283 emacs-lisp-mode-hook. Don't check for defalias being defined.
4285 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4286 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
4287 the new builtins directly.
4289 * whitespace.el (whitespace): Add :version to defgroup.
4291 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
4294 * thingatpt.el (sexp-at-point, symbol-at-point)
4295 (number-at-point, list-at-point): Add autoload cookie.
4297 * recentf.el (recentf): Add :version to defgroup.
4299 * quickurl.el (quickurl): Add :version to defgroup.
4301 * elide-head.el (elide-head): Use point-marker more.
4303 * bs.el (bs): Add :version to defgroup.
4305 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
4307 * progmodes/delphi.el (delphi): Add :version to defgroup.
4309 2000-02-02 Gerd Moellmann <gerd@gnu.org>
4311 * ange-ftp.el (ange-ftp-write-region): Handle case that
4312 succeeding process operation sets a different coding system.
4314 * calculator.el: New file.
4316 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4318 * frame.el (frames-on-display-list, framep-on-display): New
4320 (display-mouse-p, display-popup-menus-p, display-graphic-p)
4321 (display-selections-p, display-screens, display-pixel-width)
4322 (display-pixel-height, display-mm-width, display-mm-height)
4323 (display-backing-store, display-save-under, display-planes)
4324 (display-color-cells, display-visual-class): New functions.
4326 * term/tty-colors.el (tty-color-gray-shades): New function.
4328 * faces.el (display-color-p): Use framep-on-display.
4329 (display-grayscale-p): New function.
4331 2000-01-31 Dave Love <fx@gnu.org>
4333 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
4334 (create-fontset-from-x-resource): Don't concat integers.
4336 2000-01-31 Inge Frick <inge@nada.kth.se>
4338 * view.el: Some changes in documentation. Removed some trailing
4339 whitespace. Changed some parameter names to agree with
4341 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
4342 window is not deleted. Modifies change 1998-04-26.
4344 2000-01-31 Gerd Moellmann <gerd@gnu.org>
4346 * windmove.el: New file.
4348 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
4349 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
4350 progmodes/ebnf-yac.el: Update copyright and license info.
4352 * jit-lock.el (jit-lock-function): Widen before calculating end
4354 (jit-lock-stealth-chunk-start): Rewritten.
4356 * info.el (Info-title-face-alist): Removed.
4357 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
4359 (Info-fontify-node): Use these faces.
4361 2000-01-30 Gerd Moellmann <gerd@gnu.org>
4363 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
4364 (cl-macro-list1): Recognize `&allow-other-keys' instead of
4365 `&allow-other-keywords'.
4367 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
4368 the list of directories scanned heuristically.
4370 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
4373 2000-01-30 Jason Rumney <jasonr@gnu.org>
4375 * w32-fns.el: Define w32-tty-standard-colors.
4377 * startup.el (command-line): Use w32-tty-standard-colors when in
4380 2000-01-30 Dave Love <fx@gnu.org>
4382 * jka-compr.el (jka-compr-load): Fix up load-history.
4384 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
4386 * emacs-lisp/cl-macs.el: Revert previous change.
4388 2000-01-29 Dave Love <fx@gnu.org>
4390 * facemenu.el: Purecopy various strings.
4392 * timezone.el (timezone-fix-time): Window against 69 for two-digit
4393 years. Deal with three-digit years.
4395 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
4397 (help-back-label): Purecopy it.
4399 2000-01-18 Gerd Moellmann <gerd@gnu.org>
4401 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
4402 variable. If non-nil, order the buffer list according to the
4403 currently selected frame.
4404 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
4405 non-nil, pass the selected frame to function buffer-list.
4407 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4409 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
4411 2000-01-28 Dave Love <fx@gnu.org>
4413 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
4415 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
4416 Don't use lisp-indent-hook property.
4419 * subr.el: Move out indent and edebug specs for when and unless.
4421 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
4424 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
4427 2000-01-28 Gerd Moellmann <gerd@gnu.org>
4429 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
4430 `collecting' as synonym for `collect'.
4432 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
4433 for the case it contains spaces.
4435 * simple.el (what-cursor-position): Change formatting of
4438 * frame.el (delete-other-frames): New function.
4439 (toplevel): Bind it to C-x 5 1.
4441 * sort.el (sort-numeric-base): New option.
4442 (sort-numeric-fields): If number starts with `0' or `0[xX[',
4443 interpret it as octal or hexadecimal. Use sort-numeric-base
4446 * progmodes/glasses.el: New file.
4448 2000-01-27 Gerd Moellmann <gerd@gnu.org>
4450 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
4451 userids differently.
4453 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
4454 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
4455 progmodes/ebnf-yac.el: New files.
4457 2000-01-26 Dave Love <fx@gnu.org>
4459 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
4460 on a function with an empty body. [From Eric Ludlam.]
4462 2000-01-25 Andre Spiegel <spiegel@gnu.org>
4464 * vc.el (vc-version-diff): Make sure file name is expanded.
4466 2000-01-25 Gerd Moellmann <gerd@gnu.org>
4468 * scroll-bar.el (scroll-bar-timer): Variable removed.
4469 (scroll-bar-toolkit-scroll): Don't use a timer.
4471 2000-01-25 Kenichi Handa <handa@etl.go.jp>
4473 * language/thai-util.el (thai-composition-function): Delete
4476 2000-01-24 Dave Love <fx@gnu.org>
4478 * fortran.el (fortran-mode): Use beginning-of-defun-function,
4479 end-of-defun-function.
4481 * font-lock.el (turn-on-font-lock): Don't depend on window-system
4484 2000-01-22 Jason Rumney <jasonr@gnu.org>
4486 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
4487 conflicts with new face support.
4489 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4491 * replace.el (query-replace): Rename last arg to DELIMITED.
4492 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
4493 (query-replace-regexp): Likewise.
4495 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4497 * subr.el (with-syntax-table): Use make-symbol, not gensym.
4499 * emacs-lisp/lisp.el (beginning-of-defun-function):
4500 Variable renamed from beginning-of-defun.
4501 Do not call make-variable-buffer-local.
4502 (beginning-of-defun-raw): Use new variable name; doc fix.
4503 (beginning-of-defun): Doc fix.
4504 (end-of-defun-function): Variable renamed from end-of-defun.
4505 Do not call make-variable-buffer-local.
4506 (end-of-defun): Use new variable name; doc fix.
4508 * subr.el (dolist, dotimes): Copied from cl-macs.el
4511 * mail/undigest.el (rmail-digest-end-regexps):
4512 Variable replaces rmail-digest-end-regexp.
4513 Allows multiple regexps for detecting the end line.
4514 (undigestify-rmail-message): Corresponding changes.
4516 2000-01-19 Dave Love <fx@gnu.org>
4518 * files.el (user-init-file): Don't declare here -- is primitive.
4520 * startup.el (command-line): Check for compiled user-init-file and
4521 set to uncompiled version if necessary.
4523 2000-01-18 Gerd Moellmann <gerd@gnu.org>
4525 * mail/undigest.el (rmail-digest-end-regexp): New user option.
4526 (undigestify-rmail-message): Use it.
4528 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
4530 2000-01-17 Gerd Moellmann <gerd@gnu.org>
4532 * tmm.el (tmm-goto-completions): Adapt to prompt being part
4535 2000-01-14 Gerd Moellmann <gerd@gnu.org>
4537 * emacs-lisp/copyright.el (copyright-update): Removed the
4538 requirement for a trailing space from `copyright-regexp', to
4539 support copyrights with owner specified on a separate line..
4541 * align.el: New file.
4543 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
4545 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
4547 2000-01-13 Dave Love <fx@gnu.org>
4549 * ph.el: Removed. (Obsoleted by EUDC.)
4551 2000-01-13 Gerd Moellmann <gerd@gnu.org>
4553 * net/eudc.el (toplevel): Remove autoloaded code installing
4554 menu with easymenu, because that causes build problems.
4556 * frame.el (frame-notice-user-settings): New variable.
4557 (frame-notice-user-settings): Don't modify frame parameters
4558 if called a second time.
4560 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4562 * frame.el (frame-notice-user-settings):
4563 Notice default-frame-parameters even for non-window frames.
4565 2000-01-13 Gerd Moellmann <gerd@gnu.org>
4567 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
4569 (eudc-bob-can-display-inline-images): Extend for Emacs.
4570 (eudc-bob-toggle-inline-display): Ditto.
4571 (eudc-bob-display-jpeg): Ditto.
4573 2000-01-12 Gerd Moellmann <gerd@gnu.org>
4575 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4576 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
4577 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
4579 * add-log.el (add-change-log-entry): Fix error trying an `(insert
4582 * subdirs.el: Add `net' directory.
4584 * net: New directory.
4586 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
4587 eval-last-sexp. Don't bind debug-on-error here.
4588 (eval-last-sexp): New function. Bind debug-on-error if
4589 eval-expression-debug-on-error is non-nil.
4590 (eval-defun-2, eval-defun): Likewise.
4592 * simple.el (eval-expression): Don't bind debug-on-error if
4593 eval-expression-debug-on-error is nil. Detect changed
4594 debug-on-error, and propagate new value to global binding, if
4595 eval-expression-debug-on-error is non-nil,
4596 (eval-expression-debug-on-error): Change doc string.
4598 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4600 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
4602 * emacs-lisp/lisp-mode.el (with-syntax-table):
4603 Set up lisp-indent-function property.
4605 * subr.el (with-syntax-table): Moved from simple.el.
4607 * simple.el (with-syntax-table): Moved to subr.el.
4609 2000-01-11 Gerd Moellmann <gerd@gnu.org>
4611 * tmm.el (tmm-shortcut): Delete region after prompt instead
4614 * textmodes/fill.el (fill-common-string-prefix): New function.
4615 (fill-context-prefix): Use the longest common prefix of first
4616 and second line fill prefix, if there is one.
4618 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4620 * array.el (array-mode): Don't use make-variable-buffer-local.
4621 Use make-local-variable for `truncate-lines'.
4623 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
4625 * add-log.el (add-log-current-defun): Handle user-defined
4626 add-log-current-function returning nil,
4628 * add-log.el (add-change-log-entry): Insert version number
4629 if having found a current function
4631 * add-log.el (add-log-current-defun): Call
4632 `add-log-current-defun-function'. Try matches at level 0 and
4633 level 1. Strip whitespace from defun found.
4635 2000-01-10 John Wiegley <johnw@gnu.org>
4637 * allout.el (isearch-done/outline-provisions): Added `edit'
4638 argument to correspond with the current definition of
4641 2000-01-10 Dave Love <fx@gnu.org>
4643 * elide-head.el (elide-head): Use point-marker, not point.
4645 2000-01-10 Gerd Moellmann <gerd@gnu.org>
4647 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
4648 before and after the year 2000.
4650 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
4653 2000-01-10 Ken Stevens <k.stevens@ieee.org>
4655 * ispell.el: Only define dictionaries in menus when they exist.
4656 (version18p): New variable.
4657 (version20p): New variable.
4658 (xemacsp): New variable.
4659 (ispell-choices-win-default-height): Fix for XEmacs visibility.
4660 (ispell-dictionary-alist1): Added Brasileiro dictionary.
4661 (ispell-dictionary-alist6): Russian command lines no longer accept
4663 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
4664 (ispell-dictionary-alist): Add koi8-r to customize definition.
4665 (check-ispell-version): Added documentation string. Returns
4666 library path when called non-interactively.
4667 (ispell-menu-map-needed): Uses new variables.
4668 (ispell-library-path): New variable.
4669 (ispell-decode-string): XEmacs fix for bogus variable bindings.
4670 (ispell-word): Improved documentation string. Test for valid
4671 character mappings. Correctly check typed in word changes that can
4672 result in single words split into multiple words. Returns
4674 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
4675 replace in recursive query replace mode. Help message for
4676 recursive edit mode.
4677 (ispell-show-choices): Protect against bad framepop bindings.
4678 (ispell-help): Fix to work with XEmacs.
4679 (ispell-highlight-spelling-error): Use new variables.
4680 (ispell-overlay-window): Fix to work with XEmacs.
4681 (ispell-parse-output): Passed and returns location information
4682 tracking spelling corrections. Doesn't recheck same word on
4684 (ispell-init-process): Protect against bogus XEmacs variable binding.
4685 Fix call to single argument in sleep-for. Use new variables.
4686 (ispell-region): Passed and returns location information tracking
4687 spelling corrections. Doesn't check same word on current line.
4688 Improved documentation string. Doesn't resend a line already
4689 checked to the ispell process - fixes bug in LaTeX parsing.
4690 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
4691 (ispell-skip-region): No longer skips <TT> in SGML.
4692 (ispell-process-line): Tracks location information with spelling
4693 corrections. Added documentation string. Accounts for words
4694 already accepted on this line. Don't allow query-replace on line
4695 starting with math characters. Doesn't resend a line already sent
4696 to ispell process. Fixes alignment error bug.
4698 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4700 * dired-x.el (dired-guess-shell-alist-default):
4701 Suggest xloadimage, which is free, not xv, which isn't.
4703 * ange-ftp.el (ange-ftp-file-name-nondirectory):
4704 Don't ever include the host name or user name in the value.
4706 2000-01-09 Gerd Moellmann <gerd@gnu.org>
4708 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
4711 2000-01-09 Stephen Eglen <stephen@gnu.org>
4713 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
4716 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
4718 * cus-edit.el (custom-hook-convert-widget): Fix comment.
4720 2000-01-09 Gerd Moellmann <gerd@gnu.org>
4722 * progmodes/cperl-mode.el: Replace ^F with ^L.
4724 * sendmail.el (toplevel): Provide `sendmail' when compiling
4725 before `require'ing rmail and mailalias to prevent infinite
4728 2000-01-08 Dave Love <fx@gnu.org>
4730 * emacs-lisp/backquote.el: Remove inappropriate customization
4731 (allowing custom.el to use backquote).
4733 2000-01-07 Dave Love <fx@gnu.org>
4735 * add-log.el (add-log-debugging): Deleted.
4736 (add-change-log-entry): Treat a backup FILE-NAME as its parent
4737 file. Remove debugging code.
4738 (change-log-get-method-definition, change-log-name): Add doc.
4739 (change-log-sortable-date-at): New function.
4740 (change-log-merge): New command.
4742 * time.el (display-time-string-forms): Make the Mail string active.
4743 (display-time-update): Provide help-echo for load average.
4745 * bindings.el (make-mode-line-mouse2-map): New function.
4746 (mode-line-modified): Use it and simplify.
4747 (mode-line-mule-info): Provide help-echo info.
4748 (minor-mode-alist): Activate the strings.
4749 (make-mode-line-mouse-sensitive): Simplify for
4750 mode-line-buffer-identification.
4752 2000-01-07 Gerd Moellmann <gerd@gnu.org>
4754 * play/pong.el: New file.
4756 2000-01-06 Dave Love <fx@gnu.org>
4758 * array.el: Assorted cleanups for compiler warnings, doc strings,
4759 `array-' prefix for symbols.
4761 2000-01-05 Dave Love <fx@gnu.org>
4763 * textmodes/outline.el (outline-mode-menu-bar-map): Add
4764 outline-headers-as-kill.
4765 (outline-mode): Define imenu-generic-expression.
4766 (outline-headers-as-kill): New command.
4768 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
4769 from paragraph-start.
4770 (paragraph-indent-minor-mode): New command.
4772 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
4773 M-C-e, M-C-h, C-j, C-xnd, TAB.
4774 (fortran-mode): Set beginning-of-defun, end-of-defun.
4775 (fortran-column-ruler): Simplify.
4776 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
4777 (fortran-with-subprogram-narrowing): Likewise.
4778 (fortran-indent-subprogram): Call mark-defun.
4779 (fortran-check-for-matching-do): Change narrowing.
4781 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
4782 (cl-lucid-hash-tag): Delete.
4783 (cl-hash-table-p): Correct test for native table.
4784 (cl-hash-table-count): Use hash-table-count.
4786 * browse-url.el (browse-url): Fix case of
4787 browse-url-browser-function being an alist.
4789 2000-01-05 Carsten Dominik <cd@gnu.org>
4791 * textmodes/reftex-vars.el (reftex-parse-file-extension)
4792 (reftex-index-phrase-file-extension): New options.
4794 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
4795 Use new option `reftex-index-phrase-file-extension'.
4797 * textmodes/reftex.el (reftex-access-parse-file): Use new option
4798 `reftex-parse-file-extension'.
4800 2000-01-05 Dave Love <fx@gnu.org>
4802 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
4803 (beginning-of-defun-raw): Use it.
4804 (end-of-defun): New variable.
4805 (end-of-defun): Use it.
4806 (check-parens): New command.
4808 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
4810 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
4811 (hs-show-block): Don't use `mapcar' when not accumulating.
4813 Fix buglet in local variables initialization.
4815 2000-01-05 Andreas Schwab <schwab@suse.de>
4817 * hscroll.el (hscroll): Doc fix.
4819 2000-01-05 Carsten Dominik <cd@gnu.org>
4821 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
4824 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
4826 (idlwave-customize): load must read file idlw-shell.el.
4827 (idlwave-create-customize-menu): load must read file idlw-shell.el.
4829 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
4831 * progmodes/idlw-shell.el: Also provide idlwave-shell
4832 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
4833 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
4835 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
4836 both reftex-dcr and reftex-vcr.
4838 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
4840 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4842 * ps-print.el: PostScript code now is in separate files, doc fix.
4843 (ps-print-version): New version number (5.0.3).
4844 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
4846 (ps-spool-config): Initialization fix.
4847 (ps-print-prologue-1, ps-print-prologue-2)
4848 (ps-print-duplex-feature): PostScript code moved to separated file.
4849 (ps-background-image): Little code reformating.
4850 (ps-begin-file, ps-begin-job): Fix code.
4851 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
4852 (ps-prologue-file): New fun.
4854 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4856 * ps-vars.el: Eliminated.
4858 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
4861 * ps-print.el: ps-vars eliminated, doc fix.
4862 (ps-print-version): New version number (5.0.2).
4863 (ps-spool-config): Initialization fix.
4864 (ps-print-customize): New fun.
4866 2000-01-04 Gerd Moellmann <gerd@gnu.org>
4868 * autorevert.el (auto-revert-mode): Return value of
4871 2000-01-04 Dave Love <fx@gnu.org>
4873 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
4876 2000-01-03 Dave Love <fx@gnu.org>
4878 * elide-head.el (elide-head) [defgroup]: Add :version.
4880 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
4881 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
4882 `cl-hash-table-p', not `hash-table-p'.
4883 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
4885 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4887 * faces.el (face-read-integer, read-face-attribute)
4888 (color-defined-p, color-values): unspecified-{f,b}g are now
4891 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
4893 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
4894 at comment end, and re-insert them after filling.
4896 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4898 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
4899 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
4900 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
4902 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4904 * term/x-win.el (xw-defined-colors): Call color-supported-p,
4905 the new name of face-color-supported-p.
4907 * term/w32-win.el (xw-defined-colors): Likewise.
4909 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4911 * simple.el (completion-setup-function): Count completion-size
4912 from minibuffer-prompt-end, not from point-min.
4914 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
4916 * faces.el (read-face-attribute, defined-colors, color-defined-p):
4917 Pass the frame to tty-color-* functions.
4918 (display-color-p, frame-set-background-mode): Pass the frame to
4919 tty-display-color-p.
4921 * term/tty-colors.el (tty-defined-color-alist): Renamed from
4923 (tty-color-alist, tty-modify-color-alist): New functions.
4924 (tty-color-define, tty-color-clear, tty-color-approximate)
4925 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
4926 an optional parameter FRAME.
4928 2000-01-01 Gerd Moellmann <gerd@gnu.org>
4930 * image.el (create-image, defimage): Don't assume image data is a
4933 * image.el (defimage): Handle specifications containing :data
4935 (image-type-from-data): New function.
4936 (image-type-from-file-header): Use it.
4937 (create-image): Add parameter DATA-P.
4939 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4941 * echistory.el (electric-command-history): Call Command-history-setup
4942 and command-history-mode using their new conventions.
4944 * chistory.el (Command-history-setup): Don't switch buffers. Take
4945 no args, and do not set major-mode, mode-name or the local map.
4946 (command-history-mode): New function, does some of those things
4947 Command-history-setup used to do.
4948 (list-command-history): Call command-history-mode, not
4949 Command-history-setup.
4950 (command-history): Renamed from command-history-mode.
4952 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4954 * arc-mode.el (archive-mode-map): Bind q to quit-window.
4956 1999-12-31 William M. Perry <wmperry@aventail.com>
4958 * image.el (defimage): Images with the `:data' keyword should be
4959 considered valid as well.
4961 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4963 * dired.el (dired-get-filename): Don't call file-name-absolute-p
4964 with FILE if FILE is nil.
4966 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4968 * simple.el (choose-completion-string): In minibuffer,
4969 do not delete the prompt string.
4971 1999-12-30 Gerd Moellmann <gerd@gnu.org>
4973 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
4974 assigned to mode-line-mode-menu because bindings.el is dumped with
4975 Emacs, and thus the lists used for menu-item definition will be
4976 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
4977 like pure menu item definitions.
4979 * expand.el (expand-abbrev-hook): Return t if expansion was
4980 done, nil otherwise.
4982 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4984 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
4985 (tar-quit): Function deleted.
4987 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
4989 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
4990 was used but not declared.
4992 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
4993 hs-find-block-beginning): Add or modify docstrings.
4995 (hs-isearch-show): Rewrite.
4997 1999-12-28 Gerd Moellmann <gerd@gnu.org>
4999 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
5001 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
5002 space in front of a C-style comment end.
5004 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
5006 * startup.el (command-line-1): Make mode line mouse-sensitive for
5007 the MS-DOS version as well.
5009 1999-12-28 Gerd Moellmann <gerd@gnu.org>
5013 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5015 * textmodes/ispell.el (ispell-process-line):
5016 Add local var line-offset to adjust for the change
5017 in positions within the line, due to previous replacements.
5019 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5021 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
5024 1999-12-27 Gerd Moellmann <gerd@gnu.org>
5026 * add-log.el (change-log-version-number-regexp-list)
5027 (change-log-version-info-enabled): Change :version to 21.1.
5028 (toplevel): Require CL when compiling.
5030 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
5032 * add-log.el (change-log-version-number-regexp-list): Added tag
5034 (change-log-version-info-enabled): Added tag :version 20.6
5036 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
5038 * add-log.el: More general version number search with
5039 user-configurable regexp list.
5040 (change-log-version-number-regexp-list): New user variable.
5041 (change-log-find-version): Rewritten. Use user-configurable
5042 version numbering regexp list
5043 change-log-version-number-regexp-list.
5044 (change-log-find-version): Renamed to
5045 change-log-version-number-search
5046 (add-log-file-name-function): New.
5047 (change-log-search-vc-number): Added END paramaeter. Added doc
5049 (change-log-version-rcs): Renamed. Was
5050 change-log-search-vc-number.
5052 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
5054 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
5055 overlays if they interfere.
5056 (compilation-find-file): Make intangible overlays tangible.
5058 * progmodes/hideshow.el: Generally, synch w/ maintainer
5061 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
5063 (hs-minor-mode-hook): Don't initialize.
5065 (hs-special-modes-alist): Rewrite value and docstring.
5067 (hs-minor-mode-prefix): Delete unused var.
5069 (hs-block-start-mdata-select): New var, buffer local.
5071 (hs-headline): New var.
5073 (hs-match-data, hs-forward-sexp): New funcs.
5075 (hs-hide-comment-region): New func.
5077 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
5078 hs-safety-is-job-n, hs-hide-initial-comment-block,
5079 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
5080 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
5081 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
5082 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
5083 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
5085 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
5086 (hs-isearch-show-temporary): New funcs.
5088 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
5090 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
5092 When constructing menu, use `[(shift button2)]' notation.
5094 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5096 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
5097 (jka-compr-compression-info-list): Add new elt to each vector.
5098 (jka-compr-write-region): Don't compress the data if it is
5101 * jka-compr.el (jka-compr-really-do-compress): New variable.
5102 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
5104 (jka-compr-write-region): Set jka-compr-really-do-compress
5105 if visiting. Test it when deciding to compress.
5107 1999-12-22 Gerd Moellmann <gerd@gnu.org>
5109 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
5110 with third argument t.
5112 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
5114 * antlr-mode.el: Version 1.2 is released.
5115 (antlr): This package has a web page.
5117 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
5119 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
5120 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
5121 (antlr-mode-map): New binding [C-c C-c].
5122 (antlr-mode-menu): New entries.
5124 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
5126 * antlr-mode.el: Respect Emacs conventions.
5127 ((require 'cl)): Only use during compilation.
5128 (antlr-language-for-option): New function to avoid using `find'.
5129 (antlr-mode): Use it.
5130 (antlr-with-syntax-table): Define new instead using XEmacs' one.
5131 (antlr-imenu-create-index-function): Change accordingly.
5132 (antlr-inside-rule-p): Ditto.
5133 (antlr-end-of-rule): Ditto.
5134 (antlr-end-of-body): Ditto.
5135 (antlr-beginning-of-rule): Ditto.
5136 (antlr-indent-line): Ditto.
5138 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
5140 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
5141 (antlr-set-tabs): Don't use hard-coded values.
5143 * antlr-mode.el: Minor navigation changes. Not perfect, but this
5144 won't be possible without a huge time penalty.
5145 (antlr-skip-exception-part): Be more specific.
5146 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
5147 Renamed from `antlr-skip-grammar-header'.
5148 (antlr-next-rule): Change accordingly.
5149 (antlr-end-of-body): Ditto. Better error message.
5150 (antlr-beginning-of-body): Better error message.
5151 (antlr-imenu-create-index-function): Skip rule action prelude.
5153 * antlr-mode.el: Minor syntax highlighting changes.
5154 (antlr-font-lock-default-face): Deletia.
5155 (antlr-font-lock-tokendef-face): Changed color.
5156 (antlr-font-lock-tokenref-face): Changed color.
5157 (antlr-font-lock-literal-face): Changed color.
5158 (antlr-font-lock-additional-keywords): Minor changes.
5160 1999-12-20 Carsten Dominik <cd@gnu.org>
5162 * progmodes/idlwave.el: New file.
5164 * progmodes/idlwave-rinfo.el: New file.
5166 * progmodes/idlwave-shell.el: New file.
5168 * progmodes/idlwave-toolbar.el: New file.
5170 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
5172 1999-12-21 Gerd Moellmann <gerd@gnu.org>
5174 * progmodes/cwarn.el: New file.
5176 1999-12-19 Gerd Moellmann <gerd@gnu.org>
5178 * bindings.el (completion-ignored-extensions): Add .pdf.
5180 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
5182 * version.el: Put the version info into binary on MS-DOS as well.
5184 1999-12-19 Gerd Moellmann <gerd@gnu.org>
5186 * emacs-lisp/debug.el (debugger-continue): Don't continue if
5187 debugger-may-continue is nil.
5189 1999-12-18 Dave Love <fx@gnu.org>
5191 * emacs-lisp/cl-macs.el: Remove conditional definition of
5192 eval-when-compile. Don't specify abs, expt, gethash,
5193 hash-table-count, hash-table-p as side-effect-free here.
5194 (cl-emacs-type): Don't declare.
5195 (cl-compile-time-init): Remove Emacs 18 compiler patch.
5196 (cl-parse-loop-clause): Remove compatibility code.
5198 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
5199 (side-effect-free-fns): Add gethash, hash-table-count.
5200 (side-effect-and-error-free-fns): Add hash-table-p.
5202 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
5203 `cl-' to autoload names for some hash functions. Don't autoload
5204 eval-when-compile. Don't provide mini-cl.
5205 (cl-emacs-type): Remove.
5206 (cl-map-extents): Remove compatibility code.
5208 * emacs-lisp/float.el: Bind free variables.
5210 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
5212 1999-12-16 Gerd Moellmann <gerd@gnu.org>
5214 * bindings.el (completion-ignored-extensions): Add .tfm.
5216 1999-12-16 Dave Love <fx@gnu.org>
5218 * faces.el (set-face-attribute): Purecopy the attributes set.
5220 * custom.el (custom-declare-variable): Purecopy value.
5222 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
5223 (byte-extrude-byte-code-vectors): Use remprop.
5224 (byte-compile-lambda): Check that arg is a lambda.
5226 1999-11-16 Anders Lindgren <AndersL@andersl.com>
5228 * font-lock.el: System for adding and removing keywords.
5229 Both local (previously added keyword) and global keywords
5231 (font-lock-remove-keywords): New user-level function.
5232 (font-lock-update-removed-keyword-alist): New internal function.
5233 (font-lock-removed-keywords-alist): New variable.
5234 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
5235 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
5236 growing datastructures.
5237 (font-lock-set-defaults): Removes keywords stored in
5238 `font-lock-removed-keywords-alist' after local keywords added.
5240 1999-12-16 Anders Lindgren <andersl@andersl.com>
5242 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
5243 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
5245 * font-lock.el (c-keywords): Only highlight preprocessor
5246 directives when spelled correctly.
5248 * font-lock.el (font-lock-match-c++-structor-declaration,
5249 c++-keywords): Fontify constructors and destructors with function
5250 face inside C++ class declarations.
5252 1999-12-16 Gerd Moellmann <gerd@gnu.org>
5254 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
5255 the shell from sh-shell-file.
5257 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
5259 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
5261 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
5262 if one of the files specified cannot be accessed by
5263 file-attributes. Do not strip any leading directories from the
5264 file names, to behave more like `ls' does.
5266 * dired.el (dired-get-filename): Handle absolute file names.
5267 (dired-readin-insert): If argument is a cons, don't print
5268 "wildcard" on the ``total'' line.
5270 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
5272 * faces.el (face-read-integer, read-face-attribute)
5273 (color-defined-p, color-values): Allow color values unspecified-fg
5274 and unspecified-bg, handle them as unspecified.
5276 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
5278 * textmodes/reftex.el: (reftex-compile-variables): respect new
5279 structure of `reftex-index-macro'
5280 (reftex-compile-variables): Use the changed structure of
5281 `reftex-label-alist'.
5283 * textmodes/reftex-vars.el (reftex-index-math-format,
5284 (reftex-toc-max-level): New option.
5285 reftex-index-phrases-search-whole-words,
5286 reftex-index-phrases-case-fold-search,
5287 reftex-index-phrases-skip-indexed-matches,
5288 reftex-index-phrases-wrap-long-lines,
5289 reftex-index-phrases-sort-prefers-entry,
5290 reftex-index-phrases-sort-in-blocks): New options.
5291 (reftex-index-macros): Option structure changed.
5292 (reftex-index-macros-builtin): Added `repeat' item to each entry.
5293 (reftex-label-alist): Additional item in each entry to specify if
5294 the environment should be listed in the TOC.
5295 (eval-when-compile (require 'cl)) added.
5297 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
5298 longer deals with "repeat".
5299 (reftex-index): "repeat property in `reftex-index-macro-alist' is
5301 (reftex-index-phrases-comment-regexp,
5302 reftex-index-phrases-macrodef-regexp,
5303 reftex-index-phrases-phrase-regexp1,
5304 reftex-index-phrases-phrase-regexp2,
5305 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
5307 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
5308 reftex-index-phrases-font-lock-keywords,
5309 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
5310 reftex-index-phrases-restrict-file): New variables.
5311 (reftex-index-phrase-selection-or-word,
5312 reftex-index-visit-phrases-buffer,
5313 reftex-index-initialize-phrases-buffer,
5314 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
5315 reftex-index-next-phrase, reftex-index-this-phrase,
5316 reftex-index-all-phrases, reftex-index-region-phrases,
5317 reftex-index-phrases-parse-header,
5318 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
5319 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
5320 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
5321 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
5322 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
5323 reftex-index-make-replace-string,
5324 reftex-query-index-phrase-globally, reftex-query-index-phrase,
5325 reftex-index-phrase-match-is-indexed,
5326 reftex-index-phrases-fixup-line,
5327 reftex-index-phrases-replace-space,
5328 reftex-index-select-phrases-macro): New functions.
5329 (reftex-index-globalize, reftex-index-globally): functions removed
5330 (eval-when-compile (require 'cl)) added.
5332 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
5334 (reftex-toc-max-level-indicator): New variable.
5335 (reftex-toc-max-level): New command.
5336 (reftex-toc-map): New keybinding `t'.
5337 (reftex-toc-help): Constant updated.
5338 (eval-when-compile (require 'cl)) added.
5340 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
5341 `t' command key can change `reftex-toc-max-level'
5342 (eval-when-compile (require 'cl)) added.
5344 * textmode/reftex-sel (reftex-insert-docstruct): Respect
5345 `reftex-toc-max-level'
5346 (eval-when-compile (require 'cl)) added.
5348 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
5351 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
5354 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
5356 (reftex-citation, reftex-do-citation,
5357 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
5358 preselect a citation format.
5359 (eval-when-compile (require 'cl)) added.
5361 * textmodes/reftex-parse.el (reftex-context-substring): Optional
5363 (reftex-section-info): Deal with environment matches.
5364 (eval-when-compile (require 'cl)) added.
5366 * reftex-global.el (eval-when-compile (require 'cl)) added.
5368 1999-12-15 Kenichi Handa <handa@etl.go.jp>
5370 The following changes are for the new composition mechanism. We
5371 have deleted `composition' charset and composite characters,
5372 instead introduced a special text property `composition'.
5374 * composite.el: New file.
5376 * ps-mule.el: Define encode-composition-rule and find-composition
5377 for Emacs 20.4 and the earlier versions.
5378 (ps-mule-init-external-library): Just require a feature for
5380 (ps-mule-prologue): Postscript code modified for new composition.
5381 (ps-mule-find-wrappoint): New arg COMPOSITION.
5382 (ps-mule-plot-string): Delete code for composite characaters.
5383 (ps-mule-plot-composition): New funcion.
5384 (ps-mule-prepare-font-for-components): New function.
5385 (ps-mule-plot-components): New function.
5386 (ps-mule-composition-prologue-generated): Renamed from
5387 ps-mule-cmpchar-prologue-generated.
5388 (ps-mule-composition-prologue): New named from
5389 ps-mule-cmpchar-prologue. Modified for new composition.
5390 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
5391 ps-mule-prepare-cmpchar-font): Deleted.
5392 (ps-mule-string-encoding): New arg NO-SETFONT.
5393 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
5394 check Composing, not Cmpchar
5395 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
5397 (ps-mule-begin-job): Check existence of new composition.
5399 * ps-print.el (ps-plot-region): Handle new composition.
5401 * simple.el (what-cursor-position): Show "(composed)" if the
5402 character is composed.
5404 * international/characters.el: Fix cateogries of Lao symbols.
5406 * international/fontset.el (vertical-centering-font-regexp): New
5409 * international/mule.el (mule-version): Updated to 5.0 (AOI).
5410 (mule-version-date): Updated to 1999.12.7.
5411 (with-category-table): New macro.
5413 * international/mule-cmds.el (encode-coding-char): Don't check
5414 composite character.
5416 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
5417 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
5418 x-ctext): Give `composition' property t.
5420 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
5421 non-nil) at the tail of ALIST.
5422 (compose-region, decompose-region, decompse-string,
5423 reference-point-alist, compose-chars): Moved to composite.el.
5424 (compose-chars-component, compose-chars-rule,
5425 decompose-composite-char): Deleted.
5427 * international/quail.el (quail-install-map): New optional arg
5429 (quail-get-translation): If DEF is a symbol but not a function,
5431 (quail-start-translation): Put a key sequence undefined in the
5432 translation keymap in unread-command-events, not generated-events.
5433 Return parameterized event (compose-last-chars N) if the input
5434 characters should be composed.
5435 (quail-map-definition): If DEF is t, treat it as nil.
5436 (quail-delete-last-char): Delete the quail region.
5437 (quail-show-translations): Don't show list of translations if the
5438 quail package is deterministic.
5439 (quail-completion-max-depth): New variable.
5440 (quail-completion-1): Pay attention to the above variable. Fix
5441 for the case that a translation is a function.
5442 (quail-map-from-table, quail-map-from-table-1,
5443 quail-map-from-table-2): New functions.
5444 (quail-lookup-map-and-concat): New function
5446 * language/devan-util.el: Mostly rewritten.
5448 * language/lao.el: Register lao-composition-function in
5449 composition-function-table.
5451 * language/lao-util.el: Mostly rewritten.
5453 * language/thai.el: Register thai-composition-function in
5454 composition-function-table.
5455 (thai-tis620): Delete `pre-write-conversion' property.
5457 * language/thai-util.el: (thai-category-table): Make it by
5458 make-category-table.
5459 (thai-composition-pattern): New variable.
5460 (thai-compose-region, thai-compose-string): Use
5461 with-category-table.
5462 (thai-post-read-conversion): Just call thai-compose-region.
5463 (thai-pre-write-conversion): Deleted.
5464 (thai-composition-function): New funciton.
5466 * language/tibet-util.el: Most functions rewritten.
5467 (tibetan-char-p): Renamed from tibetan-char-examin.
5468 (tibetan-composable-examin) (tibetan-complete-char-examin)
5469 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
5470 (tibetan-add-components): New function.
5471 (tibetan-composition-function): New function.
5473 * language/tibetan.el: Register tibetan-composition-function in
5474 composition-function-table.
5475 (tibetan-composable-pattern): New variable.
5476 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
5477 (tibetan-precomposition-rule-alist): Move punctuations to
5478 tibetan-punctuation-transcription-alist and
5479 tibetan-obsolete-glyphs.
5480 (tibetan-punctuation-transcription-alist): New variable.
5481 (tibetan-obsolete-glyphs): New variable.
5482 (tibetan-regexp): Improve the initialization code.
5484 * textmodes/fill.el (fill-find-break-point): Delete codes for
5485 composite characters.
5486 (fill-region-as-paragraph): Likewise.
5488 1999-12-14 Gerd Moellmann <gerd@gnu.org>
5490 * international/mule-cmds.el (default-input-method): Specify
5491 that it should be set after current-language-environment.
5493 * custom.el (custom-handle-keyword): Add :set-after.
5494 (custom-add-dependencies): New function.
5495 (custom-set-variables): Take dependencies between args into
5498 * battery.el (battery): Doc fix.
5500 1999-12-12 Gerd Moellmann <gerd@gnu.org>
5502 * progmodes/cc-make.el: Removed.
5504 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5506 * Release of cc-mode 5.26
5508 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5510 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
5511 target depth. Optionally count #else lines as clause limits,
5512 as suggested by don provan <provan@lucent.com>. #elif
5515 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
5516 (c-down-conditional-with-else): New commands that uses the
5517 added functionality in `c-forward-conditional'.
5519 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5521 * cc-align.el (c-lineup-comment): Preserve the alignment with
5522 a comment on the previous line instead of preserving the
5525 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5527 * Fixes to IDL mode after input from Eric Eide
5528 <eeide@cs.utah.edu>:
5529 * cc-engine.el (c-beginning-of-statement-1): Allow
5530 `c-conditional-key' to be nil, for the benefit of IDL mode.
5531 * cc-engine.el (c-guess-basic-syntax): Ditto.
5532 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
5533 but do match CORBA 2.3 `valuetype'.
5534 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
5536 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
5538 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
5540 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
5541 set `c-method-key' and `c-baseclass-key' to nil.
5543 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5545 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
5546 with nonhanging open braces.
5548 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5550 * cc-align.el: Added docstrings to all lineup functions.
5552 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
5555 * cc-align.el (c-lineup-C-comments): Handle free form text
5556 comments. Use c-comment-prefix-regexp and comment-start-skip
5557 instead of hardcoded regexps.
5559 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5561 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
5562 behavior and return value as documented.
5564 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5566 * Changes for new style variable init system:
5567 * cc-langs.el (c-common-init): Dito.
5568 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
5570 * cc-vars.el: Style variables may now take a value
5571 'set-from-style to make them take their value from the style
5572 system. This value is now the default on all these variables.
5573 * cc-vars.el (c-valid-offset): New function to verify a
5574 syntactic symbol offset setting.
5575 * cc-vars.el (c-offsets-alist): Variable moved from
5576 cc-styles.el since it's now customizable in a similar way to
5577 the other style variables.
5578 * cc-vars.el (c-old-style-variable-behavior): New variable to
5579 revert to the old style init behavior.
5581 * cc-vars.el (c-file-style, c-file-offsets): Made always
5584 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
5585 the throws clause that might follow the function prototype in
5588 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5590 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
5591 could move forward for macros that doesn't start in column 0.
5593 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5595 * cc-align.el (c-indent-multi-line-block,
5596 c-lineup-whitesmith-in-block): Two new lineup functions for
5597 use in whitesmith style.
5599 * cc-styles.el (c-style-alist): More fixes to whitesmith
5600 style. It should now handle all different braces uniformly in
5601 both hanging and non-hanging cases.
5603 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5605 * cc-cmds.el (c-indent-exp): Use a marker to save point to
5606 make it stay in the same position relative to the surrounding
5609 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
5610 when adaptive-fill-mode doesn't manage to get it correct.
5612 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
5613 with dotted notation, e.g. foo.bar.Gnu.
5615 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
5616 within unwind-protect (previously only some were wrapped so it
5617 would be possible to register mode initialization when full
5618 initialization did not finish).
5620 * cc-styles.el (c-style-alist): Corrected the brace placement
5621 in the whitesmith style. Thanks to Sean Luke
5622 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
5623 styles with consistent brace placement for all constructs.
5625 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5627 * cc-cmds.el (c-context-line-break): Continue C++ comments too
5628 when point is in the middle of them.
5630 * cc-cmds.el: Line breaking and paragraph filling code
5632 (c-guess-fill-prefix): New function that uses various
5633 heuristics to guess the comment prefix.
5634 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
5635 It now assumes adaptive filling is active to preserve the line
5636 prefix inside comments.
5637 (c-indent-new-comment-line): Replacement for the now
5638 obsolete `c-comment-line-break-function' that uses
5639 `c-guess-fill-prefix' when appropriate. It now observes the
5640 setting of `comment-multi-line', which has effect in C-style
5643 * cc-cmds.el (c-context-line-break): New function intended to
5644 be put on RET. It's essentially `newline-and-indent', but
5645 continues C block comments with the appropriate line prefix.
5647 * cc-cmds.el (c-do-auto-fill): New function put on
5648 `normal-auto-fill-function' to implement the
5649 `c-ignore-auto-fill' variable.
5651 * cc-cmds.el (c-beginning-of-statement): Use
5652 `c-comment-prefix-regexp' to avoid ending up inside the
5653 comment prefix. Better handling of comment starters and
5654 enders. Catch comments better when traversing code. Stop at
5655 preprocessor directives.
5657 * cc-defs.el (c-forward-comment): New subst to hide platform
5658 dependent quirks in `forward-comment'.
5660 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
5662 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
5663 arguments. Activate this function by default when
5664 `parse-partial-sexp' supports it (currently Emacs 20.x).
5666 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
5667 on the comment opener to make constants usable as lineup
5670 * cc-align.el (c-lineup-C-comments): Fixes to handle the
5671 changed anchor position in the `c' syntactic symbol. Handle
5672 more than stars in the comment prefix; use the new variable
5673 `c-comment-prefix-regexp'. Don't indent text not preceded by
5674 a comment prefix to the right of the comment opener if it's
5677 * cc-langs.el: Fixes to mode initialization for new line
5678 breaking and paragraph filling method. Adaptive fill mode is
5679 now activated at startup instead of deactivated. The
5680 variables used for adaptive filling and paragraph movement are
5681 also changed to incorporate the value of
5682 `c-comment-prefix-regexp'. `substitute-key-definition' is
5683 used to override some functions in the global map instead of
5684 overriding their default bindings.
5686 * cc-mode.el (java-mode): Modify `paragraph-start' for the
5687 javadoc markup at mode init.
5689 * cc-mode.el (c-setup-filladapt): A new convenience function
5690 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
5691 function is intended to be used explicitly by the end user
5694 * cc-vars.el (c-comment-prefix-regexp): New variable used to
5695 recognize the comment fill prefix inside comments.
5696 (c-block-comment-prefix): New name for
5697 `c-comment-contiuation-stars', which is now obsolete. It's
5698 generalized to handle any character sequence.
5699 (c-ignore-auto-fill): New variable used to selectively disable
5700 Auto Fill mode in specific contexts.
5702 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5704 * cc-cmds.el (c-comment-indent): Leave at least one space
5705 between the comment and the last nonblank character in the
5706 case where we look at the indentation of the comment on the
5707 previous line (case 4).
5709 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
5710 list of characters that may start a statement (it's a sort of
5711 prefix operator in Pike, and isn't used at all in any of the
5714 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5716 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
5717 inside continued statements as statement-cont instead of
5718 brace-list-open. The reason is that one normally adjusts
5719 brace-list-open for brace lists as top-level constructs, and
5720 brace lists inside statements is a completely different
5721 context. Case 10B.2 changed. Also changed (the somewhat
5722 esoteric) case 9A to cope with this.
5724 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5726 * cc-cmds.el (c-electric-brace): Added electric handling of
5727 the open brace for brace-elseif-brace.
5729 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5731 * cc-defs.el (c-with-syntax-table): New macro to easily switch
5732 syntax tables temporarily.
5734 * cc-engine.el (c-guess-basic-syntax): Handle template and
5735 member init argument lists split over several lines. Case 5D
5738 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
5739 @throws introduced in Javadoc 1.2.
5741 * cc-menus.el (cc-imenu-java-generic-expression): Applied
5742 patch from RMS to avoid infinite backtracking.
5744 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5746 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
5749 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5751 * cc-align.el (c-lineup-dont-change): Compensate properly for
5752 the column in langelem.
5754 * cc-engine.el (c-syntactic-information-on-region): New
5755 function to help debugging the syntactic analysis.
5757 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5759 * cc-align.el (c-lineup-template-args): Handle nested template
5762 * cc-langs.el (c++-template-syntax-table): New syntax table
5763 that makes `<' and `>' parenthesis characters, which is useful
5764 to switch to temporarily when analyzing template arglists.
5766 * cc-styles.el: Changed default alignment of labels in the
5767 java style to conform to the examples in the Java Language
5770 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
5773 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5775 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
5776 immediately before the closing paren in an arglist, so don't
5777 check that in Pike mode. Case 7A changed.
5779 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5781 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
5782 lines were ignored under certain conditions.
5784 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5786 * cc-align.el (c-lineup-template-args): New function for
5787 aligning continued template argument lists.
5789 * cc-engine.el (c-guess-basic-syntax): Fix for member init
5790 lists containing function arglists split over several lines.
5793 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
5794 template-args-cont didn't get recognized when the first
5795 arglist opener line doesn't contain a template argument. New
5798 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5800 * cc-defs.el (c-point): Changed from subst to macro for
5802 (c-beginning-of-defun-1, c-end-of-defun-1): New
5803 beginning-of-defun/end-of-defun wrappers separated from
5806 * cc-menus.el (imenu-generic-expression,
5807 imenu-case-fold-search, imenu-progress-message): Dummy
5808 definitions to avoid compiler warnings if imenu can't be
5810 * cc-menus.el (cc-imenu-init): New function called at mode
5812 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
5813 imenu initializations to cc-imenu-init.
5815 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5817 * cc-engine.el (c-guess-basic-syntax): Slightly better check
5818 for lambda-intro-cont in Pike mode. Case 6 changed.
5820 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
5821 anything following "new Foo()" was considered an anonymous
5822 class body in Java mode.
5824 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
5826 * cc-cmds.el (c-comment-line-break-function): When breaking in
5827 a string, don't insert a new line.
5829 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
5831 * cc-engine.el (c-at-toplevel-p): New interface function which
5832 returns information useful to add-on authors. It tells you
5833 whether you're at a toplevel statement or not.
5835 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
5837 * cc-cmds.el (c-comment-line-break-function): It is possible
5838 that forward-line does not land us at the bol, say if we're on
5839 the last line in a file. In that case, do a
5840 back-to-indentation instead of a forward-comment -1.
5842 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5844 * cc-engine.el (c-beginning-of-statement-1): Don't catch
5845 "default:" as normal label in case 4.
5847 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5849 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
5850 recognize continued bitfield declarations. Case 5D.1 changed.
5851 * cc-langs.el: New variable c-bitfield-key.
5852 * cc-mode.el: New variable c-bitfield-key.
5854 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5856 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
5857 anonymous array expressions (i.e. "new Foo[] {.. bracelist
5860 1999-12-12 Dave Love <fx@gnu.org>
5862 * mail/footnote.el: Require cl when compiling. Don't autoload
5863 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
5864 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
5866 (footnote-mode-line-string, Footnote-add-footnote): Remove
5869 1999-12-12 Richard Sharman <rsharman@pobox.com>
5871 * sh-script.el: Fix for when font-lock mode is active.
5872 (sh-font-lock-unfontify-region-function): New function.
5874 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
5876 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
5877 if start-process is not bound, since Ispell now supports such
5880 1999-12-12 Gerd Moellmann <gerd@gnu.org>
5882 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
5883 rmail-summary-goto-msg.
5885 * files.el (after-find-file): Fix previous change.
5887 1999-12-11 Dave Love <fx@gnu.org>
5889 * help.el (where-is): Use `commandp' as predicate for
5892 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5894 * cus-edit.el (custom-save-delete): Delete all occurrences,
5895 leave point where the first occurrence was.
5896 (custom-save-faces): Insert a newline at the end of the comment.
5897 Avoid a double newline there.
5898 If final closeparen is at bol, put a space before it.
5899 (custom-save-variables): Likewise.
5900 (custom-file): Doc fix.
5902 1999-12-10 Gerd Moellmann <gerd@gnu.org>
5904 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
5905 regexp matching image and audio files.
5907 1999-12-09 Dave Love <fx@gnu.org>
5909 * mail/footnote.el: New file.
5911 1999-12-09 Gerd Moellmann <gerd@gnu.org>
5913 * files.el (after-find-file): Use auto-save-visited-file-name if
5916 * mail/feedmail.el (feedmail-find-eoh): Take
5917 feedmail-queue-alternative-mail-header-separator into account.
5919 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
5921 * smerge-mode.el: New file.
5923 * font-lock.el (font-lock-multiline): New variable.
5924 (font-lock-add-keywords): Rename `major-mode' into `mode'.
5925 (font-lock-remove-keywords): Added a dummy `mode' argument for
5926 potential future support.
5927 (font-lock-fontify-anchored-keywords,
5928 (font-lock-fontify-keywords-region): Only handle multiline strings
5929 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
5931 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5933 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
5935 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
5937 1999-12-07 Dave Love <fx@gnu.org>
5939 * help.el (view-emacs-problems): New command, bound to C-h P.
5941 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
5943 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
5945 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
5946 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
5947 New code to support the minor mode version.
5948 (diff-recenter): New function.
5949 (diff-next-hunk, diff-next-file): Use it.
5950 (diff-remembered-files-alist): New var.
5951 (diff-merge-strings): New function.
5952 (diff-find-file-name): Make it smarter and use the user's input more.
5953 (diff-mode): Cosmetic changes.
5955 * files.el (save-some-buffers): Turn EXITING into the more general
5956 PRED argument to allow specifying a subset of buffers.
5958 * simple.el (kill-region): Use the new `delete-and-extract-region'
5959 rather than the undo log (which is incorrect with *-change-functions).
5961 * font-lock.el (font-lock-default-fontify-region): Fix subtle
5962 off-by-one problem that could force re-fontifying the whole buffer.
5963 (font-lock-remove-keywords): New function.
5964 (font-lock-add-keywords): Use the new function to ensure idempotence.
5966 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
5968 * viper-cmd.el (viper-minibuffer-standard-hook,
5969 viper-minibuffer-real-start): Mew functions.
5970 (viper-read-string-with-history,viper-file-add-suffix,
5971 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
5972 change in the status of the minibuffer prompt.
5974 1999-12-06 Gerd Moellmann <gerd@gnu.org>
5976 * comint.el (comint-redirect-results-list)
5977 (comint-redirect-results-list-from-process): Remove interactive
5980 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5982 * info.el (info-node, info-menu-5, info-xref): Define colors for
5983 Info faces if the display supports them.
5985 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5987 Changes for automatic remapping of X colors on terminal frames:
5989 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
5990 term-setup-hook. Call msdos-remember-default-colors and
5991 msdos-handle-reverse-video.
5992 (msdos-face-setup): Parts of code moved to
5993 msdos-setup-initial-frame.
5994 (msdos-handle-reverse-video): New function, modeled after
5995 x-handle-reverse-video.
5996 (make-msdos-frame): Don't use initial-frame-alist and
5997 default-frame-alist. Call msdos-handle-reverse-video.
5998 (msdos-color-aliases): Remove.
5999 (msdos-color-translate, msdos-approximate-color): Remove.
6000 (msdos-color-values): Use 16-bit RGB values. RGB values updated
6001 for better approximation of X colors.
6002 (msdos-face-setup): Call tty-color-clear. Remove code that sets
6003 up tty-color-alist (it is now on startup.el).
6004 (x-display-color-p, x-color-defined-p, x-color-values,
6005 x-defined-colors, face-color-supported-p, face-color-gray-p):
6008 * facemenu.el (facemenu-read-color, list-colors-display): Use
6009 defined-colors for all frame types.
6010 (facemenu-color-equal): Use color-values for all frame types.
6012 * faces.el (read-face-attribute): For :foreground and :background
6013 attributes and frames on character terminals, translate the color
6014 to the closest supported one before looking it up in the list of
6016 (face-valid-attribute-values): Call defined-colors for all types
6018 (defined-colors, color-defined-p, color-values, display-color-p):
6020 (x-defined-colors, x-color-defined-p, x-color-values,
6021 x-display-color-p): Aliases for the above.
6023 * startup.el (command-line): Register terminal colors for frame
6024 types other than x and w32, but only if the terminal supports
6025 colors. Call tty-color-define instead of face-register-tty-color.
6027 * term/x-win.el (xw-defined-colors): Renamed from
6029 * term/w32-win.el (xw-defined-colors): Likewise.
6031 * term/tty-colors.el: New file.
6032 * loadup.el: Load term/tty-colors.
6034 1999-12-06 Dave Love <fx@gnu.org>
6036 * ffap.el: Autoload the ffap alias directly.
6038 1999-12-06 Inge Frick <inge@nada.kth.se>
6040 * dired-aux.el (dired-do-shell-command): Changed documentation.
6041 (dired-shell-stuff-it): A `?' in COMMAND has now the same
6044 1999-12-06 Gerd Moellmann <gerd@gnu.org>
6046 * simple.el (insert-buffer): Doc fix.
6048 * apropos.el (apropos-mode): Add autoload cookie.
6050 1999-12-06 Sam Steingold <sds@goems.com>
6052 * progmodes/etags.el (etags-tags-completion-table): Modified the
6053 regexp to allow for the CL symbols starting with `+*'.
6054 (tags-completion-table): Doc fix (it's an obarray, not an alist).
6055 (tags-completion-table, tags-recognize-empty-tags-table): Remove
6056 `function' quoting lambda.
6057 (tags-with-face): New macro.
6058 (list-tags, tags-apropos): Use it.
6059 (tags-apropos-additional-actions): New user option.
6060 (etags-tags-apropos-additional): Use it.
6061 (tags-apropos): Call etags-tags-apropos-additional.
6062 (tags-apropos-verbose): New user option.
6063 (etags-tags-apropos): Use it.
6064 (visit-tags-table-buffer, next-file): Use `unless'.
6065 (recognize-empty-tags-table): Renamed to
6066 tags-recognize-empty-tags-table.
6067 (complete-tag): Call tags-complete-tag bypassing try-completion.
6069 1999-12-06 Kenichi Handa <handa@etl.go.jp>
6071 * international/mule.el (set-buffer-file-coding-system): Docstring
6074 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
6076 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
6077 using the hideshow package.
6078 (hs-special-modes-alist): Added entry for bibtex to allow the use
6079 of the hideshow package.
6080 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
6081 not longer provided by bibtex.el directly. Instead the hideshow
6082 package should be used.
6083 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
6084 references to bibtex-hide-entry-bodies.
6086 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
6088 * textmodes/bibtex.el: Copyright notice is up to date. Moved
6089 maintainer information closer to the beginning of the bibtex.el
6091 (bibtex-maintainer-salutation): New constant.
6092 (bibtex-version): New constant.
6093 (bibtex-submit-bug-report): Use bibtex-version and
6094 bibtex-maintainer-salutation.
6095 (bibtex-entry-field-alist): Made booktitle field optional for
6096 @inproceedings entries when crossreferenced.
6097 (bibtex-entry-field-alist): Added booktitle field to proceedings
6098 entry type (for cross referencing). Thanks to Wagner Toledo Correa
6100 (bibtex-string-file-path): Fixed typo.
6102 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
6104 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
6106 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
6109 1999-12-04 Dave Love <fx@gnu.org>
6111 * delsel.el: Revert previous change -- region is significant to
6114 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
6116 * viper-cmd.el (viper-change-state): Use
6117 viper-ESC-moves-cursor-back to decide whether to move the cursor
6120 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
6122 * international/mule-util.el (truncate-string-to-width): Docsting
6125 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
6127 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
6129 (lm-with-file): Move all the find-file...kill-buffer stuff into
6130 this macro. Make it use `find-file-noselect' and make it kill
6131 the buffer only if it wasn't already displayed somewhere.
6132 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
6133 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
6134 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
6135 (lm-commentary): Fix to handle the case when the change log is
6136 at the end of the file.
6138 1999-12-02 Kenichi Handa <handa@etl.go.jp>
6140 * international/mule.el (charsetp): Fix typo in docstring.
6142 * international/mule-diag.el (list-coding-categories): Fix typo;
6143 automatic -> autoload.
6145 1999-12-02 Gerd Moellmann <gerd@gnu.org>
6147 * vc.el (vc-update-change-log): Look for rcs2log under
6150 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
6151 outline-regexp, add outline-level.
6152 (lisp-outline-level): New.
6154 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
6155 remove extraneous string-match.
6157 * finder.el (finder-commentary): Activate Finder mode.
6159 1999-12-01 Anders Lindgren <andersl@andersl.com>
6161 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
6162 off when reverting buffers that contained mode specifiers.
6163 `revert-buffer' is now called with non-nil PRESERVE-MODES
6166 1999-12-01 Dave Love <fx@gnu.org>
6168 * delsel.el: Grok skeleton-pair-insert-maybe.
6170 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6172 * progmodes/cperl-mode.el (cperl-under-as-char):
6175 1999-11-30 Gerd Moellmann <gerd@gnu.org>
6177 * speedbar.el (toplevel): Remove compatibility code for Emacs
6178 versions without custom.el.
6180 1999-11-30 Dave Love <fx@gnu.org>
6182 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
6184 * autoinsert.el: Minor doc fixes.
6185 (auto-insert): Return nil.
6187 * faces.el (set-face-documentation): Purecopy STRING.
6189 1999-11-29 Dave Love <fx@gnu.org>
6191 * derived.el: Doc fixes, remove old backquote syntax.
6193 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
6194 comment warning about editing.
6196 * help.el (help-mode-hook): Define.
6198 1999-11-29 Gerd Moellmann <gerd@gnu.org>
6200 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
6201 invalid translation of old-style backquote syntax to new syntax.
6203 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
6205 * Makefile (DONTCOMPILE): Add term/internal.el.
6207 1999-11-26 Dave Love <fx@gnu.org>
6209 * comint.el: Fix last change.
6211 * emacs-lisp/advice.el: Fix last change.
6213 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6215 * cus-edit.el (Custom-reset-standard): Doc fix.
6216 (custom-variable-reset-standard): Doc fix.
6217 (custom-face-reset-standard): Doc fix.
6218 (custom-face-menu): "Reset to Standard" => "Erase Customization".
6219 (custom-variable-menu): Likewise.
6220 (custom-reset-menu): Likewise.
6221 (custom-buffer-create-internal): Likewise.
6223 1999-11-26 Dave Love <fx@gnu.org>
6225 * progmodes/make-mode.el (makefile-mode-hook): Customize.
6227 * font-lock.el: Doc fixes.
6229 * menu-bar.el (menu-bar-mode): Customize.
6231 * cus-start.el: Add use-dialog-box.
6233 * add-log.el (change-log-mode-hook): Customize.
6234 (add-log-current-defun): Use
6235 fortran-{beginning,end}-of-subprogram.
6237 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6239 * emacs-lisp/advice.el: Many doc fixes.
6241 * comint.el (comint-preoutput-filter-functions): Doc fix.
6243 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6245 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6246 Improve messages for capitalization of arg names,
6247 for flag variables, for t and nil, for imperatives.
6248 Call them imperatives rather than infinitives sans "to".
6249 (checkdoc-common-verbs-wrong-voice): Add "moves".
6250 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
6252 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6253 Don't convert comments from 3-semicolon to 2-semicolon.
6254 That is a matter of style.
6255 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
6256 (checkdoc-comments): Don't bind that variable.
6258 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6260 * files.el (write-file-hooks): Doc fix.
6262 1999-11-26 Gerd Moellmann <gerd@gnu.org>
6264 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
6266 1999-11-25 Dave Love <fx@gnu.org>
6268 * hippie-exp.el: Require comint when compiling.
6269 (hippie-expand): Add :links.
6270 (hippie-expand-try-functions-list): Customize.
6272 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
6274 * viper*el: Replaced old-style backquotes.
6276 * ediff*el: Replaced old-style backquotes.
6279 (ediff-looks-like-combined-merge,ediff-get-combined-region):
6280 Changed to support the new format for ediff-combination-pattern.
6282 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
6283 Changed to support the new format for ediff-combination-pattern.
6285 1999-11-24 Dave Love <fx@gnu.org>
6287 * custom.el (custom-declare-group): Purecopy DOC.
6288 (custom-handle-keyword): Purecopy VALUE.
6289 (custom-add-link): Purecopy WIDGET.
6290 (custom-add-version): Purecopy VERSION.
6291 (custom-add-load): Purecopy LOAD.
6293 * cus-face.el (custom-declare-face): Purecopy DOC.
6296 (Info-build-node-completions, Info-search, Info-follow-reference)
6297 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
6298 (Info-find-emacs-command-nodes): Avoid properties on matched text
6299 which may appear in minibuffer.
6301 1999-11-24 Gerd Moellmann <gerd@gnu.org>
6303 * locate.el (locate-with-filter): Doc fix.
6305 1999-11-24 Alex Schroeder <alex@gnu.org>
6307 * sql.el (sql-find-sqli-buffer): New function.
6308 (sql-set-sqli-buffer-generally): New function.
6309 (sql-set-sqli-buffer): Better checking of new-buffer.
6310 (sql-copy-column): Add comma after INTO clause, too.
6312 1999-11-24 Alex Schroeder <alex@gnu.org>
6314 * sql.el (sql-imenu-generic-expression): New, used to set
6315 imenu-generic-expression.
6317 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
6318 setting font-lock-defaults' SYNTAX-ALIST. Set
6319 imenu-generic-expression, imenu-case-fold-search, and
6322 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
6323 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
6325 1999-11-23 Andrew Innes <andrewi@gnu.org>
6327 * w32-win.el (w32-drag-n-drop): Load files in current window, if
6328 drop coords aren't over a specific window.
6330 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6332 * ps-print.el: Define mule funs without checking if mule package is
6334 (ps-print-version): New version number (5.0.1).
6335 (ps-header-dirpart): Now uses abbreviate-file-name.
6337 1999-11-23 Dave Love <fx@gnu.org>
6339 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
6341 (fortran-comment-line-start-skip): Renamed from
6342 comment-line-start-skip.
6343 (fortran-mode-map): Use renamed functions. Add manual and custom
6345 (fortran-mode-hook): Customize.
6346 (fortran-comment-indent-function): Renamed from
6347 fortran-comment-hook.
6348 (delete-horizontal-regexp): Function deleted.
6349 (fortran-electric-line-number): Simplified.
6350 (fortran-beginning-of-subprogram): Renamed from
6351 beginning-of-fortran-subprogram.
6352 (fortran-end-of-subprogram): Renamed from
6353 end-of-fortran-subprogram.
6354 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
6355 (fortran-previous-statement, fortran-next-statement): Simplified.
6356 (fortran-blink-match): New function.
6357 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
6358 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
6359 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
6361 (fortran-fill): No longer interactive. Simplified.
6362 (fortran-break-line): Simplified.
6363 (fortran-analyze-file-format): Use char-after, not looking-at.
6365 * emacs-lisp/find-func.el (find-function-regexp): Use
6366 `define-minor-mode' after easy-menu change.
6368 1999-11-23 Gerd Moellmann <gerd@gnu.org>
6370 * comint.el: Add redirection.from active comint buffers into
6371 another buffer. Written by Peter Breton.
6373 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
6375 * emacs-lisp/autoload.el (make-autoload): Recognize the new
6376 `define-minor-mode'.
6377 (define-minor-mode): Specify `doc-string-elt'.
6379 * emacs-lisp/easy-mmode.el: Changed maintainer.
6380 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
6381 Use defcustom for the hooks; Improve the auto-generated docstrings.
6382 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
6383 (define-minor-mode): Add BODY arg; Only declare the keymap if
6384 provided; Improve the auto-generated docstrings.
6386 1999-11-22 Gerd Moellmann <gerd@gnu.org>
6388 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
6389 that the leading `^' is at the start. This is necessary because
6390 paragraphs.el tries to remove anchors, but can find them only if
6391 they are the first character.
6393 * progmodes/antlr-mode.el: New file.
6395 * calendar/calendar.el: Fix autoload for
6396 calendar-absolute-from-astro. Add autoload for
6397 calendar-print-astro-day-number.
6399 1999-11-21 Anders Lindgren <andersl@andersl.com>
6401 * follow.el: Use modern backquote syntax. Minor comment update.
6403 1999-11-21 Gerd Moellmann <gerd@gnu.org>
6405 * simple.el (with-syntax-table): Don't switch buffers.
6407 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
6408 progmodes/hideif.el: Use new backquote syntax.
6410 1999-11-21 Ken Manheimer <klm@python.org>
6412 * icomplete.el (icomplete-completions): Use an explicit variable
6413 `icomplete-prospects-length', obviating the need to use an
6414 apparently faulty throw/catch arrangement.
6416 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
6418 * term/internal.el (IT-display-table-setup): Don't overstep
6421 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
6423 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
6424 for the charset chinese-sisheng is 7bit encoding, not 8bit.
6426 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
6428 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
6429 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
6431 * files.el (auto-mode-alist): Add patterns for diff-mode.
6433 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
6434 to detect an empty prompt.
6436 1999-11-18 Dave Love <fx@gnu.org>
6438 * simple.el (input-mode-8-bit): Fix the customization.
6440 1999-11-18 Gerd Moellmann <gerd@gnu.org>
6442 * international/iso-acc.el (iso-languages): Add more
6443 characters for Portuguese.
6445 * speedbar.el: Clean up comment at the start of the file.
6448 * progmodes/compile.el (compilation-parse-errors): Use
6449 compilation-buffer-p instead of testing major-mode.
6451 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
6453 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
6454 (quickurl-ask): completion-ignore-case is set to the value of
6455 quickurl-completion-ignore-case for the duration of the call to
6458 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6460 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
6462 1999-11-18 Kenichi Handa <handa@etl.go.jp>
6464 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
6465 instead of ps-print-def.
6467 * ps-print.el: Require ps-vars instead of ps-print-def.
6469 * ps-mule.el: Require ps-vars instead of ps-print-def.
6471 1999-11-17 Gerd Moellmann <gerd@gnu.org>
6473 * simple.el (with-syntax-table): Save buffer explicitly instead of
6474 using save-excursion.
6476 1999-11-16 Gerd Moellmann <gerd@gnu.org>
6478 * mail/supercite.el: New maintainer.
6480 1999-11-16 Reto Zimmermann <reto@synopsys.com>
6482 * progmodes/vhdl-mode.el: Use new backquote syntax.
6484 1999-11-16 Gerd Moellmann <gerd@gnu.org>
6486 * simple.el (with-syntax-table): New.
6488 1999-11-15 Sam Steingold <sds@ksp.com>
6490 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
6492 1999-02-22 Sam Steingold <sds@goems.com>
6494 * goto-addr.el (goto-address-at-mouse,
6495 goto-address-find-address-at-point): Use compose-mail.
6496 (goto-address-mail-method): Removed variable.
6497 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
6498 goto-address-send-using-mail): Removed functions.
6500 1998-11-03 Sam Steingold <sds@goems.com>
6502 * simple.el (backward-delete-char-untabify):
6503 backward-delete-char-untabify-method can be `all' now - to delete
6504 hungrily including newlines.
6506 1999-11-15 Sam Steingold <sds@ksp.com>
6508 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
6510 1999-11-15 Dave Love <fx@gnu.org>
6512 * cus-edit.el (customize-face, customize-face-other-window):
6513 Require match from completing-read.
6514 (custom-buffer-done-function): Default to custom-bury-buffer, not
6517 1999-11-15 Gerd Moellmann <gerd@gnu.org>
6519 * mail/rmail.el, iswitchb.el, hippie-exp.el,
6520 progmodes/cperl-mode.el: Use new backquote syntax.
6522 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
6524 * uniquify.el: Use new backquote syntax.
6526 1999-11-14 Markus Rost <rost@ias.edu>
6528 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
6529 as in ispell-local-dictionary-alist.
6531 1999-11-14 Alex Schroeder <alex@gnu.org>
6533 * ansi-color.el (ansi-color-apply): Updated regexps to include
6536 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
6538 * forms.el (forms--make-format-elt-using-text-properties):
6539 Treat `intangible' differently.
6541 * forms.el: Use new backquote syntax.
6543 1999-11-13 Gerd Moellmann <gerd@gnu.org>
6545 * textmodes/scribe.el (scribe-mode): Doc-fix.
6547 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
6549 * net-utils.el (run-network-program, net-utils-run-program): Use
6550 the new backquote syntax.
6551 (smbclient-program, smbclient-program-options)
6552 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
6554 (smbclient, smbclient-list-shares): New functions
6556 1999-11-12 Sam Steingold <sds@ksp.com>
6558 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
6559 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
6560 (viper-kbd-buf-definition, viper-kbd-mode-alist)
6561 (viper-kbd-mode-pair, viper-kbd-mode-definition)
6562 (viper-kbd-global-pair, viper-kbd-global-definition):
6563 Use the new backquote syntax.
6565 * emulation/viper-cmd.el (viper-test-com-defun)
6566 (viper-prefix-arg-value, viper-prefix-arg-com):
6567 Use the new backquote syntax.
6569 * emacs-lisp/debug.el (debugger-env-macro):
6570 Use the new backquote syntax.
6572 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
6573 Use the new backquote syntax.
6575 * calendar/calendar.el (calendar-remove-frame-by-deleting):
6577 (calendar-hide-window): Use it.
6578 (increment-calendar-month, calendar-for-loop, calendar-sum):
6579 Use the new backquote syntax.
6581 1999-11-12 Andrew Innes <andrewi@gnu.org>
6583 * select.el (x-set-selection): Call buffer-substring, not
6584 substring. Also fix docstring
6586 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
6588 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
6589 of customizable variables to bug report message. Added
6590 system-type to package name in bug report.
6592 1999-11-12 Gerd Moellmann <gerd@gnu.org>
6594 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
6595 to display file names.
6597 1999-11-11 Gerd Moellmann <gerd@gnu.org>
6599 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
6601 * isearch.el: Add lazy-highlighting feature.
6603 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
6605 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
6607 (ps-mode-submit-bug-report): New function. Entry added to menu.
6609 1999-11-10 William M. Perry <wmperry@aventail.com>
6611 * mwheel.el: New file to support the new style wheeled mice.
6613 1999-11-10 Gerd Moellmann <gerd@gnu.org>
6615 * startup.el (initial-scratch-message): Add ";;" to the front of
6616 lines in the message.
6618 * files.el (file-local-copy): Remove optional BUFFER argument
6619 because that's not used by anything.
6621 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
6624 1999-11-08 Markus Rost <rost@ias.edu>
6626 * wid-edit.el (widget-button-click): Wrap with save-excursion
6627 to restore track-mouse in the correct buffer.
6629 1999-11-08 Gerd Moellmann <gerd@gnu.org>
6631 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
6633 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
6635 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
6636 lpr-command to "lp" for some system-types. (copied from lpr.el
6637 Emacs version 20.2.1).
6639 1999-11-04 Markus Rost <rost@ias.edu>
6641 * simple.el (comment-region): Strip off white space at end of
6644 1999-11-04 Gerd Moellmann <gerd@gnu.org>
6646 * faces.el (secondary-selection): Fix wrong color name.
6648 1999-11-04 John Tobey <jtobey@epsilondev.com>
6650 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
6651 the default when invoking perldb in a non-Perl buffer, and other
6652 cases involving -e or --.
6654 1999-11-04 Gerd Moellmann <gerd@gnu.org>
6656 * simple.el (previous-matching-history-element)
6657 (next-history-element): Use delete-field instead of erase-field.
6659 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
6660 Use delete-field instead of erase-field.
6662 * faces.el (secondary-selection): Change background to yellow.
6664 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
6665 find the start of the text. Use field-string to read the user
6668 1999-11-03 Gerd Moellmann <gerd@gnu.org>
6670 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
6671 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
6672 for compatibility with old face implementation.
6674 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
6675 Use erase-field instead of erase-buffer.
6677 * frame.el (blink-cursor-mode, blink-cursor-end): Use
6678 internal-show-cursor with new interface.
6679 (blink-cursor-timer-function): New.
6680 (blink-cursor-start): Use blink-cursor-timer-function.
6682 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6684 * calendar.el (redraw-calendar): Move to nearest date before
6687 * diary-lib.el (simple-diary-display): Reset modeline even if
6688 there are no diary entries since the diary buffer may be displayed.
6690 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6692 * emacs-lisp/debug.el (debug): If noninteractive, display the
6693 backtrace using `message', then exit Emacs.
6694 (debugger-batch-max-lines): New variable.
6695 (debugger-setup-buffer): New subroutine, broken out of `debug'.
6696 Change the messages put at the start, to say that the debugger
6699 1999-11-02 Sam Steingold <sds@ksp.com>
6701 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
6703 1999-11-01 John Tobey <jtobey@epsilondev.com>
6705 * gud.el: (gud-perldb-massage-args): Massage correctly in the
6706 presence of perl switches other than "-e".
6708 1999-11-01 Markus Rost <rost@ias.edu>
6710 * dired-x.el (dired-smart-shell-command): Use
6711 shell-command-history as in shell-command.
6713 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6715 * userlock.el (ask-user-about-lock): Doc fix.
6717 * frame.el: Doc fixes.
6719 1999-11-01 Gerd Moellmann <gerd@gnu.org>
6721 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
6723 (blink-cursor-start, blink-cursor-end): Ditto.
6725 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
6727 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6729 * window.el (walk-windows): If ALL-FRAMES is a frame,
6730 start on that frame. Use save-selected-window.
6732 1999-11-01 Gerd Moellmann <gerd@gnu.org>
6734 * simple.el (end-of-buffer): Use window-end to find the window end
6735 instead of vertical-motion because this handles variable-height
6738 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
6740 * ediff.el: Version change.
6742 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
6743 make sure you are in a good frame before deleting other
6745 (ediff-file-checked-in-p): Don't consider CVS
6747 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
6748 are writing to a newly created empty file.
6750 * ediff-mult.el (ediff-show-session-group-hook): New default.
6752 * ediff-vers.el (ediff-pcl-cvs-view-revision):
6753 First cd to the file directory. reportedly works
6754 better with remote files.
6756 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
6757 Use file-name-nondirectory when passing files to CVS.
6759 * ediff-diff.el (ediff-cmp-options): New variable.
6760 (ediff-same-file-contents): Use ediff-cmp-options.
6762 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
6763 ediff-get-patch-buffer): Use current buffer if it appears to be a
6766 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
6769 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
6770 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
6771 (viper-save-cursor-color,viper-restore-cursor-color):
6772 Improved cursor color handling.
6773 (viper-get-saved-cursor-color-in-replace-mode,
6774 viper-get-saved-cursor-color-in-insert-mode): New functions for
6775 better cursor color handling.
6777 * viper-ex.el (ex-read,ex-edit):
6778 Fixes for correct interpretation of #,%.
6779 (viper-ex): Now works correctly when called from other functions.
6780 (viper-glob-function): New variable.
6781 (viper-ex): Save excursion before doing :global.
6783 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
6785 * viper-cmd.el (viper-post-command-sentinel,
6786 viper-insert-state-post-command-sentinel,
6787 viper-insert-state-pre-command-sentinel): Takes better care of
6790 * viper.el: Version change.
6792 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
6794 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
6795 that the modeline display was updated *only* when
6796 `whitespace-display-in-modeline' was set, not otherwise.
6798 1999-10-30 Gerd Moellmann <gerd@gnu.org>
6800 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
6803 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
6806 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
6808 * whitespace.el: Test for existence of `defcustom' and `defgroup'
6809 using fboundp instead of assuming that these are not present in
6810 particular flavors of emacs.
6811 (whitespace-version): Update to 2.8
6812 (whitespace-display-in-modeline): Add custom variable to control
6813 displaying the whitespace errors on the modeline based on
6814 suggestion from <klaus.berndl@sdm.de>
6815 (whitespace-buffer): Now returns `t' if unclean and `nil' if
6816 clean, to enable using as a hook function, as suggested by Puneet
6817 Goel <puneet@computer.org>
6818 (whitespace-buffer): Fix a subtle bug that cleaned up only if
6819 quiet was not set, even with whitespace-auto-cleanup set.
6820 (whitespace-mode-line): Now uses less modeline real estate and
6821 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
6822 which is present in the file, and <y> is any type of whitespace
6823 whose check has been suppressed by setting
6824 `whitespace-check-<whitespace-type>' to nil.
6825 (whitespace-unchecked-whitespaces): New function to return the
6826 list of whitespaces for whom checks have been suppressed.
6827 (whitespace-display-unchecked-whitespaces): Renamed to
6828 `whitespace-update-modeline' to reflect its functionality.
6830 1999-10-30 Gerd Moellmann <gerd@gnu.org>
6832 * progmodes/compile.el (compilation-error-regexp-alist):
6833 Undo previous change.
6835 1999-10-28 Dave Love <fx@gnu.org>
6837 * help.el (help-follow): Make arg optional again and really
6840 1999-10-28 Gerd Moellmann <gerd@gnu.org>
6842 * paths.el (rmail-file-name): Make it an option.
6844 * progmodes/ada-mode.el, progmodes/ada-prj.el,
6845 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
6848 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
6849 MIPS Pro 7.3 compiler error message syntax.
6851 1999-10-27 Dave Love <fx@gnu.org>
6853 * progmodes/compile.el: Checkdoc-inspired fixes.
6855 1999-10-27 Gerd Moellmann <gerd@gnu.org>
6857 * lpr.el (print-buffer): Doc-string fix.
6859 1999-10-27 Dave Love <fx@gnu.org>
6861 * emacs-lisp/advice.el: Doc fixes.
6862 (ad-lemacs-p): Removed.
6863 (advice): Add :link to defgroup.
6865 1999-10-27 Kenichi Handa <handa@etl.go.jp>
6867 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
6868 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
6870 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6872 * window.el (walk-windows): If ALL-FRAMES is a frame,
6873 start on that frame. Use save-selected-window.
6875 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6877 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
6878 ad-activate. All callers changed, including those in data.c.
6879 (ad-activate-internal-off): Renamed from ad-activate-off.
6881 (ad-activate): Renamed from ad-activate-on. All uses changed.
6882 (ad-start-advice, ad-stop-advice, ad-recover-normality):
6883 Alter the definition of ad-activate-internal, not ad-activate.
6885 1999-10-26 Gerd Moellmann <gerd@gnu.org>
6887 * startup.el (command-line-1): Add support for command line
6888 arguments `file' and `execute'. Fix handling of `visit'.
6890 1999-10-26 Kenichi Handa <handa@etl.go.jp>
6892 * international/mule-cmds.el (read-input-method-name): Handle the
6893 case that the arg DEFAULT is symbol.
6895 * international/mule-diag.el (mule-diag): Handle the case that
6896 default-input-method is symbol.
6898 1999-10-26 Gerd Moellmann <gerd@gnu.org>
6900 * textmodes/tildify.el: New file.
6902 1999-10-25 Sam Steingold <sds@ksp.com>
6904 * Makefile (compile-files): Fixed the "tr" strings.
6905 (EMACS): Set to ../src/emacs.
6907 1999-10-25 Gerd Moellmann <gerd@gnu.org>
6909 * info.el (Info-build-node-completions): Add '("*") to the
6912 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6914 * frame.el (auto-raise-mode): When enabling the mode,
6915 immediately raise the selected frame.
6917 * indent.el (indent-region): Doc fix.
6919 * comint.el (comint-output-filter): Make the Comint buffer current
6920 for the comint-preoutput-filter-functions.
6922 * mail/reporter.el: Doc fix.
6924 1999-10-24 Stephen Eglen <stephen@gnu.org>
6926 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
6927 that Octave lisp files can also run under XEmacs 20.
6928 (require 'custom) added so that files can run under Emacs 19.34.
6930 * iswitchb.el (iswitchb-default-keybindings): No need to use
6931 read-kbd-macro in keybindings.
6933 1999-10-23 Dave Love <fx@gnu.org>
6935 * elide-head.el: New file.
6937 1999-10-23 Gerd Moellmann <gerd@gnu.org>
6939 * Makefile (compile-files, backup-compiled-files): New targets.
6940 (bootstrap, bootstrap-clean): Ditto.
6942 1999-10-22 Paul Eggert <eggert@twinsun.com>
6944 * international/mule-cmds.c (locale-language-names):
6945 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
6946 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
6947 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
6948 Use Latin-8 for Welsh.
6949 Use Latin-1 for English if "en" is explicitly specified.
6950 Use Latin-1 for Scots Gaelic, Tagalog.
6951 Use Latin-1 (not Latin-4) for Greenlandic.
6952 Use Latin-1 (not Latin-2) for Albanian.
6953 (locale-preferred-coding-systems, locale-language-names):
6954 Remove generic ISO 8859 locales; locale-charset-language-names now
6956 (locale-charset-language-names): New variable.
6957 (set-locale-environment): Use language name specified by
6958 locale-charset-language-names if its charsets disagree with the
6959 language name specified by locale-language-names.
6961 1999-10-22 Dave Love <fx@gnu.org>
6963 * make-mode.el: Minor doc fixes.
6965 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
6967 1999-10-21 Dave Love <fx@gnu.org>
6969 * loadup.el: Add latin-8, latin-9.
6971 1999-10-20 Paul Eggert <eggert@twinsun.com>
6973 * disp-table.el (standard-display-european): Remove undocumented
6974 arg AUTO; no longer used by startup.el. Do not attempt to treat
6975 all non-English language environments as coding system names.
6976 Instead, use the downcased language environment name as a coding
6977 system name if it is one; otherwise, use latin-1.
6979 1999-10-20 Gerd Moellmann <gerd@gnu.org>
6981 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
6982 that were split so that part of the comment appeared as Lisp code.
6984 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6986 * ps-bdf.el: Doc fix.
6988 * ps-print-def.el: New file: common definitions for all parts of
6990 (ps-multibyte-buffer): Moved from ps-mule.
6992 * ps-mule.el: File dependence fix.
6993 (ps-multibyte-buffer): Moved to ps-print-def.
6995 * ps-print.el: Doc fix, better customization.
6996 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
6997 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
6998 (ps-end-file): Doc fix.
6999 (ps-setup, ps-begin-file): Fun fix.
7000 (postscript): New group.
7001 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
7002 (ps-print-prologue-1): Adjust PostScript programming.
7003 (ps-print): Adjust group hierarchy.
7004 (ps-print-n-up, ps-print-zebra, ps-print-background,
7006 (ps-print-page): New subgroups.
7007 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
7008 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
7009 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
7010 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
7011 (ps-zebra-stripe-height, ps-print-background-image)
7012 (ps-print-background-text, ps-spool-config): Adjust customization.
7013 (dos-ps-printer): Definition eliminated.
7015 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7017 * ps-mule.el: Doc fix, define functions properly if mule package is
7019 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
7020 mule package is loaded or not.
7022 * ps-print.el: Doc fix, n-up printing.
7023 (ps-print-version): New version number (5.0).
7024 (ps-page-dimensions-database): Added document media.
7025 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
7026 (ps-page-order, ps-printing-region-p): New vars.
7027 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
7029 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
7030 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
7031 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
7032 (ps-n-up-xstart, ps-n-up-ystart): New macros.
7033 (ps-print-begin-sheet-hook): New hook.
7034 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
7036 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
7037 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
7038 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
7039 (ps-count-lines): Changed to defun.
7040 (ps-header-page): Changed to defsubst, fix fun.
7041 (ps-printing-region): Doc fix, adjust programming code.
7042 (ps-output-boolean, ps-background-pages, ps-background-text)
7043 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
7046 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7048 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
7049 (ps-print-version): New version number (4.2).
7050 (ps-spool-config, ps-spool-tumble): New vars.
7051 (ps-print-prologue-1): Changed to defconst, adjust PostScript
7052 programming, new PostScript procedure to handle errors.
7053 (ps-print-prologue-2): Changed to defconst.
7054 (ps-print-duplex-feature): New const: duplex and tumble setting.
7055 (ps-setup, ps-begin-file): Fix funs.
7056 (ps-boolean-capitalized): New fun.
7058 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
7060 * Makefile (dontcompilefiles): Obsoleted.
7061 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
7063 (temacs): Removed (unused).
7064 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
7065 version of the file (necessary for the update to work properly).
7066 (autoloads): Force the use of `pwd`/loaddefs.el.
7067 (updates); Redefined in terms of other targets to reduce redundancy.
7068 (.el.elc): New default rule, just in case you want it.
7069 (compile): Use a single invocation of Emacs.
7070 (bootstrap-compile); Unneeded.
7071 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
7073 1999-10-19 Dave Love <fx@gnu.org>
7075 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
7077 1999-10-19 Sam Steingold <sds@ksp.com>
7079 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
7080 comply with the comment.
7082 1999-10-19 Gerd Moellmann <gerd@gnu.org>
7084 * autorevert.el (auto-revert-mode): Make auto-revert-mode
7087 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
7089 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
7090 value: \"lpr\" changed to "lpr"
7091 (ps-mode-version): New constant
7092 (ps-mode-show-version): New function, added key in ps-mode-map
7093 (ps-run-messages): Removed
7094 (ps-run-font-lock-keywords-2): New defcustom variable replacing
7095 ps-run-messages. These keywords now include the value of
7096 ps-run-prompt, making its fontification customizable.
7097 (ps-run-init): Removed \\n from docstring, it is now added when
7099 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
7101 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
7102 customizable variables in doc-string (its equivalent
7103 ps-run-messages was missing in previous version of the doc-string)
7104 (ps-run-mode): Simplified assignment to font-lock-defaults, using
7107 1999-10-19 Alex Schroeder <alex@gnu.org>
7109 * ansi-color.el: Complete rewrite.
7111 1999-10-19 Paul Eggert <eggert@twinsun.com>
7113 Fix bootstrapping problems.
7114 Use the system locale to specify Emacs locale defaults.
7116 * international/mule-cmds.el (global-map):
7117 Do not use backquote, because that makes a bootstrapping
7118 problem if you need to recompile all Lisp files using interpreted code.
7119 * international/mule.el (charset-id, charset-bytes,
7120 charset-dimension, charset-chars, charset-width,
7121 charset-direction, charset-iso-final-char,
7122 charset-iso-graphic-plane, charset-reverse-charset,
7123 charset-short-name, charset-long-name, charset-description,
7124 charset-plist): Likewise.
7125 * subr.el (save-match-data): Likewise.
7127 * international/mule-cmds.el
7128 (set-display-table-and-terminal-coding-system): New function,
7129 containing code migrated out of set-language-environment.
7130 (set-language-environment, set-locale-environment): Use it.
7131 (locale-translation-file-name): Moved here from startup.el.
7132 (locale-language-names, locale-preferred-coding-systems):
7134 (locale-name-match, set-locale-environment): New functions.
7136 * language/japan-util.el (setup-japanese-environment-internal):
7137 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
7139 * startup.el (iso-8859-n-locale-regexp): Remove.
7140 (locale-translation-file-name): Move to mule-cmds.el.
7141 (command-line): Move locale-stuff into set-locale-environment.
7143 1999-10-18 Dave Love <fx@gnu.org>
7145 * abbrev.el (add-abbrev, inverse-add-abbrev)
7146 (expand-region-abbrevs): Remove properties from buffer text.
7148 1999-10-17 Gerd Moellmann <gerd@gnu.org>
7150 * iswitchb.el (iswitchb-exhibit): Extract user-input only
7151 from the mini-buffer, without the prompt.
7153 * simple.el (minibuffer-prompt-end): Return the position
7154 after the prompt, not the position of that last character
7157 1999-10-17 Miles Bader <miles@gnu.org>
7159 * simple.el: Doc fixes.
7161 1999-10-17 Miles Bader <miles@gnu.org>
7163 * simple.el (previous-matching-history-element, next-history-element):
7164 Change to work correctly even if the point is in the prompt.
7165 (choose-completion-string): Likewise.
7166 (minibuffer-prompt-width): New function (compatibility with old subr).
7168 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
7169 When constraining the final position to the current field,
7170 don't use the ONLY-IN-LINE mode of constrain-to-field.
7172 1999-10-17 Miles Bader <miles@gnu.org>
7174 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
7176 * textmodes/paragraphs.el (forward-sentence): Likewise.
7178 1999-10-17 Miles Bader <miles@gnu.org>
7180 * simple.el (line-move): Use constrain-to-field to avoid
7181 moving into a prompt.
7182 (previous-complete-history-element): Clarify doc string.
7183 (next-complete-history-element): Likewise.
7184 Use field-beginning instead of point-min.
7185 (next-matching-history-element): Use field-beginning and
7186 erase-field instead of point-min and erase-buffer.
7187 * textmodes/paragraphs.el
7188 (forward-paragraph, forward-sentence): Likewise.
7189 (backward-kill-paragraph, backward-kill-sentence): Remove code to
7190 constrain the kill to an field, as the movement commands now
7193 1999-10-17 Miles Bader <miles@gnu.org>
7195 * simple.el (previous-matching-history-element): Get the
7196 minibuffer input with field-string instead of buffer-string.
7197 (choose-completion-string): Likewise.
7198 (next-history-element): Likewise.
7199 Erase the minibuffer input with erase-field, not erase-buffer.
7200 Use field-beginning to find the beginning of the input.
7201 * textmodes/paragraphs.el (backward-kill-sentence):
7202 Remove minibuffer-prompt hack.
7203 Constrain to any input field.
7205 1999-10-17 Sam Steingold <sds@ksp.com>
7207 * bindings.el (completion-ignored-extensions): Added ".sparcf"
7208 for CMUCL on sparc and ".ufsl" for LispWorks.
7209 (bound-and-true-p): Bugfix: free variable `v'.
7211 1999-10-16 Dave Love <d.love@dl.ac.uk>
7213 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
7214 (edebug-uninstall-read-eval-functions): Use load-read-function,
7215 avoiding elisp-eval.
7217 1999-10-16 Sam Steingold <sds@ksp.com>
7219 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
7222 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
7224 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
7225 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
7226 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
7227 * ediff-util.el (ediff-make-temp-file):
7228 * ediff-vers.el (ediff-pcl-cvs-view-revision):
7229 * emerge.el (emerge-make-temp-file):
7230 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
7231 * vc.el (vc-update-change-log):
7232 * mail/mailpost.el (post-mail-send-it):
7233 * mail/metamail.el (metamail-region):
7234 * progmodes/cmacexp.el (c-macro-expansion):
7235 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
7237 1999-10-15 Gerd Moellmann <gerd@gnu.org>
7239 * smtpmail.el (smtpmail-via-smtp): Add support for
7240 automatically appending a domain to RCPT TO: addresses.
7242 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7244 * dired.el (dired-insert-directory): Insert the amount of
7245 free space after the total size.
7246 (dired-free-space-program, dired-free-space-args): New variables.
7248 1999-10-14 Karl Heuer <kwzh@gnu.org>
7250 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
7252 1999-10-14 Dave Love <fx@gnu.org>
7254 * international/characters.el:
7255 * international/fontset.el:
7256 * international/mule-conf.el: Add latin-iso8859-1[45].
7258 * language/european.el: Add Latin-8, Latin-9. Modify some doc
7261 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
7262 (command-line): Detect Latin-[89] locales.
7264 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
7266 * international/mule-cmds.el (select-safe-coding-system)
7267 (leim-list-header): Avoid the use of strings that start with backslash
7268 newline since lread.c:read1 has a hack to turn those strings into
7269 integer 0 during the loadup.el process.
7271 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
7273 1999-10-13 Dave Love <fx@gnu.org>
7275 * image.el (insert-image): Copy the image spec and add an
7276 intangible property.
7278 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
7280 * help.el (help-xref-interned): Make it also work on variable-only
7281 and function-only symbols.
7282 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
7283 (help-follow): If the point under mouse is not highlighted, try
7284 `help-xref-interned' on the pointed-to symbol anyway.
7286 * info.el (Info-on-current-buffer): New entry point.
7287 (Info-find-node): Split into two for Info-on-current-buffer to
7289 (Info-current-file, Info-set-mode-line, Info-up):
7290 Info-current-file can now be t.
7291 (Info-clone-buffer-hook): Function for `clone-buffer'.
7292 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
7293 Make `clone-buffer' available in various ways to the user.
7295 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
7297 * simple.el (shell-command, shell-command-on-region): Use
7299 (clone-buffer, clone-process, clone-buffer-hook): New functions.
7301 * subr.el (with-current-buffer): Don't use backquotes to avoid
7302 bootstrapping problems.
7304 * loadup.el (load-path): Add subdirs for bootstrapping.
7305 (docstrings): Ignore errors during bootstrapping.
7306 (args): New `bootstrap' argument (for use in place of `dump').
7308 1999-10-12 Emmanuel Briot <briot@gnat.com>
7310 * ada-stmt.el: Doc-string fixes.
7312 1999-10-12 Gerd Moellmann <gerd@gnu.org>
7314 * recentf.el: New file.
7316 * ps-mode.el: New file.
7318 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
7321 1999-10-12 Richard Sharman <rsharman@pobox.com>
7323 * sh-script.el: Added support for indenting existing scripts.
7324 (sh-mode-map): Added new bindings.
7325 (sh-mode): Updated mode doc-string for new commands, added
7326 make-local-variable calls, initialize mode-specific variables.
7327 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
7328 is now a different function.
7329 (sh-header-marker): Changed docstring.
7330 (sh-set-shell): Initialize mode-specific variables.
7331 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
7332 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
7333 Changed these define-skeleton calls to work with user-specified
7334 indentation settings.
7335 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
7336 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
7337 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
7338 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
7339 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
7340 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
7341 (sh-guess-basic-offset, sh-handle-after-case-label)
7342 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
7343 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
7344 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
7345 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
7346 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
7347 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
7348 (sh-handle-this-then, sh-help-string-for-variable)
7349 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
7350 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
7351 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
7352 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
7353 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
7354 (sh-remove-our-text-properties, sh-rescan-buffer)
7355 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
7356 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
7357 (sh-scan-case, sh-search-word, sh-set-char-syntax)
7358 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
7359 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
7361 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
7362 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
7363 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
7364 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
7365 (sh-var-list): New variables.
7367 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
7369 * quickurl.el (quickurl-list-insert): `count-lines' was returning
7370 a value one line to high if the cursor wasn't at the start of a
7371 line. A `beginning-of-line' is now performed before making the
7372 call to `count-lines'.
7374 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
7376 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
7378 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
7380 * Makefile (setwins): Abstract out the command to find subdirectories
7381 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
7382 (custom-deps, finder-data, autoloads, update-subdirs, updates)
7383 (autoloads-with-other-emacs): Use it.
7385 * diff-mode.el: New file. A mode for viewing/editing context diffs.
7387 1999-10-09 Gerd Moellmann <gerd@gnu.org>
7389 * Makefile (bootstrap-compile): New target. Compile Lisp
7390 files with ../src/temacs.
7392 1999-10-08 Dave Love <fx@gnu.org>
7394 * ange-ftp.el: Require dired when compiling.
7395 (ange-ftp-normal-login): Allow EFS-style port specification.
7397 1999-10-08 Simon Marshall <simon@gnu.org>
7399 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
7400 (regexp-opt-group): Use it to get common suffixes in STRINGS.
7401 If STRINGS is nil, return "" rather than nil.
7403 1999-10-08 Gerd Moellmann <gerd@gnu.org>
7405 * Makefile (compile): Compile files one by one. Set load-path to
7406 current directory and subdirectories when compiling.
7408 1999-10-08 Gerd Moellmann <gerd@gnu.org>
7410 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
7411 (emacs): Use it everywhere instead of EMACS.
7412 (compile): New target. Compile all Lisp files from scratch.
7413 (recompile): New target. Recompile lisp directory.
7414 (autoloads-with-other-emacs): New target. Build loaddefs.el with
7415 an Emacs executable not built in the current directory tree.
7417 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
7419 * filecache.el (file-cache-completion-ignore-case): New variable,
7420 defaulting to the value of completion-ignore-case.
7421 (file-cache-minibuffer-complete): Use it.
7422 (file-cache-files-matching, file-cache-files-matching-internal):
7425 1999-10-07 Emmanuel Briot <briot@gnat.com>
7427 * ada-xref.el: New file
7429 * ada-prj.el: New file
7431 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
7433 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
7434 subprogram being created.
7436 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
7437 ada-indent-newline-indent): Rewritten to support the new indentation
7440 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
7443 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
7444 justification parameter
7446 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
7447 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
7450 1999-10-07 Dave Love <fx@gnu.org>
7452 * bindings.el (bound-and-true-p): New macro.
7453 (make-mode-line-mouse-sensitive): Don't require easymenu.
7455 1999-10-07 Gerd Moellmann <gerd@gnu.org>
7457 * custom.el (defface): Extend documentation for new values of
7460 * faces.el (face-spec-set-match-display): Recognize `type' of
7461 `motif', `lucid', `x-toolkit'.
7464 1999-10-05 Dave Love <fx@gnu.org>
7466 * files.el: Recognize temporary crontab files.
7468 * info.el: Require jka-compr when compiling.
7469 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
7471 1999-10-04 Dave Love <fx@gnu.org>
7473 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
7474 scroll-up-aggressively, scroll-down-aggressively.
7476 * time.el (display-time-mode): Add autoload cookie.
7478 * rect.el (delete-extract-rectangle): Doc fix from verna.
7480 * help-macro.el (three-step-help): Customize.
7482 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7484 * hexl.el (hexlify-buffer): Move point in proper range
7486 (hexl-after-revert-hook): Update hexl-max-address.
7487 (hexl-address-to-marker): Doc fix.
7489 1999-10-03 Dave Love <fx@gnu.org>
7491 * image.el (defimage): Remove redundant code. Substitute file in
7494 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
7496 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
7497 when doing with-temp-file.
7499 1999-10-01 Dave Love <fx@gnu.org>
7501 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
7503 * help.el: Require view when compiling.
7504 (view-emacs-FAQ): Use Info version.
7506 1999-09-29 Ken'ichi Handa <handa@gnu.org>
7508 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
7509 (normat->normal). Use correct font names for Korean
7510 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
7512 1999-09-29 Kenichi Handa <handa@etl.go.jp>
7514 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
7515 code not used by KOI8 to the same 8-bit code instead of mapping to
7517 (cyrillic-alternativnyj-decode-table): Likewise.
7519 1999-09-29 Alex Schroeder <alex@gnu.org>
7521 * sql.el (sql-imenu-generic-expression): Aew, used to set
7522 imenu-generic-expression.
7523 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
7524 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
7525 imenu-case-fold-search, and imenu-syntax-alist.
7526 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
7527 setting font-lock-defaults' SYNTAX-ALIST.
7529 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7531 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
7534 1999-09-28 Dave Love <fx@gnu.org>
7536 * cus-edit.el (custom-comment): Change widget definition.
7537 (custom-comment-create, custom-comment-show)
7538 (custom-comment-invisible-p): Don't use :comment-overlay.
7539 (custom-comment-hide): New function.
7540 (custom-variable-set, custom-variable-save)
7541 (custom-variable-reset-standard, custom-face-set)
7542 (custom-face-save): Use it.
7544 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7546 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
7548 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7550 * faces.el (region): Doc fix.
7552 1999-09-27 Dave Love <fx@gnu.org>
7554 * isearch.el (isearch): Add :links in defgroup.
7555 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
7556 (isearch-switch-frame-handler): Comment out (unused).
7557 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
7558 (isearch-ring-retreat-edit): Doc fix.
7559 (isearch-mouse-yank): New command.
7560 (isearch-last-command-char): Removed. Callers changed to use
7562 (isearch-char-to-string): Removed. Callers changed to use
7565 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
7567 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
7570 1999-09-25 Gerd Moellmann <gerd@gnu.org>
7572 * faces.el (face-differs-from-default-p): Compare face
7573 attributes individually.
7575 * image.el (put-image, insert-image): Add string argument.
7577 1999-09-24 Gerd Moellmann <gerd@gnu.org>
7579 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
7580 LANG=de_DE.iso88591 on HPUX 11.0.
7582 * dired.el (dired-move-to-filename-regexp): Make it work
7583 for LANG=de_DE.iso88591 on HPUX 11.0.
7585 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7587 * info.el (info-initialize): Don't test existence of ALTERNATIVE
7588 if we know for some other reason it should not be used.
7590 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
7592 (edebug-recursive-edit): Save current-prefix-arg there,
7593 bind it, and set it back at the end.
7594 (edebug-outside-excursion): Restore and update the outside
7595 value of current-prefix-arg.
7596 (edebug-emacs-version-specific): Delete support for Epoch.
7598 1999-09-24 Howard Melman <howard@silverstream.com>
7600 * imenu.el (imenu-after-jump-hook): New variable.
7601 (imenu): Run menu-after-jump-hook.
7602 (imenu-name-lookup-function): New variable.
7603 * imenu.el (imenu--in-alist): Use those variables.
7605 1999-09-24 Carsten Dominik <cd@gnu.org>
7607 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
7608 multiple thebibliography environments.
7610 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
7611 with recentering window.
7612 (reftex-extract-bib-entries-from-thebibliography,
7613 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
7614 with multiple thebibliography environments.
7616 * textmodes/reftex-vars.el
7617 (reftex-section-levels): Function allowed as cdr.
7618 (reftex-max-section-depth) New option.
7620 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
7621 with multiple thebibliography environments.
7623 1999-09-23 Gerd Moellmann <gerd@gnu.org>
7625 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
7626 instead of point-min in call to delete-region.
7628 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
7630 * vc.el (vc-backend-checkout): Use with-temp-file when checking
7631 out into arbitrary file names.
7633 1999-09-19 Ken'ichi Handa <handa@gnu.org>
7635 * language/european.el ("Turkish"): New language environment.
7637 1999-09-19 Dave Love <fx@gnu.org>
7639 * delim-col.el: New file.
7641 1999-09-17 Richard Stallman <rms@gnu.org>
7643 * files.el (after-find-file): When visiting a backup file,
7646 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
7647 (apropos-keybinding-face, apropos-label-face): Likewise.
7648 (apropos-property-face, apropos-match-face): Likewise.
7649 (apropos-label-properties): New variable.
7650 (apropos-print-doc): Use apropos-label-properties.
7651 (apropos-print): Set apropos-label-properties.
7653 1999-09-15 Richard Stallman <rms@gnu.org>
7655 * winner.el: Use aref instead of sref.
7657 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
7659 1999-09-14 Gerd Moellmann <gerd@gnu.org>
7661 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
7663 1999-09-14 Richard Stallman <rms@gnu.org>
7665 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
7666 cookie, even if followed by a letter.
7668 1999-09-14 Stephen Eglen <stephen@gnu.org>
7670 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
7671 --no-line-editing are passed to Octave by including them here
7672 rather than storing them in inferior-octave-startup-args.
7674 1999-09-14 Eli Zaretskii <eliz@gnu.org>
7676 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
7677 command, option, env and sc.
7679 * subr.el (shell-quote-argument): Quote argument with double
7682 1999-09-14 Richard Stallman <rms@gnu.org>
7684 * simple.el (eval-expression-print-level): New variable.
7685 (eval-expression-print-length): New variable.
7686 (eval-expression-debug-on-error): New variable.
7687 (eval-expression): Bind print-level, print-length and
7688 debug-on-error from those vars.
7690 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
7691 Bind print-level, print-length and debug-on-error.
7693 1999-09-14 Inge Frick <inge@nada.kth.se>
7695 * dired.el (dired-recursive-deletes): New custom variable.
7696 (dired-re-no-dot): New variable.
7697 (dired-delete-file): New function deletes files and directories
7699 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
7701 * dired-aux.el (dired-recursive-copies): New custom variable.
7702 (dired-handle-overwrite): Broke a long line.
7703 (dired-copy-file): Call `dired-copy-file-recursive' instead of
7705 (dired-copy-file-recursive): New function. Copy directories
7707 (dired-do-create-files): Added support for generalized directory
7708 target. How-to function may now return a function. New fluid
7709 variable `dired-one-file'.
7710 (dired-copy-how-to-fn): New variable.
7711 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
7712 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
7713 (dired-do-copy-regexp): No recursive copies.
7715 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
7717 * whitespace.el (whitespace-version): Update version to 2.4
7719 * whitespace.el: Add customization variables to conditionally test
7720 any of the five whitespaces, per request from Rune Kleveland
7721 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
7723 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
7725 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
7726 list of modes to be checked for bogus whitespaces.
7728 * whitespace.el (whitespace-rescan-timer-time): Update
7731 * whitespace.el (whitespace-display-unchecked-whitespaces):
7732 New function to update modeline with untested whitespaces.
7734 * whitespace.el (whitespace-buffer): Test only whitespaces whose
7735 checking is turned on, and update modeline using the newly created
7736 `whitespace-display-unchecked-whitespaces'.
7738 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
7739 whose checking is turned on, and update modeline using the newly
7740 created `whitespace-display-unchecked-whitespaces'.
7742 * whitespace.el (whitespace-describe): Update documentation.
7744 * whitespace.el (whitespace-tickle-timer): Test if
7745 `whitespace-rescan-timer-time' is non-zero before tickling timer.
7747 1999-09-13 Dave Love <fx@gnu.org>
7749 * hideif.el (hide-ifdef-mode): Add autoload cookie.
7751 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
7753 (checkdoc-this-string-valid): Don't assume default comment-start.
7755 1999-09-13 Gerd Moellmann <gerd@gnu.org>
7757 * rsz-mini.el: Remove code, keep the interface.
7759 1999-09-13 Dave Love <fx@gnu.org>
7761 * help.el (help-highlight-p): Doc fix.
7763 * faces.el (mode-line, header-line, tool-bar): Add :version.
7764 (highlight, secondary-selection): Add :group.
7765 (trailing-whitespace): Add :group, :version.
7767 * wid-edit.el: Remove some compatibility code and checks.
7768 (widget-specify-field, widget-specify-button): Don't use XEmacs
7770 (widget-overlay-inactive): Change error message.
7771 (widget-button-pressed-face): New variable.
7772 (widget-button-click): Use it.
7773 (widget-documentation-link-add): Specify mouse and button faces.
7774 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
7775 removed now the functionality is built in.
7777 * cus-edit.el: Don't define-widget-keywords.
7778 (multimedia): New group.
7779 (custom-last): Function removed.
7780 (custom-quote): Add vectorp case, comment out characterp case.
7781 (custom-buffer-done-function, custom-raised-buttons): New option.
7782 (Custom-buffer-done): New function.
7783 (custom-buffer-create-internal): Obey custom-raised-buttons,
7785 (custom-button-face): Make it `released-button'.
7786 (custom-button-pressed-face): Make it `pressed-button'
7787 (custom-mode-map): Bind "q" to Custom-buffer-done.
7788 (custom-mode): Deal with raised/pressed buttons.
7790 Changes from Didier Verna:
7791 (custom-prompt-variable): Optional third arg makes prompt for a
7793 (customize-set-value, customize-set-variable,
7794 customize-save-variable): Optional prefix makes function handle
7796 (customize-customized, customize-saved, custom-variable-state-set)
7797 (custom-variable-set, custom-variable-save, custom-face-state-set)
7798 (custom-variable-reset-saved, custom-variable-reset-standard)
7799 (custom-face-set, custom-face-save, custom-face-reset-saved)
7800 (custom-face-reset-standard, customize-save-customized): Handle
7802 (custom-comment-face, custom-comment-tag-face): New face.
7803 (custom-comment): New widget.
7804 (custom-comment-create, custom-comment-delete)
7805 (custom-comment-value-set, custom-comment-show)
7806 ()custom-comment-invisible-p): New functions.
7807 (custom-variable-value-create, custom-face-value-create): Create a
7808 comment field widget.
7809 (custom-variable-menu, custom-face-menu): New entry for custom
7811 (custom-face-value-create): Remove compatibility code.
7812 (custom-save-variables, custom-save-faces): Possibly save custom
7815 * cus-face.el (custom-face-attributes): Simplify :underline,
7816 :overline, :inverse-video cases. Fix up :box case (probably needs
7819 Change from Didier Verna:
7820 (custom-set-faces): The arguments can now have a custom comment as
7823 * custom.el: Don't define-widget-keywords.
7824 Change from Didier Verna:
7825 (custom-set-variables): The arguments can now have a
7826 custom comment as fifth element.
7828 1999-09-13 Richard Stallman <rms@gnu.org>
7830 * info.el (Info-find-node): Cope better if guesspos is too large.
7832 1999-09-12 Gerd Moellmann <gerd@gnu.org>
7834 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
7835 of buffer-substring because buffer-string doesn't copy the
7838 * faces.el (mode-line): Replaces `modeline'.
7839 (toplevel): Make `modeline' an alias for `mode-line'.
7841 1999-09-12 Gerd Moellmann <gerd@gnu.org>
7843 * gs.el: Change `ghostscript' to `postscript' in comment.
7845 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
7847 * emulation/tpu-edt.el (tpu-version): New version.
7848 (tpu-search-overlay, tpu-replace-overlay): New variables.
7849 (tpu-search-highlight, tpu-toggle-direction): New functions.
7850 (tpu-lm-replace): Set tpu-replace-overlay.
7851 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
7854 1999-09-11 Richard Stallman <rms@gnu.org>
7856 * isearch.el (isearch-mode-map): Undo previous change.
7858 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
7859 use all of that as the sexp.
7861 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
7862 and use the initial argument as file name directly.
7863 Likewise if nothing matches.
7865 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
7867 * winner.el: Major changes. Avoid changing point and mark.
7868 Save configurations after they change, not before.
7870 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
7872 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
7873 Bind print-continuous-numbering and print-number-table.
7875 1999-09-10 Dave Love <fx@gnu.org>
7877 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
7879 1999-09-09 Richard Stallman <rms@gnu.org>
7881 * whitespace.el: Finish making it fit Emacs conventions.
7884 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
7886 * generic-x.el (bat-generic-mode): "::"-style comments don't
7887 need to begin with "-". Fix the font-lock definitions of ON/OFF
7888 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
7889 from the list of keywords. Add DO to the list of keywords.
7891 1999-09-09 Dave Love <fx@gnu.org>
7893 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
7894 (byte-optimize-backward-word): New optimizations.
7895 (side-effect-free-fns, side-effect-and-error-free-fns): Add
7898 1999-09-09 Gerd Moellmann <gerd@gnu.org>
7900 * image.el (put-image): Remove optional buffer parameter.
7902 * faces.el (face-italic-p): Return t only for values `italic'
7905 * mouse.el (mouse-drag-mode-line-1): Extension of former
7906 mouse-drag-mode-line that also drags the header line.
7907 (mouse-drag-mode-line): Call it.
7908 (mouse-drag-header-line): New.
7909 (toplevel): Bind down-mouse-1 on header lines to
7910 mouse-drage-header-line.
7912 1999-09-08 Gerd Moellmann <gerd@gnu.org>
7914 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
7915 (make-mode-line-mouse-sensitive): Replace `top-line' by
7918 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
7920 * help.el (describe-function-1): Don't return empty string for keymaps.
7922 * fill.el (fill-region-as-paragraph, canonically-space-region):
7923 Respect colon-double-space at end of line.
7925 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
7927 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
7928 (backup-buffer): Use it.
7930 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
7932 * generic-x.el (generic-define-unix-modes): Added new modes:
7933 inetd-conf-generic-mode, etc-services-generic-mode,
7934 etc-passwd-generic-mode. These are all defined for Unix by default.
7935 (apache-generic-mode): Use an imenu-generic-expression to list
7936 Configuration keywords.
7937 (samba-generic-mode): Use both ; and # as comment characters.
7938 (samba-generic-mode): Font-lock expressions now highlight name
7940 (bat-generic-mode): Keywords are now case-insensitive through
7941 font-lock-defaults setting.
7942 (java-properties-generic-mode): Supports both ! and # as comment
7944 (java-properties-generic-mode): Added an imenu-generic-expression
7945 (java-properties-generic-mode): Reworked to support the various
7946 different ways to separate name and value (viz, '=', ':' and
7948 (show-tabs-generic-mode): Added this new generic-mode.
7950 1999-09-08 Richard Stallman <rms@gnu.org>
7952 * progmodes/inf-lisp.el: Moved from top directory.
7954 * tar-mode.el (tar-header-block-tokenize):
7955 Use `when' instead of `and'. Fix some clobbered text.
7957 * gud.el (gud-make-debug-menu): Make a child for the
7958 local menu, for its menu bar, and the debug menu.
7959 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
7960 Use the history in the simple way.
7962 1999-09-07 Kenichi Handa <handa@etl.go.jp>
7964 * language/korea-util.el (default-korean-keyboard): Initialize it
7965 according to the environment variable HANGUL_KEYBOARD_TYPE.
7967 1999-09-07 Richard Stallman <rms@gnu.org>
7969 * subr.el (make-temp-file): New function.
7971 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
7973 * font-lock.el (font-lock-multiline): New text property contains
7974 a boolean to indicate if the char is part of a multiline match.
7975 (font-lock-default-fontify-region): Extend the region appropriately
7976 for multiline keywords.
7977 (font-lock-default-unfontify-region): Also remove the new
7978 font-lock-multiline text property.
7979 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
7980 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
7982 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7984 * diary-lib.el (list-diary-entries): Make sure two-digit years
7987 1999-09-07 Gerd Moellmann <gerd@gnu.org>
7989 * faces.el (face-set-after-frame-default): Initialize some
7990 attributes of some faces from frame parameters.
7992 * faces.el (scroll-bar, border, cursor, mouse): New faces.
7994 1999-09-07 Gerd Moellmann <gerd@gnu.org>
7996 * faces.el (fringe): Replaces face `margin'.
7998 1999-09-07 Dave Love <fx@gnu.org>
8000 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
8002 1999-09-07 Richard Stallman <rms@gnu.org>
8004 * subr.el (push): Doc fix.
8006 1999-09-06 Richard Stallman <rms@gnu.org>
8008 * vc.el (vc-annotate-display): Use < 69 not < 70
8009 to distinguish 20YY from 19YY.
8011 * timezone.el (timezone-parse-date): Use < 69 not < 70
8012 to distinguish 20YY from 19YY.
8014 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
8016 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
8018 * quickurl.el: (quickurl-list-focused-line): Removed.
8019 (quickurl-list-insert): Now works out the focused line using
8020 `count-lines' instead of using `quickurl-list-focused-line'.
8022 1999-09-06 Richard Stallman <rms@gnu.org>
8024 * mail/rmail.el (rmail-retry-failure): Unconditionally move
8025 to beginning of message.
8027 1999-09-06 Dave Love <fx@gnu.org>
8029 * isearch.el (isearch-mode-map): Add mouse-2.
8031 * mail/rmail.el (rmail-read-password): Deleted.
8032 (rmail-get-pop-password): Use read-password.
8034 * quickurl.el: Don't conditionally define caddr.
8035 (quickurl-url-comment): Use nth, not caddr in function and
8038 1999-09-06 Richard Stallman <rms@gnu.org>
8040 * auto-show.el: Doc fixes.
8042 1999-09-06 Stephen Eglen <stephen@gnu.org>
8044 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
8045 --no-line-editing so that TABs in source files are not interpreted
8046 as completion requests.
8048 1999-09-06 Gerd Moellmann <gerd@gnu.org>
8050 * hscroll.el, auto-show.el: Remove all code, keep the public
8051 interface as no-ops.
8053 * faces.el (face-bold-p): Don't return t if face has lighter
8056 1999-09-06 Eli Zaretskii <eliz@gnu.org>
8058 * startup.el (command-line): Make small-temporary-file-directory
8059 be nil except on ms-dos.
8061 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
8063 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
8066 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
8067 letters with a colon after d or l.
8069 1999-09-06 Dave Love <fx@gnu.org>
8071 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
8074 1999-09-05 Richard Stallman <rms@gnu.org>
8076 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
8078 * textmodes/paragraphs.el (backward-kill-sentence):
8079 Don't test minibuffer-prompt-end here.
8080 (forward-sentence): Do handle it here.
8081 (backward-kill-paragraph): Don't test it here.
8082 (forward-paragraph): Handle it here.
8084 * mouse.el (font-menu-add-default): Simplify code.
8086 1999-09-05 Gerd Moellmann <gerd@gnu.org>
8088 * faces.el (header-line): Renamed from `top-line'.
8090 1999-09-05 Gerd Moellmann <gerd@gnu.org>
8092 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
8094 1999-09-04 Richard Stallman <rms@gnu.org>
8096 * whitespace.el: New file.
8098 1999-09-04 Dave Love <fx@gnu.org>
8100 * paths.el: Make some doc strings obey the make-docfile convention.
8102 * bindings.el: Likewise.
8103 (debug-ignored-errors): Remove BBDB ones.
8105 1999-09-03 Richard Stallman <rms@gnu.org>
8107 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
8108 not from the draft to forward.
8110 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
8112 1999-09-03 Dave Love <fx@gnu.org>
8114 * double.el (double-mode): Customize the variable.
8116 1999-09-03 Kenichi Handa <handa@etl.go.jp>
8118 * international/characters.el: Delete duplicated code.
8120 1999-09-02 Richard Stallman <rms@gnu.org>
8122 * indent.el (indent-relative): Doc fix.
8124 * quickurl.el (quickurl): Doc fix.
8126 1999-09-02 Gerd Moellmann <gerd@gnu.org>
8128 * faces.el (margin): Change background to "gray" for mono (this is
8129 drawn with a stipple pattern).
8131 1999-09-02 Gerd Moellmann <gerd@gnu.org>
8133 * simple.el (next-history-element): Use minibuffer-prompt-end once
8134 again. Remove test for minibuffer-prompt-in-buffer.
8136 1999-09-02 Eli Zaretskii <eliz@gnu.org>
8138 * files.el (small-temporary-file-directory): New variable.
8140 * startup.el (command-line): Compute the value of
8141 small-temporary-file-directory.
8143 * ediff-init.el (ediff-temp-file-prefix): Use
8144 small-temporary-file-directory if non-nil.
8146 * vc.el (vc-update-change-log): Likewise.
8148 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
8150 * simple.el (shell-command, shell-command-on-region): Use
8151 make-temp-name properly. Use small-temporary-file-directory if
8152 non-nil, otherwise temporary-file-directory, to generate temporary
8155 * dos-w32.el (direct-print-region-helper): Use
8156 temporary-file-directory. (From Stefan Monnier.)
8158 1999-09-02 Richard Stallman <rms@gnu.org>
8160 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
8161 from asm-comment-char.
8162 (asm-font-lock-keywords): Recognize instruction width suffixes.
8164 1999-09-01 Richard Stallman <rms@gnu.org>
8166 * play/fortune.el: New file.
8168 1999-08-31 Dave Love <fx@gnu.org>
8170 * help.el (help-make-xrefs): Don't lose on non-empty blank line
8173 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
8174 redisplay variables.
8176 * subr.el (push): Fix typo.
8178 1999-08-30 Kevin Blake <kblake@ticnet.com>
8180 * emacs-lisp/ring.el: Many doc fixes.
8181 (ring-size, ring-copy): New functions.
8183 1999-08-29 Richard Stallman <rms@gnu.org>
8185 * progmodes/etags.el (tags-loop-continue):
8186 After tags-loop-operate returns, force skip to next file.
8188 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
8189 (mail-extr-first-letters, mail-extr-last-letters):
8190 Use character classes [:alpha:] and [:alnum:].
8192 * subr.el (push, pop): New macros.
8194 * progmodes/compile.el (compilation-error-regexp-alist):
8195 New item for SGI IRIX MipsPro compilers.
8197 * speedbar.el (speedbar-directory-buttons): Recognize
8198 device names when checking for file names.
8200 * array.el (array-reconfigure-rows): Use generate-new-buffer.
8202 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
8203 and specially handle defvar inside their expansions.
8204 (eval-defun-1): New subroutine.
8206 * progmodes/compile.el (compilation-error-regexp-alist):
8207 Fix the Perl -w entry to allow period after line number.
8208 Don't allow newlines in file name, but allow them after line number
8209 for Perl debugging traces.
8211 * which-func.el (which-func-cleanup-function): New variable.
8212 (which-function): Call that function.
8214 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
8215 to end a function name.
8217 * informat.el (Info-tagify): Don't insert more than one newline
8218 before the tag table.
8220 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
8222 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
8223 than make-temp-name, use match-string-no-properties, and eliminate
8224 a quadratic behavior when building bibtex-strings.
8226 1999-08-29 Alex Schroeder <alex@gnu.org>
8228 * comint.el (comint-input-ring-separator): New variable.
8229 (comint-read-input-ring): Doc change; use
8230 comint-input-ring-separator when reading file.
8231 (comint-write-input-ring): Use
8232 comint-input-ring-separator when writing file.
8234 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
8236 * informat.el (Info-tagify): Start by widening.
8237 Match node headers that don't list the file name,
8238 and more kinds of page separations.
8239 Strip properties during tagification.
8240 Use start of node header line as tag's position.
8241 Fix the "done" message.
8243 (Info-validate): Save and restore match data around narrowing down.
8245 1999-08-28 Richard M. Stallman <rms@gnu.org>
8247 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
8248 On repeated call, override previous values put into
8249 minor-mode-map-alist and minor-mode-alist.
8251 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
8253 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
8255 1999-08-27 Andreas Schwab <schwab@gnu.org>
8257 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
8260 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8262 * calendar/calendar.el (calendar-move-hook): New hook.
8264 * calendar/cal-move.el: Call the new hook in every movement function.
8266 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
8267 the right function name.
8269 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
8271 * time-stamp.el: Put quote-backquote around all symbol names
8272 in doc strings, for mousing.
8273 (time-stamp): Support multi-line patterns.
8274 (time-stamp-inserts-lines): New variable.
8275 (time-stamp-count): New variable.
8276 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
8277 "Thu" instead of "%a".
8279 1999-08-25 Gerd Moellmann <gerd@gnu.org>
8281 * simple.el (kill-word): Undo previous change.
8283 1999-08-25 Gerd Moellmann <gerd@gnu.org>
8285 * jit-lock.el (jit-lock-function): Extend the fontified range
8286 to the beginning of the line containing the range start and
8287 the beginning of the line following the range end.
8289 1999-08-24 Dave Love <fx@gnu.org>
8291 * timezone.el: Move provide to end.
8292 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
8294 (timezone-parse-time): Simplify somewhat.
8296 1999-08-24 Gerd Moellmann <gerd@gnu.org>
8298 * faces.el (margin): Renamed from bitmap-area.
8300 1999-08-24 Alex Schroeder <alex@gnu.org>
8302 * sql.el: Doc changes.
8303 (sql-sybase): Use sql-server instead of sql-database.
8305 1999-08-23 Dave Love <fx@gnu.org>
8307 * rect.el: Add/fix various doc strings. Add `*' to all the
8310 1999-08-21 Gerd Moellmann <gerd@gnu.org>
8312 * jit-lock.el (jit-lock-function): Use line-beginning-position.
8313 Don't unwind-protect font-lock-fontify-region.
8315 * paragraphs.el (backward-kill-paragraph): Don't move
8316 point into mini-buffer prompt.
8317 (backward-kill-sentence): Ditto.
8319 * simple.el (next-history-element): Use minibuffer-prompt-end.
8320 Remove test for minibuffer-prompt-in-buffer.
8321 (kill-word): Don't move point into mini-buffer prompt.
8323 1999-08-21 Dave Love <fx@gnu.org>
8325 * Makefile: Exclude CVS dirs like RCS.
8327 1999-08-19 Dave Love <fx@gnu.org>
8329 * tooltip.el (tooltip-mode): Customize this, per convention.
8330 (tooltip-active): Option deleted.
8332 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
8334 * hanoi.el, page-ext.el: Declare dynamic vars.
8336 * term.el: Avoid ange-ftp related compilation warnings.
8338 1999-08-18 Gerd Moellmann <gerd@gnu.org>
8340 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
8341 the default so that beginners can benefit from it without
8342 searching in manuals.
8344 1999-08-18 Ray Blaak <blaak@gnu.org>
8346 * progmodes/delphi.el: Consider assembly sections as blocks, to
8347 indent them better. Make auto-indent on newline optional.
8349 1999-08-17 Gerd Moellmann <gerd@gnu.org>
8351 * bindings.el (mode-line-modified): Look up key binding for C-x
8352 C-q. If it's bound call that binding, otherwise call
8355 1999-08-17 Dave Love <fx@gnu.org>
8357 * info.el (info): Doc fix.
8359 * finder.el (finder-known-keywords): Add `multimedia'.
8361 * apropos.el: Don't capitalize custom group name.
8363 * info-look.el: Remove compatibility code.
8364 (info-lookup-guess-default*): DTRT for point at start of symbol.
8365 (info-complete): Don't lose with point not at end of symbol.
8367 1999-08-16 Gerd Moellmann <gerd@gnu.org>
8369 * term.el (toplevel): Make face `term-default' an empty face.
8370 The code relied on the fact that Emacs ignored invalid faces in
8371 face text properties in 20.4.
8373 1999-08-16 Richard M. Stallman <rms@gnu.org>
8375 * subr.el (point-at-eol, point-at-bol): New aliases.
8377 * simple.el: Functions reordered.
8379 * rect.el (delete-rectangle-line): Use line-end-position.
8381 1999-08-16 Karl Heuer <kwzh@gnu.org>
8383 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
8384 here from simple.el.
8386 1999-08-16 Dave Love <fx@gnu.org>
8388 * mouse.el: Provide `mldrag' for compatibility.
8389 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
8392 * mldrag.el: Removed since the features are in mouse.el.
8394 * jka-compr.el (auto-compression-mode): New variable for
8397 * bindings.el (mode-line-mule-info): Doc fix.
8399 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
8402 * files.el (interpreter-mode-alist): Add make, guile, clisp.
8403 (find-file): Doc fix.
8405 1999-08-16 Carsten Dominik <cd@gnu.org>
8407 * textmodes/reftex.el: Most of the code moved to other files.
8408 * textmodes/reftex-auc.el: New file, split out from reftex.el
8409 * textmodes/reftex-cite.el: New file, split out from reftex.el
8410 * textmodes/reftex-global.el: New file, split out from reftex.el
8411 * textmodes/reftex-index.el: New file, split out from reftex.el
8412 * textmodes/reftex-parse.el: New file, split out from reftex.el
8413 * textmodes/reftex-ref.el: New file, split out from reftex.el
8414 * textmodes/reftex-sel.el: New file, split out from reftex.el
8415 * textmodes/reftex-toc.el: New file, split out from reftex.el
8416 * textmodes/reftex-vars.el: New file, split out from reftex.el
8417 * textmodes/reftex-vcr.el: New file, split out from reftex.el
8419 1999-08-16 Carsten Dominik <cd@gnu.org>
8421 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
8422 conflict with pop-up-frames.
8423 (reftex-special-environment-parsers): New constant.
8424 (reftex-label-alist): car of an entry can also be a function.
8425 (reftex-what-special-env): Cew function.
8426 (reftex-label-location): Call `reftex-what-special-env'.
8427 (reftex-compile-variables): Check for symbol in
8428 `reftex-label-alist'.
8429 (reftex-what-environment): Fixed bug with stacked environments of
8430 same kind (e.g. enumerate).
8431 (reftex-process-string): Preserve default directory.
8432 (reftex-label-alist-builtin): Changed prefixes of endnote and
8433 footnote. Also the magic words.
8434 (reftex-reference): Interprete new option
8435 `reftex-fref-is-default'.
8436 (reftex-replace-prefix-escapes): Interprete new `%S' format.
8437 (reftex-toc-mouse-view-line): Command removed (had no binding).
8438 (reftex-everything-regexp): New function.
8439 (reftex-nearest-match): Made better.
8440 (reftex-toc-find-section): Use new version of
8441 `reftex-nearest-match'.
8442 (reftex-insert-docstruct): Adapted to work with the index stuff.
8443 (reftex-parse-from-file): Find index entries as well.
8444 (reftex-toc-toggle-index): New function
8445 (reftex-toc-map): `i' is now used to togle the index, File
8446 boundaries has been moved to `F'.
8447 (reftex-select-label-map): Toggling display of file boundaries is
8448 now on the `F' key, for consistency with `reftex-toc-map'.
8449 (reftex-erase-all-selection-and-index-buffers): Renamed from
8450 `reftex-erase-all-selection-buffer'. Now also kills the index
8452 (reftex-viewing-cross-references): Customization group renamed
8453 from reftex-viewing-cross-references-and-citations.
8454 (reftex-index-macro-regexp,
8455 reftex-find-index-entry-regexp-format): New variables
8456 (reftex-macros-with-index): New variable
8457 (reftex-add-index-macros): New function
8458 (reftex-renumber-simple-labels, reftex-translate): Allow for
8459 multiple labels in a single ref command.
8460 (reftex-index-support): New customization group
8461 (reftex-support-index, reftex-index-special-chars,
8462 reftex-index-macros, reftex-index-default-macro,
8463 reftex-index-default-tag, reftex-index-math-format,
8464 reftex-index-section-letters, reftex-index-include-context,
8465 reftex-index-follow-mode, reftex-index-header-face,
8466 reftex-index-section-face, reftex-index-tag-face,
8467 reftex-index-face): New options
8468 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
8469 reftex-index-tag, reftex-index-return-marker,
8470 reftex-index-restriction-indicator, reftex-index-restriction-data,
8471 reftex-index-macro-regexp, reftex-index-level-re,
8472 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
8473 reftex-everything-regexp-no-index, reftex-index-re,
8474 reftex-macros-with-index, reftex-index-macro-alist): New variables
8475 (reftex-index-help, reftex-index-macros-builtin,
8476 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
8477 reftex-query-index-macro-help): New constants
8478 (reftex-index-selection-or-word, reftex-index,
8479 reftex-default-index, reftex-update-default-index,
8480 reftex-index-complete-tag, reftex-index-select-tag,
8481 reftex-index-complete-key, reftex-index-update-taglist,
8482 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
8483 reftex-display-index, reftex-insert-index,
8484 reftex-index-insert-new-letter, reftex-get-restriction,
8485 reftex-index-pre-command-hook, reftex-index-post-command-hook,
8486 reftex-index-show-help, reftex-index-next, reftex-index-previous,
8487 reftex-index-toggle-follow, reftex-index-toggle-context,
8488 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
8489 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
8490 reftex-index-quit, reftex-index-quit-and-kill,
8491 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
8492 reftex-index-revert, reftex-index-switch-index-tag,
8493 reftex-index-restrict-to-section, reftex-index-widen,
8494 reftex-index-restriction-forward,
8495 reftex-index-restriction-backward, reftex-index-visit-location,
8496 reftex-index-analyze-entry, reftex-index-globalize,
8497 reftex-index-edit, reftex-index-toggle-range-beginning,
8498 reftex-index-toggle-range-end, reftex-index-edit-key,
8499 reftex-index-edit-attribute, reftex-index-edit-visual,
8500 reftex-index-edit-part, reftex-index-level-down,
8501 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
8502 reftex-index-change-entry, reftex-index-goto-letter,
8503 reftex-add-index-macros, reftex-ensure-index-support,
8504 reftex-index-info-safe, reftex-index-info): New functions.
8507 1999-08-15 Richard M. Stallman <rms@gnu.org>
8509 * paren.el (show-paren-mode): Support making show-paren-mode
8510 a buffer-local variable. Don't check for a window system.
8511 (show-paren-function): Check whether show-paren-function is
8512 enabled in current buffer; do the right thing if not.
8513 Don't check for a window system.
8514 (show-paren-mode): Make it a user variable.
8516 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
8517 Handle `enum' like `struct'.
8519 * server.el (server-process-filter): If a client visits no buffers,
8520 close it immediately before recording it.
8522 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
8523 Optimize by calling concat just once. Handle =\n sequence.
8524 (mail-unquote-printable-region): New command.
8525 (mail-quote-printable): Make it autoload.
8527 1999-08-15 Karl Heuer <kwzh@gnu.org>
8529 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
8531 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
8533 * lisp/texinfmt.el: Handle @ifnottex.
8535 1999-08-15 Eli Zaretskii <eliz@gnu.org>
8537 * frame.el (blink-cursor): Don't turn on cursor blinking for
8540 * faces.el (face-valid-attribute-values): Look in
8541 x-bitmap-file-path only for x and w32 window systems.
8543 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
8544 Do that if width is nil as well.
8545 (x-display-mm-height, x-display-mm-width): Update values.
8546 (x-colors): Compute the list from msdos-color-values.
8547 (x-select-enable-clipboard): Doc fix.
8548 (x-frob-font-weight, x-font-family-list): New functions.
8550 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
8552 * window.el (shrink-window-if-larger-than-buffer): Don't try to
8553 back up from beginning of buffer.
8555 1999-08-13 Karl Heuer <kwzh@gnu.org>
8557 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
8559 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
8561 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
8562 doomsday clock, speed control is added and changes are made to
8563 allow large numbers of rings: rings now show the whole ring
8564 number, not just the last digit; consecutive rings are allowed to
8565 be the same size when necessary to fit all the rings in the
8566 window; and poles can be oriented horizontally. Face support is
8567 thrown in gratuitously.
8568 (hanoi): Changed default number of rings back to 3.
8569 (hanoi-unix, hanoi-unix-64): New commands
8570 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
8571 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
8572 hanoi-odd-ring-face): New variables.
8573 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
8574 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
8575 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
8576 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
8577 (hanoi-topos, hanoi-draw-ring): Removed.
8579 1999-08-12 Gerd Moellmann <gerd@gnu.org>
8581 * faces.el (face-valid-attribute-values): Return an alist for
8583 (face-read-integer): Handle unspecified face attributes. Add
8584 completion for `unspecified'.
8585 (read-face-attribute): Handle unspecified font attributes.
8586 (face-valid-attribute-values): Add `unspecified' to lists so that
8587 it can be chosen via completion.
8588 (face-read-string): Don't recognize "none" as input.
8590 1999-08-10 Dave Love <fx@gnu.org>
8592 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
8595 * sun-curs.el: Require sun-fns.
8597 1999-08-10 Dave Love <fx@gnu.org>
8599 * autorevert.el (auto-revert-mode): Add autoload cookie.
8601 * hscroll.el, auto-show.el: Files deleted -- we have built-in
8604 * simple.el (hscroll-step, hscroll-point-visible)
8605 (hscroll-window-column): Remove now we have the mentioned real
8606 horizontal autoscrolling.
8608 1999-08-10 Richard M. Stallman <rms@gnu.org>
8610 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
8611 control use of -f option.
8612 (mail-specify-envelope-from): New variable.
8613 (mail-from-style): Doc fix.
8615 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
8616 (easy-menu-get-map): New arg TO-MODIFY helps choose
8617 between local and global maps.
8618 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
8619 (easy-menu-change): Doc fix.
8621 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
8622 (info-lookup-guess-default): Simplified and cleaned up.
8623 (info-lookup-guess-default*): Preserve point.
8625 * view.el (view-mode-disable): If buffer-read-only is nil,
8628 * files.el (after-find-file): Disable View mode if buffer is no
8631 * view.el (view-mode-enable, view-mode-disable):
8632 Call force-mode-line-update.
8634 1999-08-10 Karl Heuer <kwzh@gnu.org>
8636 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
8637 * array.el, play/landmark.el, international/latin-3.el: Likewise.
8638 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
8640 1999-08-10 Alex Schroeder <asc@bsiag.com>
8642 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
8643 to prevent m-eating-bug.
8645 1999-08-10 Eli Zaretskii <eliz@gnu.org>
8647 * term/pc-win.el (msdos-bg-mode): Remove. Call
8648 frame-set-background-mode instead. All callers changed.
8649 (msdos-face-setup): Don't force color display parameter, it is set
8650 by frame-set-background-mode.
8651 (make-msdos-frame): Call x-handle-reverse-video and
8652 face-set-after-frame-default. Delete frame if creation failed.
8654 * faces.el (face-set-after-frame-default): Don't call
8655 make-face-x-resource-internal for the pc window-system.
8657 1999-08-10 Dave Love <fx@melange.gnu.org>
8659 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
8660 case with no docstring specially.
8662 1999-08-09 Eli Zaretskii <eliz@gnu.org>
8664 * complete.el (PC-do-completion): If completing on file name,
8665 reproduce str by concatenating its directory and basename parts.
8667 1999-08-07 Dave Love <fx@gnu.org>
8669 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
8670 unibyte to multibyte conversion of search-forward (from Handa),
8671 but avoid the replacement if the language is Latin-N.
8673 1999-08-06 Richard Stallman <rms@gnu.org>
8675 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
8678 * international/mule.el (load-with-code-conversion):
8679 Pass t to eval-buffer for DO-ALLOW-PRINT.
8681 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
8683 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
8684 of filenames and attributes.
8685 (ls-lisp-insert-directory): Use directory-files-and-attributes
8688 1999-08-05 Dave Love <fx@gnu.org>
8690 * auto-show.el (auto-show-mode): Fix :set.
8692 * widget.el (define-widget-keywords): Make dummy definition and
8693 comment-out its use.
8695 1999-08-04 Richard Stallman <rms@gnu.org>
8697 * progmodes/tcl.el: Customized.
8699 * sql.el (sql-accumulate-and-indent): Instead of testing
8700 whether this is Emacs 20 before calling comint-accumulate,
8701 test whether comint-accumulate is defined.
8703 1999-08-04 Dave Love <fx@gnu.org>
8705 * sgml-mode.el: Require outline when compiling.
8706 (sgml-mode-hook, html-mode-hook): Customize.
8707 (sgml-validate-command): Fix :version.
8708 (html-autoview-mode): Doc fix.
8710 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
8711 nothing in Latin-N environment.
8713 * info.el (Info-find-node): Call info-initialize here.
8715 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
8717 1999-08-04 Richard Stallman <rms@gnu.org>
8719 * ansi-color.el: New file.
8721 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
8723 * dired.el (dired-string-replace-match): Return `nil' when no match
8724 found with global search.
8726 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
8727 * terminal.el (te-terminfo-directory):
8728 * mail/mailpost.el (post-mail-send-it):
8729 * mail/metamail.el (metamail-region):
8730 * progmodes/ada-mode.el (ada-tmp-directory):
8731 Use temporary-file-directory.
8733 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
8734 (compilation-filter, compilation-forget-errors)
8735 (compilation-parse-errors): Use a marker instead of an integer for
8736 `compilation-parsing-end'.
8738 * progmodes/diff.el (diff-parse-differences):
8739 Use a marker instead of an integer for `compilation-parsing-end'.
8740 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8741 Use a marker instead of an integer for `compilation-parsing-end'.
8743 1999-08-03 Richard Stallman <rms@gnu.org>
8745 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
8746 (Buffer-menu-mode): Doc fix.
8747 (Buffer-menu-view): New command.
8748 (Buffer-menu-view-other-window): New command.
8750 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
8752 * replace.el (query-replace-regexp-eval)
8753 (replace-eval-replacement, replace-loop-through-replacements)
8754 (replace-match-string-symbols): New functions.
8755 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
8756 Use replace-loop-through-replacements.
8758 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
8760 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
8763 1999-08-03 Dave Love <fx@gnu.org>
8765 * fortran.el (fortran-indent-new-line): Make it an alias
8766 for reindent-then-newline-and-indent.
8768 1999-08-03 Didier Verna <verna@inf.enst.fr>
8770 * rect.el: All functions rewritten, except when noted above
8771 their declaration. Below is a list of interface changes.
8772 (apply-on-rectangle): New function, mostly replaces
8773 `operate-on-rectangle'. All callers changed.
8774 (move-to-column-force): Pass new second argument to `move-to-column'.
8775 (kill-rectangle): Added optional prefix arg to fill lines.
8776 (delete-rectangle): Ditto.
8777 (delete-whitespace-rectangle): Ditto.
8778 (delete-extract-rectangle): Ditto.
8779 (open-rectangle): Ditto.
8780 (clear-rectangle): Ditto.
8781 (delete-whitespace-rectangle-line): New function.
8782 (delete-rectangle-line): Added third arg FILL.
8783 (delete-extract-rectangle-line): Ditto.
8784 (open-rectangle-line): Ditto.
8785 (clear-rectangle-line): Ditto.
8787 1999-08-03 Ray Blaak <blaak@gnu.org>
8789 * progmodes/delphi.el: New file.
8791 1999-08-02 Richard Stallman <rms@gnu.org>
8793 * textmodes/outline.el (outline-previous-heading): New function.
8794 (outline-up-heading-all): Use outline-previous-heading.
8795 (outline-next-heading): Delete definition inserted yesterday.
8797 1999-08-01 Richard Stallman <rms@gnu.org>
8799 * textmodes/outline.el (outline-next-heading): New function.
8800 (outline-up-heading-all): New function.
8801 (outline-font-lock-level): Using outline-up-heading-all.
8802 Tell outline-back-to-heading to accept invisible headings.
8804 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
8806 * mail/mh-utils.el (mh-find-path-run): New variable.
8807 (mh-find-path): Test and set that.
8808 Set mail-user-agent only the first time this function is run.
8809 (mail-user-agent): Defvar deleted.
8811 * info.el (info-initialize): New function.
8812 (info): Call info-initialize.
8813 (Info-directory-list): Initialize to nil,
8814 so info-initialize will set it up for real.
8816 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8818 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
8819 does not interpret a time as the year in a day-month entry.
8821 * calendar/diary-lib.el: Change syntax table entry for colon in
8822 the diary as part of the european-date-diary-pattern fix.
8824 1999-08-01 Eli Zaretskii <eliz@gnu.org>
8826 * international/mule.el (set-auto-coding): Allow whitespace before
8827 and after the "variable: value" pair.
8829 1999-07-30 Ken'ichi Handa <handa@gnu.org>
8831 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
8832 (default-sendmail-coding-system): Doc-string fixed.
8834 1999-07-30 Dave Love <fx@gnu.org>
8836 * subr.el (assoc-delete-all): New function, renamed from
8839 * frame.el: Change comments to doc strings and other doc fixes.
8840 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
8842 (set-background-color, set-foreground-color, set-cursor-color)
8843 (set-mouse-color, set-border-color): Offer completion of colours.
8844 (cursor): Add :version to defgroup.
8846 * facemenu.el (list-colors-display): Make it work on ttys.
8847 (facemenu-read-color): Likewise.
8849 1999-07-30 Richard M. Stallman <rms@gnu.org>
8851 * frame.el (frame-notice-user-settings): If background
8852 color has been changed, update background-mode from it,
8855 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
8857 * net-utils.el (finger): Don't do indirect fingering.
8859 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8861 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
8862 rules. Add separator at end of holidays.
8863 (cal-tex-rules): New customizable variable.
8864 (cal-tex-latexify-list): Add optional parameter to put separator
8867 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
8869 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
8870 fill prefix on each line while looping to the end of paragraph.
8871 End paragraph if it's longer than the existing fill prefix.
8873 * textmodes/fill.el (fill-context-prefix): Doc fix.
8875 1999-07-30 Dave Love <fx@gnu.org>
8877 * font-lock.el (jit-lock): Fix :load, add :version.
8879 1999-07-30 Eli Zaretskii <eliz@gnu.org>
8881 * term/pc-win.el (msdos-face-setup): Register standard colors in
8882 Vface_tty_color_alist.
8883 (face-color-supported-p, face_color_gray_p): New functions.
8885 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
8888 * startup.el (command-line): Don't register default colors for
8889 MSDOS window-system.
8891 1999-07-29 Dave Love <fx@gnu.org>
8893 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
8896 * lisp-mode.el (eval-defun): Re-written to avoid
8897 capturing variables.
8899 * picture.el (picture-beginning-of-line): Don't call
8900 hscroll-point-visible now we have real autoscrolling.
8901 (picture-end-of-line, picture-newline, picture-open-line):
8904 * international/latin-8.el: New file.
8905 * international/latin-9.el: New file.
8907 1999-07-28 Dave Love <fx@gnu.org>
8909 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
8911 * msb.el: Require cl only when compiling.
8912 (msb--home-dir): Deleted.
8913 (msb--format-title): Use abbreviate-file-name.
8914 (msb--choose-file-menu): Simplify string comparison.
8916 1999-07-28 Gerd Moellmann <gerd@gnu.org>
8918 * faces.el (toolbar): Add face definition for mono displays.
8920 1999-07-27 Richard M. Stallman <rms@gnu.org>
8922 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8924 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
8925 force copying of default-frame-alist.
8927 1999-07-26 Ken'ichi Handa <handa@gnu.org>
8929 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
8931 1999-07-26 Richard M. Stallman <rms@gnu.org>
8933 * frame.el (set-mouse-color): If new color is nil,
8934 really respecify the current color.
8936 1999-07-26 Gerd Moellmann <gerd@gnu.org>
8938 * faces.el (bitmap-area): Change background of face `bitmap-area'
8939 to white for mono displays.
8941 1999-07-26 Kenichi Handa <handa@etl.go.jp>
8943 * international/ccl.el (ccl-embed-symbol): New function.
8944 (ccl-program-p): Deleted. Now it's implemented in C code.
8945 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
8946 (ccl-compile-translate-character): Likewise.
8947 (ccl-compile-map-single): Likewise.
8948 (ccl-compile-multiple-map-function): Likewise.
8949 (declare-ccl-program): Doc-string modified.
8950 (check-ccl-program): Check compiled CCL code by ccl-program-p.
8952 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
8954 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8956 1999-07-25 Markus Rost <rost@gnu.org>
8958 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
8959 the entries to make custom-file more readable.
8961 1999-07-25 Richard M. Stallman <rms@gnu.org>
8963 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
8965 * emacs-lisp/edebug.el: Delete compatibility code.
8966 (edebug-next-token-class): If . is followed by a digit,
8967 return `symbol' for the token class.
8969 * startup.el (command-line): If we don't find the user's init file,
8970 set user-init-file to nil.
8972 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8974 * info-look.el (info-lookup-interactive-arguments): Add optional
8975 argument query for new choice of help mode.
8976 (info-lookup-symbol): Use it.
8977 (info-lookup-file): Ditto.
8978 (info-lookup): Don't switch to other window, if already in Info
8981 1999-07-23 Dave Love <fx@gnu.org>
8983 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
8985 (fortran-fontify-string, fortran-match-!-comment): Deleted.
8986 (fortran-font-lock-syntactic-keywords): New variable.
8987 (fortran-mode): Use it.
8988 (fortran-font-lock-keywords-1): Don't do comments.
8989 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
8992 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
8994 * msb.el (msb-menu-bar-update-buffers): Renamed from
8995 menu-bar-update-buffers.
8996 (msb-custom-set, msb--toggle-menu-type): Call
8997 msb-menu-bar-update-buffers.
8998 (msb-mode): Revise the hook setting.
9000 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
9002 1999-07-23 Gerd Moellmann <gerd@gnu.org>
9004 * font-lock.el, help.el, simple.el: Re-integrate previously
9005 described changes that were lost due to errors while checking them
9008 1999-07-23 Kevin Blake <kblake@ticnet.com>
9010 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
9012 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
9014 * international/encoded-kb.el
9015 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
9016 but push it to unread-command-events.
9017 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
9018 (encoded-kbd-self-insert-sjis): Likewise.
9019 (encoded-kbd-self-insert-big5): Likewise.
9021 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
9022 before left margin and fill-prefix by fill-find-break-point.
9024 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9026 * info-look.el (info-lookup-setup-mode): Don't give up, if
9027 info-lookup-make-completions returns an error.
9028 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
9029 name latex, not latex2e.
9031 1999-07-21 Richard M. Stallman <rms@gnu.org>
9033 * replace.el (perform-replace): Turn off case-fold-search
9034 if FROM-STRING argument has uppercase in it.
9036 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9038 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
9039 mode is on. Don't use end of changed text.
9041 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9043 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
9044 (cl-hash-table-p): Renamed from hash-table-p.
9045 (cl-hash-table-count): Renamed from hash-table-count.
9046 (maphash): Alias to cl-maphash removed.
9047 (gethash): Likewise.
9048 (puthash): Likewise.
9049 (remhash): Likewise.
9050 (clrhash): Likewise.
9052 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9054 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
9055 third arg non-nil. See comment there why this isn't a good idea.
9057 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9059 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
9061 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
9062 sit-for with 3rd arg non-nil to prevent redisplay.
9064 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9066 * image.el (image-type-from-file-header): If file doesn't
9067 have a directory part, add data-directory.
9069 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9071 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
9072 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
9073 motion handling when tooltip-gud-tips-p is nil.
9075 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9077 * tooltip.el (tooltip-mode): Don't use `plusp'.
9078 (tooltip-active): Use initial value of nil.
9080 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
9082 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9084 * bindings.el (make-mode-line-mouse-sensitive): Add key
9085 definitions for `top-line'.
9087 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9089 * faces.el (top-line): New face.
9091 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9093 * image.el (image-type-regexps): Add regexp for PS files.
9095 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9097 * faces.el (set-face-attribute): Fix wrong handling of frame
9100 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9102 * image.el (image-type-regexps): Add PNG format.
9104 1999-07-21 Dave Love <fx@gnu.org>
9106 * bindings.el (mode-line-modified): New variable.
9107 (mode-line-mode-menu-1): Switch to appropriate window before
9110 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9112 * faces.el (face-underline): Removed.
9113 (face-underline-color): Ditto.
9115 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9117 * faces.el (face-x-resources): Fix typo.
9119 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9121 * faces.el: Remove handling of `:relief', extend handling of
9123 (frame-set-background-mode): Choose new defface specs after
9124 frame parameters have changed.
9126 * cus-face.el: Ditto.
9128 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9130 * custom.el (defface): Extend documentation to include new
9133 * cus-face.el (custom-face-attributes): Add overline,
9134 strike-through, box.
9136 * faces.el (face-valid-attribute-values): Handle overline,
9137 strike-through, box.
9138 (face-attribute-name-alist): Add pairs for new face attributes.
9139 (describe-face): Handle new face attributes.
9141 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9143 * faces.el (face-x-resources): Add overline, strike-through, box.
9145 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9147 * enriched.el (enriched-translations): Add `display' and
9149 (enriched-handle-display-prop): New.
9150 (enriched-decode-display-prop): New.
9152 * format.el (top-level): Give `display' property
9153 `format-list-atomic-p.
9154 (format-annotate-single-property-change): Test that property.
9155 If present, treat list property values like atoms.
9157 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9159 * cus-face.el (custom-face-attributes): Use `choice' everywhere
9160 so that "*" can be entered.
9162 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9164 * cus-face.el (custom-face-attributes): Don't use `#''.
9166 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
9168 * cus-face.el (custom-face-attributes): Return underline
9169 face attribute directly from the second lambda of underline.
9171 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9173 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
9175 * frame.el (after-setting-font-hooks): New variable.
9176 (set-frame-font): Run those hooks.
9178 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
9180 * faces.el (set-face-attribute): Fix doc string.
9182 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9184 * cus-face.el (custom-face-attributes): Accept color name.
9186 * faces.el (face-underline-p): Accept unspecified underlining.
9187 (face-underline): Ditto. Fix doc string.
9189 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
9191 * faces.el (face-underline-color): New function.
9193 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
9195 * cus-face.el (custom-face-attributes): Support underline coloring.
9196 Added slot to choose a color.
9198 * faces.el (face-underline): New function.
9199 (face-underline-p): Support underline coloring.
9200 Return nil only if the underline attribute is 'normal.
9201 (set-face-underline): New function.
9202 (face-valid-attribute-values): Support underline coloring.
9204 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9206 * image.el (insert-image): Use `display' instead of `glyph'
9207 as text property name.
9209 (image-type-from-file-header): Use insert-file-contents-literally.
9211 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9213 * easymenu.el (easy-menu-do-add-item): Don't use the empty
9214 string to indicate separators.
9216 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9218 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
9219 instead of message-log.
9221 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9223 * faces.el (bitmap-area): New face.
9225 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9227 * image.el (insert-image): New.
9229 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9231 * frame.el (blink-cursor): Set the symbol's value.
9232 (show-trailing-whitespace): Change group to font-lock.
9234 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9237 * font-lock.el: Add jit-mode as new support mode.
9239 * font-lock.el (font-lock-fontify-keywords-region): Stop when
9240 reaching end instead of letting re-search-forward signal an error.
9241 (demand-lock-mode): New.
9242 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
9243 (font-lock-turn-off-thing-lock): Ditto.
9244 (font-lock-after-fontify-buffer): Ditto.
9245 (font-lock-after-unfontify-buffer): Ditto.
9247 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9251 * startup.el (command-line-1): Activate tooltip mode if
9254 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9256 * faces.el (toolbar): Grey default background.
9259 * image.el (image-type-regexps): New.
9260 (image-type-from-file-header): New.
9261 (create-image): Call it.
9263 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9265 * image.el: New file.
9267 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9269 * bindings.el (mode-line-format): Replace `mode-name' with
9270 `(:eval mode-line-mode-name)'.
9271 (mode-line-mode-name): New.
9272 (make-mode-line-mouse-sensitive): Don't change default value
9275 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9277 * tooltip.el: New file.
9279 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9281 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
9282 instead of mouse-3 to pop up menus.
9283 (mode-line-kill-buffer): Removed.
9284 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
9286 (mode-line-buffer-menu-1): Removed.
9288 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
9290 * bindings.el (mode-line-buffer-identification-keymap): New.
9291 (mode-line-buffer-menu-keymap): New.
9292 (mode-line-mode-menu-keymap): New.
9293 (mode-line-unbury-buffer): New.
9294 (mode-line-other-buffer): New.
9295 (mode-line-kill-buffer): New.
9296 (mode-line-buffer-menu-1): New.
9297 (mode-line-mode-menu-1): New.
9298 (make-mode-line-mouse-sensitive): New.
9300 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9302 * help.el (describe-key-briefly): Handle mode line strings
9303 with local-map properties.
9304 (describe-key): Ditto.
9305 (mode-line-key-binding): New.
9307 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9309 * scroll-bar.el (scroll-bar-timer): New.
9310 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
9312 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9314 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
9317 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9319 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
9320 (global): Use different key bindings if using tookit scroll bars.
9322 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9324 * faces.el (modeline): Define mode line face with relief for
9326 (toolbar): New face.
9328 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9330 * frame.el (frame-initialize): Set frame-creation-function to
9331 tty-create-frame-with-faces.
9333 * faces.el (frame-set-background-mode): Make it work for
9336 * faces.el (tty-create-frame-with-faces): New.
9337 (face-set-after-frame-default): Make it work for TTY frames.
9339 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9341 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
9342 Return a list of one font family for TTYs. Don't return bitmap
9343 file paths for TTY frames.
9345 * faces.el: Add face specs for tty displays to basic faces.
9347 * font-lock.el (font-lock-comment-face): Add spec for color tty.
9348 (font-lock-string-face): Ditto.
9349 (font-lock-keyword-face): Ditto.
9350 (font-lock-builtin-face): Ditto.
9351 (font-lock-function-name-face): Ditto.
9352 (font-lock-variable-name-face): Ditto.
9353 (font-lock-type-face): Ditto.
9354 (font-lock-constant-face): Ditto.
9355 (font-lock-warning-face): Ditto.
9357 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9359 * startup.el (command-line): Register default tty colors.
9361 * faces.el (face-spec-set-match-display): Recognize `type tty'.
9363 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9365 * faces.el (modeline): For X frames, use a modeline with relief.
9367 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9369 * faces.el (frame-update-faces): Copied from 20.2.
9370 (frame-update-face-colors): Ditto. Code removed that isn't
9371 applicable in the new face implementation.
9373 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9375 * frame.el (show-trailing-whitespace): New.
9377 * faces.el (trailing-whitespace): New basic face.
9379 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9381 * cus-face.el (custom-facep): Always define as alias for facep.
9383 * cus-face.el (custom-face-attributes): Use choice widgets.
9384 Remove :bold and :italic.
9386 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9388 * faces.el (face-charset-registries): Removed since fontset.el
9389 is no always loaded.
9391 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9393 * faces.el (internal-get-face): Added as obsolete function for
9396 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9398 * frame.el (blink-cursor-end): Call show-cursor.
9399 (blink-cursor-mode): Ditto.
9401 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9403 * faces.el (face-spec-reset-face): Reset all attributes to
9405 (face-spec-set): Use it.
9407 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9409 * faces.el (read-all-face-attributes): Bug fix.
9410 (face-read-integer): Allow nil default value.
9411 (face-valid-attribute-values): Use symbol names of attribute
9412 values for completion list.
9414 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9416 * faces.el (internal-find-face): Define for compatibility with
9418 (face-id): Likewise.
9420 * faces.el (face-id): Return the ID of a realized face for ASCII.
9422 * fontset.el (x-charset-registries): Removed. Now in faces.el.
9423 (x-complement-fontset-spec): Use face-charset-registries.
9425 * faces.el (face-font-selection-order): Set font selection order
9427 (face-alternative-font-family-alist): Set alternative font
9430 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9432 * faces.el (set-face-charset-registries): Set symbol value.
9434 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9436 * faces.el (face-set-after-frame-default): Call function
9437 internal-merge-in-global-face.
9439 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9441 * faces.el (face-list): Return symbols from face-global-alist.
9443 * faces.el (face-list): Return a copy of the face name list so
9444 that it cannot be modified from outside (facemenu.el uses
9445 nreverse, for example).
9447 * cus-face.el (custom-face-attributes): Add :bold and :italic
9448 for compatibility with old code.
9450 * faces.el (set-face-attributes-from-resources): Additional
9452 (make-face-x-resource-internal): Set attributes from resources
9453 for a given frame or all frames.
9455 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9457 * faces.el (all-faces): Removed.
9459 * custom.el (defface): Add new face attributes to function
9462 * font-lock.el (font-lock-comment-face): Use new face attribute
9464 (font-lock-string-face): Ditto.
9465 (font-lock-keyword-face): Ditto.
9466 (font-lock-builtin-face): Ditto.
9467 (font-lock-function-name-face): Ditto.
9468 (font-lock-variable-name-face): Ditto.
9469 (font-lock-type-face): Ditto.
9470 (font-lock-reference-face): Ditto.
9471 (font-lock-warning-face): Ditto.
9472 ((boundp 'font-lock-face-attributes)): Ditto.
9474 * cus-face.el (custom-face-attributes): Use new face attributes.
9476 * faces.el (set-face-attribute-from-resource): Initialize
9477 from resources only for X and W32.
9479 * cus-face.el (custom-declare-face): Don't make frame-local
9482 * faces.el (describe-face): Use princ instead of insert.
9484 * faces.el: Add XLFD manipulation functions from 20.2 again
9485 because fontset.el uses them.
9486 (face-set-after-frame-default): Add empty definition.
9488 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9490 * faces.el (make-face): Correct typo.
9491 (set-face-attribute-from-resource): Use let*.
9492 (face-underline-p): Correct typo.
9493 (face-inverse-video-p): Ditto.
9494 (set-face-stipple): Ditto.
9495 (face-read-string): Make completion-list optional parameter.
9497 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9499 * faces.el (face-charset-registries): Alist mapping charset
9500 symbols to registries and encoding.
9502 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9504 * frame.el (blink-cursor-mode): Use interactive spec "P".
9506 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9508 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
9509 mode. The cursor of selected_window blinks if the mode is enabled.
9511 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9513 * simple.el (next-history-element): Set point to the end of the
9514 prompt if minibuffer-prompt-in-buffer.
9516 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9518 * faces.el (x-font-regexp): Add sub-expression parentheses for
9519 several font name components.
9521 1999-07-21 Gerd Moellmann <gerd@acm.org>
9523 * faces.el (set-face-relief): Use index 12 for relief.
9524 (face-fill-in): Set relief from data.
9525 (internal-make-face): Init relief to zero.
9527 * faces.el (face-spec-set): Call modify-face with additional
9528 parameters for relief and fixed-p.
9530 1999-07-21 Gerd Moellmann <gerd@acm.org>
9532 * cus-face.el: ':fixed and ':relief added.
9534 * faces.el (describe-face): Add fixed font attribute and relief.
9535 (face-attr-match-p): Ditto.
9536 (face-attr-construct): Ditto.
9537 (face-spec-set): Ditto.
9539 1999-07-21 Gerd Moellmann <gerd@acm.org>
9541 * faces.el (internal-make-face): Function to create a Lisp vector
9542 suitable for representing a face.
9543 (make-face): Use it instead of make-vector.
9544 (x-create-frame-with-faces): Use it instead of vector.
9545 (internal-facep): Increase vector size to 14.
9546 (internal-make-face): Ditto.
9547 (face-relief): Access relief thickness.
9548 (face-fixed-p): Access fixed font attribute.
9549 (set-face-fixed-p): Set fixed font attribute.
9550 (set-face-relief): Set relief attribute.
9551 (internal-face-interactive-int): Read int attribute of face.
9552 (modify-face): Add fixed-p and relief parameters.
9553 (copy-face): Handle fixed-p and relief.
9554 (face-equal): Compare fixed-p and relief.
9555 (face-differs-from-default-p): Ditto.
9556 (face-nontrivial-p): Add fixed-p and relief.
9558 1999-07-21 Gerd Moellmann <gerd@acm.org>
9560 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
9561 (internal-facep): Increase vector size.
9563 (face-shadow-thickness): Added.
9564 (set-face-shadow-thickness): Added.
9565 (modify-face): Add optional shadow-thickness parameter.
9566 (make-face-x-resource-internal): Add shadows.
9568 (face-equal): Ditto.
9569 (face-differs-from-default-p): Ditto.
9570 (face-nontrivial-p): Ditto.
9571 (face-attr-match-p): Ditto.
9572 (face-attr-construct): Ditto.
9573 (face-spec-set): Ditto.
9574 (face-fill-in): Ditto.
9576 1999-07-21 Gerd Moellmann <gerd@acm.org>
9578 * bench.el (bench-mark-split-window): New bench mark.
9580 1999-07-21 Gerd Moellmann <gerd@acm.org>
9582 * faces.el (set-face-font): Don't pass default font to
9583 x-resolve-font so that font will not have to be of the same
9586 1999-07-20 Dave Love <fx@gnu.org>
9588 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
9591 1999-07-20 Karl Heuer <kwzh@gnu.org>
9593 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
9595 1999-07-20 Dave Love <fx@gnu.org>
9597 * help.el (describe-variable): Fix test for customizability.
9599 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
9600 Check for readonly buffer in interactive spec.
9601 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
9602 (backward-kill-word): Add * to interactive spec.
9604 * underline.el (underline-region, ununderline-region): Add * to
9607 * fill.el (canonically-space-region, justify-current-line): Add *
9608 to interactive spec.
9609 (fill-region-as-paragraph, fill-paragraph, fill-region)
9610 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
9611 readonly buffer in interactive spec.
9613 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9614 (backward-kill-sentence, kill-sentence): Add * to interactive
9617 1999-07-19 Richard M. Stallman <rms@gnu.org>
9619 * dired-aux.el (dired-do-shell-command): Doc fix.
9621 * shell.el (shell-unquote-argument): New function.
9622 (shell-directory-tracker): Use shell-unquote-argument.
9623 * comint.el (comint-arguments): Handle \ followed by space or tab.
9625 1999-07-19 John Wiegley <jwiegley@borland.com>
9627 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
9628 color codes 39 and 49, which by the way lynx uses them seem to
9629 mean "foreground reset" and "background reset".
9631 1999-07-19 Karl Heuer <kwzh@gnu.org>
9633 * font-lock.el (c++-keywords): Add "typeid".
9635 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
9636 selects no font, treat that as zero selections, not one.
9638 1999-07-19 Dave Love <fx@gnu.org>
9640 * info.el (Info-search): Don't lose with empty regexp.
9642 * version.el: Cater for (free) `ident' program, not `which'.
9644 * hl-line.el: New file.
9646 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
9647 for modes which don't define menus.
9649 1999-07-16 Richard M. Stallman <rms@gnu.org>
9651 * webjump.el (webjump-sample-sites): Update some URLs.
9653 1999-07-14 Richard Stallman <rms@gnu.org>
9655 * Version 20.4 released.
9657 1999-07-14 Andreas Schwab <schwab@gnu.org>
9659 * compare-w.el (compare-windows): Try to find the next window in
9660 the current frame before looking at the other frames.
9662 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
9664 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
9665 Use cyrillic-jcuken as default input method.
9667 1999-07-12 Richard Stallman <rms@gnu.org>
9669 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
9670 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
9672 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
9673 (ispell-local-dictionary-alist): Add koi8-r for character set.
9675 * textmodes/flyspell.el (flyspell-get-word):
9676 Add special handling for when ispell-otherchars is empty.
9678 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
9680 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
9681 when having nested functons.
9682 (pascal-indent-nested-functions) (pascal-indent-line)
9683 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
9684 indenting nested functions.
9686 1999-07-09 Richard Stallman <rms@gnu.org>
9688 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
9690 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
9692 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
9693 the `end' keyword was in the very beginning of the buffer.
9695 1999-07-08 Richard Stallman <rms@gnu.org>
9697 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
9699 * term.el (term-emulate-terminal): Avoid infinite loop
9700 in strange case where minibuffer window is selected but not active.
9702 1999-07-07 Stephen Eglen <stephen@gnu.org>
9704 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
9705 Change regexp so that it doesn't match commands beginning with `cd'.
9707 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9709 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
9711 1999-07-06 Richard Stallman <rms@gnu.org>
9713 * hscroll.el (hscroll-minibuffer-hook): New function.
9714 (hscroll-global-mode): Add and remove that hook.
9715 Set hscroll-old-truncate-was-global's default value.
9717 1999-07-05 Richard Stallman <rms@gnu.org>
9719 * files.el (revert-buffer): Don't preserve point here.
9720 (revert-buffer-insert-file-contents-function): Doc fix.
9722 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
9724 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
9725 doing a `stat' when it isn't necessary because that can cause
9726 trouble when an NFS server is down.
9728 1999-07-04 Richard Stallman <rms@gnu.org>
9730 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
9732 1999-07-03 Richard Stallman <rms@gnu.org>
9734 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
9735 for \200...\240 also.
9736 (isearch-printing-char): Use unibyte-char-to-multibyte.
9738 1999-07-02 Richard Stallman <rms@gnu.org>
9740 * frame.el (minibuffer-frame-alist): Use defcustom.
9741 (pop-up-frame-alist): Likewise.
9742 (initial-frame-alist): Specify * in the doc string.
9744 * hscroll.el (hscroll-mode): Make it a permanent local.
9745 (hscroll-mode): Don't cancel the timer
9746 if HScroll mode is enabled in some other buffer.
9748 * isearch.el (isearch-done): If search ends in middle of intangible
9749 text (due to text property), move on to the limit of that text.
9751 1999-07-01 Andrew Innes <andrewi@gnu.org>
9753 * man.el (Man-build-man-command): Use value of null-device,
9754 instead of hard-coding "/dev/null".
9756 * dos-w32.el (untranslated-canonical-name): Avoid expanding
9757 ange-ftp file names, which might force ange-ftp to prompt for a
9760 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
9761 to prevent references to temp files.
9763 1999-06-30 Richard Stallman <rms@gnu.org>
9765 * progmodes/sh-script.el (sh-feature): If nothing is known
9766 about the given shell, use the values for `sh'.
9768 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
9770 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
9771 to make it non-recursive.
9773 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
9775 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9777 * auto-show.el (auto-show-mode): Fix Typo in :set.
9779 1999-06-29 Richard M. Stallman <rms@gnu.org>
9781 * progmodes/sh-script.el (sh-mode): When setting syntax
9782 table, default to the standard one.
9784 1999-06-27 Richard M. Stallman <rms@gnu.org>
9786 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
9788 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
9790 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
9791 a frame when `return' is requested (even if pop-up-frames = t)
9792 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
9793 should only be set for the bibtex buffer.
9795 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
9797 * progmodes/compile.el: Deal with compilation-error-screen-columns
9800 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9802 * comint.el (comint-password-prompt-regexp): Allow "(again)".
9804 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9806 * cal-x.el (calendar-only-one-frame-setup): New function.
9807 * calendar.el (calendar): Call it if requested.
9809 1999-06-24 Karl Heuer <kwzh@gnu.org>
9811 * startup.el (iso-8859-n-locale-regexp): Doc fix.
9813 1999-06-22 Richard M. Stallman <rms@gnu.org>
9815 * mail/supercite.el (sc-emacs-features): Doc fix.
9817 1999-06-22 Karl Heuer <kwzh@gnu.org>
9819 * files.el (auto-mode-alist): Add pike-mode.
9821 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
9823 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
9824 last byte of a numeric field is a space or a NUL. Parse it as
9825 potentially part of the number. This is used by GNU tar
9826 1.12.64012 to handle larger values.
9828 1999-06-20 Karl Heuer <kwzh@gnu.org>
9830 * custom.el (custom-handle-keyword): Fix error message.
9832 1999-06-18 Andrew Innes <andrewi@gnu.org>
9834 * mail/smtpmail.el (smtpmail-send-it): Use
9835 convert-standard-filename to make file names for queued mail safe
9836 on Windows (`:' is invalid in file names on Windows).
9838 1999-06-17 Kenichi Handa <handa@etl.go.jp>
9840 * international/mule-cmds.el (describe-current-input-method):
9841 Current-input-method is string.
9842 (toggle-input-method): Docstring fixed.
9844 * international/mule-diag.el
9845 (describe-current-coding-system-briefly): Fix format string.
9847 * international/mule-util.el (coding-system-eol-type-mnemonic):
9848 Docstring modified. Return a string.
9850 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
9852 * sql.el (sql-input-ring-file-name): Doc fix.
9854 1999-06-17 Richard M. Stallman <rms@gnu.org>
9856 * calendar/cal-x.el (special-display-buffer-names):
9857 Don't put (get-file-buffer diary-file) on this list.
9859 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
9861 * play/mpuz.el (mpuz-try-proposal): Fix message call.
9862 Don't penalize player for certain impossible guesses.
9864 1999-06-16 Andrew Innes <andrewi@gnu.org>
9866 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
9867 return the string "Unk 0 0000" so at least it appears to be a
9868 valid timestamp to `dired-move-to-filename-regexp'.
9870 1999-06-15 Ken'ichi Handa <handa@gnu.org>
9872 * ps-print.el (ps-control-character): Fix previous change.
9874 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9876 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
9877 multiple output of the last message.
9879 1999-06-14 Eli Zaretskii <eliz@gnu.org>
9881 * term/internal.el (IT-display-table-setup): Do not remap \222 to
9882 the ASCII apostrophe, as most DOS codepages have some other glyph
9885 1999-06-14 Ken'ichi Handa <handa@gnu.org>
9887 * language/ethio-util.el (setup-ethiopic-environment-internal):
9888 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
9889 (exit-ethiopic-environment): Likewize.
9891 1999-06-12 Richard M. Stallman <rms@gnu.org>
9893 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
9895 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9897 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
9898 custom-initialize-default to avoid infinite loop.
9899 (crisp-mode): (defun) Call transient-mark-mode here, not when
9900 loading the file. Run crisp-mode-hook here, and run
9901 crisp-load-hook when loading the file.
9903 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
9904 rmail-summary buffer, search for pattern in rmail-file.
9906 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
9908 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
9910 * ps-print.el (ps-printer-name): Fix custom type.
9912 1999-06-12 Reto Zimmermann <reto@synopsys.com>
9914 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
9915 (vhdl-port-paste-generic-map): Fix indentation bug.
9916 (vhdl-port-paste-port-map): Fix indentation bug.
9917 (vhdl-scan-file-contents): Make scanning case insensitive.
9919 1999-06-11 Richard M. Stallman <rms@gnu.org>
9921 * files.el (write-file): When buffer is not already visiting a file,
9922 don't put buffer name in the minibuffer, just make it the default.
9923 Also handle just directory as arg usefully in that case.
9925 * simple.el (sendmail-user-agent-compose):
9926 Ignore case when inserting the rest of the "other" headers.
9928 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
9930 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
9931 (info-lookup-interactive-arguments): Never insert the default
9932 into the minibuffer automatically.
9934 * emacs-lisp/cl-extra.el (getf): Don't call get*.
9936 1999-06-09 Richard M. Stallman <rms@gnu.org>
9938 * simple.el (shell-command): Avoid printing "mark set" message.
9940 1999-06-09 Dave Love <fx@gnu.org>
9942 * progmodes/compile.el (compilation-error-regexp-alist): Allow
9943 digits in program name in first pattern.
9945 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
9947 * vc.el (vc-dired-mode): Don't match anything before the date in
9948 dired-move-to-filename-regexp.
9950 1999-06-07 Ken'ichi Handa <handa@gnu.org>
9952 * international/quail.el (quail-define-rules): Fix typo in
9955 1999-06-05 Stephen Eglen <stephen@gnu.org>
9957 * iswitchb.el (iswitchb-default-keybindings): Add
9958 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
9959 than when package is loaded.
9961 1999-06-04 Richard M. Stallman <rms@gnu.org>
9963 * startup.el (command-line): Don't set user-init-file directly;
9964 tell `load' to set it.
9966 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
9968 * simple.el (next-history-element):
9969 Handle minibuffer-text-before-history properly when reading sexps.
9971 * disp-table.el (standard-display-european):
9972 For an interactive call by the user,
9973 don't set enable-multibyte-characters,
9974 and don't set the terminal coding system.
9976 * textmodes/refbib.el: Don't print any messages or display
9977 a buffer when loading the library.
9978 (r2b-help): Doc fix.
9979 (r2b-help-message): Update the documentation.
9980 (r2b-load-quietly): Variable deleted.
9981 (r2b-convert-buffer): Doc fix.
9983 1999-06-04 Dave Love <fx@gnu.org>
9985 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
9987 * auto-show.el: Don't change hooks on loading.
9988 (auto-show-mode): Autoload. Default to nil. Add :set &c.
9989 (auto-show-mode): Add to hooks here.
9991 1999-06-04 Richard Sharman <rsharman@pobox.com>
9993 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
9994 recursion on bogus input.
9996 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
9998 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
9999 does not select a buffer from the buffers menu, then the attached
10000 frame is not switched to anything.
10002 1999-06-03 Ken'ichi Handa <handa@gnu.org>
10004 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
10005 (viet-viscii-...->viet-vscii...).
10007 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
10009 1999-06-01 Dave Love <fx@gnu.org>
10011 * progmodes/fortran.el: Add :link to defgroup.
10012 (fortran-blink-matching-if): Match ELSE statements too.
10013 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
10014 that filling is always done.
10016 1999-05-31 Richard M. Stallman <rms@gnu.org>
10018 * simple.el (append-next-kill): Use an arg to distinguish
10019 interactive calls from Lisp calls, rather than (interactive-p).
10021 * international/iso-transl.el (iso-transl-language-alist):
10022 Interchange n and N.
10024 1999-05-31 Dave Love <fx@gnu.org>
10026 * msb.el Add to minor-mode-map-alist. Remove hook installation
10027 and keymap munging on load.
10028 (msb-mode): New option.
10029 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
10031 (msb-mode-map): New variable.
10032 (msb-mode): New command.
10034 1999-05-31 Dave Love <fx@gnu.org>
10036 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
10037 (ispell-complete-word-dict): Likewise.
10039 1999-05-31 Eli Zaretskii <eliz@gnu.org>
10041 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
10042 force the data buffer to be saved, even if the data didn't
10043 change, in case the write filter was modified. Restore the
10044 current record after read-file-filter finishes.
10046 1999-05-29 Karl Heuer <kwzh@gnu.org>
10048 * ispell4.el: Obsolete; file deleted.
10050 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
10052 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
10053 VALUE is a syntax table.
10055 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
10057 * simple.el (zap-to-char): Doc fix.
10059 1999-05-27 Ken'ichi Handa <handa@gnu.org>
10061 * isearch.el (isearch-quote-char): Don't assume character codes
10062 0200 - 0237 stand for characters in some single-byte character
10065 1999-05-27 Dave Love <fx@gnu.org>
10067 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
10069 1999-05-27 Andreas Schwab <schwab@gnu.org>
10071 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
10072 headerline does not exist already.
10074 1999-05-26 Richard Stallman <rms@gnu.org>
10076 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10077 Avoid nested null-loops.
10079 1999-05-26 Ken'ichi Handa <handa@gnu.org>
10081 * international/characters.el: Typo fixed; prefered->preferred.
10083 * international/mule-cmds.el (find-coding-systems-for-charsets):
10084 Typo fixed; prefered->preferred.
10086 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
10087 method in read-event.
10089 * international/mule.el (charset-info): Doc-string fixed.
10091 1999-05-25 Ken'ichi Handa <handa@gnu.org>
10093 * mail/smtpmail.el (smtpmail-send-it): Bind
10094 smtpmail-code-conv-from properly.
10095 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
10096 by smtpmail-code-conv-from.
10098 1999-05-24 Richard Stallman <rms@gnu.org>
10100 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
10101 Binding deleted also.
10103 1999-05-24 Karl Heuer <kwzh@gnu.org>
10105 * comint.el (comint-bol-or-process-mark): Doc fix.
10107 1999-05-23 Dave Love <fx@gnu.org>
10109 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
10110 Enter it on minor-mode-map-alist.
10111 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
10112 Autoload. Add custom setter.
10113 (crisp-mark-line): Doc fix.
10114 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
10115 (crisp-mode-hook): Define.
10117 1999-05-23 Ken'ichi Handa <handa@gnu.org>
10119 * files.el (recover-file): Recover buffer-file-coding-system.
10121 1999-05-22 Richard Stallman <rms@gnu.org>
10123 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
10124 regexp match the date, to avoid treating date as file size.
10125 Add YYYY S option to WESTERN/
10127 * bookmark.el: Delete some XEmacs compatibility code.
10128 (bookmark-jump-noselect): Check vc-backend.
10130 * subr.el (add-to-list): Doc fix.
10132 1999-05-21 Stephen Eglen <stephen@gnu.org>
10134 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
10136 1999-05-18 Richard Stallman <rms@gnu.org>
10138 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
10139 non-space after the @anchor command.
10140 (texinfo-format-var): Handle other nested constructs, using
10141 texinfo-parse-expanded-arg and texinfo-discard-command, not
10142 texinfo-parse-arg-discard.
10144 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
10145 (debug): Bind and use debugger-outer-inhibit-redisplay.
10146 Bind inhibit-redisplay to nil.
10147 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
10149 1999-05-17 Dave Love <fx@gnu.org>
10151 * help.el (describe-function-1): Extra arg, interactive-p.
10152 (describe-key, describe-function): Use it.
10154 1999-05-17 Karl Heuer <kwzh@gnu.org>
10156 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
10158 1999-05-16 Dave Love <fx@gnu.org>
10160 * cus-start.el (all): Delete selective-display. Add scroll-margin,
10161 scroll-preserve-screen-position, scroll-conservatively.
10163 1999-05-16 Dave Love <fx@gnu.org>
10165 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
10167 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
10169 * progmodes/vhdl-mode.el: Completely revised and massively extended.
10171 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10173 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
10174 magic number and is not associated with a file.
10176 1999-05-14 Richard M. Stallman <rms@gnu.org>
10178 * files.el (find-file-noselect-1): Fix previous change.
10180 1999-05-14 Simon Marshall <simon@gnu.org>
10182 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
10184 1999-05-13 Ken'ichi Handa <handa@gnu.org>
10186 * international/mule-diag.el (mule-diag): Change MULE to Mule in
10189 * international/mule-cmds.el: Change MULE to Mule in docstrings
10192 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
10194 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
10195 to correctly reflect the value of BaseLineOffset in
10196 RelativeCompose. Now the value of RelativeCompose is an array of
10197 low and high positions.
10198 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
10199 RLC for the above change.
10201 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
10203 * comint.el (comint-password-prompt-regexp): Modified to match the
10204 output of ksu and ssh-add.
10206 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
10208 * language/korea-util.el (isearch-toggle-korean-input-method):
10209 Adjusted for the change of input method handling in isearch.el.
10210 (isearch-hangul-switch-symbol-ksc): Likewise.
10211 (isearch-hangul-switch-hanja): Likewise.
10213 1999-05-10 Dave Love <fx@gnu.org>
10215 * help.el (help-make-xrefs): Fix typo.
10217 1999-05-10 Andreas Schwab <schwab@gnu.org>
10219 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
10220 unibyte-display-via-language-environment.
10222 * help.el (help-make-xrefs): Handle more cases when looking for
10223 commands in a keymap description.
10225 1999-05-10 Eli Zaretskii <eliz@gnu.org>
10227 * loadup.el: For ms-dos systems, load ccl and codepage.
10229 1999-05-09 Ken'ichi Handa <handa@gnu.org>
10231 * ps-print.el (ps-control-character): Call
10232 ps-mule-prepare-ascii-font to setup ASCII fonts.
10234 * ps-mule.el (ps-mule-begin-job): Redo this change "if
10235 ps-multibyte-buffer is nil, use
10236 ps-mule-font-info-database-default."
10238 1999-05-08 Ken Stevens <k.stevens@ieee.org>
10240 * ispell.el (ispell-local-dictionary-alist): New variable for
10241 customizing local dictionaries not accessable by everyone.
10242 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
10243 (ispell-required-version): Changed format `(major minor
10244 revision)' to support general pattern matching.
10245 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
10246 skip region commented out due to incorrect skip potential in std latex.
10247 (ispell-word): Removed `when' macro. Fixed bug of not restoring
10248 cursor point on small words for calls from `ispell-minor-mode'.
10249 (check-ispell-version): Tests and accepts versions major.minor
10250 and above, with adjustments for interactions in 3.1.0-3.1.11.
10251 (ispell-get-line): No longer skips ispell process special characters.
10252 (ispell-comments-and-strings): Removed `when' macro call.
10253 (ispell-minor-check): Requires ispell-word to restore cursor point.
10254 (ispell-buffer-local-parsing): Supports checking comments only.
10256 1999-05-08 Karl Heuer <kwzh@gnu.org>
10258 * comint.el (comint-password-prompt-regexp): Fix last change to be
10261 1999-05-07 Richard M. Stallman <rms@gnu.org>
10263 * subr.el (with-temp-message): Fix the other call to message
10266 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
10268 * gud.el (gud-format-command): "%F" means file sans extension.
10269 (jdb): Use %F, not %f, for gud-break.
10271 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
10273 * comint.el (comint-password-prompt-regexp): Modified so that it
10274 matches the output of kinit.
10276 1999-05-06 Greg Stark <gsstark@mit.edu>
10278 * timezone.el (timezone-parse-date): Recognize new format used in
10281 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
10283 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
10285 1999-05-04 Andrew Innes <andrewi@gnu.org>
10287 * time.el (display-time-update): Allow for wrap-around when
10288 checking against display-time-server-down-time.
10290 1999-05-04 Ken'ichi Handa <handa@gnu.org>
10292 * international/mule-diag.el (describe-coding-system): Fix English
10295 1999-05-03 Jason Rumney <jasonr@altavista.net>
10297 * term/w32-win.el: Change the x-charset-registry property for the
10298 Japanese charsets that are supported by Japanese Windows fonts.
10300 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10302 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
10303 diary-block diary entries for which the reminders and the diary
10304 entries can overlap.
10306 1999-05-02 Jason Rumney <jasonr@altavista.net>
10308 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
10309 matches the font selected in the dialog.
10311 1999-05-02 Dave Love <fx@gnu.org>
10313 * browse-url.el (browse-url-browser-function): Add :version.
10315 * international/mule.el (auto-coding-alist): Add .tgz.
10317 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
10319 * international/codepage.el (cp-coding-system-for-codepage-1):
10320 Make the magnification parameter for the -dos encoder be 2.
10322 1999-05-2 Andrew Innes <andrewi@gnu.org>
10324 * term/w32-win.el (w32-drag-n-drop): Select file in window where
10325 it is dropped, rather than current window.
10327 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
10328 after switching buffer, as case-fold-search is a buffer local
10331 * w32-fns.el (convert-standard-filename): Only convert directory
10332 separators to backslash if the interactive shell is one of the
10333 standard Windows shells that has DOS semantics.
10335 * ls-lisp.el (ls-lisp-format-time): Trap errors from
10336 format-time-string, and return a suitable string to indicate the
10337 timestamp was invalid.
10339 * hexl.el (hexlify-command): Apply shell-quote-argument after
10340 expanding hexl-program in case exec-directory contains a space.
10341 (dehexlify-command): Ditto.
10343 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
10344 file extension regexps which aren't necessarily binary files.
10345 (direct-print-region-helper): Use subst-char-in-string instead of
10346 binding directory-sep-char to convert filenames to DOS syntax.
10347 (direct-print-region-use-command-dot-com): New variable.
10348 (direct-print-region-helper): Use it to control whether to invoked
10349 command.com to print on Windows 9x.
10351 * browse-url.el (browse-url-browser-function): Default to
10352 browse-url-default-windows-browser on windows-nt.
10353 (browse-url-default-windows-browser): New function.
10355 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
10357 * forms.el (forms-mode): Don't call forms-first-record or
10358 forms-last-record if the data file has zero records.
10360 1999-04-29 Richard M. Stallman <rms@gnu.org>
10362 * files.el (find-file-noselect-1): If buffer-file-name has changed
10363 after find-file-not-found-hooks runs, recompute the truename.
10364 And don't use FILENAME after that point.
10366 1999-04-27 Dave Love <fx@gnu.org>
10368 * paren.el (show-paren-mode)
10369 * which-func.el (which-func-mode-global)
10370 * type-break.el (type-break-mode)
10371 * time.el (display-time-mode)
10372 * rsz-mini.el (resize-minibuffer-mode)
10373 * mouse-sel.el (mouse-sel-mode)
10374 * icomplete.el (icomplete-mode)
10375 * hscroll.el (hscroll-global-mode)
10376 * help.el (temp-buffer-resize-mode)
10377 * font-lock.el (global-font-lock-mode)
10378 * delsel.el (delete-selection-mode)
10379 * avoid.el (mouse-avoidance-mode)
10380 * autoinsert.el (auto-insert-mode)
10381 * winner.el (winner-mode): Doc fix.
10383 1999-04-26 Karl Heuer <kwzh@gnu.org>
10385 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
10386 the same whitespace that was ignored in choosing the subject string.
10388 1999-04-26 Richard M. Stallman <rms@gnu.org>
10390 * info.el (Info-find-node): Position properly after finding anchor.
10392 * cus-start.el (all): Handle unibyte-display-via-language-environment.
10394 * simple.el (indent-new-comment-line): Fix previous change.
10396 * complete.el: Delete the wildcard expansion feature
10397 since that is now standard in find-file.
10398 (PC-try-load-many-files): Function deleted.
10399 (PC-after-load-many-files): Function deleted.
10400 (PC-many-files-list): Variable deleted.
10401 (PC-disable-wildcards): Variable deleted.
10402 (partial-completion-mode): Don't enable the wildcard feature.
10404 * complete.el (PC-look-for-include-file): Don't set global variables
10405 `error', `buf' and `filename' here.
10407 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
10409 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
10411 * textmodes/outline.el (outline-regexp): Doc fix.
10413 1999-04-26 John Wiegley <johnw@borland.com>
10415 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
10416 C++Builder 4.0 error message syntax.
10418 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
10420 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
10421 supported, use find -exec.
10423 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
10425 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
10426 coding-system-for-write, to avoid hanging when non-interactive.
10428 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
10430 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
10431 start with a newline.
10433 1999-04-13 Ken'ichi Handa <handa@gnu.org>
10435 * international/mule-conf.el (x-ctext): New coding system.
10437 1999-04-12 Richard M. Stallman <rms@gnu.org>
10439 * international/mule-cmds.el (input-method-function):
10440 Add permanent-local property.
10442 1999-04-12 Dave Love <fx@gnu.org>
10444 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
10445 change to use jka-compr-byte-compiler-base-file-name.
10447 * supercite.el (sc-scan-info-alist): Revert last change.
10448 (sc-attrib-selection-list): Fix :type here instead.
10450 1999-04-11 Eli Zaretskii <eliz@gnu.org>
10452 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
10453 in the list of case-insensitive filesystems.
10455 1999-04-09 Kenichi Handa <handa@etl.go.jp>
10457 * international/fontset.el (create-fontset-from-fontset-spec):
10458 Don't register duplicated alias fontset names.
10460 1999-04-08 Richard Stallman <rms@gnu.org>
10462 * international/mule.el (auto-coding-alist-lookup): New function.
10463 (set-auto-coding): Use auto-coding-alist-lookup.
10465 * jka-compr.el (jka-compr-insert-file-contents):
10466 Use auto-coding-alist-lookup to check for files that
10467 should not have eol conversion, in the unibyte case.
10469 1999-04-07 Dave Love <fx@gnu.org>
10471 * help.el (describe-variable): Check custom-loads property as well
10474 * abbrev.el (abbrev-mode): Customizing sets the default value.
10476 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
10478 * vc.el (vc-backend-revert): For CVS files that were made
10479 writeable with "cvs edit", call "cvs unedit" to undo that.
10481 1999-04-08 Dave Love <fx@gnu.org>
10483 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
10485 (sc-emacs-features): Recognize Emacs 20.
10486 (sc-read-string): Use history arg.
10487 (sc-scan-info-alist): Check for rtnvalue a cons.
10489 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
10491 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
10492 coding system to encode the message by
10493 select-message-coding-system.
10495 1999-04-07 Richard Stallman <rms@gnu.org>
10497 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
10499 * winner.el: Reorder definitions.
10501 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
10503 * mail/rmail.el (rmail-decode-babyl-format):
10504 Undo previous change.
10506 1999-04-06 Richard Stallman <rms@gnu.org>
10508 * info.el (Info-find-node): Check for an anchor at the
10509 proper place, before reading an indirect file.
10511 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
10513 * jka-compr.el (jka-compr-insert-file-contents):
10514 Use raw-text-unix when we want no conversion.
10516 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
10518 * timezone.el (timezone-parse-date): Corrected regexp for
10519 style (5) date format so that tenths of seconds are optional.
10521 1999-04-05 Eli Zaretskii <eliz@gnu.org>
10523 * term/internal.el (dos-cpNNN-setup): New function, with the guts
10524 of dos-codepage-setup.
10525 (cjk-codepages-alist): New variable, an alist of Far-Eastern
10526 codepages for which there's no need to set up cpNNN coding
10528 (dos-codepage-setup): Support Far-Eastern DOS terminals.
10530 1999-04-05 Richard Stallman <rms@gnu.org>
10532 * mail/rmail.el (rmail-ignored-headers): Doc fix.
10534 1999-04-02 Richard Stallman <rms@gnu.org>
10536 * progmodes/compile.el (compilation-handle-exit): Do right thing
10537 if (car status) doesn't end in a newline.
10539 1999-04-01 Dave Love <fx@gnu.org>
10541 * progmodes/sql.el (SQL): Add defgroup :version.
10543 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
10545 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
10546 buffer-file-coding-system. If the coding system used is raw-text,
10547 etc., make the *Compiler Input* buffer unibyte.
10549 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
10551 * loadup.el: Don't write the fns-...el file if not dumping.
10553 1999-03-31 Dave Love <fx@gnu.org>
10555 * snmp-mode.el (snmp): Fix defgroup :version.
10557 * hilit-chg.el (highlight-changes): Add defgroup :version.
10559 1999-03-31 Andreas Schwab <schwab@gnu.org>
10561 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
10562 the gnus-save-hidden-threads macro.
10564 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
10566 * faces.el (face-set-after-frame-default): Obey the
10567 `customized-face' for new faces.
10569 1999-03-30 Dave Love <fx@gnu.org>
10571 * international/mule-cmds.el (current-language-environment): Doc fix.
10572 * abbrev.el (abbrev-mode): Doc fix.
10573 * autoinsert.el (auto-insert-mode): Doc fix.
10574 * complete.el (partial-completion-mode): Doc fix.
10575 * avoid.el (mouse-avoidance-mode): Doc fix.
10576 * delsel.el (delete-selection-mode): Doc fix.
10577 * font-lock.el (global-font-lock-mode): Doc fix.
10578 * help.el (temp-buffer-resize-mode): Doc fix.
10579 * hscroll.el (hscroll-global-mode): Doc fix.
10580 * icomplete.el (icomplete-mode): Doc fix.
10581 * mouse-sel.el (mouse-sel-mode): Doc fix.
10582 * paren.el (show-paren-mode): Doc fix.
10583 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
10584 * time.el (display-time-mode): Doc fix.
10585 * type-break.el (type-break-mode): Doc fix.
10586 * which-func.el (which-func-mode-global): Doc fix.
10587 * winner.el (winner-mode): Doc fix.
10589 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
10591 * wid-edit.el (widget-before-change): Signal text-read-only rather
10592 than an ordinary error.
10594 1999-03-30 Richard M. Stallman <rms@gnu.org>
10596 * repeat.el: Don't require advice.
10597 (repeat): Do function-indirection in check for kbd macro.
10598 In self-insert case, use the *last* char in INSERTION.
10600 1999-03-30 Karl Heuer <kwzh@gnu.org>
10602 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
10604 1999-03-29 Andreas Schwab <schwab@gnu.org>
10606 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
10607 comint-input-filter-functions. Make variables related to shell
10608 directory tracking local.
10610 1999-03-26 Andreas Schwab <schwab@gnu.org>
10612 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
10614 * simple.el (shell-command-on-region): Cope with exit-status being
10615 nil, which happens if call-process-region was interrupted.
10617 1999-03-26 Richard M. Stallman <rms@gnu.org>
10619 * simple.el (indent-new-comment-line): Handle use at a point
10620 after a comment-end. Handle multiple comments.
10622 * mail/rmail.el (rmail-decode-babyl-format):
10623 To prevent locking, bind buffer-file-name to nil.
10625 1999-03-26 Karl Fogel <kfogel@red-bean.com>
10627 * mail-hist.el (mail-hist-current-header-name): Don't make
10628 off-by-one-error when determining if in message body.
10630 1999-03-25 Andrew Innes <andrewi@gnu.org>
10632 * w32-fns.el (set-default-process-coding-system): Copied from
10633 dos-w32.el, but modified to use Unix line endings for process
10634 input, and to add a suitable entry to process-coding-system-alist
10637 * dos-fns.el (set-default-process-coding-system): Copied from
10640 * dos-w32.el (set-default-process-coding-system): Move function to
10641 dos-fns.el; a different version is used in w32-fns.el.
10643 1999-03-24 Dave Love <fx@gnu.org>
10645 * info.el (Info-directory-list): Revert change to re-writing
10646 Info-default-directory-list, but put `alternative' first.
10647 (Info-insert-dir): Modify selecting the top dir file as a consequence.
10649 1999-03-23 Simon Marshall <simon@gnu.org>
10651 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
10652 on the line by itself.
10653 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
10654 it is not in a declarative context.
10656 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
10658 * cus-edit.el (custom-variable-prompt): Allow customization of
10659 autoloaded symbols.
10661 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
10663 * simple.el (what-cursor-position): Don't cause error when point
10664 is at invalid multibyte sequence.
10666 1999-03-21 Karl Heuer <kwzh@gnu.org>
10668 * complete.el (partial-completion-mode): Doc fix.
10670 1999-03-19 Richard M. Stallman <rms@gnu.org>
10672 * progmodes/cplus-md.el (old-c++): Remove :group.
10674 * progmodes/c-mode.el (old-c): Remove :group.
10676 1999-03-18 Simon Marshall <simon@gnu.org>
10678 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
10679 (java-font-lock-keywords-2): Added "strictfp" keyword.
10681 1999-03-17 Jason Rumney <jasonr@altavista.net>
10683 * w32-fns.el (set-w32-system-coding-system) New function.
10684 (w32-system-coding-system) Initialize to 'iso-latin-1.
10686 1999-03-17 Eli Zaretskii <eliz@gnu.org>
10688 * international/mule-cmds.el (set-language-environment): Fix
10689 previous change: don't use dos-codepage when unbound.
10691 1999-03-17 Karl Heuer <kwzh@gnu.org>
10693 * calendar/appt.el (appt-make-list): Fix previous change.
10695 1999-03-16 Richard M. Stallman <rms@gnu.org>
10697 * window.el (shrink-window-if-larger-than-buffer):
10698 Don't try to redisplay with the cursor at the end
10699 on its own line--that would force a scroll and spoil things.
10701 1999-03-16 Eli Zaretskii <eliz@gnu.org>
10703 * international/mule-cmds.el (set-language-environment): Don't use
10704 cpNNN-nonascii-translation-table if it is unbound.
10706 * term/internal.el (dos-codepage-setup): Compute the unibyte
10707 syntax table and bind unibyte-display-via-language-environment
10708 here, rather than at top level, so that resetting to unibyte in
10709 .emacs works as expected.
10711 1999-03-15 Simon Marshall <simon@gnu.org>
10713 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
10715 1999-03-14 Milan Zamazal <pdm@pvt.net>
10717 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
10719 1999-03-14 Kenichi Handa <handa@etl.go.jp>
10721 * international/mule-util.el (detect-coding-with-priority):
10722 Restore the internal database.
10724 1999-03-14 Stephen Eglen <stephen@gnu.org>
10726 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
10727 if mail-from-style has invalid value.
10729 1999-03-12 Karl Heuer <kwzh@gnu.org>
10731 * vc.el (vc-delete-logbuf-window): New var.
10732 (vc-finish-logentry): Use it.
10734 1999-03-12 Richard M. Stallman <rms@gnu.org>
10736 * startup.el (command-line-1): Improve startup msg.
10738 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
10740 * speedbar.el: Added commentary about stealthy functions.
10741 (speedbar-message) new function.
10742 (speedbar-y-or-n-p): New function
10743 (speedbar-with-attached-buffer) Moved macro before reference.
10744 Now uses `save-selected-window'.
10745 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
10746 speedbar-generic-item-info, speedbar-item-info-file-helper,
10747 speedbar-item-delete, speedbar-insert-generic-list,
10748 speedbar-timer-fn, speedbar-check-vc-this-line,
10749 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
10750 speedbar-buffers-item-info) Use speedbar-message.
10751 (speedbar-item-info) Limit `message-log-max'.
10752 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
10753 speedbar-item-delete, speedbar-item-object-delete,
10754 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
10756 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
10758 * server.el (server-start): Set coding system for the server
10759 process to raw-text.
10760 (server-process-filter): Decode file names if necessary.
10762 1999-03-12 Dave Love <fx@gnu.org>
10764 * textmodes/fill.el (sentence-end-double-space): Doc fix.
10766 * textmodes/paragraphs.el (sentence-end): Doc fix.
10768 1999-03-11 Karl Heuer <kwzh@gnu.org>
10770 * comint.el (comint-password-prompt-regexp): Accept "login password:"
10772 1999-03-09 Karl Heuer <kwzh@gnu.org>
10774 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
10775 (ispell-dictionary-alist-2): Likewise.
10776 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
10777 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
10778 (ispell-dictionary-alist): Build from six pieces, not just two.
10780 * ps-bdf.el (bdf-directory-list): Doc fix.
10782 * enriched.el (enriched-mode): Make var permanent-local.
10784 1999-03-09 Dave Love <fx@gnu.org>
10786 * textmodes/sgml-mode.el (html-mode): Use
10787 sentence-end-double-space when setting sentence-end.
10789 1999-03-09 Ken'ichi Handa <handa@gnu.org>
10791 * language/thai.el (tis-620): New alias coding system for thai-tis620.
10793 1999-03-08 Felix Lee <flee@cygnus.com>
10795 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
10797 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
10799 1999-03-08 Karl Heuer <kwzh@gnu.org>
10801 * dired-aux.el (dired-do-copy-regexp): Doc fix.
10802 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10804 * dired.el (dired-do-copy-regexp): Doc fix.
10805 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10807 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
10809 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
10811 1999-03-08 Jason Rumney <jasonr@altavista.net>
10813 * international/codepage.el (cp1250-decode-table)
10814 (cp1251-decode-table, cp1253-decode-table)
10815 (cp1257-decode-table): New translation tables for MS Windows codepages.
10816 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
10818 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
10820 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
10822 1999-03-07 Eli Zaretskii <eliz@gnu.org>
10824 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
10826 * term/internal.el (top level): Display character 255 as 8bit as well.
10828 1999-03-06 Dave Love <fx@gnu.org>
10830 * progmodes/cc-cmds.el (c-outline-level): Bind
10831 buffer-invisibility-spec.
10833 * progmodes/c-mode.el (c-outline-level): Likewise.
10835 * progmodes/ada-mode.el (ada-outline-level): Likewise.
10837 1999-03-05 Felix Lee <flee@cygnus.com>
10839 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
10841 1999-03-05 Richard M. Stallman <rms@gnu.org>
10843 * bindings.el (complete-symbol): Invert meaning of prefix arg.
10845 1999-03-05 Andrew Innes <andrewi@gnu.org>
10847 * w32-fns.el (convert-standard-filename): Convert directory
10848 separators to Windows format.
10850 1999-03-05 Andreas Schwab <schwab@gnu.org>
10852 * international/skkdic-cnv.el: Provide skkdic-cnv.
10853 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
10854 (batch-skkdic-convert): Doc fix.
10856 1999-03-04 Dave Love <fx@gnu.org>
10858 * custom.el (custom-set-variables): Protect against setter errors.
10860 1999-03-04 Eli Zaretskii <eliz@gnu.org>
10862 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
10863 the file sizes from overflowing.
10864 (ls-lisp-format): If file size is a float, use %8.0f to print it.
10865 Under -s, print the size in blocks with %4.0f, in case they have
10866 a *really* huge file.
10868 1999-03-03 Dave Love <fx@gnu.org>
10870 * options.el (edit-options): Doc fix.
10871 (list-options): Don't lose with unbound symbols. Maintain
10874 1999-03-01 Dave Love <fx@gnu.org>
10876 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
10878 1999-02-28 Richard M. Stallman <rms@gnu.org>
10880 * ispell.el (ispell-dictionary-alist-override): New variable.
10881 (ispell-dictionary-alist): Don't setq it,
10882 if ispell-dictionary-alist-override is set.
10884 * simple.el (shell-command-default-error-buffer): Renamed from
10885 shell-command-on-region-default-error-buffer.
10886 (shell-command-on-region): Mention in echo area when there
10887 is some error output. Mention success or failure, too.
10888 Accumulate multiple error outputs
10889 going forward, with formfeed in between. Display the error buffer
10890 when we have put something in it.
10891 (shell-command): Add the ERROR-BUFFER argument feature.
10893 1999-02-28 Karl Heuer <kwzh@gnu.org>
10895 * mail/mh-utils.el (mh-lib): Doc fix.
10896 (mh-lib-progs, mh-nmh-p): New vars.
10897 (mh-find-progs): Set mh-lib-progs along with other vars.
10898 (mh-path-search): New arg FUNC-P; if specified, use that instead
10899 of mh-file-command-p.
10900 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
10902 * mail/mh-comp.el (mh-repl-formfile): New var.
10903 (mh-smail-batch): Don't ignore all arguments.
10904 (mh-reply): Do the right thing when using nmh.
10906 1999-02-27 Kenichi Handa <handa@etl.go.jp>
10908 * international/mule-cmds.el (select-safe-coding-system): Be sure
10909 to show a buffer being decoded.
10911 1999-02-26 Ken'ichi Handa <handa@gnu.org>
10913 * ps-bdf.el (bdf-directory-list): Initialize it to
10914 '("/usr/local/share/emacs/fonts/bdf").
10916 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10918 * ps-print.el: PostScript programming fix.
10919 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
10920 setpagedevice operator).
10922 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10924 * ps-print.el: Doc fix, font size specifies landscape and portrait
10926 (ps-print-version): New version number (4.1.4).
10927 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
10928 Specifies landscape and portrait sizes.
10929 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
10930 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
10932 (ps-get-font-size): New fun.
10933 (ps-font-size-internal, ps-header-font-size-internal)
10934 (ps-header-title-font-size-internal): New vars.
10936 * ps-mule.el: Change of ps-print font size variable name.
10937 (ps-mule-generate-font): Fun fix.
10938 (ps-mule-begin-job): Programming uniformization.
10940 1999-02-25 Dave Love <fx@gnu.org>
10942 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
10943 (help-make-xrefs): Do Info case first.
10945 * repeat.el: Don't require advice.
10946 (repeat-last-kill-command): Variable deleted.
10948 1999-02-25 Richard Stallman <rms@gnu.org>
10950 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
10951 case just because the current buffer is the output buffer.
10953 1999-02-25 Kenichi Handa <handa@etl.go.jp>
10955 * simple.el (what-cursor-position): To show the character's
10956 encoding, use encoded-string-description instead of information
10957 of chaset-origin-alist.
10959 * international/mule-cmds.el (iso-2022-control-alist): New variable.
10960 (encoded-code-description): New function.
10961 (encoded-string-description): New function.
10962 (encode-coding-char): New function.
10964 1999-02-25 Andrew Innes <andrewi@gnu.org>
10966 * startup.el (command-line) [windows-nt]: Fix typo in regexp
10967 checking for .emacs[.el[c]].
10969 1999-02-24 Richard Stallman <rms@gnu.org>
10971 * help.el (describe-function-1): Don't print a whole lambda-function.
10973 1999-02-23 Ken'ichi Handa <handa@gnu.org>
10975 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
10978 1999-02-23 Karl Heuer <kwzh@gnu.org>
10980 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
10982 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
10983 (clean-buffer-list-kill-buffer-names): Doc fix.
10985 * gud.el (gud-jdb-massage-args): Spelling fix.
10987 1999-02-23 Richard M. Stallman <rms@gnu.org>
10989 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
10991 1999-02-22 Eli Zaretskii <eliz@gnu.org>
10993 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
10994 excursion while calling set-auto-coding-function.
10996 * play/handwrite.el (handwrite): Require ps-print, and use
10997 ps-printer-name and ps-lpr-command. Call ps-print-region-function
10998 if it's defined, instead of forking ps-lpr-command unconditionally.
11000 1999-02-22 Kenichi Handa <handa@etl.go.jp>
11002 * international/codepage.el (cp-coding-system-for-codepage-1): Put
11003 charset-origin-alist property to a coding system for the codepage.
11005 * international/mule.el: Modify comment for charset-origin-alist
11006 property of a coding system.
11008 * simple.el (what-cursor-position): charset-origin-alist property
11009 of a coding system may be a translation table or a symbol of which
11010 `translation-table' property is a translation table.
11012 1999-02-21 Richard Stallman <rms@gnu.org>
11014 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
11015 to the "html" template.
11017 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
11019 * dirtrack.el (dirtrack): Added docstring. Now returns input.
11021 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
11023 * dirtrack.el (dirtrack): Check for the prompt in the input string
11024 instead of the buffer.
11026 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
11028 * sql.el: Set version to 1.4.1. Changed mail address to
11029 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
11030 (sql-input-ring-separator): Doc fix.
11031 (sql-mode-syntax-table): double-dash starts comments is defined as
11032 ". 56" instead of ". 12b" for XEmacs.
11033 (sql-stop, sql-interactive-mode): Doc fixes.
11034 (sql-postgres): Queries for database and server, not just one.
11035 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
11037 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
11038 changed. This is needed for master.el to work.
11039 (sql-set-sqli-buffer): Use the new hook.
11041 * sql.el (sql-make-alternate-buffer-name): Function that sets
11042 sql-alternate-buffer-name.
11043 (sql-alternate-buffer-name): Possible name of SQLi buffers.
11044 (sql-interactive-mode): Set sql-alternate-buffer-name.
11045 (sql-rename-buffer): New command.
11046 (sql-interactive-mode-menu): Menu for SQLi buffers.
11048 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
11049 and sql-input-ring-file-name are used to temporarily set
11050 comint-input-ring-file-name and comint-input-ring-separator when
11051 reading and writing input history files.
11053 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
11054 (sql-input-ring-file-name): New variable with customization.
11055 (sql-input-ring-separator): New variable with customization.
11056 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
11058 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
11059 now includes the name of the current buffer.
11061 (sql-mode): Set paragraph-separate and paragraph-start so that
11062 sql-send-paragraph sends the entire SQL statements, even if it
11063 contains indented lines.
11065 1999-02-18 Dave Love <fx@gnu.org>
11067 * format.el (format-encode-run-method, format-decode-run-method):
11068 Fix previous change.
11070 1999-02-18 Ken'ichi Handa <handa@gnu.org>
11072 * international/mule.el (coding-system-list): Moved here from
11073 mule-util.el to avoid autoloading mule-util by the call of
11074 select-safe-coding-system.
11076 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
11078 * simple.el (turn-on-auto-fill): Mark it as an option for
11081 1999-02-17 Richard Stallman <rms@gnu.org>
11083 * emacs-lisp/easymenu.el (easy-menu-get-map):
11084 Don't crash if (current-local-map) is nil.
11086 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
11088 * filecache.el (file-cache-filter-regexps): Added .class.
11090 1999-02-17 Ken'ichi Handa <handa@gnu.org>
11092 * international/mule-util.el (decompose-region): Use
11093 insert-buffer-substring instead of insert-buffer to avoid putting
11096 1999-02-17 Andreas Schwab <schwab@gnu.org>
11098 * calendar/cal-move.el (scroll-calendar-left): Don't set
11099 displayed-month and displayed-year here, let generate-calendar do
11100 it, after range checking.
11102 1999-02-17 Simon Marshall <simon@gnu.org>
11104 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
11106 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
11107 correctly between an object declared via a constructor and a method.
11108 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
11109 (java-font-lock-keywords-1): Fontify package names individually.
11110 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
11111 (java-font-lock-keywords-2): Simplify type fontification.
11112 (java-font-lock-keywords-3): Likewise.
11114 1999-02-17 Kenichi Handa <handa@etl.go.jp>
11116 * language/japanese.el (iso-2022-jp-2): New coding system.
11117 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
11119 1999-02-16 Dave Love <fx@gnu.org>
11121 * help.el (describe-function-1): Accept non-symbols.
11123 1999-02-16 Paul Eggert <eggert@twinsun.com>
11125 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
11126 find the last match if there are multiple matches.
11128 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11130 * tex-mode.el (tex-run-command, latex-run-command)
11131 (slitex-run-command, tex-command): Doc changes.
11132 (tex-start-options-string): Autoload it. Doc change. Provide
11133 a menu for customization. Allow nil. Quote backslashes only once.
11134 (tex-start-tex): Handle nil value of tex-start-options-string
11135 and apply shell-quote-argument to it.
11137 1999-02-16 Eli Zaretskii <eliz@gnu.org>
11139 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
11140 the size in blocks, since it can be a float.
11141 (ls-lisp-format): Likewise
11143 1999-02-16 Ken'ichi Handa <handa@gnu.org>
11145 * language/japanese.el (japanese-shift-jis): Add
11146 charset-origin-alist property.
11148 1999-02-15 Richard Stallman <rms@gnu.org>
11150 * progmodes/compile.el (compile-internal): Use save-selected-window.
11152 * subr.el (momentary-string-display): Bind inhibit-read-only.
11154 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
11156 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
11158 * mail/rmail.el (rmail-show-message): If an unseen message has a
11159 Summary-line in its header, get past one more line before looking
11160 for the X-Coding-System header.
11162 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
11164 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
11165 explicitly to accomodate Windows 9X lack of a useful copy program.
11167 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
11169 * wid-edit.el (widget-choice-value-create): Use `equal'
11172 1999-02-14 Richard Stallman <rms@gnu.org>
11174 * international/iso-transl.el:
11175 (iso-transl-ae): Renamed from iso-transl-e-slash.
11176 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
11177 (iso-transl-AE): Renamed from iso-transl-E-slash.
11178 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
11179 (iso-transl-char-map): Related changes.
11181 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
11183 1999-02-13 Richard Stallman <rms@gnu.org>
11185 * textmodes/texinfmt.el (texinfo-alias): New function.
11186 (texinfo-fold-nodename-case): Add defvar.
11187 (texinfo-format-node): Do case folding if specified.
11189 * ffap.el (ffap-file-at-point): Test local file names
11190 immediately. Strip off line numbers.
11192 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
11194 * sql.el: Set version to 1.3.2
11195 (sql-solid-program): Added support for solid.
11196 (sql-help): Doc mentions sql-solid.
11197 (sql-solid): Entry function for Solid.
11198 (sql-buffer): Doc explains the use of the variable and how to
11200 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
11201 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
11202 disabled if sql-buffer doesn't have a process; sql-send-paragraph
11204 (sql-show-sqli-buffer): New function to display the value of
11206 (sql-change-sqli-buffer): New function to change sql-buffer.
11207 (sql-mode): Doc explains how to change sql-buffer.
11208 (sql-send-paragraph): New function to send a paragraph.
11209 (sql-mode-map): Added keybinding for sql-send-paragraph.
11210 (sql-mysql): Doc corrected.
11211 (sql-ms): Doc corrected.
11213 * sql.el (sql-server): Doc fix.
11214 (sql-mysql): Added the use of sql-server to specify the host,
11215 sql-database now specifies database instead of host.
11216 (sql-mode-menu): Send... menu items are only active if sql-buffer
11218 (sql-help): Changed tag of entry functions a bit.
11220 * sql.el: Added keywords from `finder-by-keyword'.
11221 (sql-mode): Made sql-buffer a local variable, changed the
11222 documentation: removed instructions to add *.sql files to
11223 auto-mode-alist, added documentation for having mutliple SQL
11224 buffers sending their stuff to different SQLi buffers, each
11225 running a different process.
11226 (sql-postgres): Quoted *SQL* in doc string.
11227 (sql-ms): Likewise.
11228 (sql-ingres): Likewise.
11229 (sql-ingres): Quoted *SQL* in doc string, added references to
11230 sql-user and sql-password used during login.
11231 (sql-sybase): Quoted *SQL* in doc string, added comma.
11232 (sql-oracle): Likewise.
11233 (sql-interactive-mode): Added extensive documentation for having
11234 mutliple SQL buffers sending their stuff to different SQLi
11235 buffers, each running a different process.
11236 (sql-buffer): Changed doc from *SQL* to SQLi.
11237 (sql-get-login): Doc fix.
11239 1999-02-12 Ken'ichi Handa <handa@gnu.org>
11241 * international/mule-conf.el (undecided): Set ascii in
11242 safe-charsets property.
11244 1999-02-12 Richard Stallman <rms@gnu.org>
11246 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
11248 1999-02-12 Ken'ichi Handa <handa@gnu.org>
11250 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
11251 value to ps-mule-font-info-database-latin.
11253 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
11255 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
11256 (ps-mule-font-info-database-default): New variable.
11257 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
11258 ps-mule-font-info-database-default.
11260 1999-02-12 Dave Love <fx@gnu.org>
11262 * timezone.el (timezone-make-date-sortable)
11263 (timezone-make-date-arpa-standard): Doc fix.
11265 1999-02-12 Ken'ichi Handa <handa@gnu.org>
11267 * international/quail.el (quail-show-kbd-layout): Bind
11268 blink-matching-paren to nil.
11270 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
11271 for ASCII and Latin-1.
11273 1999-02-12 Andreas Schwab <schwab@gnu.org>
11275 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
11277 1999-02-12 Kenichi Handa <handa@etl.go.jp>
11279 * international/mule-cmds.el (language-info-alist): Remove
11280 description about charset-origin-alist.
11282 * international/mule.el: Comment added for a new coding system
11283 property `charset-origin-alit'.
11284 (make-translation-table): This variable deleted.
11286 * language/chinese.el (chinese-big5): Add charset-origin-alist
11288 ("Chinese-CNS"): Remove charset-origin-alist property.
11290 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
11292 (cyrillic-alternativnyj): Likewise.
11293 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
11294 ("Cyrillic-ALT"): Likewise.
11296 * language/vietnamese.el (vietnamese-viqr): Add
11297 charset-origin-alist property.
11298 ("Vietnamese"): Remove charset-origin-alist property.
11300 * simple.el (what-cursor-position): Don't use the varialbe
11301 charset-origin-alist, but use charset-origin-alist property of
11302 buffer-file-coding-system to decide external character set code.
11304 1999-02-10 Richard Stallman <rms@gnu.org>
11306 * shadowfile.el: Don't turn on the mode when the file is loaded.
11308 1999-02-09 Richard Stallman <rms@gnu.org>
11310 * progmodes/compile.el (compile-auto-highlight): Customize.
11312 * add-log.el (add-log-file-name-function): New variable.
11313 (add-change-log-entry): Call that function, if non-nil.
11315 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
11317 * rmail.el (rmail-search): Track match with a marker, not an integer.
11319 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11321 * progmodes/compile.el (compilation-setup): Set value of
11322 compilation-directory-stack as in compilation-forget-errors.
11323 (compile-reinitialize-errors): Bind buffer-undo-list and
11325 (compilation-forget-errors): Likewise.
11327 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
11329 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
11332 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
11333 Remove calls to sleep-for.
11335 1999-02-08 Eli Zaretskii <eliz@gnu.org>
11337 * international/codepage.el (cp-coding-system-for-codepage-1): On
11338 MS-DOS, use dos-unsupported-char-glyph for characters not
11339 supported by the codepage.
11340 (cp-make-coding-systems-for-codepage): Likewise.
11342 1999-02-08 Andreas Schwab <schwab@gnu.org>
11344 * international/mule-util.el (coding-system-list): Don't sort
11345 coding-system-list here.
11347 * international/mule.el (coding-system-lessp): Moved here from
11349 (add-to-coding-system-list): New function.
11350 (make-subsidiary-coding-system, make-coding-system,
11351 define-coding-system-alias): Use it instead of setting
11352 coding-system-list directly.
11354 1999-02-07 Dave Love <fx@gnu.org>
11356 * calendar/appt.el (appt-make-list): Don't splice quotes and date
11359 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11361 * imenu.el (imenu--last-menubar-index-alist): Add doc.
11362 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
11364 1999-02-06 Richard Stallman <rms@gnu.org>
11366 * language/european.el (setup-slovenian-environment): New function.
11367 ("Slovenian"): New language environment.
11369 * progmodes/sql.el (sql-help): Doc fix.
11370 (sql-mysql): Doc fix.
11372 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11374 * tex-mode.el: When compiling, require compare-w and skeleton
11375 to pacify the byte-compiler. Move the def's of the tex-commands
11376 together. Add a comment on kill-process vs. quit-process.
11378 1999-02-05 Dave Love <fx@gnu.org>
11380 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
11382 (compile-goto-error): Likewise.
11384 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
11386 * time-stamp.el (time-stamp-format): Format doc tighter.
11387 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
11388 (time-stamp): Don't re-write the time stamp if it didn't change.
11390 1999-02-05 Alex Schroeder <asc@bsiag.com>
11392 * progmodes/sql.el: Changed version to 1.2.1.
11393 (sql-pop-to-buffer-after-send-region): Improved documentation.
11394 (sql-mysql-program): Added MySQL support.
11395 (sql-prompt-length): Made prompt-length configurable.
11396 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
11397 (sql-help): Added MySQL support, changed documentation.
11398 (sql-send-region): A message is displayed if something is sent.
11399 (sql-mode): Added buffer-local comment-start.
11400 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
11401 (sql-interactive-mode): Added buffer-local comment-start.
11402 (sql-oracle): Set sql-prompt-length.
11403 (sql-sybase): Set sql-prompt-length.
11404 (sql-mysql): Added MySQL support.
11405 (sql-ingres): Set sql-prompt-length.
11406 (sql-ms): Set sql-prompt-length.
11407 (sql-postgres): Set sql-prompt-length.
11409 1999-02-04 Eli Zaretskii <eliz@gnu.org>
11411 * term/internal.el (dos-codepage-setup): Set selection coding
11412 system to cpNNN-dos.
11414 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11416 * international/characters.el: Let ethiopic use iso-2022-7bit.
11418 1999-02-02 Dave Love <fx@gnu.org>
11420 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
11421 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
11423 1999-02-02 Karl Heuer <kwzh@gnu.org>
11425 * terminal.el (terminal-emulator): Doc fix.
11427 1999-02-02 Ken'ichi Handa <handa@gnu.org>
11429 * international/mule-util.el (compose-chars): Doc-string
11430 modified. Correctly handle a composition character in ARGS.
11432 1999-02-01 Richard Stallman <rms@gnu.org>
11434 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
11435 (makefile-menu-index-function): Function deleted.
11436 (makefile-mode): Use makefile-imenu-generic-expression.
11438 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
11440 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
11441 change, invoke from before-init-hook.
11443 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
11445 * subr.el (remove-from-invisibility-spec): Cope with the case when
11446 buffer-invisibility-spec is t.
11448 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
11450 * calendar/calendar.el (calendar-mode-map): Fix bindings for
11451 appt-add and appt-delete.
11453 1999-02-01 Eli Zaretskii <eliz@gnu.org>
11455 * term/pc-win.el (msdos-approximate-color): New function.
11456 (msdos-color-translate): Call it to find a DOS color that best
11457 approximates an X-style "#NNNNNN" color specification.
11459 1999-02-01 Ken'ichi Handa <handa@gnu.org>
11461 * international/mule-util.el (compose-chars-component): Add
11464 1999-01-31 Ken'ichi Handa <handa@gnu.org>
11466 * international/quail.el (quail-lookup-key): If cdr of MAP is a
11467 function, replace cdr of MAP by the return value of the function
11470 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11472 * progmodes/compile.el (compilation-next-error-locus): Don't
11473 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
11475 1999-01-31 Eli Zaretskii <eliz@gnu.org>
11477 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
11478 and NLs before "charset", and allow the charset name be in double
11481 1999-01-31 Richard Stallman <rms@gnu.org>
11483 * imenu.el (imenu-sort-function): Fix custom type.
11485 1999-01-30 Richard Stallman <rms@gnu.org>
11487 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
11488 (speedbar-line-token): Likewise.
11490 * play/gametree.el (gametree-default-score): Use defcustom.
11491 (gametree-score-regexp, gametree-score-closer): Likewise.
11492 (gametree-score-manual-flag, gametree-score-opener): Likewise.
11494 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11496 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
11499 1999-01-29 Markus Rost <rost@gnu.org>
11501 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
11502 tex-validate-buffer.
11503 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
11504 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
11505 now with recent occur-mode.
11506 (tex-validate-region): Really walk through all Sexps.
11507 (tex-region): Bind shell-dirtrack-verbose.
11508 (tex-file, tex-bibtex-file): Likewise.
11510 1999-01-29 Dave Love <fx@gnu.org>
11512 * finder.el: (finder-commentary): Fix interactive spec. Try
11513 appending .el to file name.
11514 (finder-find-library, finder-commentary): Doc fixes.
11516 1999-01-29 Andrew Innes <andrewi@gnu.org>
11518 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
11519 where the userid contains directory separators.
11521 1999-01-29 Dave Love <fx@gnu.org>
11523 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
11524 (lm-commentary): Doc fix.
11526 1999-01-29 Andreas Schwab <schwab@gnu.org>
11528 * files.el (file-expand-wildcards): Never consider `.' and `..' a
11529 wildcard match. Fix regexp that tests if dirpart contains
11530 wildcard characters.
11532 1999-01-28 Richard Stallman <rms@gnu.org>
11534 * font-lock.el (font-lock-default-unfontify-region):
11535 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
11537 1999-01-27 Jason Rumney <jasonr@altavista.net>
11539 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
11541 (w32-create-initial-fontsets): Do not use before-init-hook.
11542 (mouse-set-font): Document. Automatically create and use fontsets.
11544 * dos-w32.el (direct-print-region-helper): Check for printer
11545 being t as well as a string.
11547 1999-01-27 Kenichi Handa <handa@etl.go.jp>
11549 * mail/rmail.el (rmail-decode-mime-charset): New variable.
11550 (rmail-mime-charset-pattern): New variable.
11551 (rmail-convert-to-babyl-format): Decode by MIME-charset if
11552 rmail-decode-mime-charset is non-nil.
11554 1999-01-27 Ken'ichi Handa <handa@gnu.org>
11556 * international/characters.el: Set category `q' for all characters
11557 in tibetan and tibetan-1-column.
11559 1999-01-27 Andrew Innes <andrewi@gnu.org>
11561 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
11562 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
11564 1999-01-27 Dave Love <fx@gnu.org>
11566 * international/mule-cmds.el (current-language-environment):
11567 Provide :link, :type (choices) and appropriate :get.
11569 1999-01-27 Eli Zaretskii <eliz@gnu.org>
11571 * startup.el (command-line): Set default eol-mnemonic-* strings to
11572 display end-of-line format in mode line.
11574 * cus-start.el (all): Add eol-mnemonic-* variables.
11576 1999-01-26 Dave Love <fx@gnu.org>
11578 * startup.el (command-line-1): Up-date copyright.
11580 * paths.el (Info-default-directory-list): Use configdir twice.
11582 * info.el (Info-directory-list): Don't set path-separator now
11583 we're not shipped with Texinfo. Simplify path definition.
11584 Substitute all occurrences of instdir in Info-default-directory-list.
11586 1999-01-25 Richard Stallman <rms@gnu.org>
11588 * startup.el (normal-top-level-add-subdirs-to-load-path):
11589 Record the inode numbers of the dirs processed, to avoid loop.
11591 * textmodes/tex-mode.el (tex-run-command): Doc fix.
11593 1999-01-25 Dave Love <fx@gnu.org>
11595 * browse-url.el (browse-url-netscape-program): Doc addition.
11597 * help.el (help-make-xrefs): Default info references to an `(emacs)'
11600 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
11603 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11605 * calendar/diary-lib.el (mark-diary-entries): Use
11606 assoc-ignore-case and do not capitalize when matching month and
11609 * calendar/calendar.el (calendar-read-date): Ditto.
11611 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
11612 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
11614 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
11616 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
11618 * calendar/cal-islam.el (calendar-goto-islamic-date)
11619 (mark-islamic-diary-entries): Ditto.
11621 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
11623 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
11624 (calendar-read-mayan-tzolkin-date): Ditto.
11626 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
11628 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
11630 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
11632 1999-01-25 Karl Heuer <kwzh@gnu.org>
11634 * faces.el (list-faces-display): Multiline case of previous fix.
11636 1999-01-25 Andreas Schwab <schwab@gnu.org>
11638 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
11640 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
11642 * files.el (find-file): If find-file-noselect returns a list,
11643 do switch-to-buffer on each element.
11644 (find-file-other-window): Likewise for all but the first element.
11645 (find-file-other-frame): Same.
11646 (find-file-noselect): When we expand a wildcard, return a list
11649 1999-01-24 Eli Zaretskii <eliz@gnu.org>
11651 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
11652 to set the appropriate cpNNN-dos coding system as the
11653 highest-priority coding system.
11655 1999-01-23 Ken'ichi Handa <handa@gnu.org>
11657 * international/fontset.el (generate-fontset-menu): Return a
11658 sorted list by plain names of fontsets.
11660 * international/mule-diag.el (list-fontsets): Sort fontsets by
11663 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
11664 FIRST is a composite character, decompose it at first.
11666 1999-01-23 Dave Love <fx@gnu.org>
11668 * format.el: Doc fixes.
11669 (format-encode-run-method): Have things happen in the right buffer.
11670 Deal with errors from method. Set coding-system-for-write.
11671 (format-decode-run-method): Have things happen in the right buffer.
11672 Deal with errors from method. Set coding-system-for-read.
11673 (format-alist): Use nil instead of unmatchable regexps.
11675 * simple.el (shell-command-on-region): Return command's exit status.
11677 1999-01-23 Eric Ludlam <zappo@gnu.org>
11679 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
11680 of the file whose info we want to display.
11681 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
11682 (speedbar-add-mode-functions-list) Improve doc.
11683 (speedbar-line-token) New function.
11684 (speedbar-dired) Fix order of directories in -shown-directories.
11685 (speedbar-line-path): Default return is default-directory
11686 (speedbar-buffers-line-path): Return is dir name only.
11687 (speedbar-mode-functions-list): New variable.
11688 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
11689 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
11690 speedbar-files-item-info speedbar-buffers-item-info): New functions.
11691 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
11693 (speedbar-line-file): Broke out part that fetches file from a line.
11694 (speedbar-line-text): New function extracted from speedbar-line-file.
11695 (speedbar-line-path): Converted into a replaceable function.
11696 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
11698 1999-01-23 Ken'ichi Handa <handa@gnu.org>
11700 * international/fontset.el (create-fontset-from-x-resource): Make
11703 1999-01-22 Dave Love <fx@gnu.org>
11705 * paths.el (Info-default-directory-list): Put sysdir after start.
11707 1999-01-22 Sam Steingold <sds@goems.com>
11709 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
11710 a process associated with it.
11712 1999-01-22 Jason Rumney <jasonr@altavista.net>
11714 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
11716 1999-01-22 Felix Lee <flee@cygnus.com>
11718 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
11720 (vc-annotate-mode): Delete variable.
11722 1999-01-22 Andrew Innes <andrewi@gnu.org>
11724 * startup.el (command-line): [windows-nt]: Check for existence of
11725 .emacs file so as to notice .emacs.el or .emacs.elc and use them
11726 in preference to _emacs.
11728 1999-01-22 Dave Love <fx@gnu.org>
11730 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
11732 1999-01-20 Richard Stallman <rms@gnu.org>
11734 * files.el (find-file-noselect): Do wildcard processing only
11735 if new arg WILDCARDS is non-nil.
11736 (find-file, find-file-other-window): New arg WILDCARDS.
11737 Default it to non-nil if interactive.
11738 (find-file-other-frame): Likewise.
11739 (find-file-read-only): Likewise.
11740 (find-file-read-only-other-window): Likewise.
11741 (find-file-read-only-other-frame): Likewise.
11743 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
11744 (widget-plist-convert-option): Delete spurious comma.
11746 1999-01-19 Jason Rumney <jasonr@altavista.net>
11748 * term/w32-win.el (w32-standard-fontspec-spec): Change
11749 iso8859-5 to koi8-r. Add iso8859-9.
11751 1999-01-19 Dave Love <fx@gnu.org>
11753 * browse-url.el (browse-url-maybe-new-window): Delete macro and
11756 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
11758 (fortran-indent-subprogram): Likewise.
11760 1999-01-19 Dave Love <d.love@dl.ac.uk>
11762 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
11764 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11766 * wid-edit.el (alist): Use sexp as default key-type.
11768 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11770 * textmodes/tex-mode.el (tex-define-common-keys):
11771 Remove key binding of tex-feed-input.
11772 (tex-mode-map): Bind tex-feed-input here.
11773 (tex-start-shell): Use compilation-shell-minor-mode. Set
11774 comint-input-filter-functions before running tex-shell-hook.
11775 (tex-start-tex): Forget compilation errors.
11776 (tex-compilation-parse-errors): Rewritten to work also with
11777 compile-mouse-goto-error and compile-goto-error. Adjusted to
11778 change in tex-region.
11779 (tex-region): For the temp file use file-name without directory.
11780 (tex-file): Expand file name of tex-print-file.
11782 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11784 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
11786 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
11788 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
11789 beginning could cause Emacs to hang. Fixed.
11791 1999-01-18 Ken'ichi Handa <handa@gnu.org>
11793 * international/ccl.el (ccl-compile-translate-character): Handle
11794 the case that a tranlation table is CCL register correctly.
11796 * international/mule-cmds.el (select-safe-coding-system):
11797 Hightlight at most 256 characters.
11799 1999-01-18 Dave Love <fx@gnu.org>
11801 * startup.el (command-line): If the init file changes operation to
11802 unibyte, make all buffers unibyte and re-set language environment.
11804 * disp-table.el (standard-display-european): Make all existing
11805 buffers unibyte. Fix doc.
11807 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
11809 * wid-edit.el (coding-system): Define this unconditionally.
11811 * simple.el (shell-command-on-region-default-error-buffer): New var.
11812 (shell-command-on-region): Use that variable as interactive
11813 value of ERROR-BUFFER argument.
11815 1999-01-17 Sam Steingold <sds@goems.com>
11817 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
11819 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11821 * progmodes/compile.el (compilation-goto-locus): If already in the
11822 compilation buffer's window, keep it in that window.
11823 (compile-mouse-goto-error): Add Doc. Don't play with windows.
11824 (compile-goto-error): Don't play with windows.
11826 * textmodes/tex-mode.el (latex-run-command): Doc fix.
11827 (tex-command): Doc fix.
11828 (tex-compilation-parse-errors): Doc fix.
11829 (tex-generate-zap-file-name): Don't start the name with -.
11830 (tex-expand-files): Works now also with strings ending with ":".
11832 1999-01-17 Ian T Zimmerman <itz@transbay.net>
11834 Patch failed to install:
11835 * gametree.el: Document scoring functionality.
11836 (gametree-score-regexp): Add optional plus sign.
11837 (gametree-score-opener): Replace `:' with `=' as the former
11838 conflicts with gametree-half-ply-regexp.
11839 (gametree-transpose-following-leaves): Add.
11840 (gametree-insert-new-leaf): Make modifying commands barf in read
11842 (gametree-break-line-here): Add a call to
11843 `gametree-transpose-following-leaves'. This maintains the
11844 necessary invariant that on each level all leaf children precede
11845 all nonleaf children. This has always been implied, but left to
11846 the user, and, unfortunately, undocumented.
11848 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
11850 * wid-edit.el (plist, alist): New widget types.
11852 1999-01-17 Dave Love <fx@gnu.org>
11854 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
11855 fix scope of condition-case therein.
11857 1999-01-17 Andrew Innes <andrewi@gnu.org>
11859 * dos-w32.el: (find-buffer-file-type-coding-system): Use
11860 default-buffer-file-coding-system when file doesn't exist (and
11861 isn't covered by a special case) instead of forcing undecided-dos
11862 against the user's wishes.
11864 * dos-w32.el (direct-print-region-helper): New function based on
11865 direct-print-region-function; sends data to specified printer port
11866 without further translation. Recognize and handle specially the
11867 standard `print' and `nprint' programs, as well as `lpr' and
11868 similar programs. Only write directly to the printer port if no
11869 print program is specified. Work around a bug in Windows 9x
11870 affecting Win32 version of Emacs by invoking command.com to write
11871 to the printer port instead of writing directly.
11872 (direct-print-region-function): Use direct-print-region-helper to
11873 do most of the work.
11874 (direct-ps-print-region-function): New function; analogue of
11875 direct-print-region-function for ps-print.
11876 (ps-lpr-command): Comment out setq; leave as example usage.
11877 (ps-lpr-switches): Ditto.
11879 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
11881 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
11882 DOS and Windows platforms, to indicate direct printing. Update
11883 the docstring accordingly.
11885 * ps-print.el: (ps-printer-name): Update docstring about usage on
11886 MS-DOS and MS-Windows.
11887 (ps-lpr-command): Update docstring as for lpr-command.
11888 (ps-print-region-function): New variable.
11889 (ps-do-despool): Use it.
11890 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
11893 * subr.el (subst-char-in-string): New function.
11895 1999-01-17 Eli Zaretskii <eliz@gnu.org>
11897 * international/codepage.el (cp852-decode-table): Fill a nil entry.
11899 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
11900 (bdf-find-font-info): New function, looks for the first readable
11901 file from a list of alternatives.
11902 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
11903 instead of bdf-get-font-info.
11904 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
11905 to ps-mule-generate-bitmap-glyph.
11907 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
11908 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
11909 now be a list of alternative names.
11910 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
11911 (ps-mule-prepare-font): Likewise.
11913 * international/codepage.el (cp855-decode-table,
11914 cp850-decode-table): Fill some nil entries.
11916 1999-01-16 Dave Love <fx@gnu.org>
11918 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
11921 1999-01-15 Dave Love <fx@gnu.org>
11923 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
11924 and change regexp for command names.
11925 (help-xref-go-back, function-called-at-point, symbol-file)
11926 (where-is): Doc fixes.
11927 (help-xref-go-back): Remove interactive spec.
11928 (describe-function-1): Fix message for alias. Buttomize alias
11931 * simple.el (join-line): New alias.
11933 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
11935 * forms.el: (forms--show-record): Convert integers to string
11936 expicitly since concat will no longer accept integers.
11937 (forms-print): Use local `total-nb-records' since
11938 `forms--total-records' will be inaccessible after buffer switching.
11940 1998-01-14 Felix Lee <flee@cygnus.com>
11942 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
11944 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11946 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
11948 1999-01-14 Eli Zaretskii <eliz@gnu.org>
11950 * international/codepage.el (cp850-decode-table): Fix previous change.
11952 1999-01-14 Simon Marshall <simon@gnu.org>
11954 * shell.el (shell-dirtrack-verbose): New custom variable.
11955 (shell-dirstack-message): Use it.
11957 1999-01-14 Kenichi Handa <handa@etl.go.jp>
11959 * international/mule-conf.el: Coding system alias `dos' for
11960 `undecided-dos', `mac' for `undecided-mac'.
11962 * international/mule-cmds.el (describe-language-environment):
11963 Don't alter input-method-alist.
11965 1999-01-13 Eli Zaretskii <eliz@gnu.org>
11967 * international/codepage.el (cp850-decode-table): Replace nil
11968 entries with codes of similary looking glyphs. (Suggested by
11969 Jason Rumney <jasonr@altavista.net>.)
11971 1999-01-13 Dave Love <fx@gnu.org>
11973 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
11975 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
11977 1999-01-12 Karl Heuer <kwzh@gnu.org>
11979 * files.el (auto-save-hook): Defvar this.
11981 1999-01-12 Alex Schroeder <asc@bsiag.com>
11983 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
11984 faces, eliminating the need to load font-lock before loading sql.
11985 (sql-mode-oracle-font-lock-keywords): Likewise.
11986 (sql-mode-postgres-font-lock-keywords): Likewise.
11988 1999-01-11 Dave Love <fx@gnu.org>
11990 * cus-start.el: Add inhibit-eol-conversion.
11992 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
11995 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
11997 * help.el (help-mode-finish): Renamed from help-mode-maybe.
11998 Don't switch to Help mode here.
11999 (temp-buffer-setup-hook): Use help-mode-finish.
12000 (help-mode-setup): New function.
12001 (temp-buffer-setup-hook): Use help-mode-setup.
12003 * progmodes/sql.el: New file.
12005 * files.el (auto-mode-alist): Add sql-mode.
12007 * faces.el (list-faces-display): Improve the formatting
12008 by computing the maximum length required for any face-name.
12010 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12012 * progmodes/compile.el (compilation-shell-minor-mode): New function.
12014 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
12016 * term.el (term_send_home): Change the string to
12017 be the same as the one emitted by xterm and consistent with the
12018 ones emitted by prior and next.
12019 (term_send_end): Likewise.
12021 1999-01-10 Dave Love <fx@gnu.org>
12023 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
12026 1999-01-10 Eli Zaretskii <eliz@gnu.org>
12028 * international/codepage.el (codepage-setup): Doc fix.
12029 (cp-decoding-vector-for-codepage): Likewise.
12031 1999-01-10 Markus Rost <rost@gnu.org>
12033 * cus-edit.el (custom-save-delete): First scan the custom-file.
12035 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12037 * international/iso-transl.el: Define a "function name" for
12038 each translation that isn't ASCII. Use these function names
12039 in iso-transl-char-map.
12041 1999-01-08 Kenichi Handa <handa@etl.go.jp>
12043 * international/mule-util.el (decompose-region): Do decomposition
12044 on temporary unibyte buffer.
12046 * international/mule.el (make-char): Doc-string modified.
12048 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12050 * simple.el (comment-region): Delete spaces only if we
12051 deleted a comment starter.
12053 1999-01-07 Dave Love <fx@gnu.org>
12055 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
12057 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
12058 like eval-defun does.
12060 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
12062 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
12063 constructions. Doc fixes.
12064 (generic-create-generic-function): Use defalias, not fset.
12066 * find-func.el: More doc fixes.
12068 1999-01-06 Stephen Eglen <stephen@gnu.org>
12070 * files.el (save-buffers-kill-emacs): Show the list of current
12071 processes before prompting to kill them and exit.
12073 1999-01-06 Dave Love <fx@gnu.org>
12075 * emacs-lisp/find-func.el: Doc fixes.
12076 (find-function-regexp): Extend for define-generic-mode,
12077 define-derived-mode, easy-mmode-define-minor-mode.
12079 1999-01-06 Dave Love <fx@gnu.org>
12081 * progmodes/fortran.el (fortran-window-create): Account for scroll
12084 * browse-url.el: Require (noerror) w3-auto when compiling.
12085 (browse-url-maybe-new-window): Make it a macro and revert last
12087 (browse-url-w3): Require w3 for w3-fetch-other-window.
12089 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12091 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
12094 1999-01-06 Simon Marshall <simon@gnu.org>
12096 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
12098 * font-lock.el (font-lock-default-fontify-buffer): When using
12099 with-temp-message, use nil rather than current-message.
12101 * lazy-lock.el (lazy-lock-unstall):
12102 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
12103 rather than current-message.
12105 * fast-lock.el (fast-lock-save-cache-1):
12106 (fast-lock-cache-data): When using with-temp-message, use nil rather
12107 than current-message.
12109 1999-01-06 Eli Zaretskii <eliz@gnu.org>
12111 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12112 the valid-codes property.
12114 * international/mule-cmds.el (prefer-coding-system): Call
12115 set-coding-priority, so that the internal array of priorities is
12118 * international/mule-util.el:
12119 (coding-system-change-eol-conversion,
12120 coding-system-change-text-conversion): Don't define here.
12122 * international/mule-cmds.el: Define them here. Remove the
12125 1999-01-06 Andreas Schwab <schwab@gnu.org>
12127 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
12128 if it was enabled before.
12130 * view.el (View-revert-buffer-scroll-page-forward): Bind
12131 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
12133 * files.el (recover-session): Preserve point when inserting
12136 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
12138 * cus-edit.el (custom-save-delete): Don't delete whitespace
12139 and comments before the sexp that is replaced.
12141 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12143 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
12145 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
12147 * vc.el (vc-dired-hook): Use the original value of
12148 dired-move-to-filename-regexp on lines that have not been
12150 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
12151 file lines have already been reformatted.
12153 1999-01-05 Dave Love <fx@gnu.org>
12155 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
12158 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
12160 * progmodes/f90.el: Change of regular expressions for type to
12161 correct highlighting and identation. Some small fixes for
12162 compatibility with XEmacs.
12164 1999-01-05 Stephen Eglen <stephen@gnu.org>
12166 * mspools.el (mspools-vm-system-mail): Provide an alternative
12167 value based on rmail-spool-directory if $MAIL is not defined.
12169 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
12171 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
12172 (reftex-section-info): Handle negative section levels.
12173 (reftex-view-crossref-extra): New option.
12174 (reftex-view-crossref): Generalized to work in more places.
12175 (reftex-find-citation-regexp-format, reftex-find-reference-format,
12176 reftex-macros-with-labels, reftex-global-search-marker): New variables.
12177 (reftex-view-cite-locations-from-bibtex): New command.
12178 (reftex-view-regexp-match, reftex-global-search,
12179 reftex-global-search-continue): New functions.
12180 (reftex-extract-bib-entries): No error for non-existing BibTeX
12181 file, just a message.
12182 (reftex-extract-bib-entries): Better error handling.
12183 (reftex-select-with-char): Use `*RefTeX Select*' for selection
12184 help and force it on current frame.
12185 (reftex-default-bibliography): New function.
12186 (reftex-access-parse-file): Check consistency after loading a
12187 parse file. When inconsistent, enfore rescan.
12188 (reftex-check-parse-consistency): New function.
12189 (easy-menu-define): Options section drastically shortened.
12191 1999-01-05 Kenichi Handa <handa@etl.go.jp>
12193 * language/thai-util.el (thai-compose-string): New function.
12195 1999-01-04 Inge Frick <inge@nada.kth.se>
12197 * easymenu.el (easy-menu-define): Doc fix.
12198 (easy-menu-create-menu): New keyword :included.
12199 (easy-menu-do-add-item): New keyword :included. SUFFIX may
12200 be an expression, not only a string. Simulate style `button'.
12201 Use easy-menu-define-key-intern instead of easy-menu-define-key.
12202 (easy-menu-define-key-intern): New function.
12203 (easy-menu-add-item): Understand value returned from
12204 easy-menu-item-present-p and easy-menu-remove-item.
12205 (easy-menu-return-item): New function.
12206 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
12208 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
12210 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12211 Use rmail-output-read-rmail-file-name to read the file name.
12212 Always call rmail-output-to-rmail-file noninteractively.
12213 When count > 1, do the loop here.
12214 Handle rmail-delete-after-output here.
12215 (rmail-summary-output): Similar changes.
12217 * mail/rmailout.el: Provide `rmailout'.
12218 (rmail-output-read-rmail-file-name): New function.
12219 (rmail-output-to-rmail-file): Use that.
12220 (rmail-output-read-file-name): New function.
12221 (rmail-output): Use that.
12223 * files.el (find-file-noselect): Let /: suppress wildcard matching.
12224 Error if wildcard matches no files.
12226 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
12228 * menu-bar.el (clipboard-yank): Doc fix.
12230 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
12232 1998-12-31 Markus Rost <rost@delysid.gnu.org>
12234 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
12236 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
12238 * rmail.el (rmail-encode-string): Make sure mask value is
12239 positive; (emacs-pid) returns a negative number on Windows 9x
12240 which causes odd behaviour.
12242 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
12244 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
12245 and about w32-* variables unless on Windows/NT.
12247 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
12249 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
12250 if buffer is modified; ask about all modified buffers.
12252 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
12254 * simple.el (what-cursor-position): Fix previous change.
12256 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
12258 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
12259 from paragraph-start.
12261 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
12263 * international/mule-cmds.el (prefer-coding-system): If the
12264 argument requires specific EOL conversion type, make the default
12265 coding systems use that.
12267 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
12269 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
12270 Use shell-command-on-region.
12271 (m4-start-m4, m4-end-m4): Functions deleted.
12273 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
12275 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
12277 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12279 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
12280 to compose-mail in the correct places and as a list.
12282 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
12284 * page-ext.el: Added mouse-selection feature for pages directory buffer.
12285 (pages-directory-map): Bind mouse-2
12286 (pages-copy-header-and-position): Put text property.
12287 (pages-directory-goto-with-mouse): New function.
12289 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
12291 * international/codepage.el (cp-make-coding-systems-for-codepage):
12293 (cp-coding-system-for-codepage-1): Likewise.
12295 1998-12-29 Kenichi Handa <handa@etl.go.jp>
12297 * language/thai-util.el (thai-post-read-conversion): Handle Thai
12298 composition sequence correctly here instead of calling
12299 thai-compose-region.
12301 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
12302 newline in multibyte buffer, if previous or next character is a
12303 composite char, check the first component of the composite char.
12305 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
12307 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
12310 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12312 * mail/sendmail.el (mail-yank-original): Remove text properties
12314 (mail-yank-region): Barf if no mark is set in the message
12317 * help.el (function-called-at-point): First look for function at point.
12319 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12321 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
12323 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12325 * simple.el (what-cursor-position): Print character encoding also.
12327 1998-12-26 Dave Love <fx@gnu.org>
12329 * textmodes/flyspell.el: If local-maps work, don't put
12330 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
12331 in flyspell-mouse-map (only).
12332 (flyspell-use-local-map): New variable.
12333 Use a different mouse-2 binding in that case,
12334 and don't add to minor-mode-map-alist.
12335 (make-flyspell-overlay, flyspell-correct-word):
12336 Test flyspell-use-local-map.
12338 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12340 * files.el (file-expand-wildcards): Handle wildcards in directory name.
12341 Be careful about whether to return a relative file name,
12342 and if so, relative to what directory.
12344 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
12346 * emacs-lisp/easymenu.el (easy-menu-get-map):
12347 Change global map only if this menu exists in the global map already,
12348 and not in the local map.
12349 (easy-menu-do-add-item): Fix error message.
12351 * foldout.el (foldout-inhibit-key-bindings):
12352 Avoid concatenating onto outline-minor-mode-prefix.
12353 Make a new keymap for that prefix, if it does not already have one.
12355 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
12358 Can use linear algorithm for indentation if Emacs supports it.
12359 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
12360 (cperl-after-block-p): Likewise.
12361 (cperl-after-block-and-statement-beg): Likewise.
12362 (cperl-after-block-p): After END/BEGIN we are a block.
12363 (cperl-after-expr-p): Skip labels when checking
12364 (cperl-indent-region): Make a marker for END - text added/removed.
12365 Disable hooks during the call (how to call them later?).
12366 Now indents 820-line-long function in 6.5 sec (including
12367 syntaxification) the first time (when buffer has few
12368 properties), 7.1 sec the second time.
12369 (cperl-indent-region): Do not indent whitespace lines
12370 (cperl-style-alist)
12371 Include `cperl-merge-trailing-else' where the value is clear.
12372 (cperl-styles-entries): Likewise.
12373 (cperl-problems): Improvements to docs.
12374 (cperl-tips): Likewise.
12375 (cperl-non-problems): Likewise.
12376 (cperl-mode): Make lazy syntaxification possible.
12377 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
12378 `font-lock-unfontify-region-function' was set to a wrong function.
12380 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
12381 restart syntaxification. Changed so that -d ?foo? is a RE. Do
12382 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
12383 but 1<<6 was considered as HERE-doc.
12384 <file/glob> made into a string.
12385 Postpone addition of faces after syntactic step.
12386 Recognition of <FH> was wrong.
12387 Highlight `gem' in s///gem as a keyword. `qr' recognized.
12388 Knows that split// is null-RE.
12389 Highlights separators in 3-parts expressions as labels.
12390 <> was considered as a glob.
12391 Would err if the last line is `=head1'.
12392 $a-1 ? foo : bar; was a considered a regexp.
12393 `<< (' was considered a start of HERE-doc.
12394 mark qq[]-etc sections as syntax-type=string
12395 Was not processing sub protos after a comment ine.
12396 Was treating $a++ <= 5 as a glob.
12397 Tolerate unfinished REx at end-of-buffer.
12398 `unwind-protect' was left commented.
12399 / and ? after : start a REx.
12401 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
12402 Better default, customizes to `message' too, off in text-mode.
12404 (cperl-array-face): Renamed from `font-lock-emphasized-face',
12406 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
12408 (cperl-emacs-can-parse): New state variable.
12409 (cperl-indent-line): Corrected to use global state.
12410 (cperl-calculate-indent): Likewise.
12411 (cperl-fix-line-spacing): Likewise (not used yet).
12412 (cperl-calculate-indent): Did not consider `,' as
12413 continuation mark for statements.
12414 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
12415 Remove another parse-data optimization at toplevel: would
12417 Correct for labels when calculating indentation of continuations.
12419 (cperl-choose-color): Converted to a function (to be
12420 compilable in text-mode).
12421 (cperl-dark-background): Disable without window-system.
12422 Do `defface' only if window-system.
12423 (cperl-fix-line-spacing): Sped up to bail out early.
12424 (x-color-defined-p): Was not compiling on XEmacs
12425 Was defmacro'ed with a tick. Remove another def.
12426 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
12427 (cperl-unwind-to-safe): New function.
12428 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
12429 (cperl-fontify-syntaxically): Unwinds start and end to go out of
12430 long strings (not very successful).
12431 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
12432 Highlight the starting // in s//foo/ as function-name.
12433 Emit a meaningful error instead of a cryptic one for an
12434 uncomplete REx near end-of-buffer.
12436 (cperl-electric-keyword): `qr' recognized.
12437 (cperl-electric-else): Likewise
12438 (cperl-to-comment-or-eol): Likewise
12439 (cperl-make-regexp-x): Likewise
12440 (cperl-init-faces): Likewise, and `lock' (as overridable?).
12441 Corrected to use new macros;
12442 `if' for copying `reference-face' to `constant-face' was backward.
12443 remove init `font-lock-other-emphasized-face',
12444 `font-lock-emphasized-face', `font-lock-keyword-face'.
12445 Interpolate `cperl-invalid-face'.
12446 (cperl-make-regexp-x): Misprint in a message.
12447 (cperl-syntaxify-unwind): New configuration variable
12448 (cperl-fontify-m-as-s): New configuration variable
12449 (cperl-electric-pod): Check for after-expr was performed
12451 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
12452 (cperl-clobber-mode-lists): New configuration variable.
12453 (cperl-not-bad-style-regexp): Updated.
12454 Init: `cperl-is-face' was busted.
12455 (cperl-make-face): New macros.
12456 (cperl-force-face): New macros.
12457 (font-lock-other-type-face): Done via `defface' too.
12458 (cperl-nonoverridable-face): New face. Renamed from
12459 `font-lock-other-type-face'.
12460 (cperl-init-faces-weak): Use `cperl-force-face'.
12461 (cperl-comment-indent): Commenting __END__ was not working.
12462 (cperl-indent-for-comment): Likewise.
12463 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
12464 When removing old TAGS info was not relativizing filename.
12465 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
12466 Another try to work around XEmacs problems. Better progress messages.
12467 (toplevel): Require custom unprotected => failure on 19.28.
12468 (cperl-xemacs-p): Defined when compile too
12469 (cperl-find-tags): Was writing line/pos in a wrong order,
12470 pos off by 1 and not at beg-of-line.
12471 (cperl-etags-snarf-tag): New macro
12472 (cperl-etags-goto-tag-location): New macro
12473 (cperl-version): New variable. New menu entry
12474 random docstrings: References to "future" 20.3 removed.
12475 Menu was described as `CPerl' instead of `Perl'
12476 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
12477 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
12478 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
12479 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
12480 `font-lock-reference-face', `font-lock-keyword-face'.
12481 Use `eval-after-load'.
12482 Remove not-CPerl-related faces.
12483 (cperl-tips-faces): New variable and an entry into Mini-docs.
12484 (cperl-indent-exp): Was not processing else-blocks.
12485 (cperl-get-state): NOP line removed.
12486 (cperl-ps-print): New function and menu entry.
12487 (cperl-ps-print-face-properties): New configuration variable.
12488 (cperl-invalid-face): New configuration variable.
12489 (perl-font-lock-keywords): Highlight trailing whitespace
12490 (cperl-contract-levels): Documentation corrected.
12491 (cperl-contract-level): Likewise.
12492 (cperl-ps-extend-face-list): New macro.
12493 (cperl-invalid-face): Change to ''underline.
12495 1998-12-25 Markus Rost <rost@delysid.gnu.org>
12497 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
12498 for read-file-name.
12499 (rmail-output-to-rmail-file): Likewise.
12501 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
12503 * emacs-lisp/easymenu.el (easy-menu-get-map):
12504 If MENU is nil, use global menu-bar map.
12505 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
12506 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
12508 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12510 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
12512 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12514 * ps-print.el (ps-print-version): New version number (4.1.3).
12516 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
12518 * international/mule-cmds.el: Use make-sparse-keymap instead of
12519 define-prefix-key when defining MULE menu items.
12521 * info.el (Info-node-at-bob-matching): New function.
12522 (Info-find-node, Info-build-node-completions): Call it.
12524 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
12526 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
12527 when this is an autoloaded keymap.
12529 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12531 * international/codepage.el (cp-coding-system-for-codepage-1):
12532 Create separate encoders and decoders, for DOS and Unix. Make the
12533 usual family of 3 coding systems, so that automatic detection of
12535 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
12536 Unix-specific symbols here, and don't call
12537 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
12538 Handa <handa@etl.go.jp>.)
12540 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
12542 * term/internal.el (IT-character-translations): New variable, an
12543 alist used to display characters for which there's no glyphs in
12544 the current codepage.
12545 (IT-display-table-setup): New function, sets up the DOS terminal
12546 for a given codepage.
12547 (dos-codepage-setup): New function, sets up the MULE environment
12548 for the current value of dos-codepage.
12549 (top-level if): In the multibyte mode, turn on
12550 unibyte-display-via-language-environment. In the unibyte mode,
12551 set up the special syntax tables to map lower- to upper case and
12554 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
12556 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
12557 (speedbar-frame-plist) Remove useless comments.
12558 (speedbar-frame-mode) Do not specify height if it is in the param list.
12559 Use default y position w/out changing it.
12560 If default x position is a list, keep, calculate the non-list X
12561 value when devining an initial position.
12562 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
12563 (speedbar-tag-group-name-minimum-length): New variable.
12564 (speedbar-frame-parameter): New compatibility function.
12565 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
12566 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
12567 groups to keep things in the right order, and to help with some
12568 naming conventions.
12569 (speedbar-create-tag-hierarchy): Enable buffer local version of
12570 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
12571 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
12572 the case, derive it from the cursor location in speedbar.
12574 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
12576 * international/mule-cmds.el (set-language-environment): On MS-DOS
12577 terminals, install DOS-specific nonascii-translation-table if the
12578 language info doesn't specify one. Pass the default eol-type to
12579 set-language-environment-coding-systems.
12580 (set-default-coding-systems): Copy the eol-type property for the
12581 new default values of {buffer-file,process}-coding-system from the
12583 (set-language-environment-coding-systems): Accept an optional
12584 argument EOL-TYPE, and set the eol-type property of the default
12585 coding systems accordingly.
12586 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
12587 (set-keyboard-coding-system): Likewise.
12588 (set-default-coding-systems): Don't set
12589 default-terminal-coding-system on MS-DOS to anything but nil.
12590 (prefer-coding-system): Describe in the doc string that
12591 default-terminal-coding-system is not changed on MS-DOS.
12592 (set-language-environment): For MS-DOS, set standard syntax table
12593 and display table for all characters with code above 127.
12594 (standard-display-european-internal): For MS-DOS, pass all
12595 characters with code above 127 directly to the terminal, and don't
12596 remap characters 160 and 146 in the unibyte case.
12598 * international/codepage.el: New file.
12600 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12602 * diary-lib.el (diary-float): Fix end-of-year error and typos in
12605 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
12607 * map-ynp.el (map-y-or-n-p): Ignore input methods.
12609 * subr.el (read-passwd): Likewise.
12611 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
12613 * info.el (Info-find-node): Add 1 to the position read from the
12614 tag table. Don't fail if the node delimiter ^_ is the first
12615 character in the file.
12616 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
12617 first character in the file.
12618 (Info-read-subfile): Likewise.
12619 (Info-select-node): Likewise.
12620 (Info-build-node-completions): Likewise.
12622 1998-12-16 Richard Stallman <rms@gnu.org>
12624 * term/x-win.el (x-cut-buffer-or-selection-value):
12625 If clipboard is enabled, try it before PRIMARY selection.
12627 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12629 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
12630 insert c-cedilla and C-cedilla respectively, like in latin-1.
12632 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
12634 * language/hebrew.el: Don't use sublists in the flags argument
12635 passed to make-coding-system.
12637 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12639 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
12640 list of character sets found by find-charset-region.
12642 * ps-mule.el: Always require ps-print. Move some function
12643 definitions for Emacs 20.2 and the earlier to ps-print.el.
12644 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
12646 * ps-print.el: Define several functions for Emacs 20.2 and the
12648 (ps-printer-name): Check if printer-name is bound.
12650 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12652 * ps-mule.el: Programming uniformization and little code improvement.
12653 (ps-mule-prepare-font): Programming uniformization.
12654 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
12655 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
12657 * ps-bdf.el: Programming uniformization and little code improvement.
12658 (bdf-search-and-read): New fun.
12659 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
12660 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
12661 (bdf-info-relative-compose, bdf-info-baseline-offset)
12662 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
12663 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
12664 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
12665 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
12668 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12670 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
12671 and mule related code extraction. Autoload ps-mule funs.
12673 * ps-mule.el: Doc fix. Require ps-print only when compiled.
12674 (ps-mule-prologue-generated): New fun.
12675 (ps-mule-plot-string): Add autoload cookie.
12676 (ps-mule-begin-job): Call ps-mule-prologue-generated.
12678 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12680 * ps-bdf.el: Require ps-mule instead of ps-print.
12681 (bdf-directory-list): Add autoload cookie.
12683 * ps-mule.el: New file. Mule related code extracted from
12684 ps-print.el. Require ps-print, provide ps-mule.
12685 (ps-multibyte-buffer): Add autoload cookie.
12686 (ps-mule-prepare-ascii-font): New fun.
12687 (ps-mule-set-ascii-font): New fun.
12688 (ps-mule-skip-same-charset): Fun deleted.
12689 (ps-mule-plot-string): Set ps-mule-current-charset.
12690 (ps-mule-initialize): Add autload cookie. Don't set
12691 ps-mule-font-info-database here.
12692 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
12693 ps-mule-font-info-database and ps-control-or-escape-regexp.
12694 (ps-mule-begin-page): New fun.
12696 * ps-print.el: Mule related code moved to ps-mule.el.
12697 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
12698 check ps-mule-charset-list.
12699 (ps-begin-page): Don't set ps-mule-current-charset, instead call
12700 ps-mule-begin-page.
12701 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
12702 (ps-plot-region): Don't set ps-mule-current-charset, instead call
12703 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
12704 instead skip same charsets by itself.
12705 (ps-generate): Call ps-mule-initialize of needs-begin-file is
12706 non-nil. Call ps-mule-begin-job.
12708 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12710 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
12713 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
12714 (ps-mule-external-libraries): New element FEATURE.
12715 (ps-mule-init-external-library): Ajusted for the above change.
12716 (ps-mule-generate-font): Likewise.
12717 (ps-mule-generate-glyphs): Likewise.
12718 (ps-mule-prepare-font): Likewise.
12719 (ps-mule-initialize): Likewise.
12720 (ps-begin-file): Superfluous tailing parenthesis deleted.
12722 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12724 * international/fontset.el (x-decompose-font-name): If PATTERN
12725 doesn't have any wild cards, return a vector made from a name that
12726 is found by x-resolve-font-name found. Comments added.
12728 * international/mule-cmds.el (find-coding-systems-for-charsets):
12729 Handle the case of unknown charset.
12730 (find-multibyte-characters): If invalid multibyte characters are
12731 found, return the corresponding strings instead of character
12733 (find-multibyte-characters): Adjusted for the above change.
12734 (select-safe-coding-system): For a unibyte buffer, always returns
12735 DEFAULT-CODING-SYSTEM.
12736 (get-charset-property): Fix previous change. Make it a function.
12737 (put-charset-property): Make it a function.
12739 * international/mule.el (make-coding-system): Set mime-charset
12740 property of *-with-esc coding system to nil.
12742 * international/quail.el (quail-point-in-conversion-region): New
12744 (quail-conversion-backward-delete-char): When a key sequence is
12745 being translated, call quail-delete-last-char.
12747 * language/devan-util.el
12748 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
12749 handle devanagari-decomposition-rules.
12751 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
12753 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
12754 tex-start-options-string to empty string.
12755 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
12757 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
12759 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
12760 5xx responses are already handled properly).
12762 1998-12-13 Richard Stallman <rms@gnu.org>
12764 * progmodes/compile.el (compilation-error-regexp-alist): Insist
12765 on a non-digit in the file name.
12767 * simple.el (comment-region): Handle comment-padding
12768 separately for insertion and for deletion, in the right way for each.
12770 1998-12-13 Felix Lee <flee@cygnus.com>
12772 * progmodes/compile.el (compilation-error-regexp-alist): Fix
12773 regexp to match "ChangeLog:1:1998-12-09 ..."
12775 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
12777 * cus-start.el (dos-unsupported-char-glyph): Add.
12779 1998-12-11 Dave Love <fx@gnu.org>
12781 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
12782 forward-sexp in condition-case.
12784 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12785 Remove unnecessary test on `library' for explicit file name.
12786 Widen scope of save-match-data.
12788 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
12790 * international/mule.el (load-with-code-conversion): If the loaded
12791 file was inserted with no-conversion or raw-text coding system,
12792 make the buffer unibyte.
12794 1998-12-09 Richard Stallman <rms@gnu.org>
12796 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12797 Get rid of nested loops.
12799 * mouse.el (mouse-drag-vertical-line):
12800 If WHICH-SIDE is not `right', then scroll bars are on the left.
12802 * loadhist.el (load-history-loaded): defvar moved to help.el.
12804 * help.el (symbol-file-load-history-loaded): Variable renamed,
12805 and defvar moved from loadhist.el.
12806 (symbol-file): Renamed from describe-function-find-file.
12807 Load fns-VERSION.el here.
12808 (describe-variable, describe-function-1): Use symbol-file.
12810 * textmodes/tex-mode.el (tex-generate-zap-file-name):
12811 Don't start the name with #.
12813 * ispell.el: Take out the eval-when's.
12815 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
12817 * dirtrack.el (dirtrack-directory-change-hook): New hook.
12818 (dirtrack): Run it. Make debug message more verbose.
12820 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12822 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
12823 name of the abbrev table, and provide support for XEmacs.
12824 (octave-xemacs-p): New variable.
12826 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12828 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
12829 exit, when mail-interactive is nil.
12831 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
12833 * files.el (after-find-file): Message fix.
12835 1998-12-09 Ken Stevens <stevens@kdstevens.com>
12837 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
12839 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
12841 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
12842 filenames using backslashes.
12844 1998-12-09 Dave Love <fx@gnu.org>
12846 * browse-url.el (browse-url-mail): Call compose-mail-other-window
12847 with correct number of args.
12848 (browse-url-maybe-new-window): New arg. Callers changed.
12850 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
12853 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
12855 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
12857 1998-12-08 Markus Rost <rost@delysid.gnu.org>
12859 * vc.el (vc-rcs-release): Fix Type.
12860 (vc-sccs-release): Fix Type.
12861 (vc-cvs-release): Fix Type.
12863 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
12866 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
12867 output of last undeleted message.
12869 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
12871 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12872 (buffer-undo-list) [windows-nt]: Use different relative path.
12874 1998-12-07 Simon Marshall <simon@gnu.org>
12876 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
12878 1998-12-05 Markus Rost <rost@delysid.gnu.org>
12880 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
12882 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
12884 1998-12-04 Markus Rost <rost@delysid.gnu.org>
12886 * info.el (Info-menu): Don't return error if point is between menu
12887 header and first menu item.
12889 1998-12-04 Dave Love <fx@gnu.org>
12891 * help.el (describe-function-1): Fix description for alias.
12893 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
12895 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
12896 specifications from summary line.
12898 * rect.el (delete-whitespace-rectangle): Mark for autoload.
12899 (close-rectangle): Define alias only once in loaddefs.el.
12901 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
12903 * term/internal.el: Remove code which sets up a special syntax
12904 table for non-ASCII characters.
12906 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
12908 * dos-w32.el (direct-print-region-function): Try to ensure that
12909 printer-name is expanded to a file name on a local drive;
12910 sometimes printing a file loaded from a network volume fails.
12911 (direct-print-region-function): Add a function to
12912 write-region-annotate-functions to append a formfeed character to
12913 the region being printed, if the region doesn't end with a
12914 formfeed already. This avoids creating a second print job
12915 containing a blank page when print spooling is enabled on Windows.
12917 1998-12-02 Dave Love <fx@gnu.org>
12919 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
12922 1998-12-02 Richard Stallman <rms@gnu.org>
12924 * help.el (temp-buffer-resize-mode): Doc fix.
12926 * cus-edit.el (custom-save-delete): Save point before
12927 reading a sexp, rather than backing up.
12929 * international/iso-transl.el: Fix previous change.
12931 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
12933 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
12934 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
12935 Added defvars to suppress compilation warnings.
12937 1998-11-30 Ken Stevens <k.stevens@ieee.org>
12939 * ispell.el: Improved and fixed customize for variables:
12940 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
12941 ispell-dictionary-alist, ispell-skip-sgml.
12942 Improved and fixed comments in variables and messages for
12943 functions: ispell-help-in-bufferp, ispell-local-dictionary,
12944 ispell-menu-map, ispell-checking-message, ispell-parser,
12945 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
12946 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
12947 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
12948 ispell-message-text-end, ispell-add-per-file-word-list.
12949 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
12950 system is now required for all languages. Casechars improved for
12951 castellano, castellano8, and norsk dictionaries. Dictionary
12952 norsk7-tex added. Dictionary polish added.
12953 (ispell-dictionary-alist): Redefined at load-time to support
12954 dictionary changes.
12955 (ispell-menu-map): Redefined at load-time to support menu changes.
12956 (ispell-check-version): New alias for `check-ispell-version'.
12957 (ispell-parse-output): Fixed matching for ispell error messages.
12958 Correctly returns spelling suggestions in order generated by ispell
12960 (check-ispell-version): Ensure `case-fold-search' doesn't get
12962 (ispell-complete-word): Ensure `case-fold-search' doesn't get
12963 redefined. Fix bug that didn't respect case of word being completed.
12964 (ispell-init-process): Set process coding system to be compatible
12965 with emacs processes and the ispell process.
12966 (ispell-kill-ispell): Ensures ispell process has terminated before
12967 starting new process. This can otherwise confuse process filters
12968 and hang the ispell process.
12969 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
12970 skipping support for sgml.
12971 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
12972 which could cause `ispell-complete-word' to hang.
12973 (ispell-message): Improved message reference matching. Ensure
12974 `case-fold-search' doesn't get redefined.
12975 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
12976 get redefined. Fixed bug in returning to nroff mode from tex mode.
12977 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
12980 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
12982 * textmodes/flyspell.el (flyspell-check-word-p):
12983 Don't delay inside a kbd macro.
12985 * subr.el (make-local-hook): Return the hook variable.
12987 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12989 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
12990 Use a timer instead of post-command-hook.
12991 (hscroll-timer): New variable.
12993 1998-11-30 Dave Love <fx@gnu.org>
12995 * help.el (help-xref-button): Do nothing if text already has the
12996 help-xref property.
12997 (describe-variable): Revert previous change to hyperlink to source.
12999 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
13001 * bindings.el (features): Add `base64' to this list.
13003 * loadhist.el (symbol-file): Doc fix.
13005 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
13007 * files.el (hack-one-local-variable): Cope with non-file buffers.
13009 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
13011 * help.el (describe-mode): Put major mode first.
13013 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
13014 to support special-display and same-window features.
13016 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
13018 * simple.el (transpose-subr, transpose-subr-1): Rename variables
13019 bound in one function and used in the other.
13020 (transpose-subr-start1, transpose-subr-start2): Add defvars.
13021 (transpose-subr-end1, transpose-subr-end2): Add defvars.
13023 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
13025 * autoinsert.el (auto-insert-alist): Use user-mail-address.
13027 1998-11-26 Kenichi Handa <handa@etl.go.jp>
13029 * international/ccl.el (ccl-dump-translate-character-const-tbl):
13030 Give format correct control string.
13032 * international/mule.el (define-translation-table): Fix bug of
13033 setting incorrect translation-table-id. If the first element of
13034 ARGS is a translation table, just register it.
13036 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
13039 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
13041 * thingatpt.el (thing-at-point-url-at-point): Don't use current
13042 syntax table to determine what is whitespace.
13044 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
13046 * frame.el (frame-parameter): Doc fix.
13048 * textmodes/tex-mode.el (tex-feed-input): New function.
13049 (tex-define-common-keys): Add binding for C-c C-m.
13051 1998-11-23 Dave Love <fx@gnu.org>
13053 * progmodes/fortran.el: Various minor doc fixes.
13054 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
13055 (fortran-with-subprogram-narrowing): New macro.
13056 (fortran-check-for-matching-do): Use it.
13057 (fortran-end-do): Use fortran-check-end-prog-re.
13058 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
13059 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
13061 1998-11-23 Simon Marshall <simon@gnu.org>
13063 * font-lock.el (font-lock-defaults): Doc fix.
13064 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
13065 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
13067 * lazy-lock.el (lazy-lock-unstall):
13068 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
13070 * fast-lock.el (fast-lock-save-cache-1):
13071 (fast-lock-cache-data): Rewritten to use with-temp-message.
13073 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
13075 * mail/rmail.el (rmail-set-message-counters-counter): Detect
13076 messages that have been added with DOS line endings and convert
13077 the line endings for such messages.
13079 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
13081 * help.el: Add resizing of temporary buffers.
13082 (temp-buffer-resize-mode): New command and variable.
13083 (temp-buffer-max-height): New variable.
13084 (resize-temp-buffer-window): New function.
13086 * window.el (window-buffer-height): New function, split from
13087 shrink-window-if-larger-than-buffer.
13088 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
13090 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
13092 * frame.el (initial-frame-alist): Add defcustom.
13094 * shell.el (shell-prompt-pattern): Add defcustom.
13096 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13098 * message.el (message-ignored-supersedes-headers): Remove
13101 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
13103 * help.el (describe-mode): Don't avoid loop indirecting thru
13104 value of INDICATOR.
13106 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
13108 * help.el (describe-variable): Allow any variable with a defcustom,
13109 even if it is not a user variable.
13111 * mail/rmail.el (mail-unsent-separator): Additional alternative.
13113 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
13115 * gnus/nntp.el (nntp-request-group): Allow for failures when
13116 requesting a new group.
13118 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
13120 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
13122 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13124 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
13126 1998-11-19 Simon Marshall <simon@gnu.org>
13128 * subr.el (with-temp-message): New macro.
13130 * emacs-lisp/lisp-mode.el (with-temp-message):
13131 Add lisp-indent-function property.
13133 1998-11-18 Dave Love <fx@gnu.org>
13135 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
13137 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
13139 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
13140 This is not obsolete.
13142 1998-11-18 Kenichi Handa <handa@etl.go.jp>
13144 * textmodes/picture.el: Make a new map by make-keymap.
13145 (picture-desired-column): New variable.
13146 (picture-update-desired-column): New function.
13147 (picture-beginning-of-line): Set picture-desired-column to 0.
13148 (picture-end-of-line): Set picture-desired-column to the current
13150 (picture-forward-column): Pay attention to multi-column character.
13151 (picture-backward-column): Likewise.
13152 (picture-move-down): Likewise.
13153 (picture-move-up): Likewise.
13154 (picture-movement-nw): With prefix arg, move twice columns.
13155 (picture-movement-ne): Likewise.
13156 (picture-movement-sw): Likewise.
13157 (picture-movement-se): Likewise.
13158 (picture-set-motion): Handle two-column movements.
13159 (picture-move): Call picture-move-down or picture-forward-column
13160 only when necessary.
13161 (picture-insert): Pay attention to picture-desired-column.
13162 (picture-self-insert): Likewise.
13163 (picture-clear-column): Pay attention to multi-column character.
13164 (picture-mode): Modify doc-string for two-column movement.
13166 * rect.el (move-to-column-force): New function.
13167 (operate-on-rectangle): If coerce-tabs is non-nil, call
13168 move-to-column-force instead of move-to-column.
13169 (insert-rectangle): Call move-to-column-force instead of
13171 (open-rectangle-line): If begextra is not zero, call
13172 move-to-column-force.
13175 1998-11-16 Dave Love <fx@gnu.org>
13177 * textmodes/sgml-mode.el Require skeleton when compiling.
13178 (sgml-font-lock-keywords-1): Accept single-letter tags.
13179 (v2): Defvar free variable.
13181 1998-11-16 Sam Steingold <sds@goems.com>
13183 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
13184 macro, not ELisp one.
13186 1998-11-16 Kenichi Handa <handa@etl.go.jp>
13188 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
13189 characters to symbol.
13191 * language/japan-util.el (japanese-zenkaku-region): New optional
13194 1998-11-16 Kenichi Handa <handa@etl.go.jp>
13196 * international/mule.el
13197 (after-insert-file-set-buffer-file-coding-system): If the buffer
13198 is changed to unibyte, return inserted bytes.
13200 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
13201 and link names if necessary.
13202 (tar-header-block-summarize): Handle the case that file or link
13203 names are multibyte.
13204 (tar-summarize-buffer): At first set the current buffer unibyte,
13205 then if there are multibyte file names, change it to multibyte.
13206 (tar-mode): Get char position from tar-header-offset.
13207 (tar-extract): Avoid multibyte<->unibyte conversion in
13208 insert-buffer-subsring by setting both buffers unibyte
13210 (tar-copy): Set the buffer unibyte while doing a work. Write
13211 without code conversion.
13212 (tar-expunge): Set the buffer unibyte while doing a work.
13213 (tar-alter-one-field): Likewise.
13214 (tar-clear-modification-flags): Compare byte position with
13216 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
13217 insert-buffer-subsring by setting both buffers unibyte
13218 temporarily. Pay attention to multibyteness while updating the
13220 (tar-mode-write-file): Write without code conversion.
13222 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13224 * nngateway.el: Require cl.
13226 1998-11-15 Dave Love <fx@gnu.org>
13228 * progmodes/fortran.el: Fix previous change:
13229 (fortran-end-prog-re1): Changed.
13230 (fortran-check-end-prog-re): New function.
13231 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
13233 1998-11-13 Tom Breton <tob@world.std.com>
13235 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
13238 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
13240 * textmodes/reftex.el: (reftex-finding-files): Group documentation
13242 (reftex-toc-toggle-file-boundary,
13243 reftex-toc-toggle-labels,
13244 reftex-toc-toggle-context,reftex-find-start-point): New functions.
13245 (reftex-toc-include-labels, reftex-toc-include-context,
13246 reftex-toc-include-file-boundaries,
13247 reftex-toc-keep-other-windows): New options.
13248 (reftex-use-text-after-label-as-context): Option removed.
13249 (reftex-extract-bib-entries): Protect use in non-latex
13251 (reftex-toc-visit-location): Renamed from
13252 `reftex-toc-visit-line'.
13253 (reftex-latin1-to-ascii): Works now with and without Mule.
13254 (reftex-truncate): Removed special stuff for Emacs 20.2.
13255 (reftex-get-offset): Made more general.
13256 (reftex-show-label-location): Renamed from
13257 `reftex-select-label-callback'.
13258 (reftex-pop-to-label): Function removed (using
13259 `reftex-show-label-location' instead.
13260 (reftex-insert-docstruct): Renamed from
13261 `reftex-make-and-insert-label-list'. Function args changed.
13262 (reftex-toc): Now uses `reftex-insert-docstruct' and
13263 `reftex-find-start-point'.
13264 (reftex-select-item): Use `reftex-find-start-point'.
13265 (reftex-toc-visit-line): Can display labels and file
13267 (reftex-TeX-master-file): `(TeX-master-file)' protected.
13269 1998-11-12 Sam Steingold <sds@goems.com>
13271 * browse-url.el (browse-url): Handle the case when
13272 `browse-url-browser-function' is a lambda list.
13274 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
13276 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
13278 * loadhist.el (symbol-file): Likewise
13280 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
13282 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
13284 1998-11-11 Sam Steingold <sds@goems.com>
13286 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
13287 `run-lisp' instead of signalling an error.
13289 1998-11-11 Karl Heuer <kwzh@gnu.org>
13291 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
13293 1998-11-11 Richard Stallman <rms@gnu.org>
13295 * vc-hooks.el (vc-toggle-read-only): Doc fix.
13297 1998-11-11 Per Starback <starback@update.uu.se>
13299 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
13300 renamed svenska8 to svenska, and fixed and extended CASECHARS
13303 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
13305 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
13306 handling if setpagedevice is not available.
13307 (ps-begin-file): Fix typo.
13309 1998-11-11 Kenichi Handa <handa@etl.go.jp>
13311 * international/mule-util.el (compose-chars-component): Signal
13312 error if CH is a rule-based composition character.
13313 (compose-chars): Signal error if an already compsed character is
13314 going to be composed by rule-base.
13316 * term/x-win.el: If a resolved ASCII font name doesn't conform to
13317 full XLFD, don't try to get information of WEIGHT and SLANT from
13320 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
13322 * dos-w32.el (set-default-process-coding-system): Use function on
13323 before-init-hook to set default-process-coding-system based on
13324 enable-multibyte-characters.
13326 * term/w32-win.el ([language-change]): For now ignore
13327 keyboard language-change events.
13329 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
13331 * ediff-util.el (ediff-make-temp-file): Run the prefix through
13332 convert-standard-file-name, but leave the results of
13333 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
13334 characters if the original name already exists, or has a special
13337 1998-11-10 Karl Heuer <kwzh@gnu.org>
13339 * international/iso-insert.el: Delete autoload cookies.
13341 * international/iso-transl.el: Add autoload cookies.
13343 1998-11-10 Richard Stallman <rms@gnu.org>
13345 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
13346 (ispell-process-line): Don't treat multibyte
13348 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
13350 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
13351 setpagedevice to specify the page size if setpagedevice is
13352 available. This is necessary to select the correct paper tray on
13353 Level 2 printers with multiple paper sizes available.
13355 (ps-begin-file): Cope with font names that contain spaces, and
13356 call BeginDoc in a BeginSetup/EndSetup block.
13358 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
13360 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
13361 convert-standard-filename.
13363 * loadhist.el (symbol-file): Run fns-VERSION.el through
13364 convert-standard-filename.
13366 1998-11-06 Richard Stallman <rms@gnu.org>
13368 * textmodes/texinfmt.el (texinfo-format-scan):
13369 Detect the case of two @-commands in a row; process just the first.
13370 (texinfo-append-refill): If line has a @c, insert the @refill
13372 (texinfo-format-refill): Return with point where the @refill was.
13374 * files.el (hack-local-variables): Test local-enable-local-variables.
13375 (hack-local-variables-prop-line): Likewise.
13376 (set-auto-mode): Don't test local-enable-local-variables here.
13377 (enable-local-variables): Doc fix.
13378 (local-enable-local-variables): Doc fix.
13379 (normal-mode): Doc fix.
13381 1998-11-06 Karl Heuer <kwzh@gnu.org>
13383 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
13385 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
13387 * simple.el (line-number-mode): Doc fix.
13389 1998-11-06 Kenichi Handa <handa@etl.go.jp>
13391 * international/fontset.el (create-fontset-from-fontset-spec):
13392 Give correct arg to `error'.
13394 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
13396 * textmodes/sgml-mode.el (html-mode): Doc fix.
13397 (sgml-name-8bit-mode): Fix missing format character in message string.
13399 1998-11-05 Karl Heuer <kwzh@gnu.org>
13401 * mail/sendmail.el (sendmail-send-it): Check for failure.
13403 1998-11-05 Richard Stallman <rms@gnu.org>
13405 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
13407 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
13408 (close-rectangle): Define as alias.
13410 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
13412 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
13414 1998-11-05 Dave Love <fx@gnu.org>
13416 * help.el (describe-variable): Don't quote link to source.
13418 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
13420 * gud.el (gud-common-init): Use pop-to-buffer.
13421 (same-window-regexps): Add an element that matches all gud buffers.
13423 1998-11-04 Jason Rumney <jasonr@altavista.net>
13425 * term/w32-win.el (x-get-selection-value): Alias to
13426 x-cut-buffer-or-selection-value.
13427 (w32-standard-fontset-spec): New variable.
13428 (w32-create-initial-fontsets, mouse-set-font): Check whether
13429 new-fontset is available.
13430 (w32-use-w32-font-dialog): Enable use of set-variable.
13432 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13434 * vc.el (with-vc-file, edit-vc-file): New macros.
13436 1998-11-04 Kenichi Handa <handa@etl.go.jp>
13438 * international/quail.el (quail-show-guidance-buf): Call
13439 set-minibuffer-window to set minibuffer window of the current
13442 1998-11-03 Theodore Jump <tjump@tertius.com>
13444 * term/w32-win.el: Require fontset.
13446 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
13448 * faces.el (set-face-font): Call resolve-fontset-name on w32.
13449 (set-face-font-auto): Ditto.
13451 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
13453 * mouse.el (mouse-drag-region): Fix typo.
13455 1998-11-02 Dave Love <fx@gnu.org>
13457 * progmodes/fortran.el Fix for fontification of strings lost somehow:
13458 (fortran-fontify-string): New function.
13459 (fortran-font-lock-keywords-1): Use it.
13461 1998-11-02 Markus Rost <rost@delysid.gnu.org>
13463 * comint.el (comint-file-name-quote-list): Doc fix.
13465 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
13467 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
13468 build directory, not source directory.
13470 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
13471 if we did not get one for the final move.
13473 1998-11-01 Dave Love <fx@gnu.org>
13475 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
13476 Don't funcall browse-url-browser-function.
13478 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
13479 Don't funcall browse-url-browser-function.
13481 * fortran.el (fortran-end-prog-re1): Fix the regexp.
13483 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
13485 * files.el (revert-buffer): Doc fix.
13487 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
13489 * textmodes/tex-mode.el (tex-start-options-string):
13490 Quote the backslashes with more backslashes.
13492 1998-10-31 Dave Love <fx@gnu.org>
13494 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
13495 (webjump): Don't funcall browse-url-browser-function.
13497 1998-10-30 Kenichi Handa <handa@etl.go.jp>
13499 * international/quail.el (quail-start-translation): Handle
13500 switching of the frame in read-key-sequence.
13501 (quail-start-conversion): Likewise.
13502 (quail-show-guidance-buf): Detach quail-guidance-buf from any
13503 windows before setting an appropriate window for it.
13504 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
13505 quail-guidance-win to nil.
13506 (quail-update-guidance): If quail-guidance-buf is not in the
13507 selected frame, call quail-show-guidance-buf again.
13509 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
13511 * progmodes/pascal.el (pascal-mode):
13512 `blink-matching-paren-dont-ignore-comments' set to t.
13514 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13516 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
13518 1998-10-30 Dave Love <fx@gnu.org>
13520 * vc.el (vc-backend-merge-news): Check for "P" output.
13522 * help.el (describe-variable): Hyperlink the definition.
13524 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
13526 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
13527 (sh-set-shell): Likewise.
13529 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
13531 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
13532 (edebug-on-error): Fix customize type to match that of
13535 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
13537 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
13538 report-emacs-bug-address instead of undefined bug-gnu-emacs.
13540 * international/mule-cmds.el (select-message-coding-system): Doc
13543 * international/mule-diag.el (describe-coding-system): Describe
13546 * mail/sendmail.el (sendmail-coding-system,
13547 default-sendmail-coding-system): Doc fix.
13549 * simple.el (shell-command-on-region): Doc fix.
13551 * loadup.el: Write fns-*.el in current directory instead of
13552 data-directory since no installation directory exists yet. Mark
13553 buffer unmodified afterwards.
13555 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
13556 instead of data-directory since it is architecture dependent.
13557 (load-history-loaded): Update doc string.
13559 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
13561 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
13562 path as a default directory when canonicalizing names.
13564 * w32-fns.el: Remove a dangling reference to a directory on the
13567 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
13569 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
13570 namespace related keywords such as `class', `body', `private',
13571 `variable', `namespace eval', etc.
13572 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
13573 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
13574 imenu and font-lock so that searches for \sw would find words
13577 * progmodes/etags.el (initialize-new-tags-table):
13578 Do not alter find-tag-marker-ring and tags-location-ring.
13580 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
13582 * term/w32-win.el: Require fontset.
13583 (w32-init-fontsets): New function (code from x-win.el).
13585 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13587 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
13588 calendar-and-diary-frame-parameters): Add title parameter.
13590 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
13592 * completion.el (dynamic-completion-mode): New function to enable
13593 the mode. (Just loading the file now does not change anything.)
13595 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13597 * ps-print.el: User option for multibyte buffer handling and doc fix.
13598 (ps-multibyte-buffer): New user option.
13599 (ps-setup): Print new user option.
13600 (ps-print-quote): New fun.
13601 (ps-color-p, ps-mule-font-info-database-latin): New var.
13602 (ps-default-color, ps-mule-font-info-database)
13603 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
13604 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
13605 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
13606 Little code improvement.
13607 (ps-mule-initialize): Initialize ps-mule-font-info-database.
13608 (ps-print-prologue-header, ps-font-family, ps-font-size)
13609 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
13610 (ps-build-face-reference, ps-mule-font-info-database-bdf)
13611 (ps-mule-external-libraries, ps-mule-init-external-library)
13612 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
13614 (ps-print-version): New version number (4.1.1) and doc fix.
13615 (ps-print-prologue-header): New user option.
13616 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
13617 Conditional compilation for GNU Emacs and emacsens.
13618 (ps-generate-postscript-with-faces): Skip invisible text better.
13619 (ps-setup): Print new user option.
13620 (ps-print-preprint): Check if input file name exists and is unwritable.
13621 (ps-begin-file): Adjust PostScript prologue header for duplex printers
13622 and insert user PostScript prologue header comments.
13623 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
13625 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
13626 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
13627 PostScript programming normalization.
13628 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
13629 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
13630 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
13631 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
13632 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
13633 Programming style normalization.
13635 1998-10-26 Kenichi Handa <handa@etl.go.jp>
13637 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13638 version, check the value of mule-version.
13640 * international/mule-util.el (compose-region): Insert then delete
13641 to preserve markers.
13642 (decompose-region): Use search-forward for efficiency.
13644 * language/chinese.el (pre-write-encode-hz): Cancel previous
13645 change, use generate-new-buffer instead of get-buffer-create.
13646 * language/devan-util.el
13647 (in-is13194-devanagari-pre-write-conversion): Likewise.
13648 * language/thai-util.el (thai-pre-write-conversion): Likewise.
13649 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13650 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13652 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
13654 * mail/rmailsum.el (rmail-message-subject-p):
13655 Handle message whose header has not been reformatted.
13657 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
13659 1998-10-25 Jason Rumney <jasonr@altavista.net>
13661 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
13663 (mouse-set-font): Use font menus instead of dialog according to
13664 w32-use-w32-font-dialog.
13666 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13668 * calendar/calendar.el (calendar-day-name-array): Add doc string
13670 (calendar-month-name-array): Add doc string correctly!
13672 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
13674 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
13676 1998-10-21 Markus Rost <rost@delysid.gnu.org>
13678 * lisp/info.el (Info-next-menu-item): Stay on top of node.
13680 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
13682 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
13684 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
13686 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
13688 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
13690 1998-10-21 Karl Heuer <kwzh@gnu.org>
13692 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
13693 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
13694 (profile-filter, profile-reset-timer): Functions deleted.
13695 (profile-check-zero-init-times, profile-get-time): Likewise.
13696 (profile-find-function, profile-quit): Likewise.
13697 (profile-distinct, profile-call-stack, profile-last-time): New vars.
13698 (profile-time-list, profile-init-list): Doc fix.
13699 (profile-functions): Simplify.
13700 (profile-print): Use float. Make output include space separators.
13701 (profile-add-time): New helper function.
13702 (profile-function-prolog): Renamed from profile-start-function.
13703 Handle profile-distinct.
13704 (profile-function-epilog): Renamed from profile-update-function.
13705 Handle profile-distinct.
13706 (profile-a-function): If the function to be profiled is an
13707 autoload form, load it. If it's lazy-loaded, fetch it.
13708 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
13709 (profile-restore-fun): Arg FUN is now a function symbol, as was
13710 documented, rather than a one-element list.
13711 (profile-finish): Call profile-restore-fun properly.
13713 1998-10-21 Kenichi Handa <handa@etl.go.jp>
13715 * international/characters.el: Setup charset property
13716 nospace-between-words.
13718 * international/mule-cmds.el (get-charset-property): If CHARSET is
13719 composition, return nil.
13720 (put-charset-property): If CHARSET is composition, do nothing.
13722 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
13723 * language/devan-util.el
13724 (in-is13194-devanagari-pre-write-conversion): Likewise.
13725 * language/thai-util.el (thai-pre-write-conversion): Likewise.
13726 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13727 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13729 * textmodes/fill.el (sentence-end-without-period): New variable.
13730 (canonically-space-region): Pay attention to
13731 sentence-end-without-period.
13732 (fill-find-break-point): The first argument CHARSET deleted.
13734 (fill-region-as-paragraph): Pay attention to charset property
13735 nospace-between-words and text property nospace-between-words.
13737 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
13739 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
13740 an unrecognized shell.
13742 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13744 * desktop.el (desktop-save): Include minor modes symbolically.
13745 (desktop-create-buffer): Turn on all minor modes in `mim'.
13747 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
13749 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
13750 (sh-font-lock-keywords): Handle rpm and rpm2.
13751 (sh-ancestor-alist): Handle rpm.
13753 * files.el (auto-mode-alist): Recognize .rpm files.
13754 Also .spec and .mspec files.
13756 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
13758 * faces.el (frame-set-background-mode): Enable the function for
13761 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13763 * calendar/calendar.el (calendar-day-name-array): Add doc string.
13764 (calendar-month-name-array): Add doc string.
13766 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
13768 * simple.el (kill-ring-max): Increased to 60.
13770 1998-10-17 Kenichi Handa <handa@etl.go.jp>
13772 * international/characters.el: Setup auto-fill-chars.
13774 * international/kinsoku.el (kinsoku): Check the variable
13777 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
13778 Don't call kinsoku directly, intead call fill-find-break-point.
13780 * textmodes/fill.el: Setup `fill-find-break-point-function'
13781 property to character sets which require `kinsoku' processing for
13783 (fill-find-break-point): New function.
13784 (fill-region-as-paragraph): Don't check kinsoku-enable here.
13785 Don't call kinsoku directly, intead call fill-find-break-point.
13787 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
13789 * faces.el (modify-face-read-string): Return (nil) for "none".
13790 (modify-face): Don't get error if (nil) is the argument.
13791 (face-try-color-list): Don't check whether nil is a valid color.
13793 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
13795 * emacs-lisp/bytecomp.el (byte-recompile-directory):
13796 Print message about each directory, even in batch mode.
13798 * gnus/nntp.el: Require `cl' before using nnoo-declare.
13800 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
13801 (ps-mule-string-char): No need to use sref.
13802 (ps-mule-next-index): No need to use sref.
13804 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
13806 * files.el (revert-buffer-internal-hook): Add defvar.
13808 * arc-mode.el (archive-mode): Locally set file-precious-flag.
13810 * tar-mode.el (tar-mode): Locally set file-precious-flag.
13812 1998-10-16 Markus Rost <rost@delysid.gnu.org>
13814 * international/mule-cmds.el (default-input-method): Fix custom type.
13816 * net-utils.el (whois-server-list): Fix customization type.
13818 * shell.el (shell-input-autoexpand): Fix customization group.
13820 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
13822 * repeat.el (repeat): Handle keyboard macros properly.
13823 Handle new prefix arg after self-insert command.
13825 * repeat.el: Don't include cl even at compile time.
13826 (repeat): Avoid using `loop'.
13828 * simple.el (shell-command-on-region): Doc fix.
13829 (next-history-element): Special error message if no default.
13831 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
13833 * ps-print.el (ps-print-buffer): Doc fix.
13834 (ps-despool): Likewise.
13836 * arc-mode.el (arc-mode): Provide arc-mode.
13838 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
13840 * ps-print.el (ps-print-buffer): Doc fix.
13842 1998-10-14 Dave Love <fx@gnu.org>
13844 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
13845 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
13846 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
13848 * progmodes/fortran.el (fortran-mode-map): Change "Join
13849 Continuation Line" to "Join Line".
13850 (fortran-font-lock-keywords-1): Add "cycle", "exit".
13852 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
13854 * progmodes/fortran.el (fortran-join-line): Use
13855 `delete-indentation' instead of issuing an error message if not on
13856 a continuation line. Provide for joining several lines using
13859 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
13861 * term/pc-win.el (msdos-color-values): New variable.
13862 (x-color-values): New function, emulates its namesake from
13864 (msdos-bg-mode): Add all dark colors to those which return
13867 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
13869 * replace.el (keep-lines, flush-lines, how-many):
13870 Don't ignore case if arg has upper case letters.
13872 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
13874 * progmodes/vhdl-mode.el
13875 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
13876 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
13877 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
13878 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
13879 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
13880 (vhdl-when): Fix indentation problem.
13881 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
13882 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
13883 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
13885 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
13887 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
13888 (ls-lisp-insert-directory): Renamed from insert-directory.
13889 (insert-directory): New function.
13891 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
13893 * simple.el (completion-fixup-function): Variable deleted.
13894 (completion-setup-function): Delete code for completion-fixup-function.
13895 * emacs-lisp/lisp.el (lisp-complete-symbol):
13896 Don't bind completion-fixup-function.
13898 * files.el (find-file-wildcards): New option.
13899 (find-file-noselect): Handle wild cards, if enabled.
13900 (file-expand-wildcards): New function.
13902 * simple.el (set-fill-column): Doc fix.
13904 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13906 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
13908 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
13910 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
13911 Move declaration before first use.
13912 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
13913 hif-math, hif-factor): Rename token to hif-token and token-list to
13915 (hif-token, hif-token-list): Declare them.
13916 (hif-find-ifdef-block): Return cons of top and bottom point
13917 instead of setting dynamically bound variables.
13918 (hide-ifdef-block, show-ifdef-block): Use return value of
13919 hif-find-ifdef-block.
13921 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13923 * subr.el (read-passwd): Use clear-this-command-keys.
13925 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
13927 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
13930 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
13932 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
13933 responses to GROUP command, since this may be called from a timer
13934 with quit inhibited.
13936 1998-10-12 Kenichi Handa <handa@etl.go.jp>
13938 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
13939 set unconditional-jump to nil.
13940 (ccl-compile-read-multibyte-character): Return nil.
13941 (ccl-compile-write-multibyte-character): Likewise.
13942 (ccl-compile-translate-character): Likewise
13943 (ccl-compile-map-multiple): Likewise.
13944 (ccl-compile-map-single): Likewise.
13946 * international/kinsoku.el: Add coding tag.
13947 (kinsoku-bol): Remove superfluous TAB in a string.
13949 * international/mule-cmds.el (find-coding-systems-for-charsets):
13950 Delete `composition' (if any) from CHARSETS.
13952 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13954 * international/mule-cmds.el (setup-specified-language-environment):
13955 Add apropos-inhibit property.
13956 (describe-specified-language-support): Likewise.
13958 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
13960 * international/mule.el (make-coding-system): Create -with-esc
13961 variant coding system.
13963 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
13965 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
13966 (next-file): Optionally offer to revert a file's buffer,
13967 if it has an existing buffer but the file has changed.
13969 * info.el (Info-insert-dir): Detect and report problems
13970 in input files, such as "No Top node". Return with point
13971 at the beginning of the text.
13972 (Info-find-node): Reinsert the code to handle files
13973 with no tags table; it was deleted by mistake.
13975 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
13977 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
13978 texinfo-find-higher-level-node repeatedly find the same node.
13979 (texinfo-find-higher-level-node): Doc fix.
13981 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
13983 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
13984 (smtpmail-address-buffer): Add defvar.
13985 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
13987 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
13989 * ffap.el (ffap-machine-p-local): Fix editing error.
13991 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13993 * faces.el (frame-set-background-mode):
13994 Don't do anythung for text-only or MSDOS frame.
13996 1998-10-08 Kenichi Handa <handa@etl.go.jp>
13998 * international/quail.el (quail-defrule): New optional arg APPEND.
13999 (quail-defrule-internal): Fix bug of handling the argument APPEND.
14001 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
14003 * gnus/pop3.el (pop3-open-server):
14004 Set process-coding-system-alist around open-network-stream.
14006 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
14008 * files.el (save-buffer): Doc fix.
14010 1998-10-07 Karl Heuer <kwzh@gnu.org>
14012 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
14013 return DEF unchanged, not nil. Simplify.
14015 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
14017 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
14019 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
14021 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
14023 * net-utils.el (ftp, nslookup): Require comint.
14024 (network-service-connection): Likewise.
14025 (whois-server-name): Defaults to whois.arin.net
14026 (whois-server-list, whois-server-tld, whois-guess-server): New var.
14027 (whois): Tries to guess the appropriate top-level domain server.
14028 (whois-get-tld): New function.
14030 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
14031 (dirtrack-debug-toggle): Added this function.
14033 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14035 * files.el (find-file-noselect): Switch to the correct buffer
14036 before checking find-file-literally, and allow non-nil non-t
14039 1998-10-06 Karl Heuer <kwzh@gnu.org>
14041 * midnight.el (clean-buffer-list): Add autoload cookie.
14043 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
14045 * tar-mode.el (tar-mode-revert): Likewise.
14046 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
14047 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
14048 * gnus/message.el (message-auto-save-directory): Renamed from
14049 message-autosave-directory. All references changed.
14051 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14053 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
14054 string. Expose mime stuff while searching.
14056 1998-10-06 Richard Stallman <rms@gnu.org>
14058 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
14060 * replace.el (perform-replace): Position point properly
14061 before and after the recursive edit of C-r.
14063 * progmodes/etags.el (tags-reset-tags-tables): Properly
14064 find the markers in the old rings that are being discarded.
14066 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
14068 * apropos.el (apropos-print): Control invalid characters.
14070 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14071 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
14072 confusing customize.
14074 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
14076 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
14077 built-in commands. Add more built-in commands and fix face names.
14079 1998-10-05 Simon Marshall <simon@gnu.org>
14081 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
14083 1998-10-04 Eric Ludlam <zappo@gnu.org>
14085 * speedbar.el (speedbar-initial-expansion-list-name): Remove
14086 customization since it is not useful in this case.
14087 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
14088 sure it gets evalled to a number. Also verify that set-frame-name
14089 fn exists before calling it.
14091 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14092 Protect a `forward-sexp' call which could fail, and improved regex
14093 for ie, and eg abbreviations.
14095 1998-10-02 Noah Friedman <friedman@splode.com>
14097 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
14099 (rlogin-send-Ctrl-D): Here also.
14100 (rlogin-send-Ctrl-Z): Here also.
14101 (rlogin-send-Ctrl-backslash): Here also.
14103 1998-10-02 Dave Love <fx@gnu.org>
14105 * outline.el (hide-region-body): Bind
14106 outline-view-change-hook to nil while making repeated calls to
14107 outline-flag-region. Run it once at the end.
14108 (hide-other, hide-sublevels, show-children): Likewise.
14110 * info-look.el: Remove duplicate scheme-mode entry.
14111 (info-lookup-make-completions): When looking for entries, check
14112 that `item' isn't null or "Menu".
14114 1998-10-01 Karl Heuer <kwzh@gnu.org>
14116 * net-utils.el: Don't require ffap.
14117 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
14118 (ping, nslookup-host, finger, network-connection-to-service): Use them.
14120 1998-09-30 Richard Stallman <rms@gnu.org>
14122 * ispell.el (check-ispell-version): No need to bind default-major-mode.
14124 * imenu.el (imenu--generic-function): Sort each submenu by position.
14125 (imenu--sort-by-position): New function.
14127 * cus-edit.el (Custom-mode-menu): Fix info node name.
14128 (customize group): Fix info node name.
14130 * mail/mailalias.el (build-mail-aliases): Don't allow
14131 a newline in the alias name. Don't define an alias
14132 if the definition would be empty.
14134 * which-func.el (which-func-mode-global): Make :set function
14137 * custom.el (custom-set-variables): Load the requests first,
14138 then check the symbol's `set' function.
14140 * ffap.el: Doc fixes.
14142 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
14144 * gnus.el: (gnus-valid-select-methods): Fix type.
14145 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
14146 * gnus-score.el (gnus-orphan-score): Fix type.
14147 (gnus-score-default-header, gnus-score-default-type): Fix type.
14148 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
14149 (gnus-saved-headers): Fix type.
14151 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
14152 Avoid nil value of `two-lines-citation-part'.
14154 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
14156 * which-func.el (which-function): Handle case when
14157 (car imenu--index-alist) is nil.
14159 1998-09-29 Dave Love <fx@gnu.org>
14161 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
14164 1998-09-29 Simon Marshall <simon@gnu.org>
14166 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
14169 1998-09-29 Stephen Eglen <stephen@gnu.org>
14171 * info-look.el: Add support for Octave.
14173 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
14175 * textmodes/reftex.el (reftex-finding-files): New customize group.
14176 (reftex-texpath-environment-variables,
14177 reftex-use-external-file-finders, reftex-external-file-finders,
14178 reftex-search-unrecursed-path-first): New options.
14179 (reftex-process-string, reftex-find-file-externally): New
14181 (reftex-access-search-path): Execute shell commands to find the
14183 (reftex-toggle-auto-view-crossref): When turning on, make sure
14184 `reftex-auto-view-crossref' becomes non-nil.
14185 (reftex-abbrev-regexp): Constant removed.
14186 (reftex-convert-string): Abbrev regexp calculated locally.
14188 1998-09-28 Dave Love <fx@gnu.org>
14190 * progmodes/fortran.el: Don't call regexp-opt when deriving
14191 font-lock patterns with keywords that aren't all literal.
14193 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
14195 * octave-inf.el (inferior-octave-prompt): Also match prompts of
14196 the form `octave.bin:1>' which come from using precopiled binary
14199 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
14201 * help.el (help-for-help): Use %THIS-KEY%.
14202 (help-quit): Add doc.
14204 * help-macro.el (make-help-screen): Keep HELP-TEXT
14205 in a separate function definition, not in the help command FNAME.
14206 Replace %THIS-KEY% with the key sequence that ran FNAME.
14208 1998-09-25 Richard Stallman <rms@gnu.org>
14210 * textmodes/texinfo.el (texinfo-show-structure):
14211 Bind inhibit-read-only.
14213 * isearch.el (isearch-search-and-update): Properly
14214 handle upper case letters in the reverse-search special case.
14216 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
14218 * gnus.el: Extend the list of autoloaded functions.
14220 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
14221 buffer before creating help group. (from Gnus v5.6.43, fix by
14222 1998-08-20 Per Starback <starback@update.uu.se>)
14224 * gnus-util.el (gnus-output-to-rmail): Adjust to
14225 `rmail-output-to-rmail-file'.
14227 1998-09-25 Karl Heuer <kwzh@gnu.org>
14229 * hexl.el (hexl-mode-map): More of previous change.
14231 * textmodes/tex-mode.el (tex-run-command): Doc fix.
14232 (tex-start-tex): Don't use tex-start-options-string in star case.
14233 Quote file name in star case as well as in non-star.
14234 Add blank and quoting of option string here.
14235 (tex-start-options-string): Not here.
14237 1998-09-23 Karl Heuer <kwzh@gnu.org>
14239 * term.el (term-delimiter-argument-list): Doc fix.
14240 (term-emulate-terminal): Escape literal semicolon.
14241 * progmodes/asm-mode.el (asm-mode): Doc fix.
14242 (asm-comment-char): Escape literal semicolon.
14243 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
14245 1998-09-23 Richard Stallman <rms@gnu.org>
14247 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
14248 only those that normally modify the buffer.
14250 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
14253 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
14255 * ispell.el (check-ispell-version): Ensure same buffer is current
14256 when let-binding of case-fold-search ends.
14258 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14260 * ps-print.el: Skip invisible overlay.
14261 Test for set-buffer-multibyte rather than using mule-version.
14262 (ps-print-version): New version number (4.1) and doc fix.
14263 (ps-generate-postscript-with-faces): Skip invisible overlay.
14265 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
14267 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
14269 1998-09-22 Kenichi Handa <handa@etl.go.jp>
14271 * international/quail.el (quail-update-guidance): Check for the
14272 return value of (quail-guidance) fixed.
14273 (quail-update-translation): Bind quail-current-str locally when it
14274 calls quail-update-guidance.
14275 (quail-update-translation): If input-method-exit-on-first-char is
14276 non-nil, terminate translation only when the current input method
14279 1998-09-22 Paul Eggert <eggert@twinsun.com>
14281 * startup.el (locale-translation-file-name): Prefer X-related names
14282 to the name used by GNU/Linux sans X. Set to nil if no file found.
14283 (command-line): Use locale-translation-file-name if it is not nil,
14284 instead of testing for its existence again.
14285 regexp-quote the ctype before using it in a regexp.
14286 Allow a colon to appear after the ctype in the aliases file,
14287 as is done in X11R6.4.
14289 1998-09-21 Richard Stallman <rms@gnu.org>
14291 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
14293 * calendar/appt.el (appt-interval): Variable deleted.
14294 (appt-check): For minutes in between appt-display-interval times,
14295 do check, but don't display anything except an updated mode line.
14296 Count against appt-display-interval based on minutes since
14297 first display of this appointment, not based on time of day.
14298 If appt-display-mode-line, force mode line redisplay
14299 whenever appt-mode-string has changed.
14300 (appt-add, appt-delete): Add autoload cookies.
14301 (appt-check): Catch errors from calling `diary'.
14302 (appt-max-time): Renamed from max-time.
14303 (appt-now-displayed, appt-display-count): New variables.
14304 (appt-timer): Don't create one if we already have one.
14306 * textmodes/tex-mode.el (tex-compilation-parse-errors):
14307 More general code to use the source buffer instead of the zap file.
14309 * hilit-chg.el (highlight-compare-with-file): Renamed from
14312 * loadhist.el (load-history-loaded): New variable.
14313 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
14315 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
14317 * emacs-lisp/find-func.el (find-function-search-for-symbol):
14318 Fix error messages.
14320 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
14322 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
14325 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
14327 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
14328 `undecided' and `undecided-unix'.
14330 1998-09-21 Dave Love <fx@gnu.org>
14332 * help.el (help-make-xrefs): Fix typo affecting Info references.
14334 * subr.el (remove-hook): Check list values to avoid errors.
14336 1998-09-18 Noah Friedman <friedman@splode.com>
14338 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
14339 store string in eldoc-last-message without consing a new string.
14340 Rearrange logic from nested if's into cond's.
14341 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
14342 Do not print message; just return string.
14343 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
14344 Do not print message; just return string.
14345 Cache that string in eldoc-last-data.
14346 (eldoc-last-data): Make into a vector.
14347 (eldoc-get-fnsym-args-string): Use new data form of structure.
14348 (eldoc-get-var-docstring): Here also.
14349 (eldoc-last-data-store): New function.
14350 (eldoc-get-fnsym-args-string): Use it.
14351 (eldoc-get-var-docstring): Here also.
14352 (eldoc-docstring-first-line): Minimize interim string consing.
14353 Call substitute-command-keys on the result.
14354 (eldoc-print-var-docstrings, eldoc-print-docstring,
14355 eldoc-docstring-message): Functions removed.
14356 (eldoc-docstring-format-sym-doc): New function, functionality
14357 ripped out of eldoc-docstring-message.
14358 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
14360 1998-09-18 Kenichi Handa <handa@etl.go.jp>
14362 * international/mule.el (make-coding-system): Doc-string modified.
14364 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
14366 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
14368 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
14371 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
14374 * progmodes/compile.el (compilation-error-screen-columns): New
14376 (compilation-next-error-locus): Use it to decide whether to use
14377 forward-char or move-to-column.
14379 * mail/rmail.el (rmail-movemail-program): Fix customize type.
14381 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
14382 feedmail-fiddle-plex-user-list,
14383 feedmail-spray-address-fiddle-plex-list,
14384 feedmail-prompt-before-queue-user-alist,
14385 feedmail-prompt-before-queue-help-supplement,
14386 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
14387 feedmail-queue-alternative-mail-header-separator): Fix customize
14390 * startup.el (site-run-file): Fix customize type.
14392 * speedbar.el (speedbar-initial-expansion-list-name): Fix
14395 * shell.el (shell-input-autoexpand): Fix customize type.
14397 * ps-print.el (ps-font-info-database): Add missing dots in value.
14398 Improve layout of customize type.
14400 * net-utils.el (traceroute-program-options, ping-program-options,
14401 ipconfig-program-options, netstat-program-options,
14402 arp-program-options, route-program-options,
14403 nslookup-program-options, ftp-program-options): Fix customize
14406 * midnight.el (clean-buffer-list-kill-regexps,
14407 clean-buffer-list-kill-buffer-names,
14408 clean-buffer-list-kill-never-buffer-names,
14409 clean-buffer-list-kill-never-regexps): Fix customize type.
14411 * man.el (Man-init-defvars): Avoid trailing nil on
14414 * lpr.el (printer-name): Fix customize type.
14416 1998-09-16 Kenichi Handa <handa@etl.go.jp>
14418 * international/mule-cmds.el (reset-language-environment): Call
14419 update-coding-systems-internal.
14421 * international/mule-conf.el: Call update-coding-systems-internal
14424 1998-09-14 Dave Love <fx@gnu.org>
14426 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
14427 use the menu-enable properties, pending doing it correctly and
14430 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
14432 1998-09-13 Dave Love <d.love@dl.ac.uk>
14434 * progmodes/hideshow.el (hs-grok-mode-type): Check
14435 comment-{start,end} non-nil as well as bound. Report an error if
14436 we can't grok the mode.
14438 1998-09-13 Richard Stallman <rms@gnu.org>
14440 * simple.el (blink-matching-open): Don't log paren matching
14441 messages in *Messages*.
14443 1998-09-12 Richard Stallman <rms@gnu.org>
14445 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
14446 Set point-before-scroll at end even if there was an error.
14448 * ange-ftp.el (ange-ftp-insert-file-contents):
14449 Use binary mode for dumb-unix hosts as for unix hosts.
14450 (ange-ftp-copy-file-internal): Likewise.
14452 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14454 * emacs-lisp/pp.el: Doc fixes.
14456 * wid-edit.el (widget-menu-max-shortcuts): New variable.
14457 (widget-choose): Don't use single-char shortcuts if # items
14458 exceeds that many. Use minibuffer instead.
14460 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14462 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
14464 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
14466 * speedbar.el (speedbar-frame-mode): Do not set frame position if
14469 1998-09-10 Noah Friedman <friedman@splode.com>
14471 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
14472 defcustom declaration. It's wreaking too much havoc with XEmacs
14473 and older versions of Emacs, which share this code.
14475 * type-break.el (type-break-mode): Here also.
14477 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
14478 `t' to add-hook also to modify the new local value.
14480 1998-09-10 Dave Love <fx@gnu.org>
14482 * vc.el (vc-insert-headers): Doc fix.
14484 1998-09-10 Richard Stallman <rms@gnu.org>
14486 * textmodes/flyspell.el (flyspell-mode-on): Make the
14487 ispell-... variables permanent locals.
14488 (flyspell-mode-off): Add autoload cookie.
14490 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
14491 do use binary mode, just as for `unix'.
14492 (ange-ftp-host-type): If HOST is nil, return `unix'.
14494 * dired.el (dired-mark-files-containing-regexp):
14495 Don't scan directories. Ignore non-readable files.
14497 * progmodes/compile.el (compilation-error-regexp-alist):
14498 Fix previous change: allow . and _ in command name.
14500 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
14502 * uncompress.el (uncompress-while-visiting):
14503 Use just the car of what find-operation-coding-system returns.
14505 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
14507 * shell.el (shell-file-name-quote-list): Add # to the value.
14509 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
14511 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
14512 to make killing of ispell process work even if
14513 kill-all-local-variables has been run.
14515 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14517 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
14518 loop when sexp entry ends at end of file with no newline.
14520 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
14522 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
14523 (Custom-reset-standard): Fix menu inconsistency.
14525 * mail/feedmail.el (feedmail-from-line): Allow t.
14526 (feedmail-message-id-suffix): Allow nil.
14528 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
14529 Simplify. Make prefix arg work right.
14531 1998-09-09 Dave Love <fx@gnu.org>
14533 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14535 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
14537 1998-09-08 Dave Love <fx@gnu.org>
14539 * add-log.el (change-log-font-lock-keywords): Do parenthesized
14540 stuff only after file names or at start of line. Allow parens
14541 around e-mail, as well as angles.
14543 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
14544 ignore-errors too, eval'd when compile. Require w3 stuff at load
14545 time for nicer failure if it's not available.
14547 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
14549 * comint.el (comint-arguments): Ignore backslashes when using
14550 w32 shells that expect backslashes as the directory separator.
14552 1998-09-04 Kenichi Handa <handa@etl.go.jp>
14554 * international/fontset.el (resolved-ascii-font): New variable.
14555 (x-complement-fontset-spec): By side effect, set
14556 `resolved-ascii-font' to the resolved name of ASCII font."
14557 (create-fontset-from-fontset-spec): Don't get a value for
14558 resolved-ascii-font from the list full-fontlist. It is set by
14559 x-complement-fontset-spec now.
14561 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
14562 version, check the value of mule-version.
14564 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
14566 * textmodes/reftex.el (reftex-view-crossref): Split up into
14567 several functions. No longer moves to find a macro.
14568 (reftex-view-cr-cite, reftex-view-cr-ref,
14569 reftex-end-of-bib-entry): New functions.
14570 (reftex-auto-view-crossref): New value `window' allowed.
14571 (reftex-view-crossref-when-idle): Process new `window' option in
14572 (reftex-translate-to-ascii-function): New default.
14573 (reftex-label-illegal-re): Default changed, removed Latin1.
14574 (reftex-latin1-to-ascii): New function.
14575 (reftex-what-environment): Check for section regexp before use.
14576 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
14577 absolute path names.
14578 (reftex-TeX-master-file): Changed sequence of file checks.
14579 (reftex-do-citation): bibview cache only with RefTeX mode on.
14581 1998-09-06 Richard Stallman <rms@gnu.org>
14583 * progmodes/compile.el (compilation-error-regexp-alist):
14584 In first pattern (GNU utilities and other things),
14585 allow a space after the optional program name at the beginning.
14587 * mail/mail-hist.el (mail-hist-current-header-contents):
14588 Fix previous change: use mail-header-end.
14590 1998-09-06 Bill Richter <richter@math.nwu.edu>
14592 * international/ccl.el: Doc fixes.
14593 * international/encoded-kb.el: Doc fixes.
14594 * international/fontset.el: Doc fixes.
14595 * international/kinsoku.el: Doc fixes.
14596 * international/kkc.el: Doc fixes.
14597 * international/mule-cmds.el: Doc fixes.
14598 * international/mule-conf.el: Doc fixes.
14599 * international/mule-util.el: Doc fixes.
14600 * international/mule.el: Doc fixes.
14602 1998-09-05 Eric Ludlam <zappo@gnu.org>
14604 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
14605 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
14606 (checkdoc-this-string-valid-engine): Permit ? as terminating
14607 punctuation for first line sentence breaking.
14608 (checkdoc-this-string-valid): When converting a comment into a doc
14609 string, make sure " chars are \".
14610 (checkdoc-sentencespace-region-engine): Only do double space check
14611 if based on the variable `sentence-end-double-space'
14612 (checkdoc-this-string-valid-engine): ? ends valid sentence.
14613 (checkdoc-proper-noun-region-engine): Exclude items in URLs
14615 1998-09-04 Richard Stallman <rms@gnu.org>
14617 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14618 Recognize define-skeleton as a function definer.
14620 * cus-edit.el (customize-option): Refuse to customize
14621 a variable that has no defcustom. But if variable is autoloaded,
14622 first try to load the library that defines it.
14624 * international/iso-insert.el: Use `string' before calling `insert'
14625 so that in multibyte buffers we insert multibyte chars.
14627 * dired.el (dired-mark-files-containing-regexp):
14628 Don't use find-file; instead, insert the file in a temp buffer.
14630 * textmodes/tex-mode.el (tex-start-options-string): New option.
14631 (tex-start-tex): Use that variable.
14633 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
14634 value in the `repeat' alternative a list.
14636 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
14637 the inserted newline, verify that one was really inserted.
14639 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
14640 remains on or remains off.
14641 (flyspell-multi-language-p): Default changed to nil.
14643 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
14644 In "found in comment" case, don't beginning-of-line after forward-line.
14646 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
14647 If the function definition is not a lambda, return original FORM
14650 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
14652 * net-utils.el (netstat-program-options): Changed from nil to "-a"
14653 so that by default netstat shows all network connections.
14655 1998-09-04 Bob Weiner <weiner@altrasoft.com>
14657 * international/quail.el: Doc fixes.
14659 * info.el (info): Don't add parens if FILE already has them.
14661 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
14663 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
14664 on extension lines.
14666 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
14668 * w32-fns.el (w32-shell-dos-semantics): New function.
14670 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
14672 * international/quail.el (quail-choose-completion-string): Store
14673 completion `choice' in `quail-current-str'; don't insert it.
14675 1998-09-02 Kenichi Handa <handa@etl.go.jp>
14677 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
14678 argument to ps-mule-generate-bitmap-font.
14680 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
14681 entry and change Latin-1 entry in the default value.
14682 (ps-mule-font-info-database-ps-bdf): New variable.
14683 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
14684 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
14685 registerd in FONT-SPEC.
14686 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
14687 charcter width of bitmap fonts.
14688 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
14690 (ps-begin-file): Output PostScript code for setting
14692 (ps-plot-region): Use line-beginning-position to get a position of
14693 the beginning of the current line.
14695 * international/mule-cmds.el (register-input-method): Doc-string
14698 1998-09-01 Dave Love <fx@gnu.org>
14700 * international/mule-cmds.el (current-language-environment): Fix
14703 1998-09-01 Simon Marshall <simon@gnu.org>
14705 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
14706 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
14707 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
14708 names with font-lock-type-face. Fontify type specs, etc., with
14709 font-lock-keyword-face.
14711 1998-08-31 Kenichi Handa <handa@etl.go.jp>
14713 * international/fontset.el (x-complement-fontset-spec): If ASCII
14714 font is specified in FONTLIST, don't substitute it for the
14717 1998-08-31 Paul Eggert <eggert@twinsun.com>
14719 * international/mule.el (charset-description): Doc fix.
14721 * language/chinese.el, language/cyrillic.el, language/czech.el,
14722 language/devanagari.el, language/ethiopic.el,
14723 language/european.el, language/hebrew.el, language/indian.el,
14724 language/japanese.el, language/korean.el, language/lao.el,
14725 language/slovak.el, language/thai.el, language/tibetan.el,
14726 language/vietnamese.el:
14727 Add coding: local variable, to avoid bootstrapping problem
14728 if you need to recompile all the Lisp files using interpreted code.
14730 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14732 * cal-china.el (chinese-year-cache): Change range of years from
14733 1989-2000 to 1990-2010.
14735 1998-08-29 Dave Love <d.love@dl.ac.uk>
14737 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
14738 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
14740 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14742 * ps-print.el (ps-print-control-characters): Doc-string modified.
14743 (ps-output-string-prim): Comment format changed.
14744 (ps-do-despool): Indentation of source code changed.
14746 1998-08-28 Kenichi Handa <handa@etl.go.jp>
14748 * subr.el (sref): Make it an alias of aref. Make the
14749 byte-compiler warn that it is obsolete.
14750 (char-bytes): Make the byte-compiler warn that it is obsolete.
14752 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
14753 Calculate the total bytes using position-bytes instead of
14756 1998-08-27 Karl Heuer <kwzh@gnu.org>
14758 * snmp-mode.el: New file.
14759 * files.el (auto-mode-alist): Add snmp-mode patterns.
14761 1998-08-27 Karl Eichwalder <ke@suse.de>
14763 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
14765 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14767 * calendar/diary-lib.el (diary-block): Doc fix..
14768 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
14770 1998-08-27 Richard Stallman <rms@gnu.org>
14772 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
14773 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
14774 Clear appt-mode-string if we don't put something in it.
14776 1998-08-27 Dave Love <fx@gnu.org>
14778 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
14779 dired-local-variables-file for dired-x.
14781 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
14782 for compressed library files too.
14784 1998-08-26 Kenichi Handa <handa@etl.go.jp>
14786 * language/european.el ("Latin-1"): Modify `documentation' key value.
14787 ("Latin-2"): Likewise.
14789 1998-08-26 Karl Heuer <kwzh@gnu.org>
14791 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
14793 1998-08-26 Albert L. Ting <alt@artisan.com>
14795 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
14796 (mail-hist-current-header-contents): Use mail-text-start.
14798 1998-08-26 Richard Stallman <rms@gnu.org>
14800 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
14801 (customize-changed-options-previous-release): New variable.
14802 (customize-changed-options): Use that variable as default arg.
14804 1998-08-26 Karl Eichwalder <ke@suse.de>
14806 * midnight.el: Require `timer' not only when compiling.
14808 1998-08-26 Per Starback <starback@update.uu.se>
14810 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
14811 buffer before creating help group.
14813 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
14815 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
14816 coding-system-for-write before saving.
14818 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
14820 * isearch.el (isearch-forward): Doc fix.
14822 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
14824 * emacs-lisp/find-func.el: Fix :version tags to have a string
14825 value, not a float.
14827 * cus-dep.el: Fix typo in output.
14829 1998-08-25 Dave Love <fx@gnu.org>
14831 * repeat.el (repeat): Doc fix.
14833 (repeat-previous-repeated-command): New variable.
14834 (repeat): Check for real-last-command being null or repeat. Set
14835 repeat-previous-repeated-command.
14837 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
14839 1998-08-25 Kenichi Handa <handa@etl.go.jp>
14841 * gnus/message.el (message-send-mail-with-sendmail): Bind
14842 coding-system-for-write by the return value of
14843 select-message-coding-system.
14844 (message-send-mail-with-qmail): Likewise.
14846 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
14848 * emacs-lisp/autoload.el: Fix doc-string-elt property on
14849 define-derived-mode.
14851 * files.el (file-name-invalid-regexp):
14852 Fix regex for ms-dos without long file names.
14854 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14856 * ps-print.el: Multi-byte buffer handling.
14857 (ps-print-version): New version number (4.0) and doc fix.
14858 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
14859 compilation for GNU Emacs and emacsens.
14860 (ps-generate-postscript-with-faces): Force invisible text to be
14862 (dos-ps-printer): New var to avoid compilation gripes.
14864 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14866 * ps-print.el (ps-mule-plot-string): Pay attention to the case
14867 that no more characters can't be printed in the current line.
14869 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14871 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
14874 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14876 * ps-print.el: Add codes to make ps-print.el work also on Emacs
14877 20.2 and the earlier version.
14878 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
14879 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
14880 (ps-mule-find-wrappoint): Likewise.
14881 (ps-mule-generate-font): Change `X' to `x' in format
14883 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
14884 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
14885 `restore' form procedures `BC' and `EC'.
14887 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14889 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
14890 is an executable procedure. Make LineThickness, Xshadow, and
14891 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
14892 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
14893 ps-mule-font-info-database-bdf): New vars.
14894 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
14895 (ccl-encode-ethio-unicode): New CCL program.
14896 (ps-mule-encode-ethiopic): New fun.
14897 (ps-mule-current-charset): New var.
14898 (ps-mule-get-font-spec, ps-mule-font-spec-src,
14899 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
14900 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
14901 (ps-mule-external-libraries): New var.
14902 (ps-mule-init-external-library): New fun.
14903 (ps-mule-font-cache): New var.
14904 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
14905 (ps-last-font): New var.
14906 (ps-mule-prepare-font): New fun.
14907 (ps-mule-charset-list): New var.
14908 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
14909 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
14910 ps-mule-plot-string): New funs.
14911 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
14913 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
14914 ps-mule-prepare-cmpchar-font): New funs.
14915 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
14917 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
14918 ps-mule-generate-bitmap-glyph): New funs.
14919 (ps-mule-initialize, ps-mule-begin): New funs.
14920 (ps-output-string-prim): Insert string as unibyte.
14921 (ps-output-prologue): New fun.
14922 (ps-flush-output): Handle the case of 'prologue.
14923 (ps-begin-file): Call ps-mule-initialize.
14924 (ps-begin-job): Set ps-control-or-escape-regexp differently if
14925 printing multibyte characters.
14926 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
14927 (ps-basic-plot-string): Handle the case of printing ASCII
14928 characters by external libraries (e.g. BDF).
14929 (ps-set-font): Set ps-last-font.
14930 (ps-plot-region): Handle multibyte characters, use
14931 ps-mule-plot-string for them.
14932 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
14934 * bdf.el: New file.
14936 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
14938 * international/mule-cmds.el (select-message-coding-system): New
14940 (set-language-environment-coding-systems): Set
14941 default-sendmail-coding-system.
14943 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
14944 (default-sendmail-coding-system): New variable.
14945 (sendmail-send-it): Encode the message by a coding system
14946 select-message-coding-system returns.
14948 1998-08-23 Eric Ludlam <zappo@gnu.org>
14950 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
14951 (speedbar-mode): Set buffer to read only.
14952 (speedbar-temp-buffer-show-function): For emacs don't call hook
14954 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
14956 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
14958 * speedbar.el (speedbar-key-map): Fix typo.
14960 See ChangeLog.7 for earlier changes.