1 1999-11-03 Gerd Moellmann <gerd@gnu.org>
3 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
4 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5 for compatibility with old face implementation.
7 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
8 Use erase-field instead of erase-buffer.
10 * frame.el (blink-cursor-mode, blink-cursor-end): Use
11 internal-show-cursor with new interface.
12 (blink-cursor-timer-function): New.
13 (blink-cursor-start): Use blink-cursor-timer-function.
15 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17 * calendar.el (redraw-calendar): Move to nearest date before
20 * diary-lib.el (simple-diary-display): Reset modeline even if
21 there are no diary entries since the diary buffer may be displayed.
23 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
25 * emacs-lisp/debug.el (debug): If noninteractive, display the
26 backtrace using `message', then exit Emacs.
27 (debugger-batch-max-lines): New variable.
28 (debugger-setup-buffer): New subroutine, broken out of `debug'.
29 Change the messages put at the start, to say that the debugger
32 1999-11-02 Sam Steingold <sds@ksp.com>
34 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
36 1999-11-01 John Tobey <jtobey@epsilondev.com>
38 * gud.el: (gud-perldb-massage-args): Massage correctly in the
39 presence of perl switches other than "-e".
41 1999-11-01 Markus Rost <rost@ias.edu>
43 * dired-x.el (dired-smart-shell-command): Use
44 shell-command-history as in shell-command.
46 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
48 * userlock.el (ask-user-about-lock): Doc fix.
50 * frame.el: Doc fixes.
52 1999-11-01 Gerd Moellmann <gerd@gnu.org>
54 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
56 (blink-cursor-start, blink-cursor-end): Ditto.
58 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
60 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
62 * window.el (walk-windows): If ALL-FRAMES is a frame,
63 start on that frame. Use save-selected-window.
65 1999-11-01 Gerd Moellmann <gerd@gnu.org>
67 * simple.el (end-of-buffer): Use window-end to find the window end
68 instead of vertical-motion because this handles variable-height
71 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
73 * ediff.el: Version change.
75 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
76 make sure you are in a good frame before deleting other
78 (ediff-file-checked-in-p): Don't consider CVS
80 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
81 are writing to a newly created empty file.
83 * ediff-mult.el (ediff-show-session-group-hook): New default.
85 * ediff-vers.el (ediff-pcl-cvs-view-revision):
86 First cd to the file directory. reportedly works
87 better with remote files.
89 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
90 Use file-name-nondirectory when passing files to CVS.
92 * ediff-diff.el (ediff-cmp-options): New variable.
93 (ediff-same-file-contents): Use ediff-cmp-options.
95 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
96 ediff-get-patch-buffer): Use current buffer if it appears to be a
99 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
102 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
103 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
104 (viper-save-cursor-color,viper-restore-cursor-color):
105 Improved cursor color handling.
106 (viper-get-saved-cursor-color-in-replace-mode,
107 viper-get-saved-cursor-color-in-insert-mode): New functions for
108 better cursor color handling.
110 * viper-ex.el (ex-read,ex-edit):
111 Fixes for correct interpretation of #,%.
112 (viper-ex): Now works correctly when called from other functions.
113 (viper-glob-function): New variable.
114 (viper-ex): Save excursion before doing :global.
116 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
118 * viper-cmd.el (viper-post-command-sentinel,
119 viper-insert-state-post-command-sentinel,
120 viper-insert-state-pre-command-sentinel): Takes better care of
123 * viper.el: Version change.
125 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
127 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
128 that the modeline display was updated *only* when
129 `whitespace-display-in-modeline' was set, not otherwise.
131 1999-10-30 Gerd Moellmann <gerd@gnu.org>
133 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
136 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
139 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
141 * whitespace.el: Test for existence of `defcustom' and `defgroup'
142 using fboundp instead of assuming that these are not present in
143 particular flavors of emacs.
144 (whitespace-version): Update to 2.8
145 (whitespace-display-in-modeline): Add custom variable to control
146 displaying the whitespace errors on the modeline based on
147 suggestion from <klaus.berndl@sdm.de>
148 (whitespace-buffer): Now returns `t' if unclean and `nil' if
149 clean, to enable using as a hook function, as suggested by Puneet
150 Goel <puneet@computer.org>
151 (whitespace-buffer): Fix a subtle bug that cleaned up only if
152 quiet was not set, even with whitespace-auto-cleanup set.
153 (whitespace-mode-line): Now uses less modeline real estate and
154 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
155 which is present in the file, and <y> is any type of whitespace
156 whose check has been suppressed by setting
157 `whitespace-check-<whitespace-type>' to nil.
158 (whitespace-unchecked-whitespaces): New function to return the
159 list of whitespaces for whom checks have been suppressed.
160 (whitespace-display-unchecked-whitespaces): Renamed to
161 `whitespace-update-modeline' to reflect its functionality.
163 1999-10-30 Gerd Moellmann <gerd@gnu.org>
165 * progmodes/compile.el (compilation-error-regexp-alist):
166 Undo previous change.
168 1999-10-28 Dave Love <fx@gnu.org>
170 * help.el (help-follow): Make arg optional again and really
173 1999-10-28 Gerd Moellmann <gerd@gnu.org>
175 * paths.el (rmail-file-name): Make it an option.
177 * progmodes/ada-mode.el, progmodes/ada-prj.el,
178 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
181 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
182 MIPS Pro 7.3 compiler error message syntax.
184 1999-10-27 Dave Love <fx@gnu.org>
186 * progmodes/compile.el: Checkdoc-inspired fixes.
188 1999-10-27 Gerd Moellmann <gerd@gnu.org>
190 * lpr.el (print-buffer): Doc-string fix.
192 1999-10-27 Dave Love <fx@gnu.org>
194 * emacs-lisp/advice.el: Doc fixes.
195 (ad-lemacs-p): Removed.
196 (advice): Add :link to defgroup.
198 1999-10-27 Kenichi Handa <handa@etl.go.jp>
200 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
201 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
203 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
205 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
206 ad-activate. All callers changed, including those in data.c.
207 (ad-activate-internal-off): Renamed from ad-activate-off.
209 (ad-activate): Renamed from ad-activate-on. All uses changed.
210 (ad-start-advice, ad-stop-advice, ad-recover-normality):
211 Alter the definition of ad-activate-internal, not ad-activate.
213 1999-10-26 Gerd Moellmann <gerd@gnu.org>
215 * startup.el (command-line-1): Add support for command line
216 arguments `file' and `execute'. Fix handling of `visit'.
218 1999-10-26 Kenichi Handa <handa@etl.go.jp>
220 * international/mule-cmds.el (read-input-method-name): Handle the
221 case that the arg DEFAULT is symbol.
223 * international/mule-diag.el (mule-diag): Handle the case that
224 default-input-method is symbol.
226 1999-10-26 Gerd Moellmann <gerd@gnu.org>
228 * textmodes/tildify.el: New file.
230 1999-10-25 Sam Steingold <sds@ksp.com>
232 * Makefile (compile-files): Fixed the "tr" strings.
233 (EMACS): Set to ../src/emacs.
235 1999-10-25 Gerd Moellmann <gerd@gnu.org>
237 * info.el (Info-build-node-completions): Add '("*") to the
240 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
242 * frame.el (auto-raise-mode): When enabling the mode,
243 immediately raise the selected frame.
245 * indent.el (indent-region): Doc fix.
247 * comint.el (comint-output-filter): Make the Comint buffer current
248 for the comint-preoutput-filter-functions.
250 * mail/reporter.el: Doc fix.
252 1999-10-24 Stephen Eglen <stephen@gnu.org>
254 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
255 that Octave lisp files can also run under XEmacs 20.
256 (require 'custom) added so that files can run under Emacs 19.34.
258 * iswitchb.el (iswitchb-default-keybindings): No need to use
259 read-kbd-macro in keybindings.
261 1999-10-23 Dave Love <fx@gnu.org>
263 * elide-head.el: New file.
265 1999-10-23 Gerd Moellmann <gerd@gnu.org>
267 * Makefile (compile-files, backup-compiled-files): New targets.
268 (bootstrap, bootstrap-clean): Ditto.
270 1999-10-22 Paul Eggert <eggert@twinsun.com>
272 * international/mule-cmds.c (locale-language-names):
273 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
274 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
275 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
276 Use Latin-8 for Welsh.
277 Use Latin-1 for English if "en" is explicitly specified.
278 Use Latin-1 for Scots Gaelic, Tagalog.
279 Use Latin-1 (not Latin-4) for Greenlandic.
280 Use Latin-1 (not Latin-2) for Albanian.
281 (locale-preferred-coding-systems, locale-language-names):
282 Remove generic ISO 8859 locales; locale-charset-language-names now
284 (locale-charset-language-names): New variable.
285 (set-locale-environment): Use language name specified by
286 locale-charset-language-names if its charsets disagree with the
287 language name specified by locale-language-names.
289 1999-10-22 Dave Love <fx@gnu.org>
291 * make-mode.el: Minor doc fixes.
293 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
295 1999-10-21 Dave Love <fx@gnu.org>
297 * loadup.el: Add latin-8, latin-9.
299 1999-10-20 Paul Eggert <eggert@twinsun.com>
301 * disp-table.el (standard-display-european): Remove undocumented
302 arg AUTO; no longer used by startup.el. Do not attempt to treat
303 all non-English language environments as coding system names.
304 Instead, use the downcased language environment name as a coding
305 system name if it is one; otherwise, use latin-1.
307 1999-10-20 Gerd Moellmann <gerd@gnu.org>
309 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
310 that were split so that part of the comment appeared as Lisp code.
312 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
314 * ps-bdf.el: Doc fix.
316 * ps-print-def.el: New file: common definitions for all parts of
318 (ps-multibyte-buffer): Moved from ps-mule.
320 * ps-mule.el: File dependence fix.
321 (ps-multibyte-buffer): Moved to ps-print-def.
323 * ps-print.el: Doc fix, better customization.
324 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
325 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
326 (ps-end-file): Doc fix.
327 (ps-setup, ps-begin-file): Fun fix.
328 (postscript): New group.
329 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
330 (ps-print-prologue-1): Adjust PostScript programming.
331 (ps-print): Adjust group hierarchy.
332 (ps-print-n-up, ps-print-zebra, ps-print-background,
334 (ps-print-page): New subgroups.
335 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
336 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
337 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
338 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
339 (ps-zebra-stripe-height, ps-print-background-image)
340 (ps-print-background-text, ps-spool-config): Adjust customization.
341 (dos-ps-printer): Definition eliminated.
343 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
345 * ps-mule.el: Doc fix, define functions properly if mule package is
347 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
348 mule package is loaded or not.
350 * ps-print.el: Doc fix, n-up printing.
351 (ps-print-version): New version number (5.0).
352 (ps-page-dimensions-database): Added document media.
353 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
354 (ps-page-order, ps-printing-region-p): New vars.
355 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
357 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
358 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
359 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
360 (ps-n-up-xstart, ps-n-up-ystart): New macros.
361 (ps-print-begin-sheet-hook): New hook.
362 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
364 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
365 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
366 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
367 (ps-count-lines): Changed to defun.
368 (ps-header-page): Changed to defsubst, fix fun.
369 (ps-printing-region): Doc fix, adjust programming code.
370 (ps-output-boolean, ps-background-pages, ps-background-text)
371 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
374 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
376 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
377 (ps-print-version): New version number (4.2).
378 (ps-spool-config, ps-spool-tumble): New vars.
379 (ps-print-prologue-1): Changed to defconst, adjust PostScript
380 programming, new PostScript procedure to handle errors.
381 (ps-print-prologue-2): Changed to defconst.
382 (ps-print-duplex-feature): New const: duplex and tumble setting.
383 (ps-setup, ps-begin-file): Fix funs.
384 (ps-boolean-capitalized): New fun.
386 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
388 * Makefile (dontcompilefiles): Obsoleted.
389 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
391 (temacs): Removed (unused).
392 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
393 version of the file (necessary for the update to work properly).
394 (autoloads): Force the use of `pwd`/loaddefs.el.
395 (updates); Redefined in terms of other targets to reduce redundancy.
396 (.el.elc): New default rule, just in case you want it.
397 (compile): Use a single invocation of Emacs.
398 (bootstrap-compile); Unneeded.
399 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
401 1999-10-19 Dave Love <fx@gnu.org>
403 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
405 1999-10-19 Sam Steingold <sds@ksp.com>
407 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
408 comply with the comment.
410 1999-10-19 Gerd Moellmann <gerd@gnu.org>
412 * autorevert.el (auto-revert-mode): Make auto-revert-mode
415 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
417 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
418 value: \"lpr\" changed to "lpr"
419 (ps-mode-version): New constant
420 (ps-mode-show-version): New function, added key in ps-mode-map
421 (ps-run-messages): Removed
422 (ps-run-font-lock-keywords-2): New defcustom variable replacing
423 ps-run-messages. These keywords now include the value of
424 ps-run-prompt, making its fontification customizable.
425 (ps-run-init): Removed \\n from docstring, it is now added when
427 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
429 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
430 customizable variables in doc-string (its equivalent
431 ps-run-messages was missing in previous version of the doc-string)
432 (ps-run-mode): Simplified assignment to font-lock-defaults, using
435 1999-10-19 Alex Schroeder <alex@gnu.org>
437 * ansi-color.el: Complete rewrite.
439 1999-10-19 Paul Eggert <eggert@twinsun.com>
441 Fix bootstrapping problems.
442 Use the system locale to specify Emacs locale defaults.
444 * international/mule-cmds.el (global-map):
445 Do not use backquote, because that makes a bootstrapping
446 problem if you need to recompile all Lisp files using interpreted code.
447 * international/mule.el (charset-id, charset-bytes,
448 charset-dimension, charset-chars, charset-width,
449 charset-direction, charset-iso-final-char,
450 charset-iso-graphic-plane, charset-reverse-charset,
451 charset-short-name, charset-long-name, charset-description,
452 charset-plist): Likewise.
453 * subr.el (save-match-data): Likewise.
455 * international/mule-cmds.el
456 (set-display-table-and-terminal-coding-system): New function,
457 containing code migrated out of set-language-environment.
458 (set-language-environment, set-locale-environment): Use it.
459 (locale-translation-file-name): Moved here from startup.el.
460 (locale-language-names, locale-preferred-coding-systems):
462 (locale-name-match, set-locale-environment): New functions.
464 * language/japan-util.el (setup-japanese-environment-internal):
465 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
467 * startup.el (iso-8859-n-locale-regexp): Remove.
468 (locale-translation-file-name): Move to mule-cmds.el.
469 (command-line): Move locale-stuff into set-locale-environment.
471 1999-10-18 Dave Love <fx@gnu.org>
473 * abbrev.el (add-abbrev, inverse-add-abbrev)
474 (expand-region-abbrevs): Remove properties from buffer text.
476 1999-10-17 Gerd Moellmann <gerd@gnu.org>
478 * iswitchb.el (iswitchb-exhibit): Extract user-input only
479 from the mini-buffer, without the prompt.
481 * simple.el (minibuffer-prompt-end): Return the position
482 after the prompt, not the position of that last character
485 1999-10-17 Miles Bader <miles@gnu.org>
487 * simple.el: Doc fixes.
489 1999-10-17 Miles Bader <miles@gnu.org>
491 * simple.el (previous-matching-history-element, next-history-element):
492 Change to work correctly even if the point is in the prompt.
493 (choose-completion-string): Likewise.
494 (minibuffer-prompt-width): New function (compatibility with old subr).
496 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
497 When constraining the final position to the current field,
498 don't use the ONLY-IN-LINE mode of constrain-to-field.
500 1999-10-17 Miles Bader <miles@gnu.org>
502 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
504 * textmodes/paragraphs.el (forward-sentence): Likewise.
506 1999-10-17 Miles Bader <miles@gnu.org>
508 * simple.el (line-move): Use constrain-to-field to avoid
509 moving into a prompt.
510 (previous-complete-history-element): Clarify doc string.
511 (next-complete-history-element): Likewise.
512 Use field-beginning instead of point-min.
513 (next-matching-history-element): Use field-beginning and
514 erase-field instead of point-min and erase-buffer.
515 * textmodes/paragraphs.el
516 (forward-paragraph, forward-sentence): Likewise.
517 (backward-kill-paragraph, backward-kill-sentence): Remove code to
518 constrain the kill to an field, as the movement commands now
521 1999-10-17 Miles Bader <miles@gnu.org>
523 * simple.el (previous-matching-history-element): Get the
524 minibuffer input with field-string instead of buffer-string.
525 (choose-completion-string): Likewise.
526 (next-history-element): Likewise.
527 Erase the minibuffer input with erase-field, not erase-buffer.
528 Use field-beginning to find the beginning of the input.
529 * textmodes/paragraphs.el (backward-kill-sentence):
530 Remove minibuffer-prompt hack.
531 Constrain to any input field.
533 1999-10-17 Sam Steingold <sds@ksp.com>
535 * bindings.el (completion-ignored-extensions): Added ".sparcf"
536 for CMUCL on sparc and ".ufsl" for LispWorks.
537 (bound-and-true-p): Bugfix: free variable `v'.
539 1999-10-16 Dave Love <d.love@dl.ac.uk>
541 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
542 (edebug-uninstall-read-eval-functions): Use load-read-function,
545 1999-10-16 Sam Steingold <sds@ksp.com>
547 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
550 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
552 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
553 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
554 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
555 * ediff-util.el (ediff-make-temp-file):
556 * ediff-vers.el (ediff-pcl-cvs-view-revision):
557 * emerge.el (emerge-make-temp-file):
558 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
559 * vc.el (vc-update-change-log):
560 * mail/mailpost.el (post-mail-send-it):
561 * mail/metamail.el (metamail-region):
562 * progmodes/cmacexp.el (c-macro-expansion):
563 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
565 1999-10-15 Gerd Moellmann <gerd@gnu.org>
567 * smtpmail.el (smtpmail-via-smtp): Add support for
568 automatically appending a domain to RCPT TO: addresses.
570 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
572 * dired.el (dired-insert-directory): Insert the amount of
573 free space after the total size.
574 (dired-free-space-program, dired-free-space-args): New variables.
576 1999-10-14 Karl Heuer <kwzh@gnu.org>
578 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
580 1999-10-14 Dave Love <fx@gnu.org>
582 * international/characters.el:
583 * international/fontset.el:
584 * international/mule-conf.el: Add latin-iso8859-1[45].
586 * language/european.el: Add Latin-8, Latin-9. Modify some doc
589 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
590 (command-line): Detect Latin-[89] locales.
592 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
594 * international/mule-cmds.el (select-safe-coding-system)
595 (leim-list-header): avoid the use of strings that start with backslash
596 newline since lread.c:read1 has a hack to turn those strings into
597 integer 0 during the loadup.el process.
599 * diff-mode.el (diff-find-file-name): use `Index:' preferentially.
601 1999-10-13 Dave Love <fx@gnu.org>
603 * image.el (insert-image): Copy the image spec and add an
606 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
608 * help.el (help-xref-interned): Make it also work on variable-only
609 and function-only symbols.
610 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
611 (help-follow): If the point under mouse is not highlighted, try
612 `help-xref-interned' on the pointed-to symbol anyway.
614 * info.el (Info-on-current-buffer): New entry point.
615 (Info-find-node): Split into two for Info-on-current-buffer to
617 (Info-current-file, Info-set-mode-line, Info-up):
618 Info-current-file can now be t.
619 (Info-clone-buffer-hook): function for `clone-buffer'.
620 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
621 `clone-buffer' available in various ways to the user.
623 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
625 * simple.el (shell-command, shell-command-on-region): Use
627 (clone-buffer, clone-process, clone-buffer-hook): New functions.
629 * subr.el (with-current-buffer): Don't use backquotes to avoid
630 bootstrapping problems.
632 * loadup.el (load-path): Add subdirs for bootstrapping.
633 (docstrings): Ignore errors during bootstrapping.
634 (args): New `bootstrap' argument (for use in place of `dump').
636 1999-10-12 Emmanuel Briot <briot@gnat.com>
638 * ada-stmt.el: Doc-string fixes.
640 1999-10-12 Gerd Moellmann <gerd@gnu.org>
642 * recentf.el: New file.
644 * ps-mode.el: New file.
646 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
649 1999-10-12 Richard Sharman <rsharman@pobox.com>
651 * sh-script.el: Added support for indenting existing scripts.
652 (sh-mode-map): Added new bindings.
653 (sh-mode): Updated mode doc-string for new commands, added
654 make-local-variable calls, initialize mode-specific variables.
655 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
656 is now a different function.
657 (sh-header-marker): Changed docstring.
658 (sh-set-shell): Initialize mode-specific variables.
659 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
660 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
661 Changed these define-skeleton calls to work with user-specified
662 indentation settings.
663 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
664 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
665 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
666 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
667 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
668 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
669 (sh-guess-basic-offset, sh-handle-after-case-label)
670 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
671 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
672 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
673 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
674 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
675 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
676 (sh-handle-this-then, sh-help-string-for-variable)
677 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
678 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
679 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
680 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
681 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
682 (sh-remove-our-text-properties, sh-rescan-buffer)
683 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
684 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
685 (sh-scan-case, sh-search-word, sh-set-char-syntax)
686 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
687 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
689 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
690 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
691 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
692 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
693 (sh-var-list): New variables.
695 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
697 * quickurl.el (quickurl-list-insert): `count-lines' was returning
698 a value one line to high if the cursor wasn't at the start of a
699 line. A `beginning-of-line' is now performed before making the
700 call to `count-lines'.
702 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
704 * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice.
706 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
708 * Makefile (setwins): abstract out the command to find subdirectories
709 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
710 (custom-deps, finder-data, autoloads, update-subdirs, updates)
711 (autoloads-with-other-emacs): use it.
713 * diff-mode.el: new file. A mode for viewing/editing context diffs.
715 1999-10-09 Gerd Moellmann <gerd@gnu.org>
717 * Makefile (bootstrap-compile): New target. Compile Lisp
718 files with ../src/temacs.
720 1999-10-08 Simon Marshall <simon@gnu.org>
722 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
723 (regexp-opt-group): Use it to get common suffixes in STRINGS.
724 If STRINGS is nil, return "" rather than nil.
726 1999-10-08 Gerd Moellmann <gerd@gnu.org>
728 * Makefile (compile): Compile files one by one. Set load-path to
729 current directory and subdirectories when compiling.
731 1999-10-08 Gerd Moellmann <gerd@gnu.org>
733 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
734 (emacs): Use it everywhere instead of EMACS.
735 (compile): New target. Compile all Lisp files from scratch.
736 (recompile): New target. Recompile lisp directory.
737 (autoloads-with-other-emacs): New target. Build loaddefs.el with
738 an Emacs executable not built in the current directory tree.
740 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
742 * filecache.el (file-cache-completion-ignore-case): New variable,
743 defaulting to the value of completion-ignore-case.
744 (file-cache-minibuffer-complete): Use it.
745 (file-cache-files-matching, file-cache-files-matching-internal):
748 1999-10-07 Emmanuel Briot <briot@gnat.com>
750 * ada-xref.el: New file
752 * ada-prj.el: New file
754 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
756 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
757 subprogram being created.
759 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
760 ada-indent-newline-indent): Rewritten to support the new indentation
763 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
766 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
767 justification parameter
769 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
770 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
773 1999-10-07 Dave Love <fx@gnu.org>
775 * bindings.el (bound-and-true-p): New macro.
776 (make-mode-line-mouse-sensitive): Don't require easymenu.
778 1999-10-07 Gerd Moellmann <gerd@gnu.org>
780 * custom.el (defface): Extend documentation for new values of
783 * faces.el (face-spec-set-match-display): Recognize `type' of
784 `motif', `lucid', `x-toolkit'.
787 1999-10-05 Dave Love <fx@gnu.org>
789 * files.el: Recognize temporary crontab files.
791 * info.el: Require jka-compr when compiling.
792 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
794 1999-10-04 Dave Love <fx@gnu.org>
796 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
797 scroll-up-aggressively, scroll-down-aggressively.
799 * time.el (display-time-mode): Add autoload cookie.
801 * rect.el (delete-extract-rectangle): Doc fix from verna.
803 * help-macro.el (three-step-help): Customize.
805 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
807 * hexl.el (hexlify-buffer): Move point in proper range
809 (hexl-after-revert-hook): Update hexl-max-address.
810 (hexl-address-to-marker): Doc fix.
812 1999-10-03 Dave Love <fx@gnu.org>
814 * image.el (defimage): Remove redundant code. Substitute file in
817 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
819 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
820 when doing with-temp-file.
822 1999-10-01 Dave Love <fx@gnu.org>
824 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
826 * help.el: Require view when compiling.
827 (view-emacs-FAQ): Use Info version.
829 1999-09-29 Ken'ichi Handa <handa@gnu.org>
831 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
832 (normat->normal). Use correct font names for Korean
833 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
835 1999-09-29 Kenichi Handa <handa@etl.go.jp>
837 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
838 code not used by KOI8 to the same 8-bit code instead of mapping to
840 (cyrillic-alternativnyj-decode-table): Likewise.
842 1999-09-29 Alex Schroeder <alex@gnu.org>
844 * sql.el (sql-imenu-generic-expression): new, used to set
845 imenu-generic-expression.
846 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
847 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
848 imenu-case-fold-search, and imenu-syntax-alist.
849 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
850 setting font-lock-defaults' SYNTAX-ALIST.
852 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
854 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
857 1999-09-28 Dave Love <fx@gnu.org>
859 * cus-edit.el (custom-comment): Change widget definition.
860 (custom-comment-create, custom-comment-show)
861 (custom-comment-invisible-p): Don't use :comment-overlay.
862 (custom-comment-hide): New function.
863 (custom-variable-set, custom-variable-save)
864 (custom-variable-reset-standard, custom-face-set)
865 (custom-face-save): Use it.
867 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
869 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
871 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
873 * faces.el (region): Doc fix.
875 1999-09-27 Dave Love <fx@gnu.org>
877 * isearch.el (isearch): Add :links in defgroup.
878 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
879 (isearch-switch-frame-handler): Comment out (unused).
880 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
881 (isearch-ring-retreat-edit): Doc fix.
882 (isearch-mouse-yank): New command.
883 (isearch-last-command-char): Removed. Callers changed to use
885 (isearch-char-to-string): Removed. Callers changed to use
888 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
890 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
893 1999-09-25 Gerd Moellmann <gerd@gnu.org>
895 * faces.el (face-differs-from-default-p): Compare face
896 attributes individually.
898 * image.el (put-image, insert-image): Add string argument.
900 1999-09-24 Gerd Moellmann <gerd@gnu.org>
902 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
903 LANG=de_DE.iso88591 on HPUX 11.0.
905 * dired.el (dired-move-to-filename-regexp): Make it work
906 for LANG=de_DE.iso88591 on HPUX 11.0.
908 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
910 * info.el (info-initialize): Don't test existence of ALTERNATIVE
911 if we know for some other reason it should not be used.
913 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
915 (edebug-recursive-edit): Save current-prefix-arg there,
916 bind it, and set it back at the end.
917 (edebug-outside-excursion): Restore and update the outside
918 value of current-prefix-arg.
919 (edebug-emacs-version-specific): Delete support for Epoch.
921 1999-09-24 Howard Melman <howard@silverstream.com>
923 * imenu.el (imenu-after-jump-hook): New variable.
924 (imenu): Run menu-after-jump-hook.
925 (imenu-name-lookup-function): New variable.
926 * imenu.el (imenu--in-alist): Use those variables.
928 1999-09-24 Carsten Dominik <cd@gnu.org>
930 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
931 multiple thebibliography environments.
933 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
934 with recentering window.
935 (reftex-extract-bib-entries-from-thebibliography,
936 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
937 with multiple thebibliography environments.
939 * textmodes/reftex-vars.el
940 (reftex-section-levels): Function allowed as cdr.
941 (reftex-max-section-depth) New option.
943 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
944 with multiple thebibliography environments.
946 1999-09-23 Gerd Moellmann <gerd@gnu.org>
948 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
949 instead of point-min in call to delete-region.
951 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
953 * vc.el (vc-backend-checkout): Use with-temp-file when checking
954 out into arbitrary file names.
956 1999-09-19 Ken'ichi Handa <handa@gnu.org>
958 * language/european.el ("Turkish"): New language environment.
960 1999-09-19 Dave Love <fx@gnu.org>
962 * delim-col.el: New file.
964 1999-09-17 Richard Stallman <rms@gnu.org>
966 * files.el (after-find-file): When visiting a backup file,
969 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
970 (apropos-keybinding-face, apropos-label-face): Likewise.
971 (apropos-property-face, apropos-match-face): Likewise.
972 (apropos-label-properties): New variable.
973 (apropos-print-doc): Use apropos-label-properties.
974 (apropos-print): Set apropos-label-properties.
976 1999-09-15 Richard Stallman <rms@gnu.org>
978 * winner.el: Use aref instead of sref.
980 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
982 1999-09-14 Gerd Moellmann <gerd@gnu.org>
984 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
986 1999-09-14 Richard Stallman <rms@gnu.org>
988 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
989 cookie, even if followed by a letter.
991 1999-09-14 Stephen Eglen <stephen@gnu.org>
993 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
994 --no-line-editing are passed to Octave by including them here
995 rather than storing them in inferior-octave-startup-args.
997 1999-09-14 Eli Zaretskii <eliz@gnu.org>
999 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
1000 command, option, env and sc.
1002 * subr.el (shell-quote-argument): Quote argument with double
1005 1999-09-14 Richard Stallman <rms@gnu.org>
1007 * simple.el (eval-expression-print-level): New variable.
1008 (eval-expression-print-length): New variable.
1009 (eval-expression-debug-on-error): New variable.
1010 (eval-expression): Bind print-level, print-length and
1011 debug-on-error from those vars.
1013 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
1014 Bind print-level, print-length and debug-on-error.
1016 1999-09-14 Inge Frick <inge@nada.kth.se>
1018 * dired.el (dired-recursive-deletes): New custom variable.
1019 (dired-re-no-dot): New variable.
1020 (dired-delete-file): New function deletes files and directories
1022 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
1024 * dired-aux.el (dired-recursive-copies): New custom variable.
1025 (dired-handle-overwrite): Broke a long line.
1026 (dired-copy-file): Call `dired-copy-file-recursive' instead of
1028 (dired-copy-file-recursive): New function. Copy directories
1030 (dired-do-create-files): Added support for generalized directory
1031 target. How-to function may now return a function. New fluid
1032 variable `dired-one-file'.
1033 (dired-copy-how-to-fn): New variable.
1034 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
1035 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
1036 (dired-do-copy-regexp): No recursive copies.
1038 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
1040 * whitespace.el (whitespace-version): Update version to 2.4
1042 * whitespace.el: Add customization variables to conditionally test
1043 any of the five whitespaces, per request from Rune Kleveland
1044 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
1046 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
1048 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
1049 list of modes to be checked for bogus whitespaces.
1051 * whitespace.el (whitespace-rescan-timer-time): Update
1054 * whitespace.el (whitespace-display-unchecked-whitespaces):
1055 new function to update modeline with untested whitespaces.
1057 * whitespace.el (whitespace-buffer): Test only whitespaces whose
1058 checking is turned on, and update modeline using the newly created
1059 `whitespace-display-unchecked-whitespaces'.
1061 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
1062 whose checking is turned on, and update modeline using the newly
1063 created `whitespace-display-unchecked-whitespaces'.
1065 * whitespace.el (whitespace-describe): Update documentation.
1067 * whitespace.el (whitespace-tickle-timer): Test if
1068 `whitespace-rescan-timer-time' is non-zero before tickling timer.
1070 1999-09-13 Dave Love <fx@gnu.org>
1072 * hideif.el (hide-ifdef-mode): Add autoload cookie.
1074 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
1076 (checkdoc-this-string-valid): Don't assume default comment-start.
1078 1999-09-13 Gerd Moellmann <gerd@gnu.org>
1080 * rsz-mini.el: Remove code, keep the interface.
1082 1999-09-13 Dave Love <fx@gnu.org>
1084 * help.el (help-highlight-p): Doc fix.
1086 * faces.el (mode-line, header-line, tool-bar): Add :version.
1087 (highlight, secondary-selection): Add :group.
1088 (trailing-whitespace): Add :group, :version.
1090 * wid-edit.el: Remove some compatibility code and checks.
1091 (widget-specify-field, widget-specify-button): Don't use XEmacs
1093 (widget-overlay-inactive): Change error message.
1094 (widget-button-pressed-face): New variable.
1095 (widget-button-click): Use it.
1096 (widget-documentation-link-add): Specify mouse and button faces.
1097 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
1098 removed now the functionality is built in.
1100 * cus-edit.el: Don't define-widget-keywords.
1101 (multimedia): New group.
1102 (custom-last): Function removed.
1103 (custom-quote): Add vectorp case, comment out characterp case.
1104 (custom-buffer-done-function, custom-raised-buttons): New option.
1105 (Custom-buffer-done): New function.
1106 (custom-buffer-create-internal): Obey custom-raised-buttons,
1108 (custom-button-face): Make it `released-button'.
1109 (custom-button-pressed-face): Make it `pressed-button'
1110 (custom-mode-map): Bind "q" to Custom-buffer-done.
1111 (custom-mode): Deal with raised/pressed buttons.
1113 Changes from Didier Verna:
1114 (custom-prompt-variable): Optional third arg makes prompt for a
1116 (customize-set-value, customize-set-variable,
1117 customize-save-variable): Optional prefix makes function handle
1119 (customize-customized, customize-saved, custom-variable-state-set)
1120 (custom-variable-set, custom-variable-save, custom-face-state-set)
1121 (custom-variable-reset-saved, custom-variable-reset-standard)
1122 (custom-face-set, custom-face-save, custom-face-reset-saved)
1123 (custom-face-reset-standard, customize-save-customized): Handle
1125 (custom-comment-face, custom-comment-tag-face): New face.
1126 (custom-comment): New widget.
1127 (custom-comment-create, custom-comment-delete)
1128 (custom-comment-value-set, custom-comment-show)
1129 ()custom-comment-invisible-p): New functions.
1130 (custom-variable-value-create, custom-face-value-create): Create a
1131 comment field widget.
1132 (custom-variable-menu, custom-face-menu): New entry for custom
1134 (custom-face-value-create): Remove compatibility code.
1135 (custom-save-variables, custom-save-faces): Possibly save custom
1138 * cus-face.el (custom-face-attributes): Simplify :underline,
1139 :overline, :inverse-video cases. Fix up :box case (probably needs
1142 Change from Didier Verna:
1143 (custom-set-faces): The arguments can now have a custom comment as
1146 * custom.el: Don't define-widget-keywords.
1147 Change from Didier Verna:
1148 (custom-set-variables): the arguments can now have a
1149 custom comment as fifth element.
1151 1999-09-13 Richard Stallman <rms@gnu.org>
1153 * info.el (Info-find-node): Cope better if guesspos is too large.
1155 1999-09-12 Gerd Moellmann <gerd@gnu.org>
1157 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
1158 of buffer-substring because buffer-string doesn't copy the
1161 * faces.el (mode-line): Replaces `modeline'.
1162 (toplevel): Make `modeline' an alias for `mode-line'.
1164 1999-09-12 Gerd Moellmann <gerd@gnu.org>
1166 * gs.el: Change `ghostscript' to `postscript' in comment.
1168 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
1170 * emulation/tpu-edt.el (tpu-version): New version.
1171 (tpu-search-overlay, tpu-replace-overlay): New variables.
1172 (tpu-search-highlight, tpu-toggle-direction): New functions.
1173 (tpu-lm-replace): Set tpu-replace-overlay.
1174 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
1177 1999-09-11 Richard Stallman <rms@gnu.org>
1179 * isearch.el (isearch-mode-map): Undo previous change.
1181 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
1182 use all of that as the sexp.
1184 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
1185 and use the initial argument as file name directly.
1186 Likewise if nothing matches.
1188 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
1190 * winner.el: Major changes. Avoid changing point and mark.
1191 Save configurations after they change, not before.
1193 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
1195 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
1196 Bind print-continuous-numbering and print-number-table.
1198 1999-09-10 Dave Love <fx@gnu.org>
1200 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
1202 1999-09-09 Richard Stallman <rms@gnu.org>
1204 * whitespace.el: Finish making it fit Emacs conventions.
1207 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1209 * generic-x.el (bat-generic-mode): "::"-style comments don't
1210 need to begin with "-". Fix the font-lock definitions of ON/OFF
1211 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
1212 from the list of keywords. Add DO to the list of keywords.
1214 1999-09-09 Dave Love <fx@gnu.org>
1216 * byte-opt.el (byte-optimize-backward-char):
1217 (byte-optimize-backward-word): New optimizations.
1218 (side-effect-free-fns, side-effect-and-error-free-fns): Add
1221 1999-09-09 Gerd Moellmann <gerd@gnu.org>
1223 * image.el (put-image): Remove optional buffer parameter.
1225 * faces.el (face-italic-p): Return t only for values `italic'
1228 * mouse.el (mouse-drag-mode-line-1): Extension of former
1229 mouse-drag-mode-line that also drags the header line.
1230 (mouse-drag-mode-line): Call it.
1231 (mouse-drag-header-line): New.
1232 (toplevel): Bind down-mouse-1 on header lines to
1233 mouse-drage-header-line.
1235 1999-09-08 Gerd Moellmann <gerd@gnu.org>
1237 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
1238 (make-mode-line-mouse-sensitive): Replace `top-line' by
1241 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
1243 * help.el (describe-function-1): Don't return empty string for keymaps.
1245 * fill.el (fill-region-as-paragraph, canonically-space-region):
1246 Respect colon-double-space at end of line.
1248 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
1250 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
1251 (backup-buffer): Use it.
1253 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
1255 * generic-x.el (generic-define-unix-modes): Added new modes:
1256 inetd-conf-generic-mode, etc-services-generic-mode,
1257 etc-passwd-generic-mode. These are all defined for Unix by default.
1258 (apache-generic-mode): Use an imenu-generic-expression to list
1259 Configuration keywords.
1260 (samba-generic-mode): Use both ; and # as comment characters.
1261 (samba-generic-mode): Font-lock expressions now highlight name
1263 (bat-generic-mode): Keywords are now case-insensitive through
1264 font-lock-defaults setting.
1265 (java-properties-generic-mode): Supports both ! and # as comment
1267 (java-properties-generic-mode): Added an imenu-generic-expression
1268 (java-properties-generic-mode): Reworked to support the various
1269 different ways to separate name and value (viz, '=', ':' and
1271 (show-tabs-generic-mode): Added this new generic-mode.
1273 1999-09-08 Richard Stallman <rms@gnu.org>
1275 * progmodes/inf-lisp.el: Moved from top directory.
1277 * tar-mode.el (tar-header-block-tokenize):
1278 Use `when' instead of `and'. Fix some clobbered text.
1280 * gud.el (gud-make-debug-menu): Make a child for the
1281 local menu, for its menu bar, and the debug menu.
1282 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
1283 Use the history in the simple way.
1285 1999-09-07 Kenichi Handa <handa@etl.go.jp>
1287 * language/korea-util.el (default-korean-keyboard): Initialize it
1288 according to the environment variable HANGUL_KEYBOARD_TYPE.
1290 1999-09-07 Richard Stallman <rms@gnu.org>
1292 * subr.el (make-temp-file): New function.
1294 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
1296 * font-lock.el (font-lock-multiline): New text property contains
1297 a boolean to indicate if the char is part of a multiline match.
1298 (font-lock-default-fontify-region): Extend the region appropriately
1299 for multiline keywords.
1300 (font-lock-default-unfontify-region): Also remove the new
1301 font-lock-multiline text property.
1302 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
1303 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
1305 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1307 * diary-lib.el (list-diary-entries): Make sure two-digit years
1310 1999-09-07 Gerd Moellmann <gerd@gnu.org>
1312 * faces.el (face-set-after-frame-default): Initialize some
1313 attributes of some faces from frame parameters.
1315 * faces.el (scroll-bar, border, cursor, mouse): New faces.
1317 1999-09-07 Gerd Moellmann <gerd@gnu.org>
1319 * faces.el (fringe): Replaces face `margin'.
1321 1999-09-07 Dave Love <fx@gnu.org>
1323 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
1325 1999-09-07 Richard Stallman <rms@gnu.org>
1327 * subr.el (push): Doc fix.
1329 1999-09-06 Richard Stallman <rms@gnu.org>
1331 * vc.el (vc-annotate-display): Use < 69 not < 70
1332 to distinguish 20YY from 19YY.
1334 * timezone.el (timezone-parse-date): Use < 69 not < 70
1335 to distinguish 20YY from 19YY.
1337 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
1339 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
1341 * quickurl.el: (quickurl-list-focused-line): Removed.
1342 (quickurl-list-insert): Now works out the focused line using
1343 `count-lines' instead of using `quickurl-list-focused-line'.
1345 1999-09-06 Richard Stallman <rms@gnu.org>
1347 * mail/rmail.el (rmail-retry-failure): Unconditionally move
1348 to beginning of message.
1350 1999-09-06 Dave Love <fx@gnu.org>
1352 * isearch.el (isearch-mode-map): Add mouse-2.
1354 * rmail.el (rmail-read-password): Deleted.
1355 (rmail-get-pop-password): Use read-password.
1357 * quickurl.el: Don't conditionally define caddr.
1358 (quickurl-url-comment): Use nth, not caddr in function and
1361 1999-09-06 Richard Stallman <rms@gnu.org>
1363 * auto-show.el: Doc fixes.
1365 1999-09-06 Stephen Eglen <stephen@gnu.org>
1367 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
1368 --no-line-editing so that TABs in source files are not interpreted
1369 as completion requests.
1371 1999-09-06 Gerd Moellmann <gerd@gnu.org>
1373 * hscroll.el, auto-show.el: Remove all code, keep the public
1374 interface as no-ops.
1376 * faces.el (face-bold-p): Don't return t if face has lighter
1379 1999-09-06 Eli Zaretskii <eliz@gnu.org>
1381 * startup.el (command-line): Make small-temporary-file-directory
1382 be nil except on ms-dos.
1384 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
1386 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
1389 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
1390 letters with a colon after d or l.
1392 1999-09-06 Dave Love <fx@gnu.org>
1394 * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.)
1396 1999-09-05 Richard Stallman <rms@gnu.org>
1398 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
1400 * textmodes/paragraphs.el (backward-kill-sentence):
1401 Don't test minibuffer-prompt-end here.
1402 (forward-sentence): Do handle it here.
1403 (backward-kill-paragraph): Don't test it here.
1404 (forward-paragraph): Handle it here.
1406 * mouse.el (font-menu-add-default): Simplify code.
1408 1999-09-05 Gerd Moellmann <gerd@gnu.org>
1410 * faces.el (header-line): Renamed from `top-line'.
1412 1999-09-05 Gerd Moellmann <gerd@gnu.org>
1414 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
1416 1999-09-04 Richard Stallman <rms@gnu.org>
1418 * whitespace.el: New file.
1420 1999-09-04 Dave Love <fx@gnu.org>
1422 * paths.el: Make some doc strings obey the make-docfile convention.
1424 * bindings.el: Likewise.
1425 (debug-ignored-errors): Remove BBDB ones.
1427 1999-09-03 Richard Stallman <rms@gnu.org>
1429 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
1430 not from the draft to forward.
1432 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
1434 1999-09-03 Dave Love <fx@gnu.org>
1436 * double.el (double-mode): Customize the variable.
1438 1999-09-03 Kenichi Handa <handa@etl.go.jp>
1440 * international/characters.el: Delete duplicated code.
1442 1999-09-02 Richard Stallman <rms@gnu.org>
1444 * indent.el (indent-relative): Doc fix.
1446 * quickurl.el (quickurl): Doc fix.
1448 1999-09-02 Gerd Moellmann <gerd@gnu.org>
1450 * faces.el (margin): Change background to "gray" for mono (this is
1451 drawn with a stipple pattern).
1453 1999-09-02 Gerd Moellmann <gerd@gnu.org>
1455 * simple.el (next-history-element): Use minibuffer-prompt-end once
1456 again. Remove test for minibuffer-prompt-in-buffer.
1458 1999-09-02 Eli Zaretskii <eliz@gnu.org>
1460 * files.el (small-temporary-file-directory): New variable.
1462 * startup.el (command-line): Compute the value of
1463 small-temporary-file-directory.
1465 * ediff-init.el (ediff-temp-file-prefix): Use
1466 small-temporary-file-directory if non-nil.
1468 * vc.el (vc-update-change-log): Likewise.
1470 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
1472 * simple.el (shell-command, shell-command-on-region): Use
1473 make-temp-name properly. Use small-temporary-file-directory if
1474 non-nil, otherwise temporary-file-directory, to generate temporary
1477 * dos-w32.el (direct-print-region-helper): Use
1478 temporary-file-directory. (From Stefan Monnier.)
1480 1999-09-02 Richard Stallman <rms@gnu.org>
1482 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
1483 from asm-comment-char.
1484 (asm-font-lock-keywords): Recognize instruction width suffixes.
1486 1999-09-01 Richard Stallman <rms@gnu.org>
1488 * play/fortune.el: New file.
1490 1999-08-31 Dave Love <fx@gnu.org>
1492 * help.el (help-make-xrefs): Don't lose on non-empty blank line
1495 * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay
1498 * subr.el (push): Fix typo.
1500 1999-08-30 Kevin Blake <kblake@ticnet.com>
1502 * emacs-lisp/ring.el: Many doc fixes.
1503 (ring-size, ring-copy): New functions.
1505 1999-08-29 Richard Stallman <rms@gnu.org>
1507 * progmodes/etags.el (tags-loop-continue):
1508 After tags-loop-operate returns, force skip to next file.
1510 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
1511 (mail-extr-first-letters, mail-extr-last-letters):
1512 Use character classes [:alpha:] and [:alnum:].
1514 * subr.el (push, pop): New macros.
1516 * progmodes/compile.el (compilation-error-regexp-alist):
1517 New item for SGI IRIX MipsPro compilers.
1519 * speedbar.el (speedbar-directory-buttons): Recognize
1520 device names when checking for file names.
1522 * array.el (array-reconfigure-rows): Use generate-new-buffer.
1524 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
1525 and specially handle defvar inside their expansions.
1526 (eval-defun-1): New subroutine.
1528 * progmodes/compile.el (compilation-error-regexp-alist):
1529 Fix the Perl -w entry to allow period after line number.
1530 Don't allow newlines in file name, but allow them after line number
1531 for Perl debugging traces.
1533 * which-func.el (which-func-cleanup-function): New variable.
1534 (which-function): Call that function.
1536 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
1537 to end a function name.
1539 * informat.el (Info-tagify): Don't insert more than one newline
1540 before the tag table.
1542 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
1544 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
1545 than make-temp-name, use match-string-no-properties, and eliminate
1546 a quadratic behavior when building bibtex-strings.
1548 1999-08-29 Alex Schroeder <alex@gnu.org>
1550 * comint.el (comint-input-ring-separator): New variable.
1551 (comint-read-input-ring): Doc change; use
1552 comint-input-ring-separator when reading file.
1553 (comint-write-input-ring): Use
1554 comint-input-ring-separator when writing file.
1556 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
1558 * informat.el (Info-tagify): Start by widening.
1559 Match node headers that don't list the file name,
1560 and more kinds of page separations.
1561 Strip properties during tagification.
1562 Use start of node header line as tag's position.
1563 Fix the "done" message.
1565 (Info-validate): Save and restore match data around narrowing down.
1567 1999-08-28 Richard M. Stallman <rms@gnu.org>
1569 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
1570 On repeated call, override previous values put into
1571 minor-mode-map-alist and minor-mode-alist.
1573 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
1575 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
1577 1999-08-27 Andreas Schwab <schwab@gnu.org>
1579 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
1582 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1584 * calendar/calendar.el (calendar-move-hook): New hook.
1586 * calendar/cal-move.el: Call the new hook in every movement function.
1588 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
1589 the right function name.
1591 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
1593 * time-stamp.el: Put quote-backquote around all symbol names
1594 in doc strings, for mousing.
1595 (time-stamp): support multi-line patterns.
1596 (time-stamp-inserts-lines): new variable.
1597 (time-stamp-count): new variable.
1598 (time-stamp-string-preprocess): fixed bug where "%%a" becomes
1599 "Thu" instead of "%a".
1601 1999-08-25 Gerd Moellmann <gerd@gnu.org>
1603 * simple.el (kill-word): Undo previous change.
1605 1999-08-25 Gerd Moellmann <gerd@gnu.org>
1607 * jit-lock.el (jit-lock-function): Extend the fontified range
1608 to the beginning of the line containing the range start and
1609 the beginning of the line following the range end.
1611 1999-08-24 Dave Love <fx@gnu.org>
1613 * timezone.el: Move provide to end.
1614 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
1616 (timezone-parse-time): Simplify somewhat.
1618 1999-08-24 Gerd Moellmann <gerd@gnu.org>
1620 * faces.el (margin): Renamed from bitmap-area.
1622 1999-08-24 Alex Schroeder <alex@gnu.org>
1624 * sql.el: Doc changes.
1625 (sql-sybase): use sql-server instead of sql-database.
1627 1999-08-23 Dave Love <fx@gnu.org>
1629 * rect.el: Add/fix various doc strings. Add `*' to all the
1632 1999-08-21 Gerd Moellmann <gerd@gnu.org>
1634 * jit-lock.el (jit-lock-function): Use line-beginning-position.
1635 Don't unwind-protect font-lock-fontify-region.
1637 * paragraphs.el (backward-kill-paragraph): Don't move
1638 point into mini-buffer prompt.
1639 (backward-kill-sentence): Ditto.
1641 * simple.el (next-history-element): Use minibuffer-prompt-end.
1642 Remove test for minibuffer-prompt-in-buffer.
1643 (kill-word): Don't move point into mini-buffer prompt.
1645 1999-08-21 Dave Love <fx@gnu.org>
1647 * Makefile: Exclude CVS dirs like RCS.
1649 1999-08-19 Dave Love <fx@gnu.org>
1651 * tooltip.el (tooltip-mode): Customize this, per convention.
1652 (tooltip-active): Option deleted.
1654 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
1656 * hanoi.el, page-ext.el: Declare dynamic vars.
1658 * term.el: Avoid ange-ftp related compilation warnings.
1660 1999-08-18 Gerd Moellmann <gerd@gnu.org>
1662 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
1663 the default so that beginners can benefit from it without
1664 searching in manuals.
1666 1999-08-18 Ray Blaak <blaak@gnu.org>
1668 * progmodes/delphi.el: Consider assembly sections as blocks, to
1669 indent them better. Make auto-indent on newline optional.
1671 1999-08-17 Gerd Moellmann <gerd@gnu.org>
1673 * bindings.el (mode-line-modified): Look up key binding for C-x
1674 C-q. If it's bound call that binding, otherwise call
1677 1999-08-17 Dave Love <fx@gnu.org>
1679 * info.el (info): Doc fix.
1681 * finder.el (finder-known-keywords): Add `multimedia'.
1683 * apropos.el: Don't capitalize custom group name.
1685 * info-look.el: Remove compatibility code.
1686 (info-lookup-guess-default*): DTRT for point at start of symbol.
1687 (info-complete): Don't lose with point not at end of symbol.
1689 1999-08-16 Gerd Moellmann <gerd@gnu.org>
1691 * term.el (toplevel): Make face `term-default' an empty face.
1692 The code relied on the fact that Emacs ignored invalid faces in
1693 face text properties in 20.4.
1695 1999-08-16 Richard M. Stallman <rms@gnu.org>
1697 * subr.el (point-at-eol, point-at-bol): New aliases.
1699 * simple.el: Functions reordered.
1701 * rect.el (delete-rectangle-line): Use line-end-position.
1703 1999-08-16 Karl Heuer <kwzh@gnu.org>
1705 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
1706 here from simple.el.
1708 1999-08-16 Dave Love <fx@gnu.org>
1710 * mouse.el: Provide `mldrag' for compatibility.
1711 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
1714 * mldrag.el: Removed since the features are in mouse.el.
1716 * jka-compr.el (auto-compression-mode): New variable for
1719 * bindings.el (mode-line-mule-info): Doc fix.
1721 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
1724 * files.el (interpreter-mode-alist): Add make, guile, clisp.
1725 (find-file): Doc fix.
1727 1999-08-16 Carsten Dominik <cd@gnu.org>
1729 * textmodes/reftex.el: Most of the code moved to other files.
1730 * textmodes/reftex-auc.el: New file, split out from reftex.el
1731 * textmodes/reftex-cite.el: New file, split out from reftex.el
1732 * textmodes/reftex-global.el: New file, split out from reftex.el
1733 * textmodes/reftex-index.el: New file, split out from reftex.el
1734 * textmodes/reftex-parse.el: New file, split out from reftex.el
1735 * textmodes/reftex-ref.el: New file, split out from reftex.el
1736 * textmodes/reftex-sel.el: New file, split out from reftex.el
1737 * textmodes/reftex-toc.el: New file, split out from reftex.el
1738 * textmodes/reftex-vars.el: New file, split out from reftex.el
1739 * textmodes/reftex-vcr.el: New file, split out from reftex.el
1741 1999-08-16 Carsten Dominik <cd@gnu.org>
1743 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
1744 conflict with pop-up-frames.
1745 (reftex-special-environment-parsers): New constant.
1746 (reftex-label-alist): car of an entry can also be a function.
1747 (reftex-what-special-env): new function.
1748 (reftex-label-location): Call `reftex-what-special-env'.
1749 (reftex-compile-variables): Check for symbol in
1750 `reftex-label-alist'.
1751 (reftex-what-environment): fixed bug with stacked environments of
1752 same kind (e.g. enumerate).
1753 (reftex-process-string): Preserve default directory.
1754 (reftex-label-alist-builtin): changed prefixes of endnote and
1755 footnote. Also the magic words.
1756 (reftex-reference): Interprete new option
1757 `reftex-fref-is-default'.
1758 (reftex-replace-prefix-escapes): Interprete new `%S' format.
1759 (reftex-toc-mouse-view-line): Command removed (had no binding).
1760 (reftex-everything-regexp): New function.
1761 (reftex-nearest-match): Made better.
1762 (reftex-toc-find-section): Use new version of
1763 `reftex-nearest-match'.
1764 (reftex-insert-docstruct): adapted to work with the index stuff.
1765 (reftex-parse-from-file): Find index entries as well.
1766 (reftex-toc-toggle-index): New function
1767 (reftex-toc-map): `i' is now used to togle the index, File
1768 boundaries has been moved to `F'.
1769 (reftex-select-label-map): Toggling display of file boundaries is
1770 now on the `F' key, for consistency with `reftex-toc-map'.
1771 (reftex-erase-all-selection-and-index-buffers): Renamed from
1772 `reftex-erase-all-selection-buffer'. Now also kills the index
1774 (reftex-viewing-cross-references): Customization group renamed
1775 from reftex-viewing-cross-references-and-citations.
1776 (reftex-index-macro-regexp,
1777 reftex-find-index-entry-regexp-format): New variables
1778 (reftex-macros-with-index): New variable
1779 (reftex-add-index-macros): New function
1780 (reftex-renumber-simple-labels, reftex-translate): Allow for
1781 multiple labels in a single ref command.
1782 (reftex-index-support): New customization group
1783 (reftex-support-index, reftex-index-special-chars,
1784 reftex-index-macros, reftex-index-default-macro,
1785 reftex-index-default-tag, reftex-index-math-format,
1786 reftex-index-section-letters, reftex-index-include-context,
1787 reftex-index-follow-mode, reftex-index-header-face,
1788 reftex-index-section-face, reftex-index-tag-face,
1789 reftex-index-face): New options
1790 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
1791 reftex-index-tag, reftex-index-return-marker,
1792 reftex-index-restriction-indicator, reftex-index-restriction-data,
1793 reftex-index-macro-regexp, reftex-index-level-re,
1794 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
1795 reftex-everything-regexp-no-index, reftex-index-re,
1796 reftex-macros-with-index, reftex-index-macro-alist): New variables
1797 (reftex-index-help, reftex-index-macros-builtin,
1798 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
1799 reftex-query-index-macro-help): New constants
1800 (reftex-index-selection-or-word, reftex-index,
1801 reftex-default-index, reftex-update-default-index,
1802 reftex-index-complete-tag, reftex-index-select-tag,
1803 reftex-index-complete-key, reftex-index-update-taglist,
1804 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
1805 reftex-display-index, reftex-insert-index,
1806 reftex-index-insert-new-letter, reftex-get-restriction,
1807 reftex-index-pre-command-hook, reftex-index-post-command-hook,
1808 reftex-index-show-help, reftex-index-next, reftex-index-previous,
1809 reftex-index-toggle-follow, reftex-index-toggle-context,
1810 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
1811 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
1812 reftex-index-quit, reftex-index-quit-and-kill,
1813 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
1814 reftex-index-revert, reftex-index-switch-index-tag,
1815 reftex-index-restrict-to-section, reftex-index-widen,
1816 reftex-index-restriction-forward,
1817 reftex-index-restriction-backward, reftex-index-visit-location,
1818 reftex-index-analyze-entry, reftex-index-globalize,
1819 reftex-index-edit, reftex-index-toggle-range-beginning,
1820 reftex-index-toggle-range-end, reftex-index-edit-key,
1821 reftex-index-edit-attribute, reftex-index-edit-visual,
1822 reftex-index-edit-part, reftex-index-level-down,
1823 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
1824 reftex-index-change-entry, reftex-index-goto-letter,
1825 reftex-add-index-macros, reftex-ensure-index-support,
1826 reftex-index-info-safe, reftex-index-info): New functions.
1829 1999-08-15 Richard M. Stallman <rms@gnu.org>
1831 * paren.el (show-paren-mode): Support making show-paren-mode
1832 a buffer-local variable. Don't check for a window system.
1833 (show-paren-function): Check whether show-paren-function is
1834 enabled in current buffer; do the right thing if not.
1835 Don't check for a window system.
1836 (show-paren-mode): Make it a user variable.
1838 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
1839 Handle `enum' like `struct'.
1841 * server.el (server-process-filter): If a client visits no buffers,
1842 close it immediately before recording it.
1844 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
1845 Optimize by calling concat just once. Handle =\n sequence.
1846 (mail-unquote-printable-region): New command.
1847 (mail-quote-printable): Make it autoload.
1849 1999-08-15 Karl Heuer <kwzh@gnu.org>
1851 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
1853 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1855 * lisp/texinfmt.el: Handle @ifnottex.
1857 1999-08-15 Eli Zaretskii <eliz@gnu.org>
1859 * frame.el (blink-cursor): Don't turn on cursor blinking for
1862 * faces.el (face-valid-attribute-values): Look in
1863 x-bitmap-file-path only for x and w32 window systems.
1865 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
1866 Do that if width is nil as well.
1867 (x-display-mm-height, x-display-mm-width): Update values.
1868 (x-colors): Compute the list from msdos-color-values.
1869 (x-select-enable-clipboard): Doc fix.
1870 (x-frob-font-weight, x-font-family-list): New functions.
1872 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
1874 * window.el (shrink-window-if-larger-than-buffer): Don't try to
1875 back up from beginning of buffer.
1877 1999-08-13 Karl Heuer <kwzh@gnu.org>
1879 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
1881 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
1883 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
1884 doomsday clock, speed control is added and changes are made to
1885 allow large numbers of rings: rings now show the whole ring
1886 number, not just the last digit; consecutive rings are allowed to
1887 be the same size when necessary to fit all the rings in the
1888 window; and poles can be oriented horizontally. Face support is
1889 thrown in gratuitously.
1890 (hanoi): Changed default number of rings back to 3.
1891 (hanoi-unix, hanoi-unix-64): New commands
1892 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
1893 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
1894 hanoi-odd-ring-face): New variables.
1895 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
1896 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
1897 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
1898 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
1899 (hanoi-topos, hanoi-draw-ring): Removed.
1901 1999-08-12 Gerd Moellmann <gerd@gnu.org>
1903 * faces.el (face-valid-attribute-values): Return an alist for
1905 (face-read-integer): Handle unspecified face attributes. Add
1906 completion for `unspecified'.
1907 (read-face-attribute): Handle unspecified font attributes.
1908 (face-valid-attribute-values): Add `unspecified' to lists so that
1909 it can be chosen via completion.
1910 (face-read-string): Don't recognize "none" as input.
1912 1999-08-10 Dave Love <fx@gnu.org>
1914 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
1917 * sun-curs.el: Require sun-fns.
1919 1999-08-10 Dave Love <fx@gnu.org>
1921 * autorevert.el (auto-revert-mode): Add autoload cookie.
1923 * hscroll.el, auto-show.el: Files deleted -- we have built-in
1926 * simple.el (hscroll-step, hscroll-point-visible)
1927 (hscroll-window-column): Remove now we have the mentioned real
1928 horizontal autoscrolling.
1930 1999-08-10 Richard M. Stallman <rms@gnu.org>
1932 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
1933 control use of -f option.
1934 (mail-specify-envelope-from): New variable.
1935 (mail-from-style): Doc fix.
1937 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
1938 (easy-menu-get-map): New arg TO-MODIFY helps choose
1939 between local and global maps.
1940 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
1941 (easy-menu-change): Doc fix.
1943 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
1944 (info-lookup-guess-default): Simplified and cleaned up.
1945 (info-lookup-guess-default*): Preserve point.
1947 * view.el (view-mode-disable): If buffer-read-only is nil,
1950 * files.el (after-find-file): Disable View mode if buffer is no
1953 * view.el (view-mode-enable, view-mode-disable):
1954 Call force-mode-line-update.
1956 1999-08-10 Karl Heuer <kwzh@gnu.org>
1958 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
1959 * array.el, play/landmark.el, international/latin-3.el: Likewise.
1960 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
1962 1999-08-10 Alex Schroeder <asc@bsiag.com>
1964 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
1965 to prevent m-eating-bug.
1967 1999-08-10 Eli Zaretskii <eliz@gnu.org>
1969 * term/pc-win.el (msdos-bg-mode): Remove. Call
1970 frame-set-background-mode instead. All callers changed.
1971 (msdos-face-setup): Don't force color display parameter, it is set
1972 by frame-set-background-mode.
1973 (make-msdos-frame): Call x-handle-reverse-video and
1974 face-set-after-frame-default. Delete frame if creation failed.
1976 * faces.el (face-set-after-frame-default): Don't call
1977 make-face-x-resource-internal for the pc window-system.
1979 1999-08-10 Dave Love <fx@melange.gnu.org>
1981 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
1982 case with no docstring specially.
1984 1999-08-09 Eli Zaretskii <eliz@gnu.org>
1986 * complete.el (PC-do-completion): If completing on file name,
1987 reproduce str by concatenating its directory and basename parts.
1989 1999-08-07 Dave Love <fx@gnu.org>
1991 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
1992 unibyte to multibyte conversion of search-forward (from Handa),
1993 but avoid the replacement if the language is Latin-N.
1995 1999-08-06 Richard Stallman <rms@gnu.org>
1997 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
2000 * international/mule.el (load-with-code-conversion):
2001 Pass t to eval-buffer for DO-ALLOW-PRINT.
2003 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
2005 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
2006 of filenames and attributes.
2007 (ls-lisp-insert-directory): Use directory-files-and-attributes
2010 1999-08-05 Dave Love <fx@gnu.org>
2012 * auto-show.el (auto-show-mode): Fix :set.
2014 * widget.el (define-widget-keywords): Make dummy definition and
2015 comment-out its use.
2017 1999-08-04 Richard Stallman <rms@gnu.org>
2019 * progmodes/tcl.el: Customized.
2021 * sql.el (sql-accumulate-and-indent): Instead of testing
2022 whether this is Emacs 20 before calling comint-accumulate,
2023 test whether comint-accumulate is defined.
2025 1999-08-04 Dave Love <fx@gnu.org>
2027 * sgml-mode.el: Require outline when compiling.
2028 (sgml-mode-hook, html-mode-hook): Customize.
2029 (sgml-validate-command): Fix :version.
2030 (html-autoview-mode): Doc fix.
2032 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
2033 nothing in Latin-N environment.
2035 * info.el (Info-find-node): Call info-initialize here.
2037 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
2039 1999-08-04 Richard Stallman <rms@gnu.org>
2041 * ansi-color.el: New file.
2043 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
2045 * dired.el (dired-string-replace-match): Return `nil' when no match
2046 found with global search.
2048 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
2049 * terminal.el (te-terminfo-directory):
2050 * mail/mailpost.el (post-mail-send-it):
2051 * mail/metamail.el (metamail-region):
2052 * progmodes/ada-mode.el (ada-tmp-directory):
2053 Use temporary-file-directory.
2055 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
2056 (compilation-filter, compilation-forget-errors)
2057 (compilation-parse-errors): Use a marker instead of an integer for
2058 `compilation-parsing-end'.
2060 * progmodes/diff.el (diff-parse-differences):
2061 Use a marker instead of an integer for `compilation-parsing-end'.
2062 * textmodes/tex-mode.el (tex-compilation-parse-errors):
2063 Use a marker instead of an integer for `compilation-parsing-end'.
2065 1999-08-03 Richard Stallman <rms@gnu.org>
2067 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
2068 (Buffer-menu-mode): Doc fix.
2069 (Buffer-menu-view): New command.
2070 (Buffer-menu-view-other-window): New command.
2072 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
2074 * replace.el (query-replace-regexp-eval)
2075 (replace-eval-replacement, replace-loop-through-replacements)
2076 (replace-match-string-symbols): New functions.
2077 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
2078 Use replace-loop-through-replacements.
2080 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
2082 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
2085 1999-08-03 Dave Love <fx@gnu.org>
2087 * fortran.el (fortran-indent-new-line): Make it an alias
2088 for reindent-then-newline-and-indent.
2090 1999-08-03 Didier Verna <verna@inf.enst.fr>
2092 * rect.el: All functions rewritten, except when noted above
2093 their declaration. Below is a list of interface changes.
2094 (apply-on-rectangle): New function, mostly replaces
2095 `operate-on-rectangle'. All callers changed.
2096 (move-to-column-force): Pass new second argument to `move-to-column'.
2097 (kill-rectangle): Added optional prefix arg to fill lines.
2098 (delete-rectangle): Ditto.
2099 (delete-whitespace-rectangle): Ditto.
2100 (delete-extract-rectangle): Ditto.
2101 (open-rectangle): Ditto.
2102 (clear-rectangle): Ditto.
2103 (delete-whitespace-rectangle-line): New function.
2104 (delete-rectangle-line): Added third arg FILL.
2105 (delete-extract-rectangle-line): Ditto.
2106 (open-rectangle-line): Ditto.
2107 (clear-rectangle-line): Ditto.
2109 1999-08-03 Ray Blaak <blaak@gnu.org>
2111 * progmodes/delphi.el: New file.
2113 1999-08-02 Richard Stallman <rms@gnu.org>
2115 * textmodes/outline.el (outline-previous-heading): New function.
2116 (outline-up-heading-all): Use outline-previous-heading.
2117 (outline-next-heading): Delete definition inserted yesterday.
2119 1999-08-01 Richard Stallman <rms@gnu.org>
2121 * textmodes/outline.el (outline-next-heading): New function.
2122 (outline-up-heading-all): New function.
2123 (outline-font-lock-level): Using outline-up-heading-all.
2124 Tell outline-back-to-heading to accept invisible headings.
2126 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
2128 * mail/mh-utils.el (mh-find-path-run): New variable.
2129 (mh-find-path): Test and set that.
2130 Set mail-user-agent only the first time this function is run.
2131 (mail-user-agent): Defvar deleted.
2133 * info.el (info-initialize): New function.
2134 (info): Call info-initialize.
2135 (Info-directory-list): Initialize to nil,
2136 so info-initialize will set it up for real.
2138 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2140 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
2141 does not interpret a time as the year in a day-month entry.
2143 * calendar/diary-lib.el: Change syntax table entry for colon in
2144 the diary as part of the european-date-diary-pattern fix.
2146 1999-08-01 Eli Zaretskii <eliz@gnu.org>
2148 * international/mule.el (set-auto-coding): Allow whitespace before
2149 and after the "variable: value" pair.
2151 1999-07-30 Ken'ichi Handa <handa@gnu.org>
2153 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
2154 (default-sendmail-coding-system): Doc-string fixed.
2156 1999-07-30 Dave Love <fx@gnu.org>
2158 * subr.el (assoc-delete-all): New function, renamed from
2161 * frame.el: Change comments to doc strings and other doc fixes.
2162 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
2164 (set-background-color, set-foreground-color, set-cursor-color)
2165 (set-mouse-color, set-border-color): Offer completion of colours.
2166 (cursor): Add :version to defgroup.
2168 * facemenu.el (list-colors-display): Make it work on ttys.
2169 (facemenu-read-color): Likewise.
2171 1999-07-30 Richard M. Stallman <rms@gnu.org>
2173 * frame.el (frame-notice-user-settings): If background
2174 color has been changed, update background-mode from it,
2177 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
2179 * net-utils.el (finger): Don't do indirect fingering.
2181 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2183 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
2184 rules. Add separator at end of holidays.
2185 (cal-tex-rules): New customizable variable.
2186 (cal-tex-latexify-list): Add optional parameter to put separator
2189 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
2191 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
2192 fill prefix on each line while looping to the end of paragraph.
2193 End paragraph if it's longer than the existing fill prefix.
2195 * textmodes/fill.el (fill-context-prefix): Doc fix.
2197 1999-07-30 Dave Love <fx@gnu.org>
2199 * font-lock.el (jit-lock): Fix :load, add :version.
2201 1999-07-30 Eli Zaretskii <eliz@gnu.org>
2203 * term/pc-win.el (msdos-face-setup): Register standard colors in
2204 Vface_tty_color_alist.
2205 (face-color-supported-p, face_color_gray_p): New functions.
2207 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
2210 * startup.el (command-line): Don't register default colors for
2211 MSDOS window-system.
2213 1999-07-29 Dave Love <fx@gnu.org>
2215 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
2218 * lisp-mode.el (eval-defun): Re-written to avoid
2219 capturing variables.
2221 * picture.el (picture-beginning-of-line): Don't call
2222 hscroll-point-visible now we have real autoscrolling.
2223 (picture-end-of-line, picture-newline, picture-open-line):
2226 * international/latin-8.el: New file.
2227 * international/latin-9.el: New file.
2229 1999-07-28 Dave Love <fx@gnu.org>
2231 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
2233 * msb.el: Require cl only when compiling.
2234 (msb--home-dir): Deleted.
2235 (msb--format-title): Use abbreviate-file-name.
2236 (msb--choose-file-menu): Simplify string comparison.
2238 1999-07-28 Gerd Moellmann <gerd@gnu.org>
2240 * faces.el (toolbar): Add face definition for mono displays.
2242 1999-07-27 Richard M. Stallman <rms@gnu.org>
2244 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
2246 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
2247 force copying of default-frame-alist.
2249 1999-07-26 Ken'ichi Handa <handa@gnu.org>
2251 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
2253 1999-07-26 Richard M. Stallman <rms@gnu.org>
2255 * frame.el (set-mouse-color): If new color is nil,
2256 really respecify the current color.
2258 1999-07-26 Gerd Moellmann <gerd@gnu.org>
2260 * faces.el (bitmap-area): Change background of face `bitmap-area'
2261 to white for mono displays.
2263 1999-07-26 Kenichi Handa <handa@etl.go.jp>
2265 * international/ccl.el (ccl-embed-symbol): New function.
2266 (ccl-program-p): Deleted. Now it's implemented in C code.
2267 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
2268 (ccl-compile-translate-character): Likewise.
2269 (ccl-compile-map-single): Likewise.
2270 (ccl-compile-multiple-map-function): Likewise.
2271 (declare-ccl-program): Doc-string modified.
2272 (check-ccl-program): Check compiled CCL code by ccl-program-p.
2274 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
2276 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
2278 1999-07-25 Markus Rost <rost@gnu.org>
2280 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
2281 the entries to make custom-file more readable.
2283 1999-07-25 Richard M. Stallman <rms@gnu.org>
2285 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
2287 * emacs-lisp/edebug.el: Delete compatibility code.
2288 (edebug-next-token-class): If . is followed by a digit,
2289 return `symbol' for the token class.
2291 * startup.el (command-line): If we don't find the user's init file,
2292 set user-init-file to nil.
2294 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2296 * info-look.el (info-lookup-interactive-arguments): Add optional
2297 argument query for new choice of help mode.
2298 (info-lookup-symbol): Use it.
2299 (info-lookup-file): Ditto.
2300 (info-lookup): Don't switch to other window, if already in Info
2303 1999-07-23 Dave Love <fx@gnu.org>
2305 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
2307 (fortran-fontify-string, fortran-match-!-commen): Deleted.
2308 (fortran-font-lock-syntactic-keywords): New variable.
2309 (fortran-mode): Use it.
2310 (fortran-font-lock-keywords-1): Don't do comments.
2311 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
2314 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
2316 * msb.el (msb-menu-bar-update-buffers): Renamed from
2317 menu-bar-update-buffers.
2318 (msb-custom-set, msb--toggle-menu-type): Call
2319 msb-menu-bar-update-buffers.
2320 (msb-mode): Revise the hook setting.
2322 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
2324 1999-07-23 Gerd Moellmann <gerd@gnu.org>
2326 * font-lock.el, help.el, simple.el: Re-integrate previously
2327 described changes that were lost due to errors while checking them
2330 1999-07-23 Kevin Blake <kblake@ticnet.com>
2332 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
2334 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
2336 * international/encoded-kb.el
2337 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
2338 but push it to unread-command-events.
2339 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
2340 (encoded-kbd-self-insert-sjis): Likewise.
2341 (encoded-kbd-self-insert-big5): Likewise.
2343 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
2344 before left margin and fill-prefix by fill-find-break-point.
2346 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2348 * info-look.el (info-lookup-setup-mode): Don't give up, if
2349 info-lookup-make-completions returns an error.
2350 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
2351 name latex, not latex2e.
2353 1999-07-21 Richard M. Stallman <rms@gnu.org>
2355 * replace.el (perform-replace): Turn off case-fold-search
2356 if FROM-STRING argument has uppercase in it.
2358 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2360 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
2361 mode is on. Don't use end of changed text.
2363 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2365 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
2366 (cl-hash-table-p): Renamed from hash-table-p.
2367 (cl-hash-table-count): Renamed from hash-table-count.
2368 (maphash): Alias to cl-maphash removed.
2369 (gethash): Likewise.
2370 (puthash): Likewise.
2371 (remhash): Likewise.
2372 (clrhash): Likewise.
2374 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2376 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
2377 third arg non-nil. See comment there why this isn't a good idea.
2379 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2381 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
2383 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
2384 sit-for with 3rd arg non-nil to prevent redisplay.
2386 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2388 * image.el (image-type-from-file-header): If file doesn't
2389 have a directory part, add data-directory.
2391 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2393 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
2394 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
2395 motion handling when tooltip-gud-tips-p is nil.
2397 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2399 * tooltip.el (tooltip-mode): Don't use `plusp'.
2400 (tooltip-active): Use initial value of nil.
2402 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
2404 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2406 * bindings.el (make-mode-line-mouse-sensitive): Add key
2407 definitions for `top-line'.
2409 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2411 * faces.el (top-line): New face.
2413 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2415 * image.el (image-type-regexps): Add regexp for PS files.
2417 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2419 * faces.el (set-face-attribute): Fix wrong handling of frame
2422 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2424 * image.el (image-type-regexps): Add PNG format.
2426 1999-07-21 Dave Love <fx@gnu.org>
2428 * bindings.el (mode-line-modified): New variable.
2429 (mode-line-mode-menu-1): Switch to appropriate window before
2432 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2434 * faces.el (face-underline): Removed.
2435 (face-underline-color): Ditto.
2437 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2439 * faces.el (face-x-resources): Fix typo.
2441 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2443 * faces.el: Remove handling of `:relief', extend handling of
2445 (frame-set-background-mode): Choose new defface specs after
2446 frame parameters have changed.
2448 * cus-face.el: Ditto.
2450 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2452 * custom.el (defface): Extend documentation to include new
2455 * cus-face.el (custom-face-attributes): Add overline,
2456 strike-through, box.
2458 * faces.el (face-valid-attribute-values): Handle overline,
2459 strike-through, box.
2460 (face-attribute-name-alist): Add pairs for new face attributes.
2461 (describe-face): Handle new face attributes.
2463 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2465 * faces.el (face-x-resources): Add overline, strike-through, box.
2467 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2469 * enriched.el (enriched-translations): Add `display' and
2471 (enriched-handle-display-prop): New.
2472 (enriched-decode-display-prop): New.
2474 * format.el (top-level): Give `display' property
2475 `format-list-atomic-p.
2476 (format-annotate-single-property-change): Test that property.
2477 If present, treat list property values like atoms.
2479 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2481 * cus-face.el (custom-face-attributes): Use `choice' everywhere
2482 so that "*" can be entered.
2484 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2486 * cus-face.el (custom-face-attributes): Don't use `#''.
2488 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
2490 * cus-face.el (custom-face-attributes): Return underline
2491 face attribute directly from the second lambda of underline.
2493 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2495 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
2497 * frame.el (after-setting-font-hooks): New variable.
2498 (set-frame-font): Run those hooks.
2500 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
2502 * faces.el (set-face-attribute): Fix doc string.
2504 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2506 * cus-face.el (custom-face-attributes): Accept color name.
2508 * faces.el (face-underline-p): Accept unspecified underlining.
2509 (face-underline): Ditto. Fix doc string.
2511 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
2513 * faces.el (face-underline-color): New function.
2515 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
2517 * cus-face.el (custom-face-attributes): Support underline coloring.
2518 Added slot to choose a color.
2520 * faces.el (face-underline): New function.
2521 (face-underline-p): Support underline coloring.
2522 Return nil only if the underline attribute is 'normal.
2523 (set-face-underline): New function.
2524 (face-valid-attribute-values): Support underline coloring.
2526 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2528 * image.el (insert-image): Use `display' instead of `glyph'
2529 as text property name.
2531 (image-type-from-file-header): Use insert-file-contents-literally.
2533 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2535 * easymenu.el (easy-menu-do-add-item): Don't use the empty
2536 string to indicate separators.
2538 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2540 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
2541 instead of message-log.
2543 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2545 * faces.el (bitmap-area): New face.
2547 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2549 * image.el (insert-image): New.
2551 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2553 * frame.el (blink-cursor): Set the symbol's value.
2554 (show-trailing-whitespace): Change group to font-lock.
2556 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2559 * font-lock.el: Add jit-mode as new support mode.
2561 * font-lock.el (font-lock-fontify-keywords-region): Stop when
2562 reaching end instead of letting re-search-forward signal an error.
2563 (demand-lock-mode): New.
2564 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
2565 (font-lock-turn-off-thing-lock): Ditto.
2566 (font-lock-after-fontify-buffer): Ditto.
2567 (font-lock-after-unfontify-buffer): Ditto.
2569 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2573 * startup.el (command-line-1): Activate tooltip mode if
2576 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2578 * faces.el (toolbar): Grey default background.
2581 * image.el (image-type-regexps): New.
2582 (image-type-from-file-header): New.
2583 (create-image): Call it.
2585 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2587 * image.el: New file.
2589 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2591 * bindings.el (mode-line-format): Replace `mode-name' with
2592 `(:eval mode-line-mode-name)'.
2593 (mode-line-mode-name): New.
2594 (make-mode-line-mouse-sensitive): Don't change default value
2597 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2599 * tooltip.el: New file.
2601 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2603 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
2604 instead of mouse-3 to pop up menus.
2605 (mode-line-kill-buffer): Removed.
2606 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
2608 (mode-line-buffer-menu-1): Removed.
2610 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
2612 * bindings.el (mode-line-buffer-identification-keymap): New.
2613 (mode-line-buffer-menu-keymap): New.
2614 (mode-line-mode-menu-keymap): New.
2615 (mode-line-unbury-buffer): New.
2616 (mode-line-other-buffer): New.
2617 (mode-line-kill-buffer): New.
2618 (mode-line-buffer-menu-1): New.
2619 (mode-line-mode-menu-1): New.
2620 (make-mode-line-mouse-sensitive): New.
2622 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2624 * help.el (describe-key-briefly): Handle mode line strings
2625 with local-map properties.
2626 (describe-key): Ditto.
2627 (mode-line-key-binding): New.
2629 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2631 * scroll-bar.el (scroll-bar-timer): New.
2632 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
2634 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2636 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
2639 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2641 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
2642 (global): Use different key bindings if using tookit scroll bars.
2644 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2646 * faces.el (modeline): Define mode line face with relief for
2648 (toolbar): New face.
2650 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2652 * frame.el (frame-initialize): Set frame-creation-function to
2653 tty-create-frame-with-faces.
2655 * faces.el (frame-set-background-mode): Make it work for
2658 * faces.el (tty-create-frame-with-faces): New.
2659 (face-set-after-frame-default): Make it work for TTY frames.
2661 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2663 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
2664 Return a list of one font family for TTYs. Don't return bitmap
2665 file paths for TTY frames.
2667 * faces.el: Add face specs for tty displays to basic faces.
2669 * font-lock.el (font-lock-comment-face): Add spec for color tty.
2670 (font-lock-string-face): Ditto.
2671 (font-lock-keyword-face): Ditto.
2672 (font-lock-builtin-face): Ditto.
2673 (font-lock-function-name-face): Ditto.
2674 (font-lock-variable-name-face): Ditto.
2675 (font-lock-type-face): Ditto.
2676 (font-lock-constant-face): Ditto.
2677 (font-lock-warning-face): Ditto.
2679 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2681 * startup.el (command-line): Register default tty colors.
2683 * faces.el (face-spec-set-match-display): Recognize `type tty'.
2685 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2687 * faces.el (modeline): For X frames, use a modeline with relief.
2689 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2691 * faces.el (frame-update-faces): Copied from 20.2.
2692 (frame-update-face-colors): Ditto. Code removed that isn't
2693 applicable in the new face implementation.
2695 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2697 * frame.el (show-trailing-whitespace): New.
2699 * faces.el (trailing-whitespace): New basic face.
2701 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2703 * cus-face.el (custom-facep): Always define as alias for facep.
2705 * cus-face.el (custom-face-attributes): Use choice widgets.
2706 Remove :bold and :italic.
2708 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2710 * faces.el (face-charset-registries): Removed since fontset.el
2711 is no always loaded.
2713 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2715 * faces.el (internal-get-face): Added as obsolete function for
2718 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2720 * frame.el (blink-cursor-end): Call show-cursor.
2721 (blink-cursor-mode): Ditto.
2723 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2725 * faces.el (face-spec-reset-face): Reset all attributes to
2727 (face-spec-set): Use it.
2729 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2731 * faces.el (read-all-face-attributes): Bug fix.
2732 (face-read-integer): Allow nil default value.
2733 (face-valid-attribute-values): Use symbol names of attribute
2734 values for completion list.
2736 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2738 * faces.el (internal-find-face): Define for compatibility with
2740 (face-id): Likewise.
2742 * faces.el (face-id): Return the ID of a realized face for ASCII.
2744 * fontset.el (x-charset-registries): Removed. Now in faces.el.
2745 (x-complement-fontset-spec): Use face-charset-registries.
2747 * faces.el (face-font-selection-order): Set font selection order
2749 (face-alternative-font-family-alist): Set alternative font
2752 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2754 * faces.el (set-face-charset-registries): Set symbol value.
2756 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2758 * faces.el (face-set-after-frame-default): Call function
2759 internal-merge-in-global-face.
2761 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2763 * faces.el (face-list): Return symbols from face-global-alist.
2765 * faces.el (face-list): Return a copy of the face name list so
2766 that it cannot be modified from outside (facemenu.el uses
2767 nreverse, for example).
2769 * cus-face.el (custom-face-attributes): Add :bold and :italic
2770 for compatibility with old code.
2772 * faces.el (set-face-attributes-from-resources): Additional
2774 (make-face-x-resource-internal): Set attributes from resources
2775 for a given frame or all frames.
2777 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2779 * faces.el (all-faces): Removed.
2781 * custom.el (defface): Add new face attributes to function
2784 * font-lock.el (font-lock-comment-face): Use new face attribute
2786 (font-lock-string-face): Ditto.
2787 (font-lock-keyword-face): Ditto.
2788 (font-lock-builtin-face): Ditto.
2789 (font-lock-function-name-face): Ditto.
2790 (font-lock-variable-name-face): Ditto.
2791 (font-lock-type-face): Ditto.
2792 (font-lock-reference-face): Ditto.
2793 (font-lock-warning-face): Ditto.
2794 ((boundp 'font-lock-face-attributes)): Ditto.
2796 * cus-face.el (custom-face-attributes): Use new face attributes.
2798 * faces.el (set-face-attribute-from-resource): Initialize
2799 from resources only for X and W32.
2801 * cus-face.el (custom-declare-face): Don't make frame-local
2804 * faces.el (describe-face): Use princ instead of insert.
2806 * faces.el: Add XLFD manipulation functions from 20.2 again
2807 because fontset.el uses them.
2808 (face-set-after-frame-default): Add empty definition.
2810 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2812 * faces.el (make-face): Correct typo.
2813 (set-face-attribute-from-resource): Use let*.
2814 (face-underline-p): Correct typo.
2815 (face-inverse-video-p): Ditto.
2816 (set-face-stipple): Ditto.
2817 (face-read-string): Make completion-list optional parameter.
2819 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2821 * faces.el (face-charset-registries): Alist mapping charset
2822 symbols to registries and encoding.
2824 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2826 * frame.el (blink-cursor-mode): Use interactive spec "P".
2828 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2830 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
2831 mode. The cursor of selected_window blinks if the mode is enabled.
2833 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2835 * simple.el (next-history-element): Set point to the end of the
2836 prompt if minibuffer-prompt-in-buffer.
2838 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2840 * faces.el (x-font-regexp): Add sub-expression parentheses for
2841 several font name components.
2843 1999-07-21 Gerd Moellmann <gerd@acm.org>
2845 * faces.el (set-face-relief): Use index 12 for relief.
2846 (face-fill-in): Set relief from data.
2847 (internal-make-face): Init relief to zero.
2849 * faces.el (face-spec-set): call modify-face with additional
2850 parameters for relief and fixed-p.
2852 1999-07-21 Gerd Moellmann <gerd@acm.org>
2854 * cus-face.el: ':fixed and ':relief added.
2856 * faces.el (describe-face): Add fixed font attribute and relief.
2857 (face-attr-match-p): Ditto.
2858 (face-attr-construct): Ditto.
2859 (face-spec-set): Ditto.
2861 1999-07-21 Gerd Moellmann <gerd@acm.org>
2863 * faces.el (internal-make-face): Function to create a Lisp vector
2864 suitable for representing a face.
2865 (make-face): Use it instead of make-vector.
2866 (x-create-frame-with-faces): Use it instead of vector.
2867 (internal-facep): Increase vector size to 14.
2868 (internal-make-face): Ditto.
2869 (face-relief): Access relief thickness.
2870 (face-fixed-p): Access fixed font attribute.
2871 (set-face-fixed-p): Set fixed font attribute.
2872 (set-face-relief): Set relief attribute.
2873 (internal-face-interactive-int): Read int attribute of face.
2874 (modify-face): Add fixed-p and relief parameters.
2875 (copy-face): Handle fixed-p and relief.
2876 (face-equal): Compare fixed-p and relief.
2877 (face-differs-from-default-p): Ditto.
2878 (face-nontrivial-p): Add fixed-p and relief.
2880 1999-07-21 Gerd Moellmann <gerd@acm.org>
2882 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
2883 (internal-facep): Increase vector size.
2885 (face-shadow-thickness): Added.
2886 (set-face-shadow-thickness): Added.
2887 (modify-face): Add optional shadow-thickness parameter.
2888 (make-face-x-resource-internal): Add shadows.
2890 (face-equal): Ditto.
2891 (face-differs-from-default-p): Ditto.
2892 (face-nontrivial-p): Ditto.
2893 (face-attr-match-p): Ditto.
2894 (face-attr-construct): Ditto.
2895 (face-spec-set): Ditto.
2896 (face-fill-in): Ditto.
2898 1999-07-21 Gerd Moellmann <gerd@acm.org>
2900 * bench.el (bench-mark-split-window): New bench mark.
2902 1999-07-21 Gerd Moellmann <gerd@acm.org>
2904 * faces.el (set-face-font): Don't pass default font to
2905 x-resolve-font so that font will not have to be of the same
2908 1999-07-20 Dave Love <fx@gnu.org>
2910 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
2913 1999-07-20 Karl Heuer <kwzh@gnu.org>
2915 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
2917 1999-07-20 Dave Love <fx@gnu.org>
2919 * help.el (describe-variable): Fix test for customizability.
2921 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
2922 Check for readonly buffer in interactive spec.
2923 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
2924 (backward-kill-word): Add * to interactive spec.
2926 * underline.el (underline-region, ununderline-region): Add * to
2929 * fill.el (canonically-space-region, justify-current-line): Add *
2930 to interactive spec.
2931 (fill-region-as-paragraph, fill-paragraph, fill-region)
2932 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
2933 readonly buffer in interactive spec.
2935 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2936 (backward-kill-sentence, kill-sentence): Add * to interactive
2939 1999-07-19 Richard M. Stallman <rms@gnu.org>
2941 * dired-aux.el (dired-do-shell-command): Doc fix.
2943 * shell.el (shell-unquote-argument): New function.
2944 (shell-directory-tracker): Use shell-unquote-argument.
2945 * comint.el (comint-arguments): Handle \ followed by space or tab.
2947 1999-07-19 John Wiegley <jwiegley@borland.com>
2949 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
2950 color codes 39 and 49, which by the way lynx uses them seem to
2951 mean "foreground reset" and "background reset".
2953 1999-07-19 Karl Heuer <kwzh@gnu.org>
2955 * font-lock.el (c++-keywords): Add "typeid".
2957 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
2958 selects no font, treat that as zero selections, not one.
2960 1999-07-19 Dave Love <fx@gnu.org>
2962 * info.el (Info-search): Don't lose with empty regexp.
2964 * version.el: Cater for (free) `ident' program, not `which'.
2966 * hl-line.el: New file.
2968 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
2969 for modes which don't define menus.
2971 1999-07-16 Richard M. Stallman <rms@gnu.org>
2973 * webjump.el (webjump-sample-sites): Update some URLs.
2975 1999-07-14 Richard Stallman <rms@gnu.org>
2977 * Version 20.4 released.
2979 1999-07-14 Andreas Schwab <schwab@gnu.org>
2981 * compare-w.el (compare-windows): Try to find the next window in
2982 the current frame before looking at the other frames.
2984 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
2986 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
2987 Use cyrillic-jcuken as default input method.
2989 1999-07-12 Richard Stallman <rms@gnu.org>
2991 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
2992 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
2994 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
2995 (ispell-local-dictionary-alist): Add koi8-r for character set.
2997 * textmodes/flyspell.el (flyspell-get-word):
2998 Add special handling for when ispell-otherchars is empty.
3000 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
3002 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
3003 when having nested functons.
3004 (pascal-indent-nested-functions) (pascal-indent-line)
3005 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
3006 indenting nested functions.
3008 1999-07-09 Richard Stallman <rms@gnu.org>
3010 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
3012 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
3014 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
3015 the `end' keyword was in the very beginning of the buffer.
3017 1999-07-08 Richard Stallman <rms@gnu.org>
3019 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
3021 * term.el (term-emulate-terminal): Avoid infinite loop
3022 in strange case where minibuffer window is selected but not active.
3024 1999-07-07 Stephen Eglen <stephen@gnu.org>
3026 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
3027 Change regexp so that it doesn't match commands beginning with `cd'.
3029 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3031 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
3033 1999-07-06 Richard Stallman <rms@gnu.org>
3035 * hscroll.el (hscroll-minibuffer-hook): New function.
3036 (hscroll-global-mode): Add and remove that hook.
3037 Set hscroll-old-truncate-was-global's default value.
3039 1999-07-05 Richard Stallman <rms@gnu.org>
3041 * files.el (revert-buffer): Don't preserve point here.
3042 (revert-buffer-insert-file-contents-function): Doc fix.
3044 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
3046 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
3047 doing a `stat' when it isn't necessary because that can cause
3048 trouble when an NFS server is down.
3050 1999-07-04 Richard Stallman <rms@gnu.org>
3052 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
3054 1999-07-03 Richard Stallman <rms@gnu.org>
3056 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
3057 for \200...\240 also.
3058 (isearch-printing-char): Use unibyte-char-to-multibyte.
3060 1999-07-02 Richard Stallman <rms@gnu.org>
3062 * frame.el (minibuffer-frame-alist): Use defcustom.
3063 (pop-up-frame-alist): Likewise.
3064 (initial-frame-alist): Specify * in the doc string.
3066 * hscroll.el (hscroll-mode): Make it a permanent local.
3067 (hscroll-mode): Don't cancel the timer
3068 if HScroll mode is enabled in some other buffer.
3070 * isearch.el (isearch-done): If search ends in middle of intangible
3071 text (due to text property), move on to the limit of that text.
3073 1999-07-01 Andrew Innes <andrewi@gnu.org>
3075 * man.el (Man-build-man-command): Use value of null-device,
3076 instead of hard-coding "/dev/null".
3078 * dos-w32.el (untranslated-canonical-name): Avoid expanding
3079 ange-ftp file names, which might force ange-ftp to prompt for a
3082 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
3083 to prevent references to temp files.
3085 1999-06-30 Richard Stallman <rms@gnu.org>
3087 * progmodes/sh-script.el (sh-feature): If nothing is known
3088 about the given shell, use the values for `sh'.
3090 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
3092 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
3093 to make it non-recursive.
3095 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
3097 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3099 * auto-show.el (auto-show-mode): Fix Typo in :set.
3101 1999-06-29 Richard M. Stallman <rms@gnu.org>
3103 * progmodes/sh-script.el (sh-mode): When setting syntax
3104 table, default to the standard one.
3106 1999-06-27 Richard M. Stallman <rms@gnu.org>
3108 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
3110 1999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu>
3112 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up
3113 a frame when `return' is requested (even if pop-up-frames = t)
3114 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
3115 should only be set for the bibtex buffer.
3117 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
3119 * progmodes/compile.el: Deal with compilation-error-screen-columns
3122 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3124 * comint.el (comint-password-prompt-regexp): Allow "(again)".
3126 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3128 * cal-x.el (calendar-only-one-frame-setup): New function.
3129 * calendar.el (calendar): Call it if requested.
3131 1999-06-24 Karl Heuer <kwzh@gnu.org>
3133 * startup.el (iso-8859-n-locale-regexp): Doc fix.
3135 1999-06-22 Richard M. Stallman <rms@gnu.org>
3137 * mail/supercite.el (sc-emacs-features): Doc fix.
3139 1999-06-22 Karl Heuer <kwzh@gnu.org>
3141 * files.el (auto-mode-alist): Add pike-mode.
3143 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
3145 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
3146 last byte of a numeric field is a space or a NUL. Parse it as
3147 potentially part of the number. This is used by GNU tar
3148 1.12.64012 to handle larger values.
3150 1999-06-20 Karl Heuer <kwzh@gnu.org>
3152 * custom.el (custom-handle-keyword): Fix error message.
3154 1999-06-18 Andrew Innes <andrewi@gnu.org>
3156 * mail/smtpmail.el (smtpmail-send-it): Use
3157 convert-standard-filename to make file names for queued mail safe
3158 on Windows (`:' is invalid in file names on Windows).
3160 1999-06-17 Kenichi Handa <handa@etl.go.jp>
3162 * international/mule-cmds.el (describe-current-input-method):
3163 Current-input-method is string.
3164 (toggle-input-method): Docstring fixed.
3166 * international/mule-diag.el
3167 (describe-current-coding-system-briefly): Fix format string.
3169 * international/mule-util.el (coding-system-eol-type-mnemonic):
3170 Docstring modified. Return a string.
3172 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
3174 * sql.el (sql-input-ring-file-name): Doc fix.
3176 1999-06-17 Richard M. Stallman <rms@gnu.org>
3178 * calendar/cal-x.el (special-display-buffer-names):
3179 Don't put (get-file-buffer diary-file) on this list.
3181 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
3183 * play/mpuz.el (mpuz-try-proposal): Fix message call.
3184 Don't penalize player for certain impossible guesses.
3186 1999-06-16 Andrew Innes <andrewi@gnu.org>
3188 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
3189 return the string "Unk 0 0000" so at least it appears to be a
3190 valid timestamp to `dired-move-to-filename-regexp'.
3192 1999-06-15 Ken'ichi Handa <handa@gnu.org>
3194 * ps-print.el (ps-control-character): Fix previous change.
3196 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3198 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
3199 multiple output of the last message.
3201 1999-06-14 Eli Zaretskii <eliz@gnu.org>
3203 * term/internal.el (IT-display-table-setup): Do not remap \222 to
3204 the ASCII apostrophe, as most DOS codepages have some other glyph
3207 1999-06-14 Ken'ichi Handa <handa@gnu.org>
3209 * language/ethio-util.el (setup-ethiopic-environment-internal):
3210 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
3211 (exit-ethiopic-environment): Likewize.
3213 1999-06-12 Richard M. Stallman <rms@gnu.org>
3215 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
3217 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3219 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
3220 custom-initialize-default to avoid infinite loop.
3221 (crisp-mode): (defun) Call transient-mark-mode here, not when
3222 loading the file. Run crisp-mode-hook here, and run
3223 crisp-load-hook when loading the file.
3225 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
3226 rmail-summary buffer, search for pattern in rmail-file.
3228 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
3230 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
3232 * ps-print.el (ps-printer-name): Fix custom type.
3234 1999-06-12 Reto Zimmermann <reto@synopsys.com>
3236 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
3237 (vhdl-port-paste-generic-map): Fix indentation bug.
3238 (vhdl-port-paste-port-map): Fix indentation bug.
3239 (vhdl-scan-file-contents): Make scanning case insensitive.
3241 1999-06-11 Richard M. Stallman <rms@gnu.org>
3243 * files.el (write-file): When buffer is not already visiting a file,
3244 don't put buffer name in the minibuffer, just make it the default.
3245 Also handle just directory as arg usefully in that case.
3247 * simple.el (sendmail-user-agent-compose):
3248 Ignore case when inserting the rest of the "other" headers.
3250 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
3252 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
3253 (info-lookup-interactive-arguments): Never insert the default
3254 into the minibuffer automatically.
3256 * emacs-lisp/cl-extra.el (getf): Don't call get*.
3258 1999-06-09 Richard M. Stallman <rms@gnu.org>
3260 * simple.el (shell-command): Avoid printing "mark set" message.
3262 1999-06-09 Dave Love <fx@gnu.org>
3264 * progmodes/compile.el (compilation-error-regexp-alist): Allow
3265 digits in program name in first pattern.
3267 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
3269 * vc.el (vc-dired-mode): Don't match anything before the date in
3270 dired-move-to-filename-regexp.
3272 1999-06-07 Ken'ichi Handa <handa@gnu.org>
3274 * international/quail.el (quail-define-rules): Fix typo in
3277 1999-06-05 Stephen Eglen <stephen@gnu.org>
3279 * iswitchb.el (iswitchb-default-keybindings): Add
3280 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
3281 than when package is loaded.
3283 1999-06-04 Richard M. Stallman <rms@gnu.org>
3285 * startup.el (command-line): Don't set user-init-file directly;
3286 tell `load' to set it.
3288 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
3290 * simple.el (next-history-element):
3291 Handle minibuffer-text-before-history properly when reading sexps.
3293 * disp-table.el (standard-display-european):
3294 For an interactive call by the user,
3295 don't set enable-multibyte-characters,
3296 and don't set the terminal coding system.
3298 * textmodes/refbib.el: Don't print any messages or display
3299 a buffer when loading the library.
3300 (r2b-help): Doc fix.
3301 (r2b-help-message): Update the documentation.
3302 (r2b-load-quietly): Variable deleted.
3303 (r2b-convert-buffer): Doc fix.
3305 1999-06-04 Dave Love <fx@gnu.org>
3307 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
3309 * auto-show.el: Don't change hooks on loading.
3310 (auto-show-mode): Autoload. Default to nil. Add :set &c.
3311 (auto-show-mode): Add to hooks here.
3313 1999-06-04 Richard Sharman <rsharman@pobox.com>
3315 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
3316 recursion on bogus input.
3318 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
3320 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
3321 does not select a buffer from the buffers menu, then the attached
3322 frame is not switched to anything.
3324 1999-06-03 Ken'ichi Handa <handa@gnu.org>
3326 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
3327 (viet-viscii-...->viet-vscii...).
3329 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
3331 1999-06-01 Dave Love <fx@gnu.org>
3333 * progmodes/fortran.el: Add :link to defgroup.
3334 (fortran-blink-matching-if): Match ELSE statements too.
3335 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
3336 that filling is always done.
3338 1999-05-31 Richard M. Stallman <rms@gnu.org>
3340 * simple.el (append-next-kill): Use an arg to distinguish
3341 interactive calls from Lisp calls, rather than (interactive-p).
3343 * international/iso-transl.el (iso-transl-language-alist):
3344 Interchange n and N.
3346 1999-05-31 Dave Love <fx@gnu.org>
3348 * msb.el Add to minor-mode-map-alist. Remove hook installation
3349 and keymap munging on load.
3350 (msb-mode): New option.
3351 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
3353 (msb-mode-map): New variable.
3354 (msb-mode): New command.
3356 1999-05-31 Dave Love <fx@gnu.org>
3358 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
3359 (ispell-complete-word-dict): Likewise.
3361 1999-05-31 Eli Zaretskii <eliz@gnu.org>
3363 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
3364 force the data buffer to be saved, even if the data didn't
3365 change, in case the write filter was modified. Restore the
3366 current record after read-file-filter finishes.
3368 1999-05-29 Karl Heuer <kwzh@gnu.org>
3370 * ispell4.el: Obsolete; file deleted.
3372 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
3374 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
3375 VALUE is a syntax table.
3377 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
3379 * simple.el (zap-to-char): Doc fix.
3381 1999-05-27 Ken'ichi Handa <handa@gnu.org>
3383 * isearch.el (isearch-quote-char): Don't assume character codes
3384 0200 - 0237 stand for characters in some single-byte character
3387 1999-05-27 Dave Love <fx@gnu.org>
3389 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
3391 1999-05-27 Andreas Schwab <schwab@gnu.org>
3393 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
3394 headerline does not exist already.
3396 1999-05-26 Richard Stallman <rms@gnu.org>
3398 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3399 Avoid nested null-loops.
3401 1999-05-26 Ken'ichi Handa <handa@gnu.org>
3403 * international/characters.el: Typo fixed; prefered->preferred.
3405 * international/mule-cmds.el (find-coding-systems-for-charsets):
3406 Typo fixed; prefered->preferred.
3408 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
3409 method in read-event.
3411 * international/mule.el (charset-info): Doc-string fixed.
3413 1999-05-25 Ken'ichi Handa <handa@gnu.org>
3415 * mail/smtpmail.el (smtpmail-send-it): Bind
3416 smtpmail-code-conv-from properly.
3417 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
3418 by smtpmail-code-conv-from.
3420 1999-05-24 Richard Stallman <rms@gnu.org>
3422 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
3423 Binding deleted also.
3425 1999-05-24 Karl Heuer <kwzh@gnu.org>
3427 * comint.el (comint-bol-or-process-mark): Doc fix.
3429 1999-05-23 Dave Love <fx@gnu.org>
3431 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
3432 Enter it on minor-mode-map-alist.
3433 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
3434 Autoload. Add custom setter.
3435 (crisp-mark-line): Doc fix.
3436 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
3437 (crisp-mode-hook): Define.
3439 1999-05-23 Ken'ichi Handa <handa@gnu.org>
3441 * files.el (recover-file): Recover buffer-file-coding-system.
3443 1999-05-22 Richard Stallman <rms@gnu.org>
3445 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
3446 regexp match the date, to avoid treating date as file size.
3447 Add YYYY S option to WESTERN/
3449 * bookmark.el: Delete some XEmacs compatibility code.
3450 (bookmark-jump-noselect): Check vc-backend.
3452 * subr.el (add-to-list): Doc fix.
3454 1999-05-21 Stephen Eglen <stephen@gnu.org>
3456 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
3458 1999-05-18 Richard Stallman <rms@gnu.org>
3460 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
3461 non-space after the @anchor command.
3462 (texinfo-format-var): Handle other nested constructs, using
3463 texinfo-parse-expanded-arg and texinfo-discard-command, not
3464 texinfo-parse-arg-discard.
3466 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
3467 (debug): Bind and use debugger-outer-inhibit-redisplay.
3468 Bind inhibit-redisplay to nil.
3469 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
3471 1999-05-17 Dave Love <fx@gnu.org>
3473 * help.el (describe-function-1): Extra arg, interactive-p.
3474 (describe-key, describe-function): Use it.
3476 1999-05-17 Karl Heuer <kwzh@gnu.org>
3478 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
3480 1999-05-16 Dave Love <fx@gnu.org>
3482 * cus-start.el (all): Delete selective-display. Add scroll-margin,
3483 scroll-preserve-screen-position, scroll-conservatively.
3485 1999-05-16 Dave Love <fx@gnu.org>
3487 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
3489 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
3491 * progmodes/vhdl-mode.el: Completely revised and massively extended.
3493 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3495 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
3496 magic number and is not associated with a file.
3498 1999-05-14 Richard M. Stallman <rms@gnu.org>
3500 * files.el (find-file-noselect-1): Fix previous change.
3502 1999-05-14 Simon Marshall <simon@gnu.org>
3504 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
3506 1999-05-13 Ken'ichi Handa <handa@gnu.org>
3508 * international/mule-diag.el (mule-diag): Change MULE to Mule in
3511 * international/mule-cmds.el: Change MULE to Mule in docstrings
3514 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
3516 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
3517 to correctly reflect the value of BaseLineOffset in
3518 RelativeCompose. Now the value of RelativeCompose is an array of
3519 low and high positions.
3520 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
3521 RLC for the above change.
3523 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
3525 * comint.el (comint-password-prompt-regexp): Modified to match the
3526 output of ksu and ssh-add.
3528 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
3530 * language/korea-util.el (isearch-toggle-korean-input-method):
3531 Adjusted for the change of input method handling in isearch.el.
3532 (isearch-hangul-switch-symbol-ksc): Likewise.
3533 (isearch-hangul-switch-hanja): Likewise.
3535 1999-05-10 Dave Love <fx@gnu.org>
3537 * help.el (help-make-xrefs): Fix typo.
3539 1999-05-10 Andreas Schwab <schwab@gnu.org>
3541 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
3542 unibyte-display-via-language-environment.
3544 * help.el (help-make-xrefs): Handle more cases when looking for
3545 commands in a keymap description.
3547 1999-05-10 Eli Zaretskii <eliz@gnu.org>
3549 * loadup.el: For ms-dos systems, load ccl and codepage.
3551 1999-05-09 Ken'ichi Handa <handa@gnu.org>
3553 * ps-print.el (ps-control-character): Call
3554 ps-mule-prepare-ascii-font to setup ASCII fonts.
3556 * ps-mule.el (ps-mule-begin-job): Redo this change "if
3557 ps-multibyte-buffer is nil, use
3558 ps-mule-font-info-database-default."
3560 1999-05-08 Ken Stevens <k.stevens@ieee.org>
3562 * ispell.el (ispell-local-dictionary-alist): New variable for
3563 customizing local dictionaries not accessable by everyone.
3564 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
3565 (ispell-required-version): Changed format `(major minor
3566 revision)' to support general pattern matching.
3567 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
3568 skip region commented out due to incorrect skip potential in std latex.
3569 (ispell-word): Removed `when' macro. Fixed bug of not restoring
3570 cursor point on small words for calls from `ispell-minor-mode'.
3571 (check-ispell-version): Tests and accepts versions major.minor
3572 and above, with adjustments for interactions in 3.1.0-3.1.11.
3573 (ispell-get-line): No longer skips ispell process special characters.
3574 (ispell-comments-and-strings): Removed `when' macro call.
3575 (ispell-minor-check): Requires ispell-word to restore cursor point.
3576 (ispell-buffer-local-parsing): Supports checking comments only.
3578 1999-05-08 Karl Heuer <kwzh@gnu.org>
3580 * comint.el (comint-password-prompt-regexp): Fix last change to be
3583 1999-05-07 Richard M. Stallman <rms@gnu.org>
3585 * subr.el (with-temp-message): Fix the other call to message
3588 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
3590 * gud.el (gud-format-command): "%F" means file sans extension.
3591 (jdb): use %F, not %f, for gud-break.
3593 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
3595 * comint.el (comint-password-prompt-regexp): Modified so that it
3596 matches the output of kinit.
3598 1999-05-06 Greg Stark <gsstark@mit.edu>
3600 * timezone.el (timezone-parse-date): Recognize new format used in
3603 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
3605 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
3607 1999-05-04 Andrew Innes <andrewi@gnu.org>
3609 * time.el (display-time-update): Allow for wrap-around when
3610 checking against display-time-server-down-time.
3612 1999-05-04 Ken'ichi Handa <handa@gnu.org>
3614 * international/mule-diag.el (describe-coding-system): Fix English
3617 1999-05-03 Jason Rumney <jasonr@altavista.net>
3619 * term/w32-win.el: Change the x-charset-registry property for the
3620 Japanese charsets that are supported by Japanese Windows fonts.
3622 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3624 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
3625 diary-block diary entries for which the reminders and the diary
3626 entries can overlap.
3628 1999-05-02 Jason Rumney <jasonr@altavista.net>
3630 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
3631 matches the font selected in the dialog.
3633 1999-05-02 Dave Love <fx@gnu.org>
3635 * browse-url.el (browse-url-browser-function): Add :version.
3637 * international/mule.el (auto-coding-alist): Add .tgz.
3639 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
3641 * international/codepage.el (cp-coding-system-for-codepage-1):
3642 Make the magnification parameter for the -dos encoder be 2.
3644 1999-05-2 Andrew Innes <andrewi@gnu.org>
3646 * term/w32-win.el (w32-drag-n-drop): Select file in window where
3647 it is dropped, rather than current window.
3649 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
3650 after switching buffer, as case-fold-search is a buffer local
3653 * w32-fns.el (convert-standard-filename): Only convert directory
3654 separators to backslash if the interactive shell is one of the
3655 standard Windows shells that has DOS semantics.
3657 * ls-lisp.el (ls-lisp-format-time): Trap errors from
3658 format-time-string, and return a suitable string to indicate the
3659 timestamp was invalid.
3661 * hexl.el (hexlify-command): Apply shell-quote-argument after
3662 expanding hexl-program in case exec-directory contains a space.
3663 (dehexlify-command): Ditto.
3665 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
3666 file extension regexps which aren't necessarily binary files.
3667 (direct-print-region-helper): Use subst-char-in-string instead of
3668 binding directory-sep-char to convert filenames to DOS syntax.
3669 (direct-print-region-use-command-dot-com): New variable.
3670 (direct-print-region-helper): Use it to control whether to invoked
3671 command.com to print on Windows 9x.
3673 * browse-url.el (browse-url-browser-function): Default to
3674 browse-url-default-windows-browser on windows-nt.
3675 (browse-url-default-windows-browser): New function.
3677 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3679 * forms.el (forms-mode): Don't call forms-first-record or
3680 forms-last-record if the data file has zero records.
3682 1999-04-29 Richard M. Stallman <rms@gnu.org>
3684 * files.el (find-file-noselect-1): If buffer-file-name has changed
3685 after find-file-not-found-hooks runs, recompute the truename.
3686 And don't use FILENAME after that point.
3688 1999-04-27 Dave Love <fx@gnu.org>
3690 * paren.el (show-paren-mode)
3691 * which-func.el (which-func-mode-global)
3692 * type-break.el (type-break-mode)
3693 * time.el (display-time-mode)
3694 * rsz-mini.el (resize-minibuffer-mode)
3695 * mouse-sel.el (mouse-sel-mode)
3696 * icomplete.el (icomplete-mode)
3697 * hscroll.el (hscroll-global-mode)
3698 * help.el (temp-buffer-resize-mode)
3699 * font-lock.el (global-font-lock-mode)
3700 * delsel.el (delete-selection-mode)
3701 * avoid.el (mouse-avoidance-mode)
3702 * autoinsert.el (auto-insert-mode)
3703 * winner.el (winner-mode): Doc fix.
3705 1999-04-26 Karl Heuer <kwzh@gnu.org>
3707 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
3708 the same whitespace that was ignored in choosing the subject string.
3710 1999-04-26 Richard M. Stallman <rms@gnu.org>
3712 * info.el (Info-find-node): Position properly after finding anchor.
3714 * cus-start.el (all): Handle unibyte-display-via-language-environment.
3716 * simple.el (indent-new-comment-line): Fix previous change.
3718 * complete.el: Delete the wildcard expansion feature
3719 since that is now standard in find-file.
3720 (PC-try-load-many-files): Function deleted.
3721 (PC-after-load-many-files): Function deleted.
3722 (PC-many-files-list): Variable deleted.
3723 (PC-disable-wildcards): Variable deleted.
3724 (partial-completion-mode): Don't enable the wildcard feature.
3726 * complete.el (PC-look-for-include-file): Don't set global variables
3727 `error', `buf' and `filename' here.
3729 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
3731 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
3733 * textmodes/outline.el (outline-regexp): Doc fix.
3735 1999-04-26 John Wiegley <johnw@borland.com>
3737 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
3738 C++Builder 4.0 error message syntax.
3740 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
3742 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
3743 supported, use find -exec.
3745 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
3747 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
3748 coding-system-for-write, to avoid hanging when non-interactive.
3750 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
3752 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
3753 start with a newline.
3755 1999-04-13 Ken'ichi Handa <handa@gnu.org>
3757 * international/mule-conf.el (x-ctext): New coding system.
3759 1999-04-12 Richard M. Stallman <rms@gnu.org>
3761 * international/mule-cmds.el (input-method-function):
3762 Add permanent-local property.
3764 1999-04-12 Dave Love <fx@gnu.org>
3766 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
3767 change to use jka-compr-byte-compiler-base-file-name.
3769 * supercite.el (sc-scan-info-alist): Revert last change.
3770 (sc-attrib-selection-list): Fix :type here instead.
3772 1999-04-11 Eli Zaretskii <eliz@gnu.org>
3774 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
3775 in the list of case-insensitive filesystems.
3777 1999-04-09 Kenichi Handa <handa@etl.go.jp>
3779 * international/fontset.el (create-fontset-from-fontset-spec):
3780 Don't register duplicated alias fontset names.
3782 1999-04-08 Richard Stallman <rms@gnu.org>
3784 * international/mule.el (auto-coding-alist-lookup): New function.
3785 (set-auto-coding): Use auto-coding-alist-lookup.
3787 * jka-compr.el (jka-compr-insert-file-contents):
3788 Use auto-coding-alist-lookup to check for files that
3789 should not have eol conversion, in the unibyte case.
3791 1999-04-07 Dave Love <fx@gnu.org>
3793 * help.el (describe-variable): Check custom-loads property as well
3796 * abbrev.el (abbrev-mode): Customizing sets the default value.
3798 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
3800 * vc.el (vc-backend-revert): For CVS files that were made
3801 writeable with "cvs edit", call "cvs unedit" to undo that.
3803 1999-04-08 Dave Love <fx@gnu.org>
3805 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
3807 (sc-emacs-features): Recognize Emacs 20.
3808 (sc-read-string): Use history arg.
3809 (sc-scan-info-alist): Check for rtnvalue a cons.
3811 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
3813 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
3814 coding system to encode the message by
3815 select-message-coding-system.
3817 1999-04-07 Richard Stallman <rms@gnu.org>
3819 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
3821 * winner.el: Reorder definitions.
3823 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
3825 * mail/rmail.el (rmail-decode-babyl-format):
3826 Undo previous change.
3828 1999-04-06 Richard Stallman <rms@gnu.org>
3830 * info.el (Info-find-node): Check for an anchor at the
3831 proper place, before reading an indirect file.
3833 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
3835 * jka-compr.el (jka-compr-insert-file-contents):
3836 Use raw-text-unix when we want no conversion.
3838 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
3840 * timezone.el (timezone-parse-date): Corrected regexp for
3841 style (5) date format so that tenths of seconds are optional.
3843 1999-04-05 Eli Zaretskii <eliz@gnu.org>
3845 * term/internal.el (dos-cpNNN-setup): New function, with the guts
3846 of dos-codepage-setup.
3847 (cjk-codepages-alist): New variable, an alist of Far-Eastern
3848 codepages for which there's no need to set up cpNNN coding
3850 (dos-codepage-setup): Support Far-Eastern DOS terminals.
3852 1999-04-05 Richard Stallman <rms@gnu.org>
3854 * mail/rmail.el (rmail-ignored-headers): Doc fix.
3856 1999-04-02 Richard Stallman <rms@gnu.org>
3858 * progmodes/compile.el (compilation-handle-exit): Do right thing
3859 if (car status) doesn't end in a newline.
3861 1999-04-01 Dave Love <fx@gnu.org>
3863 * progmodes/sql.el (SQL): Add defgroup :version.
3865 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3867 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
3868 buffer-file-coding-system. If the coding system used is raw-text,
3869 etc., make the *Compiler Input* buffer unibyte.
3871 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
3873 * loadup.el: Don't write the fns-...el file if not dumping.
3875 1999-03-31 Dave Love <fx@gnu.org>
3877 * snmp-mode.el (snmp): Fix defgroup :version.
3879 * hilit-chg.el (highlight-changes): Add defgroup :version.
3881 1999-03-31 Andreas Schwab <schwab@gnu.org>
3883 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
3884 the gnus-save-hidden-threads macro.
3886 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
3888 * faces.el (face-set-after-frame-default): Obey the
3889 `customized-face' for new faces.
3891 1999-03-30 Dave Love <fx@gnu.org>
3893 * international/mule-cmds.el (current-language-environment): Doc fix.
3894 * abbrev.el (abbrev-mode): Doc fix.
3895 * autoinsert.el (auto-insert-mode): Doc fix.
3896 * complete.el (partial-completion-mode): Doc fix.
3897 * avoid.el (mouse-avoidance-mode): Doc fix.
3898 * delsel.el (delete-selection-mode): Doc fix.
3899 * font-lock.el (global-font-lock-mode): Doc fix.
3900 * help.el (temp-buffer-resize-mode): Doc fix.
3901 * hscroll.el (hscroll-global-mode): Doc fix.
3902 * icomplete.el (icomplete-mode): Doc fix.
3903 * mouse-sel.el (mouse-sel-mode): Doc fix.
3904 * paren.el (show-paren-mode): Doc fix.
3905 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
3906 * time.el (display-time-mode): Doc fix.
3907 * type-break.el (type-break-mode): Doc fix.
3908 * which-func.el (which-func-mode-global): Doc fix.
3909 * winner.el (winner-mode): Doc fix.
3911 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
3913 * wid-edit.el (widget-before-change): Signal text-read-only rather
3914 than an ordinary error.
3916 1999-03-30 Richard M. Stallman <rms@gnu.org>
3918 * repeat.el: Don't require advice.
3919 (repeat): Do function-indirection in check for kbd macro.
3920 In self-insert case, use the *last* char in INSERTION.
3922 1999-03-30 Karl Heuer <kwzh@gnu.org>
3924 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
3926 1999-03-29 Andreas Schwab <schwab@gnu.org>
3928 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
3929 comint-input-filter-functions. Make variables related to shell
3930 directory tracking local.
3932 1999-03-26 Andreas Schwab <schwab@gnu.org>
3934 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
3936 * simple.el (shell-command-on-region): Cope with exit-status being
3937 nil, which happens if call-process-region was interrupted.
3939 1999-03-26 Richard M. Stallman <rms@gnu.org>
3941 * simple.el (indent-new-comment-line): Handle use at a point
3942 after a comment-end. Handle multiple comments.
3944 * mail/rmail.el (rmail-decode-babyl-format):
3945 To prevent locking, bind buffer-file-name to nil.
3947 1999-03-26 Karl Fogel <kfogel@red-bean.com>
3949 * mail-hist.el (mail-hist-current-header-name): Don't make
3950 off-by-one-error when determining if in message body.
3952 1999-03-25 Andrew Innes <andrewi@gnu.org>
3954 * w32-fns.el (set-default-process-coding-system): Copied from
3955 dos-w32.el, but modified to use Unix line endings for process
3956 input, and to add a suitable entry to process-coding-system-alist
3959 * dos-fns.el (set-default-process-coding-system): Copied from
3962 * dos-w32.el (set-default-process-coding-system): Move function to
3963 dos-fns.el; a different version is used in w32-fns.el.
3965 1999-03-24 Dave Love <fx@gnu.org>
3967 * info.el (Info-directory-list): Revert change to re-writing
3968 Info-default-directory-list, but put `alternative' first.
3969 (Info-insert-dir): Modify selecting the top dir file as a consequence.
3971 1999-03-23 Simon Marshall <simon@gnu.org>
3973 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
3974 on the line by itself.
3975 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
3976 it is not in a declarative context.
3978 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
3980 * cus-edit.el (custom-variable-prompt): Allow customization of
3983 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
3985 * simple.el (what-cursor-position): Don't cause error when point
3986 is at invalid multibyte sequence.
3988 1999-03-21 Karl Heuer <kwzh@gnu.org>
3990 * complete.el (partial-completion-mode): Doc fix.
3992 1999-03-19 Richard M. Stallman <rms@gnu.org>
3994 * progmodes/cplus-md.el (old-c++): Remove :group.
3996 * progmodes/c-mode.el (old-c): Remove :group.
3998 1999-03-18 Simon Marshall <simon@gnu.org>
4000 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
4001 (java-font-lock-keywords-2): Added "strictfp" keyword.
4003 1999-03-17 Jason Rumney <jasonr@altavista.net>
4005 * w32-fns.el (set-w32-system-coding-system) New function.
4006 (w32-system-coding-system) Initialize to 'iso-latin-1.
4008 1999-03-17 Eli Zaretskii <eliz@gnu.org>
4010 * international/mule-cmds.el (set-language-environment): Fix
4011 previous change: don't use dos-codepage when unbound.
4013 1999-03-17 Karl Heuer <kwzh@gnu.org>
4015 * calendar/appt.el (appt-make-list): Fix previous change.
4017 1999-03-16 Richard M. Stallman <rms@gnu.org>
4019 * window.el (shrink-window-if-larger-than-buffer):
4020 Don't try to redisplay with the cursor at the end
4021 on its own line--that would force a scroll and spoil things.
4023 1999-03-16 Eli Zaretskii <eliz@gnu.org>
4025 * international/mule-cmds.el (set-language-environment): Don't use
4026 cpNNN-nonascii-translation-table if it is unbound.
4028 * term/internal.el (dos-codepage-setup): Compute the unibyte
4029 syntax table and bind unibyte-display-via-language-environment
4030 here, rather than at top level, so that resetting to unibyte in
4031 .emacs works as expected.
4033 1999-03-15 Simon Marshall <simon@gnu.org>
4035 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
4037 1999-03-14 Milan Zamazal <pdm@pvt.net>
4039 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
4041 1999-03-14 Kenichi Handa <handa@etl.go.jp>
4043 * international/mule-util.el (detect-coding-with-priority):
4044 Restore the internal database.
4046 1999-03-14 Stephen Eglen <stephen@gnu.org>
4048 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
4049 if mail-from-style has invalid value.
4051 1999-03-12 Karl Heuer <kwzh@gnu.org>
4053 * vc.el (vc-delete-logbuf-window): New var.
4054 (vc-finish-logentry): Use it.
4056 1999-03-12 Richard M. Stallman <rms@gnu.org>
4058 * startup.el (command-line-1): Improve startup msg.
4060 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
4062 * speedbar.el: Added commentary about stealthy functions.
4063 (speedbar-message) new function.
4064 (speedbar-y-or-n-p): New function
4065 (speedbar-with-attached-buffer) Moved macro before reference.
4066 Now uses `save-selected-window'.
4067 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
4068 speedbar-generic-item-info, speedbar-item-info-file-helper,
4069 speedbar-item-delete, speedbar-insert-generic-list,
4070 speedbar-timer-fn, speedbar-check-vc-this-line,
4071 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
4072 speedbar-buffers-item-info) Use speedbar-message.
4073 (speedbar-item-info) Limit `message-log-max'.
4074 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
4075 speedbar-item-delete, speedbar-item-object-delete,
4076 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
4078 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
4080 * server.el (server-start): Set coding system for the server
4081 process to raw-text.
4082 (server-process-filter): Decode file names if necessary.
4084 1999-03-12 Dave Love <fx@gnu.org>
4086 * textmodes/fill.el (sentence-end-double-space): Doc fix.
4088 * textmodes/paragraphs.el (sentence-end): Doc fix.
4090 1999-03-11 Karl Heuer <kwzh@gnu.org>
4092 * comint.el (comint-password-prompt-regexp): Accept "login password:"
4094 1999-03-09 Karl Heuer <kwzh@gnu.org>
4096 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
4097 (ispell-dictionary-alist-2): Likewise.
4098 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
4099 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
4100 (ispell-dictionary-alist): Build from six pieces, not just two.
4102 * ps-bdf.el (bdf-directory-list): Doc fix.
4104 * enriched.el (enriched-mode): Make var permanent-local.
4106 1999-03-09 Dave Love <fx@gnu.org>
4108 * textmodes/sgml-mode.el (html-mode): Use
4109 sentence-end-double-space when setting sentence-end.
4111 1999-03-09 Ken'ichi Handa <handa@gnu.org>
4113 * language/thai.el (tis-620): New alias coding system for thai-tis620.
4115 1999-03-08 Felix Lee <flee@cygnus.com>
4117 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
4119 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
4121 1999-03-08 Karl Heuer <kwzh@gnu.org>
4123 * dired-aux.el (dired-do-copy-regexp): Doc fix.
4124 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4126 * dired.el (dired-do-copy-regexp): Doc fix.
4127 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4129 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
4131 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
4133 1999-03-08 Jason Rumney <jasonr@altavista.net>
4135 * international/codepage.el (cp1250-decode-table)
4136 (cp1251-decode-table, cp1253-decode-table)
4137 (cp1257-decode-table): New translation tables for MS Windows codepages.
4138 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
4140 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
4142 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
4144 1999-03-07 Eli Zaretskii <eliz@gnu.org>
4146 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
4148 * term/internal.el (top level): Display character 255 as 8bit as well.
4150 1999-03-06 Dave Love <fx@gnu.org>
4152 * progmodes/cc-cmds.el (c-outline-level): Bind
4153 buffer-invisibility-spec.
4155 * progmodes/c-mode.el (c-outline-level): Likewise.
4157 * progmodes/ada-mode.el (ada-outline-level): Likewise.
4159 1999-03-05 Felix Lee <flee@cygnus.com>
4161 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
4163 1999-03-05 Richard M. Stallman <rms@gnu.org>
4165 * bindings.el (complete-symbol): Invert meaning of prefix arg.
4167 1999-03-05 Andrew Innes <andrewi@gnu.org>
4169 * w32-fns.el (convert-standard-filename): Convert directory
4170 separators to Windows format.
4172 1999-03-05 Andreas Schwab <schwab@gnu.org>
4174 * international/skkdic-cnv.el: Provide skkdic-cnv.
4175 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
4176 (batch-skkdic-convert): Doc fix.
4178 1999-03-04 Dave Love <fx@gnu.org>
4180 * custom.el (custom-set-variables): Protect against setter errors.
4182 1999-03-04 Eli Zaretskii <eliz@gnu.org>
4184 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
4185 the file sizes from overflowing.
4186 (ls-lisp-format): If file size is a float, use %8.0f to print it.
4187 Under -s, print the size in blocks with %4.0f, in case they have
4188 a *really* huge file.
4190 1999-03-03 Dave Love <fx@gnu.org>
4192 * options.el (edit-options): Doc fix.
4193 (list-options): Don't lose with unbound symbols. Maintain
4196 1999-03-01 Dave Love <fx@gnu.org>
4198 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
4200 1999-02-28 Richard M. Stallman <rms@gnu.org>
4202 * ispell.el (ispell-dictionary-alist-override): New variable.
4203 (ispell-dictionary-alist): Don't setq it,
4204 if ispell-dictionary-alist-override is set.
4206 * simple.el (shell-command-default-error-buffer): Renamed from
4207 shell-command-on-region-default-error-buffer.
4208 (shell-command-on-region): Mention in echo area when there
4209 is some error output. Mention success or failure, too.
4210 Accumulate multiple error outputs
4211 going forward, with formfeed in between. Display the error buffer
4212 when we have put something in it.
4213 (shell-command): Add the ERROR-BUFFER argument feature.
4215 1999-02-28 Karl Heuer <kwzh@gnu.org>
4217 * mail/mh-utils.el (mh-lib): Doc fix.
4218 (mh-lib-progs, mh-nmh-p): New vars.
4219 (mh-find-progs): Set mh-lib-progs along with other vars.
4220 (mh-path-search): New arg FUNC-P; if specified, use that instead
4221 of mh-file-command-p.
4222 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
4224 * mail/mh-comp.el (mh-repl-formfile): New var.
4225 (mh-smail-batch): Don't ignore all arguments.
4226 (mh-reply): Do the right thing when using nmh.
4228 1999-02-27 Kenichi Handa <handa@etl.go.jp>
4230 * international/mule-cmds.el (select-safe-coding-system): Be sure
4231 to show a buffer being decoded.
4233 1999-02-26 Ken'ichi Handa <handa@gnu.org>
4235 * ps-bdf.el (bdf-directory-list): Initialize it to
4236 '("/usr/local/share/emacs/fonts/bdf").
4238 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4240 * ps-print.el: PostScript programming fix.
4241 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
4242 setpagedevice operator).
4244 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4246 * ps-print.el: Doc fix, font size specifies landscape and portrait
4248 (ps-print-version): New version number (4.1.4).
4249 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
4250 Specifies landscape and portrait sizes.
4251 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
4252 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
4254 (ps-get-font-size): New fun.
4255 (ps-font-size-internal, ps-header-font-size-internal)
4256 (ps-header-title-font-size-internal): New vars.
4258 * ps-mule.el: Change of ps-print font size variable name.
4259 (ps-mule-generate-font): Fun fix.
4260 (ps-mule-begin-job): Programming uniformization.
4262 1999-02-25 Dave Love <fx@gnu.org>
4264 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
4265 (help-make-xrefs): Do Info case first.
4267 * repeat.el: Don't require advice.
4268 (repeat-last-kill-command): Variable deleted.
4270 1999-02-25 Richard Stallman <rms@gnu.org>
4272 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
4273 case just because the current buffer is the output buffer.
4275 1999-02-25 Kenichi Handa <handa@etl.go.jp>
4277 * simple.el (what-cursor-position): To show the character's
4278 encoding, use encoded-string-description instead of information
4279 of chaset-origin-alist.
4281 * international/mule-cmds.el (iso-2022-control-alist): New variable.
4282 (encoded-code-description): New function.
4283 (encoded-string-description): New function.
4284 (encode-coding-char): New function.
4286 1999-02-25 Andrew Innes <andrewi@gnu.org>
4288 * startup.el (command-line) [windows-nt]: Fix typo in regexp
4289 checking for .emacs[.el[c]].
4291 1999-02-24 Richard Stallman <rms@gnu.org>
4293 * help.el (describe-function-1): Don't print a whole lambda-function.
4295 1999-02-23 Ken'ichi Handa <handa@gnu.org>
4297 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
4300 1999-02-23 Karl Heuer <kwzh@gnu.org>
4302 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
4304 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
4305 (clean-buffer-list-kill-buffer-names): Doc fix.
4307 * gud.el (gud-jdb-massage-args): Spelling fix.
4309 1999-02-23 Richard M. Stallman <rms@gnu.org>
4311 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
4313 1999-02-22 Eli Zaretskii <eliz@gnu.org>
4315 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
4316 excursion while calling set-auto-coding-function.
4318 * play/handwrite.el (handwrite): Require ps-print, and use
4319 ps-printer-name and ps-lpr-command. Call ps-print-region-function
4320 if it's defined, instead of forking ps-lpr-command unconditionally.
4322 1999-02-22 Kenichi Handa <handa@etl.go.jp>
4324 * international/codepage.el (cp-coding-system-for-codepage-1): Put
4325 charset-origin-alist property to a coding system for the codepage.
4327 * international/mule.el: Modify comment for charset-origin-alist
4328 property of a coding system.
4330 * simple.el (what-cursor-position): charset-origin-alist property
4331 of a coding system may be a translation table or a symbol of which
4332 `translation-table' property is a translation table.
4334 1999-02-21 Richard Stallman <rms@gnu.org>
4336 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
4337 to the "html" template.
4339 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
4341 * dirtrack.el (dirtrack): Added docstring. Now returns input.
4343 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
4345 * dirtrack.el (dirtrack): Check for the prompt in the input string
4346 instead of the buffer.
4348 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
4350 * sql.el: Set version to 1.4.1. Changed mail address to
4351 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
4352 (sql-input-ring-separator): Doc fix.
4353 (sql-mode-syntax-table): double-dash starts comments is defined as
4354 ". 56" instead of ". 12b" for XEmacs.
4355 (sql-stop, sql-interactive-mode): Doc fixes.
4356 (sql-postgres): Queries for database and server, not just one.
4357 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
4359 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
4360 changed. This is needed for master.el to work.
4361 (sql-set-sqli-buffer): Use the new hook.
4363 * sql.el (sql-make-alternate-buffer-name): Function that sets
4364 sql-alternate-buffer-name.
4365 (sql-alternate-buffer-name): Possible name of SQLi buffers.
4366 (sql-interactive-mode): Set sql-alternate-buffer-name.
4367 (sql-rename-buffer): New command.
4368 (sql-interactive-mode-menu): Menu for SQLi buffers.
4370 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
4371 and sql-input-ring-file-name are used to temporarily set
4372 comint-input-ring-file-name and comint-input-ring-separator when
4373 reading and writing input history files.
4375 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
4376 (sql-input-ring-file-name): New variable with customization.
4377 (sql-input-ring-separator): New variable with customization.
4378 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
4380 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
4381 now includes the name of the current buffer.
4383 (sql-mode): Set paragraph-separate and paragraph-start so that
4384 sql-send-paragraph sends the entire SQL statements, even if it
4385 contains indented lines.
4387 1999-02-18 Dave Love <fx@gnu.org>
4389 * format.el (format-encode-run-method, format-decode-run-method):
4390 Fix previous change.
4392 1999-02-18 Ken'ichi Handa <handa@gnu.org>
4394 * international/mule.el (coding-system-list): Moved here from
4395 mule-util.el to avoid autoloading mule-util by the call of
4396 select-safe-coding-system.
4398 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
4400 * simple.el (turn-on-auto-fill): Mark it as an option for
4403 1999-02-17 Richard Stallman <rms@gnu.org>
4405 * emacs-lisp/easymenu.el (easy-menu-get-map):
4406 Don't crash if (current-local-map) is nil.
4408 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
4410 * filecache.el (file-cache-filter-regexps): Added .class.
4412 1999-02-17 Ken'ichi Handa <handa@gnu.org>
4414 * international/mule-util.el (decompose-region): Use
4415 insert-buffer-substring instead of insert-buffer to avoid putting
4418 1999-02-17 Andreas Schwab <schwab@gnu.org>
4420 * calendar/cal-move.el (scroll-calendar-left): Don't set
4421 displayed-month and displayed-year here, let generate-calendar do
4422 it, after range checking.
4424 1999-02-17 Simon Marshall <simon@gnu.org>
4426 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
4428 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
4429 correctly between an object declared via a constructor and a method.
4430 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
4431 (java-font-lock-keywords-1): Fontify package names individually.
4432 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
4433 (java-font-lock-keywords-2): Simplify type fontification.
4434 (java-font-lock-keywords-3): Likewise.
4436 1999-02-17 Kenichi Handa <handa@etl.go.jp>
4438 * language/japanese.el (iso-2022-jp-2): New coding system.
4439 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
4441 1999-02-16 Dave Love <fx@gnu.org>
4443 * help.el (describe-function-1): Accept non-symbols.
4445 1999-02-16 Paul Eggert <eggert@twinsun.com>
4447 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
4448 find the last match if there are multiple matches.
4450 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4452 * tex-mode.el (tex-run-command, latex-run-command)
4453 (slitex-run-command, tex-command): Doc changes.
4454 (tex-start-options-string): Autoload it. Doc change. Provide
4455 a menu for customization. Allow nil. Quote backslashes only once.
4456 (tex-start-tex): Handle nil value of tex-start-options-string
4457 and apply shell-quote-argument to it.
4459 1999-02-16 Eli Zaretskii <eliz@gnu.org>
4461 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
4462 the size in blocks, since it can be a float.
4463 (ls-lisp-format): Likewise
4465 1999-02-16 Ken'ichi Handa <handa@gnu.org>
4467 * language/japanese.el (japanese-shift-jis): Add
4468 charset-origin-alist property.
4470 1999-02-15 Richard Stallman <rms@gnu.org>
4472 * progmodes/compile.el (compile-internal): Use save-selected-window.
4474 * subr.el (momentary-string-display): Bind inhibit-read-only.
4476 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
4478 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
4480 * mail/rmail.el (rmail-show-message): If an unseen message has a
4481 Summary-line in its header, get past one more line before looking
4482 for the X-Coding-System header.
4484 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
4486 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
4487 explicitly to accomodate Windows 9X lack of a useful copy program.
4489 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
4491 * wid-edit.el (widget-choice-value-create): Use `equal'
4494 1999-02-14 Richard Stallman <rms@gnu.org>
4496 * international/iso-transl.el:
4497 (iso-transl-ae): Renamed from iso-transl-e-slash.
4498 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
4499 (iso-transl-AE): Renamed from iso-transl-E-slash.
4500 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
4501 (iso-transl-char-map): Related changes.
4503 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
4505 1999-02-13 Richard Stallman <rms@gnu.org>
4507 * textmodes/texinfmt.el (texinfo-alias): New function.
4508 (texinfo-fold-nodename-case): Add defvar.
4509 (texinfo-format-node): Do case folding if specified.
4511 * ffap.el (ffap-file-at-point): Test local file names
4512 immediately. Strip off line numbers.
4514 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
4516 * sql.el: Set version to 1.3.2
4517 (sql-solid-program): Added support for solid.
4518 (sql-help): Doc mentions sql-solid.
4519 (sql-solid): Entry function for Solid.
4520 (sql-buffer): Doc explains the use of the variable and how to
4522 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
4523 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
4524 disabled if sql-buffer doesn't have a process; sql-send-paragraph
4526 (sql-show-sqli-buffer): New function to display the value of
4528 (sql-change-sqli-buffer): New function to change sql-buffer.
4529 (sql-mode): Doc explains how to change sql-buffer.
4530 (sql-send-paragraph): New function to send a paragraph.
4531 (sql-mode-map): Added keybinding for sql-send-paragraph.
4532 (sql-mysql): Doc corrected.
4533 (sql-ms): Doc corrected.
4535 * sql.el (sql-server): Doc fix.
4536 (sql-mysql): Added the use of sql-server to specify the host,
4537 sql-database now specifies database instead of host.
4538 (sql-mode-menu): Send... menu items are only active if sql-buffer
4540 (sql-help): Changed tag of entry functions a bit.
4542 * sql.el: Added keywords from `finder-by-keyword'.
4543 (sql-mode): Made sql-buffer a local variable, changed the
4544 documentation: removed instructions to add *.sql files to
4545 auto-mode-alist, added documentation for having mutliple SQL
4546 buffers sending their stuff to different SQLi buffers, each
4547 running a different process.
4548 (sql-postgres): Quoted *SQL* in doc string.
4550 (sql-ingres): Likewise.
4551 (sql-ingres): Quoted *SQL* in doc string, added references to
4552 sql-user and sql-password used during login.
4553 (sql-sybase): Quoted *SQL* in doc string, added comma.
4554 (sql-oracle): Likewise.
4555 (sql-interactive-mode): Added extensive documentation for having
4556 mutliple SQL buffers sending their stuff to different SQLi
4557 buffers, each running a different process.
4558 (sql-buffer): Changed doc from *SQL* to SQLi.
4559 (sql-get-login): Doc fix.
4561 1999-02-12 Ken'ichi Handa <handa@gnu.org>
4563 * international/mule-conf.el (undecided): Set ascii in
4564 safe-charsets property.
4566 1999-02-12 Richard Stallman <rms@gnu.org>
4568 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
4570 1999-02-12 Ken'ichi Handa <handa@gnu.org>
4572 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
4573 value to ps-mule-font-info-database-latin.
4575 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
4577 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
4578 (ps-mule-font-info-database-default): New variable.
4579 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
4580 ps-mule-font-info-database-default.
4582 1999-02-12 Dave Love <fx@gnu.org>
4584 * timezone.el (timezone-make-date-sortable)
4585 (timezone-make-date-arpa-standard): Doc fix.
4587 1999-02-12 Ken'ichi Handa <handa@gnu.org>
4589 * international/quail.el (quail-show-kbd-layout): Bind
4590 blink-matching-paren to nil.
4592 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
4593 for ASCII and Latin-1.
4595 1999-02-12 Andreas Schwab <schwab@gnu.org>
4597 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
4599 1999-02-12 Kenichi Handa <handa@etl.go.jp>
4601 * international/mule-cmds.el (language-info-alist): Remove
4602 description about charset-origin-alist.
4604 * international/mule.el: Comment added for a new coding system
4605 property `charset-origin-alit'.
4606 (make-translation-table): This variable deleted.
4608 * language/chinese.el (chinese-big5): Add charset-origin-alist
4610 ("Chinese-CNS"): Remove charset-origin-alist property.
4612 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
4614 (cyrillic-alternativnyj): Likewise.
4615 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
4616 ("Cyrillic-ALT"): Likewise.
4618 * language/vietnamese.el (vietnamese-viqr): Add
4619 charset-origin-alist property.
4620 ("Vietnamese"): Remove charset-origin-alist property.
4622 * simple.el (what-cursor-position): Don't use the varialbe
4623 charset-origin-alist, but use charset-origin-alist property of
4624 buffer-file-coding-system to decide external character set code.
4626 1999-02-10 Richard Stallman <rms@gnu.org>
4628 * shadowfile.el: Don't turn on the mode when the file is loaded.
4630 1999-02-09 Richard Stallman <rms@gnu.org>
4632 * progmodes/compile.el (compile-auto-highlight): Customize.
4634 * add-log.el (add-log-file-name-function): New variable.
4635 (add-change-log-entry): Call that function, if non-nil.
4637 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
4639 * rmail.el (rmail-search): Track match with a marker, not an integer.
4641 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4643 * progmodes/compile.el (compilation-setup): Set value of
4644 compilation-directory-stack as in compilation-forget-errors.
4645 (compile-reinitialize-errors): Bind buffer-undo-list and
4647 (compilation-forget-errors): Likewise.
4649 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
4651 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
4654 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
4655 Remove calls to sleep-for.
4657 1999-02-08 Eli Zaretskii <eliz@gnu.org>
4659 * international/codepage.el (cp-coding-system-for-codepage-1): On
4660 MS-DOS, use dos-unsupported-char-glyph for characters not
4661 supported by the codepage.
4662 (cp-make-coding-systems-for-codepage): Likewise.
4664 1999-02-08 Andreas Schwab <schwab@gnu.org>
4666 * international/mule-util.el (coding-system-list): Don't sort
4667 coding-system-list here.
4669 * international/mule.el (coding-system-lessp): Moved here from
4671 (add-to-coding-system-list): New function.
4672 (make-subsidiary-coding-system, make-coding-system,
4673 define-coding-system-alias): Use it instead of setting
4674 coding-system-list directly.
4676 1999-02-07 Dave Love <fx@gnu.org>
4678 * calendar/appt.el (appt-make-list): Don't splice quotes and date
4681 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4683 * imenu.el (imenu--last-menubar-index-alist): Add doc.
4684 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
4686 1999-02-06 Richard Stallman <rms@gnu.org>
4688 * language/european.el (setup-slovenian-environment): New function.
4689 ("Slovenian"): New language environment.
4691 * progmodes/sql.el (sql-help): Doc fix.
4692 (sql-mysql): Doc fix.
4694 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4696 * tex-mode.el: When compiling, require compare-w and skeleton
4697 to pacify the byte-compiler. Move the def's of the tex-commands
4698 together. Add a comment on kill-process vs. quit-process.
4700 1999-02-05 Dave Love <fx@gnu.org>
4702 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
4704 (compile-goto-error): Likewise.
4706 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
4708 * time-stamp.el (time-stamp-format): Format doc tighter.
4709 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
4710 (time-stamp): don't re-write the time stamp if it didn't change.
4712 1999-02-05 Alex Schroeder <asc@bsiag.com>
4714 * progmodes/sql.el: Changed version to 1.2.1.
4715 (sql-pop-to-buffer-after-send-region): Improved documentation.
4716 (sql-mysql-program): Added MySQL support.
4717 (sql-prompt-length): Made prompt-length configurable.
4718 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
4719 (sql-help): Added MySQL support, changed documentation.
4720 (sql-send-region): A message is displayed if something is sent.
4721 (sql-mode): Added buffer-local comment-start.
4722 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
4723 (sql-interactive-mode): Added buffer-local comment-start.
4724 (sql-oracle): Set sql-prompt-length.
4725 (sql-sybase): Set sql-prompt-length.
4726 (sql-mysql): Added MySQL support.
4727 (sql-ingres): Set sql-prompt-length.
4728 (sql-ms): Set sql-prompt-length.
4729 (sql-postgres): Set sql-prompt-length.
4731 1999-02-04 Eli Zaretskii <eliz@gnu.org>
4733 * term/internal.el (dos-codepage-setup): Set selection coding
4734 system to cpNNN-dos.
4736 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4738 * international/characters.el: Let ethiopic use iso-2022-7bit.
4740 1999-02-02 Dave Love <fx@gnu.org>
4742 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
4743 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
4745 1999-02-02 Karl Heuer <kwzh@gnu.org>
4747 * terminal.el (terminal-emulator): Doc fix.
4749 1999-02-02 Ken'ichi Handa <handa@gnu.org>
4751 * international/mule-util.el (compose-chars): Doc-string
4752 modified. Correctly handle a composition character in ARGS.
4754 1999-02-01 Richard Stallman <rms@gnu.org>
4756 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
4757 (makefile-menu-index-function): Function deleted.
4758 (makefile-mode): Use makefile-imenu-generic-expression.
4760 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
4762 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
4763 change, invoke from before-init-hook.
4765 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
4767 * subr.el (remove-from-invisibility-spec): Cope with the case when
4768 buffer-invisibility-spec is t.
4770 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
4772 * calendar/calendar.el (calendar-mode-map): Fix bindings for
4773 appt-add and appt-delete.
4775 1999-02-01 Eli Zaretskii <eliz@gnu.org>
4777 * term/pc-win.el (msdos-approximate-color): New function.
4778 (msdos-color-translate): Call it to find a DOS color that best
4779 approximates an X-style "#NNNNNN" color specification.
4781 1999-02-01 Ken'ichi Handa <handa@gnu.org>
4783 * international/mule-util.el (compose-chars-component): Add
4786 1999-01-31 Ken'ichi Handa <handa@gnu.org>
4788 * international/quail.el (quail-lookup-key): If cdr of MAP is a
4789 function, replace cdr of MAP by the return value of the function
4792 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4794 * progmodes/compile.el (compilation-next-error-locus): Don't
4795 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
4797 1999-01-31 Eli Zaretskii <eliz@gnu.org>
4799 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
4800 and NLs before "charset", and allow the charset name be in double
4803 1999-01-31 Richard Stallman <rms@gnu.org>
4805 * imenu.el (imenu-sort-function): Fix custom type.
4807 1999-01-30 Richard Stallman <rms@gnu.org>
4809 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
4810 (speedbar-line-token): Likewise.
4812 * play/gametree.el (gametree-default-score): Use defcustom.
4813 (gametree-score-regexp, gametree-score-closer): Likewise.
4814 (gametree-score-manual-flag, gametree-score-opener): Likewise.
4816 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4818 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
4821 1999-01-29 Markus Rost <rost@gnu.org>
4823 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
4824 tex-validate-buffer.
4825 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
4826 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
4827 now with recent occur-mode.
4828 (tex-validate-region): Really walk through all Sexps.
4829 (tex-region): Bind shell-dirtrack-verbose.
4830 (tex-file, tex-bibtex-file): Likewise.
4832 1999-01-29 Dave Love <fx@gnu.org>
4834 * finder.el: (finder-commentary): Fix interactive spec. Try
4835 appending .el to file name.
4836 (finder-find-library, finder-commentary): Doc fixes.
4838 1999-01-29 Andrew Innes <andrewi@gnu.org>
4840 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
4841 where the userid contains directory separators.
4843 1999-01-29 Dave Love <fx@gnu.org>
4845 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
4846 (lm-commentary): Doc fix.
4848 1999-01-29 Andreas Schwab <schwab@gnu.org>
4850 * files.el (file-expand-wildcards): Never consider `.' and `..' a
4851 wildcard match. Fix regexp that tests if dirpart contains
4852 wildcard characters.
4854 1999-01-28 Richard Stallman <rms@gnu.org>
4856 * font-lock.el (font-lock-default-unfontify-region):
4857 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
4859 1999-01-27 Jason Rumney <jasonr@altavista.net>
4861 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
4863 (w32-create-initial-fontsets): Do not use before-init-hook.
4864 (mouse-set-font): Document. Automatically create and use fontsets.
4866 * dos-w32.el (direct-print-region-helper): Check for printer
4867 being t as well as a string.
4869 1999-01-27 Kenichi Handa <handa@etl.go.jp>
4871 * mail/rmail.el (rmail-decode-mime-charset): New variable.
4872 (rmail-mime-charset-pattern): New variable.
4873 (rmail-convert-to-babyl-format): Decode by MIME-charset if
4874 rmail-decode-mime-charset is non-nil.
4876 1999-01-27 Ken'ichi Handa <handa@gnu.org>
4878 * international/characters.el: Set category `q' for all characters
4879 in tibetan and tibetan-1-column.
4881 1999-01-27 Andrew Innes <andrewi@gnu.org>
4883 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
4884 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
4886 1999-01-27 Dave Love <fx@gnu.org>
4888 * international/mule-cmds.el (current-language-environment):
4889 Provide :link, :type (choices) and appropriate :get.
4891 1999-01-27 Eli Zaretskii <eliz@gnu.org>
4893 * startup.el (command-line): Set default eol-mnemonic-* strings to
4894 display end-of-line format in mode line.
4896 * cus-start.el (all): Add eol-mnemonic-* variables.
4898 1999-01-26 Dave Love <fx@gnu.org>
4900 * startup.el (command-line-1): Up-date copyright.
4902 * paths.el (Info-default-directory-list): Use configdir twice.
4904 * info.el (Info-directory-list): Don't set path-separator now
4905 we're not shipped with Texinfo. Simplify path definition.
4906 Substitute all occurrences of instdir in Info-default-directory-list.
4908 1999-01-25 Richard Stallman <rms@gnu.org>
4910 * startup.el (normal-top-level-add-subdirs-to-load-path):
4911 Record the inode numbers of the dirs processed, to avoid loop.
4913 * textmodes/tex-mode.el (tex-run-command): Doc fix.
4915 1999-01-25 Dave Love <fx@gnu.org>
4917 * browse-url.el (browse-url-netscape-program): Doc addition.
4919 * help.el (help-make-xrefs): Default info references to an `(emacs)'
4922 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
4925 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4927 * calendar/diary-lib.el (mark-diary-entries): Use
4928 assoc-ignore-case and do not capitalize when matching month and
4931 * calendar/calendar.el (calendar-read-date): Ditto.
4933 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
4934 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
4936 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
4938 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
4940 * calendar/cal-islam.el (calendar-goto-islamic-date)
4941 (mark-islamic-diary-entries): Ditto.
4943 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
4945 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
4946 (calendar-read-mayan-tzolkin-date): Ditto.
4948 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
4950 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
4952 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
4954 1999-01-25 Karl Heuer <kwzh@gnu.org>
4956 * faces.el (list-faces-display): Multiline case of previous fix.
4958 1999-01-25 Andreas Schwab <schwab@gnu.org>
4960 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
4962 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
4964 * files.el (find-file): If find-file-noselect returns a list,
4965 do switch-to-buffer on each element.
4966 (find-file-other-window): Likewise for all but the first element.
4967 (find-file-other-frame): Same.
4968 (find-file-noselect): When we expand a wildcard, return a list
4971 1999-01-24 Eli Zaretskii <eliz@gnu.org>
4973 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
4974 to set the appropriate cpNNN-dos coding system as the
4975 highest-priority coding system.
4977 1999-01-23 Ken'ichi Handa <handa@gnu.org>
4979 * international/fontset.el (generate-fontset-menu): Return a
4980 sorted list by plain names of fontsets.
4982 * international/mule-diag.el (list-fontsets): Sort fontsets by
4985 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
4986 FIRST is a composite character, decompose it at first.
4988 1999-01-23 Dave Love <fx@gnu.org>
4990 * format.el: Doc fixes.
4991 (format-encode-run-method): Have things happen in the right buffer.
4992 Deal with errors from method. Set coding-system-for-write.
4993 (format-decode-run-method): Have things happen in the right buffer.
4994 Deal with errors from method. Set coding-system-for-read.
4995 (format-alist): Use nil instead of unmatchable regexps.
4997 * simple.el (shell-command-on-region): Return command's exit status.
4999 1999-01-23 Eric Ludlam <zappo@gnu.org>
5001 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
5002 of the file whose info we want to display.
5003 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
5004 (speedbar-add-mode-functions-list) Improve doc.
5005 (speedbar-line-token) New function.
5006 (speedbar-dired) Fix order of directories in -shown-directories.
5007 (speedbar-line-path): Default return is default-directory
5008 (speedbar-buffers-line-path): Return is dir name only.
5009 (speedbar-mode-functions-list): New variable.
5010 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
5011 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
5012 speedbar-files-item-info speedbar-buffers-item-info): New functions.
5013 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
5015 (speedbar-line-file): Broke out part that fetches file from a line.
5016 (speedbar-line-text): New function extracted from speedbar-line-file.
5017 (speedbar-line-path): Converted into a replaceable function.
5018 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
5020 1999-01-23 Ken'ichi Handa <handa@gnu.org>
5022 * international/fontset.el (create-fontset-from-x-resource): Make
5025 1999-01-22 Dave Love <fx@gnu.org>
5027 * paths.el (Info-default-directory-list): Put sysdir after start.
5029 1999-01-22 Sam Steingold <sds@goems.com>
5031 * midnight.el (clean-buffer-list): do not kill a buffer if it has
5032 a process associated with it.
5034 1999-01-22 Jason Rumney <jasonr@altavista.net>
5036 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
5038 1999-01-22 Felix Lee <flee@cygnus.com>
5040 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
5042 (vc-annotate-mode): Delete variable.
5044 1999-01-22 Andrew Innes <andrewi@gnu.org>
5046 * startup.el (command-line): [windows-nt]: Check for existence of
5047 .emacs file so as to notice .emacs.el or .emacs.elc and use them
5048 in preference to _emacs.
5050 1999-01-22 Dave Love <fx@gnu.org>
5052 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
5054 1999-01-20 Richard Stallman <rms@gnu.org>
5056 * files.el (find-file-noselect): Do wildcard processing only
5057 if new arg WILDCARDS is non-nil.
5058 (find-file, find-file-other-window): New arg WILDCARDS.
5059 Default it to non-nil if interactive.
5060 (find-file-other-frame): Likewise.
5061 (find-file-read-only): Likewise.
5062 (find-file-read-only-other-window): Likewise.
5063 (find-file-read-only-other-frame): Likewise.
5065 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
5066 (widget-plist-convert-option): Delete spurious comma.
5068 1999-01-19 Jason Rumney <jasonr@altavista.net>
5070 * term/w32-win.el (w32-standard-fontspec-spec): Change
5071 iso8859-5 to koi8-r. Add iso8859-9.
5073 1999-01-19 Dave Love <fx@gnu.org>
5075 * browse-url.el (browse-url-maybe-new-window): Delete macro and
5078 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
5080 (fortran-indent-subprogram): Likewise.
5082 1999-01-19 Dave Love <d.love@dl.ac.uk>
5084 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
5086 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5088 * wid-edit.el (alist): Use sexp as default key-type.
5090 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5092 * textmodes/tex-mode.el (tex-define-common-keys):
5093 Remove key binding of tex-feed-input.
5094 (tex-mode-map): Bind tex-feed-input here.
5095 (tex-start-shell): Use compilation-shell-minor-mode. Set
5096 comint-input-filter-functions before running tex-shell-hook.
5097 (tex-start-tex): Forget compilation errors.
5098 (tex-compilation-parse-errors): Rewritten to work also with
5099 compile-mouse-goto-error and compile-goto-error. Adjusted to
5100 change in tex-region.
5101 (tex-region): For the temp file use file-name without directory.
5102 (tex-file): Expand file name of tex-print-file.
5104 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5106 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
5108 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
5110 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
5111 beginning could cause Emacs to hang. Fixed.
5113 1999-01-18 Ken'ichi Handa <handa@gnu.org>
5115 * international/ccl.el (ccl-compile-translate-character): Handle
5116 the case that a tranlation table is CCL register correctly.
5118 * international/mule-cmds.el (select-safe-coding-system):
5119 Hightlight at most 256 characters.
5121 1999-01-18 Dave Love <fx@gnu.org>
5123 * startup.el (command-line): If the init file changes operation to
5124 unibyte, make all buffers unibyte and re-set language environment.
5126 * disp-table.el (standard-display-european): Make all existing
5127 buffers unibyte. Fix doc.
5129 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
5131 * wid-edit.el (coding-system): Define this unconditionally.
5133 * simple.el (shell-command-on-region-default-error-buffer): New var.
5134 (shell-command-on-region): Use that variable as interactive
5135 value of ERROR-BUFFER argument.
5137 1999-01-17 Sam Steingold <sds@goems.com>
5139 * mail/rmail.el (rmail-quit): run `rmail-quit-hook'.
5141 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5143 * progmodes/compile.el (compilation-goto-locus): If already in the
5144 compilation buffer's window, keep it in that window.
5145 (compile-mouse-goto-error): Add Doc. Don't play with windows.
5146 (compile-goto-error): Don't play with windows.
5148 * textmodes/tex-mode.el (latex-run-command): Doc fix.
5149 (tex-command): Doc fix.
5150 (tex-compilation-parse-errors): Doc fix.
5151 (tex-generate-zap-file-name): Don't start the name with -.
5152 (tex-expand-files): Works now also with strings ending with ":".
5154 1999-01-17 Ian T Zimmerman <itz@transbay.net>
5156 Patch failed to install:
5157 * gametree.el: Document scoring functionality.
5158 (gametree-score-regexp): Add optional plus sign.
5159 (gametree-score-opener): Replace `:' with `=' as the former
5160 conflicts with gametree-half-ply-regexp.
5161 (gametree-transpose-following-leaves): Add.
5162 (gametree-insert-new-leaf): Make modifying commands barf in read
5164 (gametree-break-line-here): Add a call to
5165 `gametree-transpose-following-leaves'. This maintains the
5166 necessary invariant that on each level all leaf children precede
5167 all nonleaf children. This has always been implied, but left to
5168 the user, and, unfortunately, undocumented.
5170 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
5172 * wid-edit.el (plist, alist): New widget types.
5174 1999-01-17 Dave Love <fx@gnu.org>
5176 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
5177 fix scope of condition-case therein.
5179 1999-01-17 Andrew Innes <andrewi@gnu.org>
5181 * dos-w32.el: (find-buffer-file-type-coding-system): Use
5182 default-buffer-file-coding-system when file doesn't exist (and
5183 isn't covered by a special case) instead of forcing undecided-dos
5184 against the user's wishes.
5186 * dos-w32.el (direct-print-region-helper): New function based on
5187 direct-print-region-function; sends data to specified printer port
5188 without further translation. Recognize and handle specially the
5189 standard `print' and `nprint' programs, as well as `lpr' and
5190 similar programs. Only write directly to the printer port if no
5191 print program is specified. Work around a bug in Windows 9x
5192 affecting Win32 version of Emacs by invoking command.com to write
5193 to the printer port instead of writing directly.
5194 (direct-print-region-function): Use direct-print-region-helper to
5195 do most of the work.
5196 (direct-ps-print-region-function): New function; analogue of
5197 direct-print-region-function for ps-print.
5198 (ps-lpr-command): Comment out setq; leave as example usage.
5199 (ps-lpr-switches): Ditto.
5201 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
5203 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
5204 DOS and Windows platforms, to indicate direct printing. Update
5205 the docstring accordingly.
5207 * ps-print.el: (ps-printer-name): Update docstring about usage on
5208 MS-DOS and MS-Windows.
5209 (ps-lpr-command): Update docstring as for lpr-command.
5210 (ps-print-region-function): New variable.
5211 (ps-do-despool): Use it.
5212 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
5215 * subr.el (subst-char-in-string): New function.
5217 1999-01-17 Eli Zaretskii <eliz@gnu.org>
5219 * international/codepage.el (cp852-decode-table): Fill a nil entry.
5221 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
5222 (bdf-find-font-info): New function, looks for the first readable
5223 file from a list of alternatives.
5224 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
5225 instead of bdf-get-font-info.
5226 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
5227 to ps-mule-generate-bitmap-glyph.
5229 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
5230 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
5231 now be a list of alternative names.
5232 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
5233 (ps-mule-prepare-font): Likewise.
5235 * international/codepage.el (cp855-decode-table,
5236 cp850-decode-table): Fill some nil entries.
5238 1999-01-16 Dave Love <fx@gnu.org>
5240 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
5243 1999-01-15 Dave Love <fx@gnu.org>
5245 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
5246 and change regexp for command names.
5247 (help-xref-go-back, function-called-at-point, symbol-file)
5248 (where-is): Doc fixes.
5249 (help-xref-go-back): Remove interactive spec.
5250 (describe-function-1): Fix message for alias. Buttomize alias
5253 * simple.el (join-line): New alias.
5255 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
5257 * forms.el: (forms--show-record): Convert integers to string
5258 expicitly since concat will no longer accept integers.
5259 (forms-print): Use local `total-nb-records' since
5260 `forms--total-records' will be inaccessible after buffer switching.
5262 1998-01-14 Felix Lee <flee@cygnus.com>
5264 * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness.
5266 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
5268 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
5270 1999-01-14 Eli Zaretskii <eliz@gnu.org>
5272 * international/codepage.el (cp850-decode-table): Fix previous change.
5274 1999-01-14 Simon Marshall <simon@gnu.org>
5276 * shell.el (shell-dirtrack-verbose): New custom variable.
5277 (shell-dirstack-message): Use it.
5279 1999-01-14 Kenichi Handa <handa@etl.go.jp>
5281 * international/mule-conf.el: Coding system alias `dos' for
5282 `undecided-dos', `mac' for `undecided-mac'.
5284 * international/mule-cmds.el (describe-language-environment):
5285 Don't alter input-method-alist.
5287 1999-01-13 Eli Zaretskii <eliz@gnu.org>
5289 * international/codepage.el (cp850-decode-table): Replace nil
5290 entries with codes of similary looking glyphs. (Suggested by
5291 Jason Rumney <jasonr@altavista.net>.)
5293 1999-01-13 Dave Love <fx@gnu.org>
5295 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
5297 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
5299 1999-01-12 Karl Heuer <kwzh@gnu.org>
5301 * files.el (auto-save-hook): Defvar this.
5303 1999-01-12 Alex Schroeder <asc@bsiag.com>
5305 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
5306 faces, eliminating the need to load font-lock before loading sql.
5307 (sql-mode-oracle-font-lock-keywords): Likewise.
5308 (sql-mode-postgres-font-lock-keywords): Likewise.
5310 1999-01-11 Dave Love <fx@gnu.org>
5312 * cus-start.el: Add inhibit-eol-conversion.
5314 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
5317 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
5319 * help.el (help-mode-finish): Renamed from help-mode-maybe.
5320 Don't switch to Help mode here.
5321 (temp-buffer-setup-hook): Use help-mode-finish.
5322 (help-mode-setup): New function.
5323 (temp-buffer-setup-hook): Use help-mode-setup.
5325 * progmodes/sql.el: New file.
5327 * files.el (auto-mode-alist): Add sql-mode.
5329 * faces.el (list-faces-display): Improve the formatting
5330 by computing the maximum length required for any face-name.
5332 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5334 * progmodes/compile.el (compilation-shell-minor-mode): New function.
5336 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
5338 * term.el (term_send_home): Change the string to
5339 be the same as the one emitted by xterm and consistent with the
5340 ones emitted by prior and next.
5341 (term_send_end): Likewise.
5343 1999-01-10 Dave Love <fx@gnu.org>
5345 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
5348 1999-01-10 Eli Zaretskii <eliz@gnu.org>
5350 * international/codepage.el (codepage-setup): Doc fix.
5351 (cp-decoding-vector-for-codepage): Likewise.
5353 1999-01-10 Markus Rost <rost@gnu.org>
5355 * cus-edit.el (custom-save-delete): First scan the custom-file.
5357 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
5359 * international/iso-transl.el: Define a "function name" for
5360 each translation that isn't ASCII. Use these function names
5361 in iso-transl-char-map.
5363 1999-01-08 Kenichi Handa <handa@etl.go.jp>
5365 * international/mule-util.el (decompose-region): Do decomposition
5366 on temporary unibyte buffer.
5368 * international/mule.el (make-char): Doc-string modified.
5370 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
5372 * simple.el (comment-region): Delete spaces only if we
5373 deleted a comment starter.
5375 1999-01-07 Dave Love <fx@gnu.org>
5377 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
5379 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
5380 like eval-defun does.
5382 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
5384 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
5385 constructions. Doc fixes.
5386 (generic-create-generic-function): Use defalias, not fset.
5388 * find-func.el: More doc fixes.
5390 1999-01-06 Stephen Eglen <stephen@gnu.org>
5392 * files.el (save-buffers-kill-emacs): Show the list of current
5393 processes before prompting to kill them and exit.
5395 1999-01-06 Dave Love <fx@gnu.org>
5397 * emacs-lisp/find-func.el: Doc fixes.
5398 (find-function-regexp): Extend for define-generic-mode,
5399 define-derived-mode, easy-mmode-define-minor-mode.
5401 1999-01-06 Dave Love <fx@gnu.org>
5403 * progmodes/fortran.el (fortran-window-create): Account for scroll
5406 * browse-url.el: Require (noerror) w3-auto when compiling.
5407 (browse-url-maybe-new-window): Make it a macro and revert last
5409 (browse-url-w3): Require w3 for w3-fetch-other-window.
5411 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5413 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
5416 1999-01-06 Simon Marshall <simon@gnu.org>
5418 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
5420 * font-lock.el (font-lock-default-fontify-buffer): When using
5421 with-temp-message, use nil rather than current-message.
5423 * lazy-lock.el (lazy-lock-unstall):
5424 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
5425 rather than current-message.
5427 * fast-lock.el (fast-lock-save-cache-1):
5428 (fast-lock-cache-data): When using with-temp-message, use nil rather
5429 than current-message.
5431 1999-01-06 Eli Zaretskii <eliz@gnu.org>
5433 * international/codepage.el (cp-coding-system-for-codepage-1): Add
5434 the valid-codes property.
5436 * international/mule-cmds.el (prefer-coding-system): Call
5437 set-coding-priority, so that the internal array of priorities is
5440 * international/mule-util.el:
5441 (coding-system-change-eol-conversion,
5442 coding-system-change-text-conversion): Don't define here.
5444 * international/mule-cmds.el: Define them here. Remove the
5447 1999-01-06 Andreas Schwab <schwab@gnu.org>
5449 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
5450 if it was enabled before.
5452 * view.el (View-revert-buffer-scroll-page-forward): Bind
5453 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
5455 * files.el (recover-session): Preserve point when inserting
5458 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
5460 * cus-edit.el (custom-save-delete): Don't delete whitespace
5461 and comments before the sexp that is replaced.
5463 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5465 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
5467 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
5469 * vc.el (vc-dired-hook): Use the original value of
5470 dired-move-to-filename-regexp on lines that have not been
5472 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
5473 file lines have already been reformatted.
5475 1999-01-05 Dave Love <fx@gnu.org>
5477 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
5480 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
5482 * progmodes/f90.el: Change of regular expressions for type to
5483 correct highlighting and identation. Some small fixes for
5484 compatibility with XEmacs.
5486 1999-01-05 Stephen Eglen <stephen@gnu.org>
5488 * mspools.el (mspools-vm-system-mail): Provide an alternative
5489 value based on rmail-spool-directory if $MAIL is not defined.
5491 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
5493 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
5494 (reftex-section-info): Handle negative section levels.
5495 (reftex-view-crossref-extra): New option.
5496 (reftex-view-crossref): Generalized to work in more places.
5497 (reftex-find-citation-regexp-format, reftex-find-reference-format,
5498 reftex-macros-with-labels, reftex-global-search-marker): New variables.
5499 (reftex-view-cite-locations-from-bibtex): New command.
5500 (reftex-view-regexp-match, reftex-global-search,
5501 reftex-global-search-continue): New functions.
5502 (reftex-extract-bib-entries): No error for non-existing BibTeX
5503 file, just a message.
5504 (reftex-extract-bib-entries): Better error handling.
5505 (reftex-select-with-char): Use `*RefTeX Select*' for selection
5506 help and force it on current frame.
5507 (reftex-default-bibliography): New function.
5508 (reftex-access-parse-file): Check consistency after loading a
5509 parse file. When inconsistent, enfore rescan.
5510 (reftex-check-parse-consistency): New function.
5511 (easy-menu-define): Options section drastically shortened.
5513 1999-01-05 Kenichi Handa <handa@etl.go.jp>
5515 * language/thai-util.el (thai-compose-string): New function.
5517 1999-01-04 Inge Frick <inge@nada.kth.se>
5519 * easymenu.el (easy-menu-define): Doc fix.
5520 (easy-menu-create-menu): New keyword :included.
5521 (easy-menu-do-add-item): New keyword :included. SUFFIX may
5522 be an expression, not only a string. Simulate style `button'.
5523 Use easy-menu-define-key-intern instead of easy-menu-define-key.
5524 (easy-menu-define-key-intern): New function.
5525 (easy-menu-add-item): Understand value returned from
5526 easy-menu-item-present-p and easy-menu-remove-item.
5527 (easy-menu-return-item): New function.
5528 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
5530 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
5532 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
5533 Use rmail-output-read-rmail-file-name to read the file name.
5534 Always call rmail-output-to-rmail-file noninteractively.
5535 When count > 1, do the loop here.
5536 Handle rmail-delete-after-output here.
5537 (rmail-summary-output): Similar changes.
5539 * mail/rmailout.el: Provide `rmailout'.
5540 (rmail-output-read-rmail-file-name): New function.
5541 (rmail-output-to-rmail-file): Use that.
5542 (rmail-output-read-file-name): New function.
5543 (rmail-output): Use that.
5545 * files.el (find-file-noselect): Let /: suppress wildcard matching.
5546 Error if wildcard matches no files.
5548 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
5550 * menu-bar.el (clipboard-yank): Doc fix.
5552 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
5554 1998-12-31 Markus Rost <rost@delysid.gnu.org>
5556 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
5558 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
5560 * rmail.el (rmail-encode-string): Make sure mask value is
5561 positive; (emacs-pid) returns a negative number on Windows 9x
5562 which causes odd behaviour.
5564 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
5566 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
5567 and about w32-* variables unless on Windows/NT.
5569 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
5571 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
5572 if buffer is modified; ask about all modified buffers.
5574 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
5576 * simple.el (what-cursor-position): Fix previous change.
5578 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
5580 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
5581 from paragraph-start.
5583 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
5585 * international/mule-cmds.el (prefer-coding-system): If the
5586 argument requires specific EOL conversion type, make the default
5587 coding systems use that.
5589 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
5591 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
5592 Use shell-command-on-region.
5593 (m4-start-m4, m4-end-m4): Functions deleted.
5595 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
5597 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
5599 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5601 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
5602 to compose-mail in the correct places and as a list.
5604 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
5606 * page-ext.el: Added mouse-selection feature for pages directory buffer.
5607 (pages-directory-map): Bind mouse-2
5608 (pages-copy-header-and-position): Put text property.
5609 (pages-directory-goto-with-mouse): New function.
5611 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
5613 * international/codepage.el (cp-make-coding-systems-for-codepage):
5615 (cp-coding-system-for-codepage-1): Likewise.
5617 1998-12-29 Kenichi Handa <handa@etl.go.jp>
5619 * language/thai-util.el (thai-post-read-conversion): Handle Thai
5620 composition sequence correctly here instead of calling
5621 thai-compose-region.
5623 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
5624 newline in multibyte buffer, if previous or next character is a
5625 composite char, check the first component of the composite char.
5627 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
5629 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
5632 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5634 * mail/sendmail.el (mail-yank-original): Remove text properties
5636 (mail-yank-region): Barf if no mark is set in the message
5639 * help.el (function-called-at-point): First look for function at point.
5641 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
5643 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
5645 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
5647 * simple.el (what-cursor-position): Print character encoding also.
5649 1998-12-26 Dave Love <fx@gnu.org>
5651 * textmodes/flyspell.el: If local-maps work, don't put
5652 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
5653 in flyspell-mouse-map (only).
5654 (flyspell-use-local-map): New variable.
5655 Use a different mouse-2 binding in that case,
5656 and don't add to minor-mode-map-alist.
5657 (make-flyspell-overlay, flyspell-correct-word):
5658 Test flyspell-use-local-map.
5660 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
5662 * files.el (file-expand-wildcards): Handle wildcards in directory name.
5663 Be careful about whether to return a relative file name,
5664 and if so, relative to what directory.
5666 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
5668 * emacs-lisp/easymenu.el (easy-menu-get-map):
5669 Change global map only if this menu exists in the global map already,
5670 and not in the local map.
5671 (easy-menu-do-add-item): Fix error message.
5673 * foldout.el (foldout-inhibit-key-bindings):
5674 Avoid concatenating onto outline-minor-mode-prefix.
5675 Make a new keymap for that prefix, if it does not already have one.
5677 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
5680 Can use linear algorithm for indentation if Emacs supports it.
5681 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
5682 (cperl-after-block-p): Likewise.
5683 (cperl-after-block-and-statement-beg): Likewise.
5684 (cperl-after-block-p): After END/BEGIN we are a block.
5685 (cperl-after-expr-p): Skip labels when checking
5686 (cperl-indent-region): Make a marker for END - text added/removed.
5687 Disable hooks during the call (how to call them later?).
5688 Now indents 820-line-long function in 6.5 sec (including
5689 syntaxification) the first time (when buffer has few
5690 properties), 7.1 sec the second time.
5691 (cperl-indent-region): Do not indent whitespace lines
5693 Include `cperl-merge-trailing-else' where the value is clear.
5694 (cperl-styles-entries): Likewise.
5695 (cperl-problems): Improvements to docs.
5696 (cperl-tips): Likewise.
5697 (cperl-non-problems): Likewise.
5698 (cperl-mode): Make lazy syntaxification possible.
5699 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
5700 `font-lock-unfontify-region-function' was set to a wrong function.
5702 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
5703 restart syntaxification. Changed so that -d ?foo? is a RE. Do
5704 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
5705 but 1<<6 was considered as HERE-doc.
5706 <file/glob> made into a string.
5707 Postpone addition of faces after syntactic step.
5708 Recognition of <FH> was wrong.
5709 Highlight `gem' in s///gem as a keyword. `qr' recognized.
5710 Knows that split// is null-RE.
5711 Highlights separators in 3-parts expressions as labels.
5712 <> was considered as a glob.
5713 Would err if the last line is `=head1'.
5714 $a-1 ? foo : bar; was a considered a regexp.
5715 `<< (' was considered a start of HERE-doc.
5716 mark qq[]-etc sections as syntax-type=string
5717 Was not processing sub protos after a comment ine.
5718 Was treating $a++ <= 5 as a glob.
5719 Tolerate unfinished REx at end-of-buffer.
5720 `unwind-protect' was left commented.
5721 / and ? after : start a REx.
5723 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
5724 Better default, customizes to `message' too, off in text-mode.
5726 (cperl-array-face): Renamed from `font-lock-emphasized-face',
5728 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
5730 (cperl-emacs-can-parse): New state variable.
5731 (cperl-indent-line): Corrected to use global state.
5732 (cperl-calculate-indent): Likewise.
5733 (cperl-fix-line-spacing): Likewise (not used yet).
5734 (cperl-calculate-indent): Did not consider `,' as
5735 continuation mark for statements.
5736 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
5737 Remove another parse-data optimization at toplevel: would
5739 Correct for labels when calculating indentation of continuations.
5741 (cperl-choose-color): Converted to a function (to be
5742 compilable in text-mode).
5743 (cperl-dark-background): Disable without window-system.
5744 Do `defface' only if window-system.
5745 (cperl-fix-line-spacing): sped up to bail out early.
5746 (x-color-defined-p): was not compiling on XEmacs
5747 Was defmacro'ed with a tick. Remove another def.
5748 (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones
5749 (cperl-unwind-to-safe): New function.
5750 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
5751 (cperl-fontify-syntaxically): Unwinds start and end to go out of
5752 long strings (not very successful).
5753 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
5754 Highlight the starting // in s//foo/ as function-name.
5755 Emit a meaningful error instead of a cryptic one for an
5756 uncomplete REx near end-of-buffer.
5758 (cperl-electric-keyword): `qr' recognized.
5759 (cperl-electric-else): Likewise
5760 (cperl-to-comment-or-eol): Likewise
5761 (cperl-make-regexp-x): Likewise
5762 (cperl-init-faces): Likewise, and `lock' (as overridable?).
5763 Corrected to use new macros;
5764 `if' for copying `reference-face' to `constant-face' was backward.
5765 remove init `font-lock-other-emphasized-face',
5766 `font-lock-emphasized-face', `font-lock-keyword-face'.
5767 Interpolate `cperl-invalid-face'.
5768 (cperl-make-regexp-x): Misprint in a message.
5769 (cperl-syntaxify-unwind): New configuration variable
5770 (cperl-fontify-m-as-s): New configuration variable
5771 (cperl-electric-pod): check for after-expr was performed
5773 (cperl-backward-to-noncomment): better treatment of PODs and HEREs.
5774 (cperl-clobber-mode-lists): New configuration variable.
5775 (cperl-not-bad-style-regexp): Updated.
5776 Init: `cperl-is-face' was busted.
5777 (cperl-make-face): New macros.
5778 (cperl-force-face): New macros.
5779 (font-lock-other-type-face): Done via `defface' too.
5780 (cperl-nonoverridable-face): New face. Renamed from
5781 `font-lock-other-type-face'.
5782 (cperl-init-faces-weak): use `cperl-force-face'.
5783 (cperl-comment-indent): Commenting __END__ was not working.
5784 (cperl-indent-for-comment): Likewise.
5785 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
5786 When removing old TAGS info was not relativizing filename.
5787 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
5788 Another try to work around XEmacs problems. Better progress messages.
5789 (toplevel): require custom unprotected => failure on 19.28.
5790 (cperl-xemacs-p): defined when compile too
5791 (cperl-find-tags): Was writing line/pos in a wrong order,
5792 pos off by 1 and not at beg-of-line.
5793 (cperl-etags-snarf-tag): New macro
5794 (cperl-etags-goto-tag-location): New macro
5795 (cperl-version): New variable. New menu entry
5796 random docstrings: References to "future" 20.3 removed.
5797 Menu was described as `CPerl' instead of `Perl'
5798 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
5799 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
5800 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
5801 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
5802 `font-lock-reference-face', `font-lock-keyword-face'.
5803 Use `eval-after-load'.
5804 Remove not-CPerl-related faces.
5805 (cperl-tips-faces): New variable and an entry into Mini-docs.
5806 (cperl-indent-exp): Was not processing else-blocks.
5807 (cperl-get-state): NOP line removed.
5808 (cperl-ps-print): New function and menu entry.
5809 (cperl-ps-print-face-properties): New configuration variable.
5810 (cperl-invalid-face): New configuration variable.
5811 (perl-font-lock-keywords): Highlight trailing whitespace
5812 (cperl-contract-levels): Documentation corrected.
5813 (cperl-contract-level): Likewise.
5814 (cperl-ps-extend-face-list): New macro.
5815 (cperl-invalid-face): Change to ''underline.
5817 1998-12-25 Markus Rost <rost@delysid.gnu.org>
5819 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
5821 (rmail-output-to-rmail-file): Likewise.
5823 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
5825 * emacs-lisp/easymenu.el (easy-menu-get-map):
5826 If MENU is nil, use global menu-bar map.
5827 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
5828 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
5830 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5832 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
5834 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5836 * ps-print.el (ps-print-version): New version number (4.1.3).
5838 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
5840 * international/mule-cmds.el: Use make-sparse-keymap instead of
5841 define-prefix-key when defining MULE menu items.
5843 * info.el (Info-node-at-bob-matching): New function.
5844 (Info-find-node, Info-build-node-completions): Call it.
5846 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
5848 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
5849 when this is an autoloaded keymap.
5851 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
5853 * international/codepage.el (cp-coding-system-for-codepage-1):
5854 Create separate encoders and decoders, for DOS and Unix. Make the
5855 usual family of 3 coding systems, so that automatic detection of
5857 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
5858 Unix-specific symbols here, and don't call
5859 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
5860 Handa <handa@etl.go.jp>.)
5862 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
5864 * term/internal.el (IT-character-translations): New variable, an
5865 alist used to display characters for which there's no glyphs in
5866 the current codepage.
5867 (IT-display-table-setup): New function, sets up the DOS terminal
5868 for a given codepage.
5869 (dos-codepage-setup): New function, sets up the MULE environment
5870 for the current value of dos-codepage.
5871 (top-level if): In the multibyte mode, turn on
5872 unibyte-display-via-language-environment. In the unibyte mode,
5873 set up the special syntax tables to map lower- to upper case and
5876 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
5878 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
5879 (speedbar-frame-plist) Remove useless comments.
5880 (speedbar-frame-mode) Do not specify height if it is in the param list.
5881 Use default y position w/out changing it.
5882 If default x position is a list, keep, calculate the non-list X
5883 value when devining an initial position.
5884 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
5885 (speedbar-tag-group-name-minimum-length): New variable.
5886 (speedbar-frame-parameter): New compatibility function.
5887 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
5888 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
5889 groups to keep things in the right order, and to help with some
5891 (speedbar-create-tag-hierarchy): Enable buffer local version of
5892 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
5893 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
5894 the case, derive it from the cursor location in speedbar.
5896 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
5898 * international/mule-cmds.el (set-language-environment): On MS-DOS
5899 terminals, install DOS-specific nonascii-translation-table if the
5900 language info doesn't specify one. Pass the default eol-type to
5901 set-language-environment-coding-systems.
5902 (set-default-coding-systems): Copy the eol-type property for the
5903 new default values of {buffer-file,process}-coding-system from the
5905 (set-language-environment-coding-systems): Accept an optional
5906 argument EOL-TYPE, and set the eol-type property of the default
5907 coding systems accordingly.
5908 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
5909 (set-keyboard-coding-system): Likewise.
5910 (set-default-coding-systems): Don't set
5911 default-terminal-coding-system on MS-DOS to anything but nil.
5912 (prefer-coding-system): Describe in the doc string that
5913 default-terminal-coding-system is not changed on MS-DOS.
5914 (set-language-environment): For MS-DOS, set standard syntax table
5915 and display table for all characters with code above 127.
5916 (standard-display-european-internal): For MS-DOS, pass all
5917 characters with code above 127 directly to the terminal, and don't
5918 remap characters 160 and 146 in the unibyte case.
5920 * international/codepage.el: New file.
5922 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5924 * diary-lib.el (diary-float): Fix end-of-year error and typos in
5927 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
5929 * map-ynp.el (map-y-or-n-p): Ignore input methods.
5931 * subr.el (read-passwd): Likewise.
5933 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
5935 * info.el (Info-find-node): Add 1 to the position read from the
5936 tag table. Don't fail if the node delimiter ^_ is the first
5937 character in the file.
5938 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
5939 first character in the file.
5940 (Info-read-subfile): Likewise.
5941 (Info-select-node): Likewise.
5942 (Info-build-node-completions): Likewise.
5944 1998-12-16 Richard Stallman <rms@gnu.org>
5946 * term/x-win.el (x-cut-buffer-or-selection-value):
5947 If clipboard is enabled, try it before PRIMARY selection.
5949 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
5951 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
5952 insert c-cedilla and C-cedilla respectively, like in latin-1.
5954 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
5956 * language/hebrew.el: Don't use sublists in the flags argument
5957 passed to make-coding-system.
5959 1998-12-15 Kenichi Handa <handa@etl.go.jp>
5961 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
5962 list of character sets found by find-charset-region.
5964 * ps-mule.el: Always require ps-print. Move some function
5965 definitions for Emacs 20.2 and the earlier to ps-print.el.
5966 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
5968 * ps-print.el: Define several functions for Emacs 20.2 and the
5970 (ps-printer-name): Check if printer-name is bound.
5972 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5974 * ps-mule.el: Programming uniformization and little code improvement.
5975 (ps-mule-prepare-font): Programming uniformization.
5976 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
5977 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
5979 * ps-bdf.el: Programming uniformization and little code improvement.
5980 (bdf-search-and-read): New fun.
5981 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
5982 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
5983 (bdf-info-relative-compose, bdf-info-baseline-offset)
5984 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
5985 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
5986 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
5987 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
5990 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5992 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
5993 and mule related code extraction. Autoload ps-mule funs.
5995 * ps-mule.el: Doc fix. Require ps-print only when compiled.
5996 (ps-mule-prologue-generated): New fun.
5997 (ps-mule-plot-string): Add autoload cookie.
5998 (ps-mule-begin-job): Call ps-mule-prologue-generated.
6000 1998-12-15 Kenichi Handa <handa@etl.go.jp>
6002 * ps-bdf.el: Require ps-mule instead of ps-print.
6003 (bdf-directory-list): Add autoload cookie.
6005 * ps-mule.el: New file. Mule related code extracted from
6006 ps-print.el. Require ps-print, provide ps-mule.
6007 (ps-multibyte-buffer): Add autoload cookie.
6008 (ps-mule-prepare-ascii-font): New fun.
6009 (ps-mule-set-ascii-font): New fun.
6010 (ps-mule-skip-same-charset): Fun deleted.
6011 (ps-mule-plot-string): Set ps-mule-current-charset.
6012 (ps-mule-initialize): Add autload cookie. Don't set
6013 ps-mule-font-info-database here.
6014 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
6015 ps-mule-font-info-database and ps-control-or-escape-regexp.
6016 (ps-mule-begin-page): New fun.
6018 * ps-print.el: Mule related code moved to ps-mule.el.
6019 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
6020 check ps-mule-charset-list.
6021 (ps-begin-page): Don't set ps-mule-current-charset, instead call
6023 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
6024 (ps-plot-region): Don't set ps-mule-current-charset, instead call
6025 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
6026 instead skip same charsets by itself.
6027 (ps-generate): Call ps-mule-initialize of needs-begin-file is
6028 non-nil. Call ps-mule-begin-job.
6030 1998-12-15 Kenichi Handa <handa@etl.go.jp>
6032 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
6035 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
6036 (ps-mule-external-libraries): New element FEATURE.
6037 (ps-mule-init-external-library): Ajusted for the above change.
6038 (ps-mule-generate-font): Likewise.
6039 (ps-mule-generate-glyphs): Likewise.
6040 (ps-mule-prepare-font): Likewise.
6041 (ps-mule-initialize): Likewise.
6042 (ps-begin-file): Superfluous tailing parenthesis deleted.
6044 1998-12-15 Kenichi Handa <handa@etl.go.jp>
6046 * international/fontset.el (x-decompose-font-name): If PATTERN
6047 doesn't have any wild cards, return a vector made from a name that
6048 is found by x-resolve-font-name found. Comments added.
6050 * international/mule-cmds.el (find-coding-systems-for-charsets):
6051 Handle the case of unknown charset.
6052 (find-multibyte-characters): If invalid multibyte characters are
6053 found, return the corresponding strings instead of character
6055 (find-multibyte-characters): Adjusted for the above change.
6056 (select-safe-coding-system): For a unibyte buffer, always returns
6057 DEFAULT-CODING-SYSTEM.
6058 (get-charset-property): Fix previous change. Make it a function.
6059 (put-charset-property): Make it a function.
6061 * international/mule.el (make-coding-system): Set mime-charset
6062 property of *-with-esc coding system to nil.
6064 * international/quail.el (quail-point-in-conversion-region): New
6066 (quail-conversion-backward-delete-char): When a key sequence is
6067 being translated, call quail-delete-last-char.
6069 * language/devan-util.el
6070 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
6071 handle devanagari-decomposition-rules.
6073 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
6075 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
6076 tex-start-options-string to empty string.
6077 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
6079 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
6081 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
6082 5xx responses are already handled properly).
6084 1998-12-13 Richard Stallman <rms@gnu.org>
6086 * progmodes/compile.el (compilation-error-regexp-alist): Insist
6087 on a non-digit in the file name.
6089 * simple.el (comment-region): Handle comment-padding
6090 separately for insertion and for deletion, in the right way for each.
6092 1998-12-13 Felix Lee <flee@cygnus.com>
6094 * progmodes/compile.el (compilation-error-regexp-alist): Fix
6095 regexp to match "ChangeLog:1:1998-12-09 ..."
6097 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
6099 * cus-start.el (dos-unsupported-char-glyph): Add.
6101 1998-12-11 Dave Love <fx@gnu.org>
6103 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
6104 forward-sexp in condition-case.
6106 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6107 Remove unnecessary test on `library' for explicit file name.
6108 Widen scope of save-match-data.
6110 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
6112 * international/mule.el (load-with-code-conversion): If the loaded
6113 file was inserted with no-conversion or raw-text coding system,
6114 make the buffer unibyte.
6116 1998-12-09 Richard Stallman <rms@gnu.org>
6118 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6119 Get rid of nested loops.
6121 * mouse.el (mouse-drag-vertical-line):
6122 If WHICH-SIDE is not `right', then scroll bars are on the left.
6124 * loadhist.el (load-history-loaded): defvar moved to help.el.
6126 * help.el (symbol-file-load-history-loaded): Variable renamed,
6127 and defvar moved from loadhist.el.
6128 (symbol-file): Renamed from describe-function-find-file.
6129 Load fns-VERSION.el here.
6130 (describe-variable, describe-function-1): Use symbol-file.
6132 * textmodes/tex-mode.el (tex-generate-zap-file-name):
6133 Don't start the name with #.
6135 * ispell.el: Take out the eval-when's.
6137 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
6139 * dirtrack.el (dirtrack-directory-change-hook): New hook.
6140 (dirtrack): Run it. Make debug message more verbose.
6142 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
6144 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
6145 name of the abbrev table, and provide support for XEmacs.
6146 (octave-xemacs-p): New variable.
6148 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6150 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
6151 exit, when mail-interactive is nil.
6153 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
6155 * files.el (after-find-file): Message fix.
6157 1998-12-09 Ken Stevens <stevens@kdstevens.com>
6159 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
6161 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
6163 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
6164 filenames using backslashes.
6166 1998-12-09 Dave Love <fx@gnu.org>
6168 * browse-url.el (browse-url-mail): Call compose-mail-other-window
6169 with correct number of args.
6170 (browse-url-maybe-new-window): New arg. Callers changed.
6172 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
6175 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
6177 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
6179 1998-12-08 Markus Rost <rost@delysid.gnu.org>
6181 * vc.el (vc-rcs-release): Fix Type.
6182 (vc-sccs-release): Fix Type.
6183 (vc-cvs-release): Fix Type.
6185 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
6188 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
6189 output of last undeleted message.
6191 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
6193 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
6194 (buffer-undo-list) [windows-nt]: Use different relative path.
6196 1998-12-07 Simon Marshall <simon@gnu.org>
6198 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
6200 1998-12-05 Markus Rost <rost@delysid.gnu.org>
6202 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
6204 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
6206 1998-12-04 Markus Rost <rost@delysid.gnu.org>
6208 * info.el (Info-menu): Don't return error if point is between menu
6209 header and first menu item.
6211 1998-12-04 Dave Love <fx@gnu.org>
6213 * help.el (describe-function-1): Fix description for alias.
6215 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
6217 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
6218 specifications from summary line.
6220 * rect.el (delete-whitespace-rectangle): Mark for autoload.
6221 (close-rectangle): Define alias only once in loaddefs.el.
6223 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
6225 * term/internal.el: Remove code which sets up a special syntax
6226 table for non-ASCII characters.
6228 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
6230 * dos-w32.el (direct-print-region-function): Try to ensure that
6231 printer-name is expanded to a file name on a local drive;
6232 sometimes printing a file loaded from a network volume fails.
6233 (direct-print-region-function): Add a function to
6234 write-region-annotate-functions to append a formfeed character to
6235 the region being printed, if the region doesn't end with a
6236 formfeed already. This avoids creating a second print job
6237 containing a blank page when print spooling is enabled on Windows.
6239 1998-12-02 Dave Love <fx@gnu.org>
6241 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
6244 1998-12-02 Richard Stallman <rms@gnu.org>
6246 * help.el (temp-buffer-resize-mode): Doc fix.
6248 * cus-edit.el (custom-save-delete): Save point before
6249 reading a sexp, rather than backing up.
6251 * international/iso-transl.el: Fix previous change.
6253 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6255 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
6256 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
6257 Added defvars to suppress compilation warnings.
6259 1998-11-30 Ken Stevens <k.stevens@ieee.org>
6261 * ispell.el: Improved and fixed customize for variables:
6262 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
6263 ispell-dictionary-alist, ispell-skip-sgml.
6264 Improved and fixed comments in variables and messages for
6265 functions: ispell-help-in-bufferp, ispell-local-dictionary,
6266 ispell-menu-map, ispell-checking-message, ispell-parser,
6267 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
6268 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
6269 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
6270 ispell-message-text-end, ispell-add-per-file-word-list.
6271 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
6272 system is now required for all languages. Casechars improved for
6273 castellano, castellano8, and norsk dictionaries. Dictionary
6274 norsk7-tex added. Dictionary polish added.
6275 (ispell-dictionary-alist): Redefined at load-time to support
6277 (ispell-menu-map): Redefined at load-time to support menu changes.
6278 (ispell-check-version): New alias for `check-ispell-version'.
6279 (ispell-parse-output): Fixed matching for ispell error messages.
6280 Correctly returns spelling suggestions in order generated by ispell
6282 (check-ispell-version): Ensure `case-fold-search' doesn't get
6284 (ispell-complete-word): Ensure `case-fold-search' doesn't get
6285 redefined. Fix bug that didn't respect case of word being completed.
6286 (ispell-init-process): Set process coding system to be compatible
6287 with emacs processes and the ispell process.
6288 (ispell-kill-ispell): Ensures ispell process has terminated before
6289 starting new process. This can otherwise confuse process filters
6290 and hang the ispell process.
6291 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
6292 skipping support for sgml.
6293 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
6294 which could cause `ispell-complete-word' to hang.
6295 (ispell-message): Improved message reference matching. Ensure
6296 `case-fold-search' doesn't get redefined.
6297 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
6298 get redefined. Fixed bug in returning to nroff mode from tex mode.
6299 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
6302 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6304 * textmodes/flyspell.el (flyspell-check-word-p):
6305 Don't delay inside a kbd macro.
6307 * subr.el (make-local-hook): Return the hook variable.
6309 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
6311 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
6312 Use a timer instead of post-command-hook.
6313 (hscroll-timer): New variable.
6315 1998-11-30 Dave Love <fx@gnu.org>
6317 * help.el (help-xref-button): Do nothing if text already has the
6319 (describe-variable): Revert previous change to hyperlink to source.
6321 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6323 * bindings.el (features): Add `base64' to this list.
6325 * loadhist.el (symbol-file): Doc fix.
6327 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
6329 * files.el (hack-one-local-variable): Cope with non-file buffers.
6331 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
6333 * help.el (describe-mode): Put major mode first.
6335 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
6336 to support special-display and same-window features.
6338 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
6340 * simple.el (transpose-subr, transpose-subr-1): Rename variables
6341 bound in one function and used in the other.
6342 (transpose-subr-start1, transpose-subr-start2): Add defvars.
6343 (transpose-subr-end1, transpose-subr-end2): Add defvars.
6345 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
6347 * autoinsert.el (auto-insert-alist): Use user-mail-address.
6349 1998-11-26 Kenichi Handa <handa@etl.go.jp>
6351 * international/ccl.el (ccl-dump-translate-character-const-tbl):
6352 Give format correct control string.
6354 * international/mule.el (define-translation-table): Fix bug of
6355 setting incorrect translation-table-id. If the first element of
6356 ARGS is a translation table, just register it.
6358 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
6361 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
6363 * thingatpt.el (thing-at-point-url-at-point): Don't use current
6364 syntax table to determine what is whitespace.
6366 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
6368 * frame.el (frame-parameter): Doc fix.
6370 * textmodes/tex-mode.el (tex-feed-input): New function.
6371 (tex-define-common-keys): Add binding for C-c C-m.
6373 1998-11-23 Dave Love <fx@gnu.org>
6375 * progmodes/fortran.el: Various minor doc fixes.
6376 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
6377 (fortran-with-subprogram-narrowing): New macro.
6378 (fortran-check-for-matching-do): Use it.
6379 (fortran-end-do): Use fortran-check-end-prog-re.
6380 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
6381 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
6383 1998-11-23 Simon Marshall <simon@gnu.org>
6385 * font-lock.el (font-lock-defaults): Doc fix.
6386 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
6387 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
6389 * lazy-lock.el (lazy-lock-unstall):
6390 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
6392 * fast-lock.el (fast-lock-save-cache-1):
6393 (fast-lock-cache-data): Rewritten to use with-temp-message.
6395 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
6397 * mail/rmail.el (rmail-set-message-counters-counter): Detect
6398 messages that have been added with DOS line endings and convert
6399 the line endings for such messages.
6401 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
6403 * help.el: Add resizing of temporary buffers.
6404 (temp-buffer-resize-mode): New command and variable.
6405 (temp-buffer-max-height): New variable.
6406 (resize-temp-buffer-window): New function.
6408 * window.el (window-buffer-height): New function, split from
6409 shrink-window-if-larger-than-buffer.
6410 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
6412 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
6414 * frame.el (initial-frame-alist): Add defcustom.
6416 * shell.el (shell-prompt-pattern): Add defcustom.
6418 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6420 * message.el (message-ignored-supersedes-headers): Remove
6423 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
6425 * help.el (describe-mode): Don't avoid loop indirecting thru
6428 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
6430 * help.el (describe-variable): Allow any variable with a defcustom,
6431 even if it is not a user variable.
6433 * mail/rmail.el (mail-unsent-separator): Additional alternative.
6435 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
6437 * gnus/nntp.el (nntp-request-group): Allow for failures when
6438 requesting a new group.
6440 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6442 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
6444 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6446 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
6448 1998-11-19 Simon Marshall <simon@gnu.org>
6450 * subr.el (with-temp-message): New macro.
6452 * emacs-lisp/lisp-mode.el (with-temp-message):
6453 Add lisp-indent-function property.
6455 1998-11-18 Dave Love <fx@gnu.org>
6457 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
6459 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
6461 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
6462 This is not obsolete.
6464 1998-11-18 Kenichi Handa <handa@etl.go.jp>
6466 * textmodes/picture.el: Make a new map by make-keymap.
6467 (picture-desired-column): New variable.
6468 (picture-update-desired-column): New function.
6469 (picture-beginning-of-line): Set picture-desired-column to 0.
6470 (picture-end-of-line): Set picture-desired-column to the current
6472 (picture-forward-column): Pay attention to multi-column character.
6473 (picture-backward-column): Likewise.
6474 (picture-move-down): Likewise.
6475 (picture-move-up): Likewise.
6476 (picture-movement-nw): With prefix arg, move twice columns.
6477 (picture-movement-ne): Likewise.
6478 (picture-movement-sw): Likewise.
6479 (picture-movement-se): Likewise.
6480 (picture-set-motion): Handle two-column movements.
6481 (picture-move): Call picture-move-down or picture-forward-column
6482 only when necessary.
6483 (picture-insert): Pay attention to picture-desired-column.
6484 (picture-self-insert): Likewise.
6485 (picture-clear-column): Pay attention to multi-column character.
6486 (picture-mode): Modify doc-string for two-column movement.
6488 * rect.el (move-to-column-force): New function.
6489 (operate-on-rectangle): If coerce-tabs is non-nil, call
6490 move-to-column-force instead of move-to-column.
6491 (insert-rectangle): Call move-to-column-force instead of
6493 (open-rectangle-line): If begextra is not zero, call
6494 move-to-column-force.
6497 1998-11-16 Dave Love <fx@gnu.org>
6499 * textmodes/sgml-mode.el Require skeleton when compiling.
6500 (sgml-font-lock-keywords-1): Accept single-letter tags.
6501 (v2): Defvar free variable.
6503 1998-11-16 Sam Steingold <sds@goems.com>
6505 * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL
6506 macro, not ELisp one.
6508 1998-11-16 Kenichi Handa <handa@etl.go.jp>
6510 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
6511 characters to symbol.
6513 * language/japan-util.el (japanese-zenkaku-region): New optional
6516 1998-11-16 Kenichi Handa <handa@etl.go.jp>
6518 * international/mule.el
6519 (after-insert-file-set-buffer-file-coding-system): If the buffer
6520 is changed to unibyte, return inserted bytes.
6522 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
6523 and link names if necessary.
6524 (tar-header-block-summarize): Handle the case that file or link
6525 names are multibyte.
6526 (tar-summarize-buffer): At first set the current buffer unibyte,
6527 then if there are multibyte file names, change it to multibyte.
6528 (tar-mode): Get char position from tar-header-offset.
6529 (tar-extract): Avoid multibyte<->unibyte conversion in
6530 insert-buffer-subsring by setting both buffers unibyte
6532 (tar-copy): Set the buffer unibyte while doing a work. Write
6533 without code conversion.
6534 (tar-expunge): Set the buffer unibyte while doing a work.
6535 (tar-alter-one-field): Likewise.
6536 (tar-clear-modification-flags): Compare byte position with
6538 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
6539 insert-buffer-subsring by setting both buffers unibyte
6540 temporarily. Pay attention to multibyteness while updating the
6542 (tar-mode-write-file): Write without code conversion.
6544 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6546 * nngateway.el: Require cl.
6548 1998-11-15 Dave Love <fx@gnu.org>
6550 * progmodes/fortran.el: Fix previous change:
6551 (fortran-end-prog-re1): Changed.
6552 (fortran-check-end-prog-re): New function.
6553 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
6555 1998-11-13 Tom Breton <tob@world.std.com>
6557 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
6560 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
6562 * textmodes/reftex.el: (reftex-finding-files): Group documentation
6564 (reftex-toc-toggle-file-boundary,
6565 reftex-toc-toggle-labels,
6566 reftex-toc-toggle-context,reftex-find-start-point): New functions.
6567 (reftex-toc-include-labels, reftex-toc-include-context,
6568 reftex-toc-include-file-boundaries,
6569 reftex-toc-keep-other-windows): New options.
6570 (reftex-use-text-after-label-as-context): Option removed.
6571 (reftex-extract-bib-entries): Protect use in non-latex
6573 (reftex-toc-visit-location): Renamed from
6574 `reftex-toc-visit-line'.
6575 (reftex-latin1-to-ascii): Works now with and without Mule.
6576 (reftex-truncate): Removed special stuff for Emacs 20.2.
6577 (reftex-get-offset): Made more general.
6578 (reftex-show-label-location): Renamed from
6579 `reftex-select-label-callback'.
6580 (reftex-pop-to-label): Function removed (using
6581 `reftex-show-label-location' instead.
6582 (reftex-insert-docstruct): Renamed from
6583 `reftex-make-and-insert-label-list'. Function args changed.
6584 (reftex-toc): Now uses `reftex-insert-docstruct' and
6585 `reftex-find-start-point'.
6586 (reftex-select-item): Use `reftex-find-start-point'.
6587 (reftex-toc-visit-line): Can display labels and file
6589 (reftex-TeX-master-file): `(TeX-master-file)' protected.
6591 1998-11-12 Sam Steingold <sds@goems.com>
6593 * browse-url.el (browse-url): Handle the case when
6594 `browse-url-browser-function' is a lambda list.
6596 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
6598 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
6600 * loadhist.el (symbol-file): Likewise
6602 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
6604 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
6606 1998-11-11 Sam Steingold <sds@goems.com>
6608 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
6609 `run-lisp' instead of signalling an error.
6611 1998-11-11 Karl Heuer <kwzh@gnu.org>
6613 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
6615 1998-11-11 Richard Stallman <rms@gnu.org>
6617 * vc-hooks.el (vc-toggle-read-only): Doc fix.
6619 1998-11-11 Per Starback <starback@update.uu.se>
6621 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
6622 renamed svenska8 to svenska, and fixed and extended CASECHARS
6625 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
6627 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
6628 handling if setpagedevice is not available.
6629 (ps-begin-file): Fix typo.
6631 1998-11-11 Kenichi Handa <handa@etl.go.jp>
6633 * international/mule-util.el (compose-chars-component): Signal
6634 error if CH is a rule-based composition character.
6635 (compose-chars): Signal error if an already compsed character is
6636 going to be composed by rule-base.
6638 * term/x-win.el: If a resolved ASCII font name doesn't conform to
6639 full XLFD, don't try to get information of WEIGHT and SLANT from
6642 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
6644 * dos-w32.el (set-default-process-coding-system): Use function on
6645 before-init-hook to set default-process-coding-system based on
6646 enable-multibyte-characters.
6648 * term/w32-win.el ([language-change]): For now ignore
6649 keyboard language-change events.
6651 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
6653 * ediff-util.el (ediff-make-temp-file): Run the prefix through
6654 convert-standard-file-name, but leave the results of
6655 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
6656 characters if the original name already exists, or has a special
6659 1998-11-10 Karl Heuer <kwzh@gnu.org>
6661 * international/iso-insert.el: Delete autoload cookies.
6663 * international/iso-transl.el: Add autoload cookies.
6665 1998-11-10 Richard Stallman <rms@gnu.org>
6667 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
6668 (ispell-process-line): Don't treat multibyte
6670 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
6672 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
6673 setpagedevice to specify the page size if setpagedevice is
6674 available. This is necessary to select the correct paper tray on
6675 Level 2 printers with multiple paper sizes available.
6677 (ps-begin-file): Cope with font names that contain spaces, and
6678 call BeginDoc in a BeginSetup/EndSetup block.
6680 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
6682 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
6683 convert-standard-filename.
6685 * loadhist.el (symbol-file): Run fns-VERSION.el through
6686 convert-standard-filename.
6688 1998-11-06 Richard Stallman <rms@gnu.org>
6690 * textmodes/texinfmt.el (texinfo-format-scan):
6691 Detect the case of two @-commands in a row; process just the first.
6692 (texinfo-append-refill): If line has a @c, insert the @refill
6694 (texinfo-format-refill): Return with point where the @refill was.
6696 * files.el (hack-local-variables): Test local-enable-local-variables.
6697 (hack-local-variables-prop-line): Likewise.
6698 (set-auto-mode): Don't test local-enable-local-variables here.
6699 (enable-local-variables): Doc fix.
6700 (local-enable-local-variables): Doc fix.
6701 (normal-mode): Doc fix.
6703 1998-11-06 Karl Heuer <kwzh@gnu.org>
6705 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
6707 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
6709 * simple.el (line-number-mode): Doc fix.
6711 1998-11-06 Kenichi Handa <handa@etl.go.jp>
6713 * international/fontset.el (create-fontset-from-fontset-spec):
6714 Give correct arg to `error'.
6716 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
6718 * textmodes/sgml-mode.el (html-mode): Doc fix.
6719 (sgml-name-8bit-mode): Fix missing format character in message string.
6721 1998-11-05 Karl Heuer <kwzh@gnu.org>
6723 * mail/sendmail.el (sendmail-send-it): Check for failure.
6725 1998-11-05 Richard Stallman <rms@gnu.org>
6727 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
6729 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
6730 (close-rectangle): Define as alias.
6732 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
6734 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
6736 1998-11-05 Dave Love <fx@gnu.org>
6738 * help.el (describe-variable): Don't quote link to source.
6740 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
6742 * gud.el (gud-common-init): Use pop-to-buffer.
6743 (same-window-regexps): Add an element that matches all gud buffers.
6745 1998-11-04 Jason Rumney <jasonr@altavista.net>
6747 * term/w32-win.el (x-get-selection-value): Alias to
6748 x-cut-buffer-or-selection-value.
6749 (w32-standard-fontset-spec): New variable.
6750 (w32-create-initial-fontsets, mouse-set-font): Check whether
6751 new-fontset is available.
6752 (w32-use-w32-font-dialog): Enable use of set-variable.
6754 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6756 * vc.el (with-vc-file, edit-vc-file): New macros.
6758 1998-11-04 Kenichi Handa <handa@etl.go.jp>
6760 * international/quail.el (quail-show-guidance-buf): Call
6761 set-minibuffer-window to set minibuffer window of the current
6764 1998-11-03 Theodore Jump <tjump@tertius.com>
6766 * term/w32-win.el: Require fontset.
6768 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
6770 * faces.el (set-face-font): Call resolve-fontset-name on w32.
6771 (set-face-font-auto): Ditto.
6773 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
6775 * mouse.el (mouse-drag-region): Fix typo.
6777 1998-11-02 Dave Love <fx@gnu.org>
6779 * progmodes/fortran.el Fix for fontification of strings lost somehow:
6780 (fortran-fontify-string): New function.
6781 (fortran-font-lock-keywords-1): Use it.
6783 1998-11-02 Markus Rost <rost@delysid.gnu.org>
6785 * comint.el (comint-file-name-quote-list): Doc fix.
6787 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
6789 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
6790 build directory, not source directory.
6792 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
6793 if we did not get one for the final move.
6795 1998-11-01 Dave Love <fx@gnu.org>
6797 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
6798 Don't funcall browse-url-browser-function.
6800 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
6801 Don't funcall browse-url-browser-function.
6803 * fortran.el (fortran-end-prog-re1): Fix the regexp.
6805 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
6807 * files.el (revert-buffer): Doc fix.
6809 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
6811 * textmodes/tex-mode.el (tex-start-options-string):
6812 Quote the backslashes with more backslashes.
6814 1998-10-31 Dave Love <fx@gnu.org>
6816 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
6817 (webjump): Don't funcall browse-url-browser-function.
6819 1998-10-30 Kenichi Handa <handa@etl.go.jp>
6821 * international/quail.el (quail-start-translation): Handle
6822 switching of the frame in read-key-sequence.
6823 (quail-start-conversion): Likewise.
6824 (quail-show-guidance-buf): Detach quail-guidance-buf from any
6825 windows before setting an appropriate window for it.
6826 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
6827 quail-guidance-win to nil.
6828 (quail-update-guidance): If quail-guidance-buf is not in the
6829 selected frame, call quail-show-guidance-buf again.
6831 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
6833 * progmodes/pascal.el (pascal-mode):
6834 `blink-matching-paren-dont-ignore-comments' set to t.
6836 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6838 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
6840 1998-10-30 Dave Love <fx@gnu.org>
6842 * vc.el (vc-backend-merge-news): Check for "P" output.
6844 * help.el (describe-variable): Hyperlink the definition.
6846 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
6848 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
6849 (sh-set-shell): Likewise.
6851 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
6853 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
6854 (edebug-on-error): Fix customize type to match that of
6857 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
6859 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
6860 report-emacs-bug-address instead of undefined bug-gnu-emacs.
6862 * international/mule-cmds.el (select-message-coding-system): Doc
6865 * international/mule-diag.el (describe-coding-system): Describe
6868 * mail/sendmail.el (sendmail-coding-system,
6869 default-sendmail-coding-system): Doc fix.
6871 * simple.el (shell-command-on-region): Doc fix.
6873 * loadup.el: Write fns-*.el in current directory instead of
6874 data-directory since no installation directory exists yet. Mark
6875 buffer unmodified afterwards.
6877 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
6878 instead of data-directory since it is architecture dependent.
6879 (load-history-loaded): Update doc string.
6881 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
6883 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
6884 path as a default directory when canonicalizing names.
6886 * w32-fns.el: Remove a dangling reference to a directory on the
6889 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
6891 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
6892 namespace related keywords such as `class', `body', `private',
6893 `variable', `namespace eval', etc.
6894 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
6895 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
6896 imenu and font-lock so that searches for \sw would find words
6899 * progmodes/etags.el (initialize-new-tags-table):
6900 Do not alter find-tag-marker-ring and tags-location-ring.
6902 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
6904 * term/w32-win.el: Require fontset.
6905 (w32-init-fontsets): New function (code from x-win.el).
6907 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6909 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
6910 calendar-and-diary-frame-parameters): Add title parameter.
6912 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
6914 * completion.el (dynamic-completion-mode): New function to enable
6915 the mode. (Just loading the file now does not change anything.)
6917 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6919 * ps-print.el: User option for multibyte buffer handling and doc fix.
6920 (ps-multibyte-buffer): New user option.
6921 (ps-setup): Print new user option.
6922 (ps-print-quote): New fun.
6923 (ps-color-p, ps-mule-font-info-database-latin): New var.
6924 (ps-default-color, ps-mule-font-info-database)
6925 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
6926 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
6927 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
6928 Little code improvement.
6929 (ps-mule-initialize): Initialize ps-mule-font-info-database.
6930 (ps-print-prologue-header, ps-font-family, ps-font-size)
6931 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
6932 (ps-build-face-reference, ps-mule-font-info-database-bdf)
6933 (ps-mule-external-libraries, ps-mule-init-external-library)
6934 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
6936 (ps-print-version): New version number (4.1.1) and doc fix.
6937 (ps-print-prologue-header): New user option.
6938 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
6939 Conditional compilation for GNU Emacs and emacsens.
6940 (ps-generate-postscript-with-faces): Skip invisible text better.
6941 (ps-setup): Print new user option.
6942 (ps-print-preprint): Check if input file name exists and is unwritable.
6943 (ps-begin-file): Adjust PostScript prologue header for duplex printers
6944 and insert user PostScript prologue header comments.
6945 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
6947 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
6948 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
6949 PostScript programming normalization.
6950 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
6951 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
6952 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
6953 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
6954 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
6955 Programming style normalization.
6957 1998-10-26 Kenichi Handa <handa@etl.go.jp>
6959 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
6960 version, check the value of mule-version.
6962 * international/mule-util.el (compose-region): Insert then delete
6963 to preserve markers.
6964 (decompose-region): Use search-forward for efficiency.
6966 * language/chinese.el (pre-write-encode-hz): Cancel previous
6967 change, use generate-new-buffer instead of get-buffer-create.
6968 * language/devan-util.el
6969 (in-is13194-devanagari-pre-write-conversion): Likewise.
6970 * language/thai-util.el (thai-pre-write-conversion): Likewise.
6971 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
6972 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
6974 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
6976 * mail/rmailsum.el (rmail-message-subject-p):
6977 Handle message whose header has not been reformatted.
6979 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
6981 1998-10-25 Jason Rumney <jasonr@altavista.net>
6983 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
6985 (mouse-set-font): Use font menus instead of dialog according to
6986 w32-use-w32-font-dialog.
6988 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6990 * calendar/calendar.el (calendar-day-name-array): Add doc string
6992 (calendar-month-name-array): Add doc string correctly!
6994 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
6996 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
6998 1998-10-21 Markus Rost <rost@delysid.gnu.org>
7000 * lisp/info.el (Info-next-menu-item): Stay on top of node.
7002 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
7004 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
7006 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
7008 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
7010 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
7012 1998-10-21 Karl Heuer <kwzh@gnu.org>
7014 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
7015 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
7016 (profile-filter, profile-reset-timer): Functions deleted.
7017 (profile-check-zero-init-times, profile-get-time): Likewise.
7018 (profile-find-function, profile-quit): Likewise.
7019 (profile-distinct, profile-call-stack, profile-last-time): New vars.
7020 (profile-time-list, profile-init-list): Doc fix.
7021 (profile-functions): Simplify.
7022 (profile-print): Use float. Make output include space separators.
7023 (profile-add-time): New helper function.
7024 (profile-function-prolog): Renamed from profile-start-function.
7025 Handle profile-distinct.
7026 (profile-function-epilog): Renamed from profile-update-function.
7027 Handle profile-distinct.
7028 (profile-a-function): If the function to be profiled is an
7029 autoload form, load it. If it's lazy-loaded, fetch it.
7030 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
7031 (profile-restore-fun): Arg FUN is now a function symbol, as was
7032 documented, rather than a one-element list.
7033 (profile-finish): Call profile-restore-fun properly.
7035 1998-10-21 Kenichi Handa <handa@etl.go.jp>
7037 * international/characters.el: Setup charset property
7038 nospace-between-words.
7040 * international/mule-cmds.el (get-charset-property): If CHARSET is
7041 composition, return nil.
7042 (put-charset-property): If CHARSET is composition, do nothing.
7044 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
7045 * language/devan-util.el
7046 (in-is13194-devanagari-pre-write-conversion): Likewise.
7047 * language/thai-util.el (thai-pre-write-conversion): Likewise.
7048 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
7049 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
7051 * textmodes/fill.el (sentence-end-without-period): New variable.
7052 (canonically-space-region): Pay attention to
7053 sentence-end-without-period.
7054 (fill-find-break-point): The first argument CHARSET deleted.
7056 (fill-region-as-paragraph): Pay attention to charset property
7057 nospace-between-words and text property nospace-between-words.
7059 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
7061 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
7062 an unrecognized shell.
7064 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
7066 * desktop.el (desktop-save): Include minor modes symbolically.
7067 (desktop-create-buffer): Turn on all minor modes in `mim'.
7069 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
7071 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
7072 (sh-font-lock-keywords): Handle rpm and rpm2.
7073 (sh-ancestor-alist): Handle rpm.
7075 * files.el (auto-mode-alist): Recognize .rpm files.
7076 Also .spec and .mspec files.
7078 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
7080 * faces.el (frame-set-background-mode): Enable the function for
7083 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7085 * calendar/calendar.el (calendar-day-name-array): Add doc string.
7086 (calendar-month-name-array): Add doc string.
7088 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7090 * simple.el (kill-ring-max): Increased to 60.
7092 1998-10-17 Kenichi Handa <handa@etl.go.jp>
7094 * international/characters.el: Setup auto-fill-chars.
7096 * international/kinsoku.el (kinsoku): Check the variable
7099 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
7100 Don't call kinsoku directly, intead call fill-find-break-point.
7102 * textmodes/fill.el: Setup `fill-find-break-point-function'
7103 property to character sets which require `kinsoku' processing for
7105 (fill-find-break-point): New function.
7106 (fill-region-as-paragraph): Don't check kinsoku-enable here.
7107 Don't call kinsoku directly, intead call fill-find-break-point.
7109 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
7111 * faces.el (modify-face-read-string): Return (nil) for "none".
7112 (modify-face): Don't get error if (nil) is the argument.
7113 (face-try-color-list): Don't check whether nil is a valid color.
7115 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
7117 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7118 Print message about each directory, even in batch mode.
7120 * gnus/nntp.el: Require `cl' before using nnoo-declare.
7122 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
7123 (ps-mule-string-char): No need to use sref.
7124 (ps-mule-next-index): No need to use sref.
7126 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
7128 * files.el (revert-buffer-internal-hook): Add defvar.
7130 * arc-mode.el (archive-mode): Locally set file-precious-flag.
7132 * tar-mode.el (tar-mode): Locally set file-precious-flag.
7134 1998-10-16 Markus Rost <rost@delysid.gnu.org>
7136 * international/mule-cmds.el (default-input-method): Fix custom type.
7138 * net-utils.el (whois-server-list): Fix customization type.
7140 * shell.el (shell-input-autoexpand): Fix customization group.
7142 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
7144 * repeat.el (repeat): Handle keyboard macros properly.
7145 Handle new prefix arg after self-insert command.
7147 * repeat.el: Don't include cl even at compile time.
7148 (repeat): Avoid using `loop'.
7150 * simple.el (shell-command-on-region): Doc fix.
7151 (next-history-element): Special error message if no default.
7153 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
7155 * ps-print.el (ps-print-buffer): Doc fix.
7156 (ps-despool): Likewise.
7158 * arc-mode.el (arc-mode): Provide arc-mode.
7160 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7162 * ps-print.el (ps-print-buffer): Doc fix.
7164 1998-10-14 Dave Love <fx@gnu.org>
7166 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
7167 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
7168 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
7170 * progmodes/fortran.el (fortran-mode-map): Change "Join
7171 Continuation Line" to "Join Line".
7172 (fortran-font-lock-keywords-1): Add "cycle", "exit".
7174 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
7176 * progmodes/fortran.el (fortran-join-line): Use
7177 `delete-indentation' instead of issuing an error message if not on
7178 a continuation line. Provide for joining several lines using
7181 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
7183 * term/pc-win.el (msdos-color-values): New variable.
7184 (x-color-values): New function, emulates its namesake from
7186 (msdos-bg-mode): Add all dark colors to those which return
7189 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7191 * replace.el (keep-lines, flush-lines, how-many):
7192 Don't ignore case if arg has upper case letters.
7194 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
7196 * progmodes/vhdl-mode.el
7197 (vhdl-add-index-menu): reverse order in imenu-generic-expression.
7198 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
7199 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
7200 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
7201 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
7202 (vhdl-when): Fix indentation problem.
7203 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
7204 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
7205 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
7207 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
7209 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
7210 (ls-lisp-insert-directory): Renamed from insert-directory.
7211 (insert-directory): New function.
7213 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
7215 * simple.el (completion-fixup-function): Variable deleted.
7216 (completion-setup-function): Delete code for completion-fixup-function.
7217 * emacs-lisp/lisp.el (lisp-complete-symbol):
7218 Don't bind completion-fixup-function.
7220 * files.el (find-file-wildcards): New option.
7221 (find-file-noselect): Handle wild cards, if enabled.
7222 (file-expand-wildcards): New function.
7224 * simple.el (set-fill-column): Doc fix.
7226 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7228 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
7230 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
7232 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
7233 Move declaration before first use.
7234 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
7235 hif-math, hif-factor): Rename token to hif-token and token-list to
7237 (hif-token, hif-token-list): Declare them.
7238 (hif-find-ifdef-block): Return cons of top and bottom point
7239 instead of setting dynamically bound variables.
7240 (hide-ifdef-block, show-ifdef-block): Use return value of
7241 hif-find-ifdef-block.
7243 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7245 * subr.el (read-passwd): Use clear-this-command-keys.
7247 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
7249 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
7252 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
7254 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
7255 responses to GROUP command, since this may be called from a timer
7256 with quit inhibited.
7258 1998-10-12 Kenichi Handa <handa@etl.go.jp>
7260 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
7261 set unconditional-jump to nil.
7262 (ccl-compile-read-multibyte-character): Return nil.
7263 (ccl-compile-write-multibyte-character): Likewise.
7264 (ccl-compile-translate-character): Likewise
7265 (ccl-compile-map-multiple): Likewise.
7266 (ccl-compile-map-single): Likewise.
7268 * international/kinsoku.el: Add coding tag.
7269 (kinsoku-bol): Remove superfluous TAB in a string.
7271 * international/mule-cmds.el (find-coding-systems-for-charsets):
7272 Delete `composition' (if any) from CHARSETS.
7274 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7276 * international/mule-cmds.el (setup-specified-language-environment):
7277 Add apropos-inhibit property.
7278 (describe-specified-language-support): Likewise.
7280 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
7282 * international/mule.el (make-coding-system): Create -with-esc
7283 variant coding system.
7285 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
7287 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
7288 (next-file): Optionally offer to revert a file's buffer,
7289 if it has an existing buffer but the file has changed.
7291 * info.el (Info-insert-dir): Detect and report problems
7292 in input files, such as "No Top node". Return with point
7293 at the beginning of the text.
7294 (Info-find-node): Reinsert the code to handle files
7295 with no tags table; it was deleted by mistake.
7297 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
7299 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
7300 texinfo-find-higher-level-node repeatedly find the same node.
7301 (texinfo-find-higher-level-node): Doc fix.
7303 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
7305 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
7306 (smtpmail-address-buffer): Add defvar.
7307 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
7309 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
7311 * ffap.el (ffap-machine-p-local): Fix editing error.
7313 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
7315 * faces.el (frame-set-background-mode):
7316 Don't do anythung for text-only or MSDOS frame.
7318 1998-10-08 Kenichi Handa <handa@etl.go.jp>
7320 * international/quail.el (quail-defrule): New optional arg APPEND.
7321 (quail-defrule-internal): Fix bug of handling the argument APPEND.
7323 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
7325 * gnus/pop3.el (pop3-open-server):
7326 Set process-coding-system-alist around open-network-stream.
7328 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7330 * files.el (save-buffer): Doc fix.
7332 1998-10-07 Karl Heuer <kwzh@gnu.org>
7334 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
7335 return DEF unchanged, not nil. Simplify.
7337 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
7339 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
7341 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
7343 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
7345 * net-utils.el (ftp, nslookup): Require comint.
7346 (network-service-connection): Likewise.
7347 (whois-server-name): Defaults to whois.arin.net
7348 (whois-server-list, whois-server-tld, whois-guess-server): New var.
7349 (whois): Tries to guess the appropriate top-level domain server.
7350 (whois-get-tld): New function.
7352 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
7353 (dirtrack-debug-toggle): Added this function.
7355 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7357 * files.el (find-file-noselect): Switch to the correct buffer
7358 before checking find-file-literally, and allow non-nil non-t
7361 1998-10-06 Karl Heuer <kwzh@gnu.org>
7363 * midnight.el (clean-buffer-list): Add autoload cookie.
7365 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
7367 * tar-mode.el (tar-mode-revert): Likewise.
7368 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
7369 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
7370 * gnus/message.el (message-auto-save-directory): Renamed from
7371 message-autosave-directory. All references changed.
7373 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7375 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
7376 string. Expose mime stuff while searching.
7378 1998-10-06 Richard Stallman <rms@gnu.org>
7380 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
7382 * replace.el (perform-replace): Position point properly
7383 before and after the recursive edit of C-r.
7385 * progmodes/etags.el (tags-reset-tags-tables): Properly
7386 find the markers in the old rings that are being discarded.
7388 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7390 * apropos.el (apropos-print): control invalid characters.
7392 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
7393 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
7394 confusing customize.
7396 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
7398 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
7399 built-in commands. Add more built-in commands and fix face names.
7401 1998-10-05 Simon Marshall <simon@gnu.org>
7403 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
7405 1998-10-04 Eric Ludlam <zappo@gnu.org>
7407 * speedbar.el (speedbar-initial-expansion-list-name): Remove
7408 customization since it is not useful in this case.
7409 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
7410 sure it gets evalled to a number. Also verify that set-frame-name
7411 fn exists before calling it.
7413 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7414 Protect a `forward-sexp' call which could fail, and improved regex
7415 for ie, and eg abbreviations.
7417 1998-10-02 Noah Friedman <friedman@splode.com>
7419 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
7421 (rlogin-send-Ctrl-D): Here also.
7422 (rlogin-send-Ctrl-Z): Here also.
7423 (rlogin-send-Ctrl-backslash): Here also.
7425 1998-10-02 Dave Love <fx@gnu.org>
7427 * outline.el (hide-region-body): Bind
7428 outline-view-change-hook to nil while making repeated calls to
7429 outline-flag-region. Run it once at the end.
7430 (hide-other, hide-sublevels, show-children): Likewise.
7432 * info-look.el: Remove duplicate scheme-mode entry.
7433 (info-lookup-make-completions): When looking for entries, check
7434 that `item' isn't null or "Menu".
7436 1998-10-01 Karl Heuer <kwzh@gnu.org>
7438 * net-utils.el: Don't require ffap.
7439 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
7440 (ping, nslookup-host, finger, network-connection-to-service): Use them.
7442 1998-09-30 Richard Stallman <rms@gnu.org>
7444 * ispell.el (check-ispell-version): No need to bind default-major-mode.
7446 * imenu.el (imenu--generic-function): Sort each submenu by position.
7447 (imenu--sort-by-position): New function.
7449 * cus-edit.el (Custom-mode-menu): Fix info node name.
7450 (customize group): Fix info node name.
7452 * mail/mailalias.el (build-mail-aliases): Don't allow
7453 a newline in the alias name. Don't define an alias
7454 if the definition would be empty.
7456 * which-func.el (which-func-mode-global): Make :set function
7459 * custom.el (custom-set-variables): Load the requests first,
7460 then check the symbol's `set' function.
7462 * ffap.el: Doc fixes.
7464 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7466 * gnus.el: (gnus-valid-select-methods): Fix type.
7467 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
7468 * gnus-score.el (gnus-orphan-score): Fix type.
7469 (gnus-score-default-header, gnus-score-default-type): Fix type.
7470 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
7471 (gnus-saved-headers): Fix type.
7473 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
7474 Avoid nil value of `two-lines-citation-part'.
7476 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
7478 * which-func.el (which-function): Handle case when
7479 (car imenu--index-alist) is nil.
7481 1998-09-29 Dave Love <fx@gnu.org>
7483 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
7486 1998-09-29 Simon Marshall <simon@gnu.org>
7488 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
7491 1998-09-29 Stephen Eglen <stephen@gnu.org>
7493 * info-look.el: Add support for Octave.
7495 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
7497 * textmodes/reftex.el (reftex-finding-files): New customize group.
7498 (reftex-texpath-environment-variables,
7499 reftex-use-external-file-finders, reftex-external-file-finders,
7500 reftex-search-unrecursed-path-first): New options.
7501 (reftex-process-string, reftex-find-file-externally): New
7503 (reftex-access-search-path): Execute shell commands to find the
7505 (reftex-toggle-auto-view-crossref): When turning on, make sure
7506 `reftex-auto-view-crossref' becomes non-nil.
7507 (reftex-abbrev-regexp): Constant removed.
7508 (reftex-convert-string): Abbrev regexp calculated locally.
7510 1998-09-28 Dave Love <fx@gnu.org>
7512 * progmodes/fortran.el: Don't call regexp-opt when deriving
7513 font-lock patterns with keywords that aren't all literal.
7515 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
7517 * octave-inf.el (inferior-octave-prompt): Also match prompts of
7518 the form `octave.bin:1>' which come from using precopiled binary
7521 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
7523 * help.el (help-for-help): Use %THIS-KEY%.
7524 (help-quit): Add doc.
7526 * help-macro.el (make-help-screen): Keep HELP-TEXT
7527 in a separate function definition, not in the help command FNAME.
7528 Replace %THIS-KEY% with the key sequence that ran FNAME.
7530 1998-09-25 Richard Stallman <rms@gnu.org>
7532 * textmodes/texinfo.el (texinfo-show-structure):
7533 Bind inhibit-read-only.
7535 * isearch.el (isearch-search-and-update): Properly
7536 handle upper case letters in the reverse-search special case.
7538 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7540 * gnus.el: Extend the list of autoloaded functions.
7542 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
7543 buffer before creating help group. (from Gnus v5.6.43, fix by
7544 1998-08-20 Per Starback <starback@update.uu.se>)
7546 * gnus-util.el (gnus-output-to-rmail): Adjust to
7547 `rmail-output-to-rmail-file'.
7549 1998-09-25 Karl Heuer <kwzh@gnu.org>
7551 * hexl.el (hexl-mode-map): More of previous change.
7553 * textmodes/tex-mode.el (tex-run-command): Doc fix.
7554 (tex-start-tex): Don't use tex-start-options-string in star case.
7555 Quote file name in star case as well as in non-star.
7556 Add blank and quoting of option string here.
7557 (tex-start-options-string): Not here.
7559 1998-09-23 Karl Heuer <kwzh@gnu.org>
7561 * term.el (term-delimiter-argument-list): Doc fix.
7562 (term-emulate-terminal): Escape literal semicolon.
7563 * progmodes/asm-mode.el (asm-mode): Doc fix.
7564 (asm-comment-char): Escape literal semicolon.
7565 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
7567 1998-09-23 Richard Stallman <rms@gnu.org>
7569 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
7570 only those that normally modify the buffer.
7572 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
7575 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
7577 * ispell.el (check-ispell-version): Ensure same buffer is current
7578 when let-binding of case-fold-search ends.
7580 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7582 * ps-print.el: Skip invisible overlay.
7583 Test for set-buffer-multibyte rather than using mule-version.
7584 (ps-print-version): New version number (4.1) and doc fix.
7585 (ps-generate-postscript-with-faces): Skip invisible overlay.
7587 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
7589 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
7591 1998-09-22 Kenichi Handa <handa@etl.go.jp>
7593 * international/quail.el (quail-update-guidance): Check for the
7594 return value of (quail-guidance) fixed.
7595 (quail-update-translation): Bind quail-current-str locally when it
7596 calls quail-update-guidance.
7597 (quail-update-translation): If input-method-exit-on-first-char is
7598 non-nil, terminate translation only when the current input method
7601 1998-09-22 Paul Eggert <eggert@twinsun.com>
7603 * startup.el (locale-translation-file-name): Prefer X-related names
7604 to the name used by GNU/Linux sans X. Set to nil if no file found.
7605 (command-line): Use locale-translation-file-name if it is not nil,
7606 instead of testing for its existence again.
7607 regexp-quote the ctype before using it in a regexp.
7608 Allow a colon to appear after the ctype in the aliases file,
7609 as is done in X11R6.4.
7611 1998-09-21 Richard Stallman <rms@gnu.org>
7613 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
7615 * calendar/appt.el (appt-interval): Variable deleted.
7616 (appt-check): For minutes in between appt-display-interval times,
7617 do check, but don't display anything except an updated mode line.
7618 Count against appt-display-interval based on minutes since
7619 first display of this appointment, not based on time of day.
7620 If appt-display-mode-line, force mode line redisplay
7621 whenever appt-mode-string has changed.
7622 (appt-add, appt-delete): Add autoload cookies.
7623 (appt-check): Catch errors from calling `diary'.
7624 (appt-max-time): Renamed from max-time.
7625 (appt-now-displayed, appt-display-count): New variables.
7626 (appt-timer): Don't create one if we already have one.
7628 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7629 More general code to use the source buffer instead of the zap file.
7631 * hilit-chg.el (highlight-compare-with-file): Renamed from
7634 * loadhist.el (load-history-loaded): New variable.
7635 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
7637 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
7639 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7642 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
7644 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
7647 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7649 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
7650 `undecided' and `undecided-unix'.
7652 1998-09-21 Dave Love <fx@gnu.org>
7654 * help.el (help-make-xrefs): Fix typo affecting Info references.
7656 * subr.el (remove-hook): Check list values to avoid errors.
7658 1998-09-18 Noah Friedman <friedman@splode.com>
7660 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
7661 store string in eldoc-last-message without consing a new string.
7662 Rearrange logic from nested if's into cond's.
7663 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
7664 Do not print message; just return string.
7665 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
7666 Do not print message; just return string.
7667 Cache that string in eldoc-last-data.
7668 (eldoc-last-data): Make into a vector.
7669 (eldoc-get-fnsym-args-string): Use new data form of structure.
7670 (eldoc-get-var-docstring): Here also.
7671 (eldoc-last-data-store): New function.
7672 (eldoc-get-fnsym-args-string): Use it.
7673 (eldoc-get-var-docstring): Here also.
7674 (eldoc-docstring-first-line): Minimize interim string consing.
7675 Call substitute-command-keys on the result.
7676 (eldoc-print-var-docstrings, eldoc-print-docstring,
7677 eldoc-docstring-message): Functions removed.
7678 (eldoc-docstring-format-sym-doc): New function, functionality
7679 ripped out of eldoc-docstring-message.
7680 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
7682 1998-09-18 Kenichi Handa <handa@etl.go.jp>
7684 * international/mule.el (make-coding-system): Doc-string modified.
7686 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
7688 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
7690 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
7693 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
7696 * progmodes/compile.el (compilation-error-screen-columns): New
7698 (compilation-next-error-locus): Use it to decide whether to use
7699 forward-char or move-to-column.
7701 * mail/rmail.el (rmail-movemail-program): Fix customize type.
7703 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
7704 feedmail-fiddle-plex-user-list,
7705 feedmail-spray-address-fiddle-plex-list,
7706 feedmail-prompt-before-queue-user-alist,
7707 feedmail-prompt-before-queue-help-supplement,
7708 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
7709 feedmail-queue-alternative-mail-header-separator): Fix customize
7712 * startup.el (site-run-file): Fix customize type.
7714 * speedbar.el (speedbar-initial-expansion-list-name): Fix
7717 * shell.el (shell-input-autoexpand): Fix customize type.
7719 * ps-print.el (ps-font-info-database): Add missing dots in value.
7720 Improve layout of customize type.
7722 * net-utils.el (traceroute-program-options, ping-program-options,
7723 ipconfig-program-options, netstat-program-options,
7724 arp-program-options, route-program-options,
7725 nslookup-program-options, ftp-program-options): Fix customize
7728 * midnight.el (clean-buffer-list-kill-regexps,
7729 clean-buffer-list-kill-buffer-names,
7730 clean-buffer-list-kill-never-buffer-names,
7731 clean-buffer-list-kill-never-regexps): Fix customize type.
7733 * man.el (Man-init-defvars): Avoid trailing nil on
7736 * lpr.el (printer-name): Fix customize type.
7738 1998-09-16 Kenichi Handa <handa@etl.go.jp>
7740 * international/mule-cmds.el (reset-language-environment): Call
7741 update-coding-systems-internal.
7743 * international/mule-conf.el: Call update-coding-systems-internal
7746 1998-09-14 Dave Love <fx@gnu.org>
7748 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
7749 use the menu-enable properties, pending doing it correctly and
7752 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
7754 1998-09-13 Dave Love <d.love@dl.ac.uk>
7756 * progmodes/hideshow.el (hs-grok-mode-type): Check
7757 comment-{start,end} non-nil as well as bound. Report an error if
7758 we can't grok the mode.
7760 1998-09-13 Richard Stallman <rms@gnu.org>
7762 * simple.el (blink-matching-open): Don't log paren matching
7763 messages in *Messages*.
7765 1998-09-12 Richard Stallman <rms@gnu.org>
7767 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
7768 Set point-before-scroll at end even if there was an error.
7770 * ange-ftp.el (ange-ftp-insert-file-contents):
7771 Use binary mode for dumb-unix hosts as for unix hosts.
7772 (ange-ftp-copy-file-internal): Likewise.
7774 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
7776 * emacs-lisp/pp.el: Doc fixes.
7778 * wid-edit.el (widget-menu-max-shortcuts): New variable.
7779 (widget-choose): Don't use single-char shortcuts if # items
7780 exceeds that many. Use minibuffer instead.
7782 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7784 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
7786 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
7788 * speedbar.el (speedbar-frame-mode): Do not set frame position if
7791 1998-09-10 Noah Friedman <friedman@splode.com>
7793 * rsz-mini.el (resize-minibuffer-mode): remove :version field from
7794 defcustom declaration. It's wreaking too much havoc with XEmacs
7795 and older versions of Emacs, which share this code.
7797 * type-break.el (type-break-mode): Here also.
7799 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
7800 `t' to add-hook also to modify the new local value.
7802 1998-09-10 Dave Love <fx@gnu.org>
7804 * vc.el (vc-insert-headers): Doc fix.
7806 1998-09-10 Richard Stallman <rms@gnu.org>
7808 * textmodes/flyspell.el (flyspell-mode-on): Make the
7809 ispell-... variables permanent locals.
7810 (flyspell-mode-off): Add autoload cookie.
7812 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
7813 do use binary mode, just as for `unix'.
7814 (ange-ftp-host-type): If HOST is nil, return `unix'.
7816 * dired.el (dired-mark-files-containing-regexp):
7817 Don't scan directories. Ignore non-readable files.
7819 * progmodes/compile.el (compilation-error-regexp-alist):
7820 Fix previous change: allow . and _ in command name.
7822 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
7824 * uncompress.el (uncompress-while-visiting):
7825 Use just the car of what find-operation-coding-system returns.
7827 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
7829 * shell.el (shell-file-name-quote-list): Add # to the value.
7831 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
7833 * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook
7834 to make killing of ispell process work even if
7835 kill-all-local-variables has been run.
7837 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7839 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
7840 loop when sexp entry ends at end of file with no newline.
7842 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7844 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
7845 (Custom-reset-standard): Fix menu inconsistency.
7847 * mail/feedmail.el (feedmail-from-line): Allow t.
7848 (feedmail-message-id-suffix): Allow nil.
7850 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
7851 Simplify. Make prefix arg work right.
7853 1998-09-09 Dave Love <fx@gnu.org>
7855 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
7857 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
7859 1998-09-08 Dave Love <fx@gnu.org>
7861 * add-log.el (change-log-font-lock-keywords): Do parenthesized
7862 stuff only after file names or at start of line. Allow parens
7863 around e-mail, as well as angles.
7865 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
7866 ignore-errors too, eval'd when compile. Require w3 stuff at load
7867 time for nicer failure if it's not available.
7869 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
7871 * comint.el (comint-arguments): Ignore backslashes when using
7872 w32 shells that expect backslashes as the directory separator.
7874 1998-09-04 Kenichi Handa <handa@etl.go.jp>
7876 * international/fontset.el (resolved-ascii-font): New variable.
7877 (x-complement-fontset-spec): By side effect, set
7878 `resolved-ascii-font' to the resolved name of ASCII font."
7879 (create-fontset-from-fontset-spec): Don't get a value for
7880 resolved-ascii-font from the list full-fontlist. It is set by
7881 x-complement-fontset-spec now.
7883 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
7884 version, check the value of mule-version.
7886 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
7888 * textmodes/reftex.el (reftex-view-crossref): Split up into
7889 several functions. No longer moves to find a macro.
7890 (reftex-view-cr-cite, reftex-view-cr-ref,
7891 reftex-end-of-bib-entry): New functions.
7892 (reftex-auto-view-crossref): New value `window' allowed.
7893 (reftex-view-crossref-when-idle): Process new `window' option in
7894 (reftex-translate-to-ascii-function): New default.
7895 (reftex-label-illegal-re): Default changed, removed Latin1.
7896 (reftex-latin1-to-ascii): New function.
7897 (reftex-what-environment): Check for section regexp before use.
7898 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
7899 absolute path names.
7900 (reftex-TeX-master-file): Changed sequence of file checks.
7901 (reftex-do-citation): bibview cache only with RefTeX mode on.
7903 1998-09-06 Richard Stallman <rms@gnu.org>
7905 * progmodes/compile.el (compilation-error-regexp-alist):
7906 In first pattern (GNU utilities and other things),
7907 allow a space after the optional program name at the beginning.
7909 * mail/mail-hist.el (mail-hist-current-header-contents):
7910 Fix previous change: use mail-header-end.
7912 1998-09-06 Bill Richter <richter@math.nwu.edu>
7914 * international/ccl.el: Doc fixes.
7915 * international/encoded-kb.el: Doc fixes.
7916 * international/fontset.el: Doc fixes.
7917 * international/kinsoku.el: Doc fixes.
7918 * international/kkc.el: Doc fixes.
7919 * international/mule-cmds.el: Doc fixes.
7920 * international/mule-conf.el: Doc fixes.
7921 * international/mule-util.el: Doc fixes.
7922 * international/mule.el: Doc fixes.
7924 1998-09-05 Eric Ludlam <zappo@gnu.org>
7926 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
7927 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
7928 (checkdoc-this-string-valid-engine): Permit ? as terminating
7929 punctuation for first line sentence breaking.
7930 (checkdoc-this-string-valid): When converting a comment into a doc
7931 string, make sure " chars are \".
7932 (checkdoc-sentencespace-region-engine): Only do double space check
7933 if based on the variable `sentence-end-double-space'
7934 (checkdoc-this-string-valid-engine): ? ends valid sentence.
7935 (checkdoc-proper-noun-region-engine): Exclude items in URLs
7937 1998-09-04 Richard Stallman <rms@gnu.org>
7939 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7940 Recognize define-skeleton as a function definer.
7942 * cus-edit.el (customize-option): Refuse to customize
7943 a variable that has no defcustom. But if variable is autoloaded,
7944 first try to load the library that defines it.
7946 * international/iso-insert.el: Use `string' before calling `insert'
7947 so that in multibyte buffers we insert multibyte chars.
7949 * dired.el (dired-mark-files-containing-regexp):
7950 Don't use find-file; instead, insert the file in a temp buffer.
7952 * textmodes/tex-mode.el (tex-start-options-string): New option.
7953 (tex-start-tex): Use that variable.
7955 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
7956 value in the `repeat' alternative a list.
7958 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
7959 the inserted newline, verify that one was really inserted.
7961 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
7962 remains on or remains off.
7963 (flyspell-multi-language-p): Default changed to nil.
7965 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
7966 In "found in comment" case, don't beginning-of-line after forward-line.
7968 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7969 If the function definition is not a lambda, return original FORM
7972 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
7974 * net-utils.el (netstat-program-options): Changed from nil to "-a"
7975 so that by default netstat shows all network connections.
7977 1998-09-04 Bob Weiner <weiner@altrasoft.com>
7979 * international/quail.el: Doc fixes.
7981 * info.el (info): Don't add parens if FILE already has them.
7983 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
7985 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
7988 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
7990 * w32-fns.el (w32-shell-dos-semantics): New function.
7992 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
7994 * international/quail.el (quail-choose-completion-string): Store
7995 completion `choice' in `quail-current-str'; don't insert it.
7997 1998-09-02 Kenichi Handa <handa@etl.go.jp>
7999 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
8000 argument to ps-mule-generate-bitmap-font.
8002 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
8003 entry and change Latin-1 entry in the default value.
8004 (ps-mule-font-info-database-ps-bdf): New variable.
8005 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
8006 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
8007 registerd in FONT-SPEC.
8008 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
8009 charcter width of bitmap fonts.
8010 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
8012 (ps-begin-file): Output PostScript code for setting
8014 (ps-plot-region): Use line-beginning-position to get a position of
8015 the beginning of the current line.
8017 * international/mule-cmds.el (register-input-method): Doc-string
8020 1998-09-01 Dave Love <fx@gnu.org>
8022 * international/mule-cmds.el (current-language-environment): Fix
8025 1998-09-01 Simon Marshall <simon@gnu.org>
8027 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
8028 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
8029 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
8030 names with font-lock-type-face. Fontify type specs, etc., with
8031 font-lock-keyword-face.
8033 1998-08-31 Kenichi Handa <handa@etl.go.jp>
8035 * international/fontset.el (x-complement-fontset-spec): If ASCII
8036 font is specified in FONTLIST, don't substitute it for the
8039 1998-08-31 Paul Eggert <eggert@twinsun.com>
8041 * international/mule.el (charset-description): Doc fix.
8043 * language/chinese.el, language/cyrillic.el, language/czech.el,
8044 language/devanagari.el, language/ethiopic.el,
8045 language/european.el, language/hebrew.el, language/indian.el,
8046 language/japanese.el, language/korean.el, language/lao.el,
8047 language/slovak.el, language/thai.el, language/tibetan.el,
8048 language/vietnamese.el:
8049 Add coding: local variable, to avoid bootstrapping problem
8050 if you need to recompile all the Lisp files using interpreted code.
8052 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8054 * cal-china.el (chinese-year-cache): Change range of years from
8055 1989-2000 to 1990-2010.
8057 1998-08-29 Dave Love <d.love@dl.ac.uk>
8059 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
8060 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
8062 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8064 * ps-print.el (ps-print-control-characters): Doc-string modified.
8065 (ps-output-string-prim): Comment format changed.
8066 (ps-do-despool): Indentation of source code changed.
8068 1998-08-28 Kenichi Handa <handa@etl.go.jp>
8070 * subr.el (sref): Make it an alias of aref. Make the
8071 byte-compiler warn that it is obsolete.
8072 (char-bytes): Make the byte-compiler warn that it is obsolete.
8074 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
8075 Calculate the total bytes using position-bytes instead of
8078 1998-08-27 Karl Heuer <kwzh@gnu.org>
8080 * snmp-mode.el: New file.
8081 * files.el (auto-mode-alist): Add snmp-mode patterns.
8083 1998-08-27 Karl Eichwalder <ke@suse.de>
8085 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
8087 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8089 * calendar/diary-lib.el (diary-block): Doc fix..
8090 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
8092 1998-08-27 Richard Stallman <rms@gnu.org>
8094 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
8095 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
8096 Clear appt-mode-string if we don't put something in it.
8098 1998-08-27 Dave Love <fx@gnu.org>
8100 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
8101 dired-local-variables-file for dired-x.
8103 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
8104 for compressed library files too.
8106 1998-08-26 Kenichi Handa <handa@etl.go.jp>
8108 * language/european.el ("Latin-1"): Modify `documentation' key value.
8109 ("Latin-2"): Likewise.
8111 1998-08-26 Karl Heuer <kwzh@gnu.org>
8113 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
8115 1998-08-26 Albert L. Ting <alt@artisan.com>
8117 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
8118 (mail-hist-current-header-contents): Use mail-text-start.
8120 1998-08-26 Richard Stallman <rms@gnu.org>
8122 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
8123 (customize-changed-options-previous-release): New variable.
8124 (customize-changed-options): Use that variable as default arg.
8126 1998-08-26 Karl Eichwalder <ke@suse.de>
8128 * midnight.el: Require `timer' not only when compiling.
8130 1998-08-26 Per Starback <starback@update.uu.se>
8132 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
8133 buffer before creating help group.
8135 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8137 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
8138 coding-system-for-write before saving.
8140 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
8142 * isearch.el (isearch-forward): Doc fix.
8144 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
8146 * emacs-lisp/find-func.el: Fix :version tags to have a string
8149 * cus-dep.el: Fix typo in output.
8151 1998-08-25 Dave Love <fx@gnu.org>
8153 * repeat.el (repeat): Doc fix.
8155 (repeat-previous-repeated-command): New variable.
8156 (repeat): Check for real-last-command being null or repeat. Set
8157 repeat-previous-repeated-command.
8159 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
8161 1998-08-25 Kenichi Handa <handa@etl.go.jp>
8163 * gnus/message.el (message-send-mail-with-sendmail): Bind
8164 coding-system-for-write by the return value of
8165 select-message-coding-system.
8166 (message-send-mail-with-qmail): Likewise.
8168 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
8170 * emacs-lisp/autoload.el: Fix doc-string-elt property on
8171 define-derived-mode.
8173 * files.el (file-name-invalid-regexp):
8174 Fix regex for ms-dos without long file names.
8176 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8178 * ps-print.el: Multi-byte buffer handling.
8179 (ps-print-version): New version number (4.0) and doc fix.
8180 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
8181 compilation for GNU Emacs and emacsens.
8182 (ps-generate-postscript-with-faces): Force invisible text to be
8184 (dos-ps-printer): New var to avoid compilation gripes.
8186 1998-08-24 Kenichi Handa <handa@etl.go.jp>
8188 * ps-print.el (ps-mule-plot-string): Pay attention to the case
8189 that no more characters can't be printed in the current line.
8191 1998-08-24 Kenichi Handa <handa@etl.go.jp>
8193 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
8196 1998-08-24 Kenichi Handa <handa@etl.go.jp>
8198 * ps-print.el: Add codes to make ps-print.el work also on Emacs
8199 20.2 and the earlier version.
8200 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
8201 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
8202 (ps-mule-find-wrappoint): Likewise.
8203 (ps-mule-generate-font): Change `X' to `x' in format
8205 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
8206 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
8207 `restore' form procedures `BC' and `EC'.
8209 1998-08-24 Kenichi Handa <handa@etl.go.jp>
8211 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
8212 is an executable procedure. Make LineThickness, Xshadow, and
8213 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
8214 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
8215 ps-mule-font-info-database-bdf): New vars.
8216 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
8217 (ccl-encode-ethio-unicode): New CCL program.
8218 (ps-mule-encode-ethiopic): New fun.
8219 (ps-mule-current-charset): New var.
8220 (ps-mule-get-font-spec, ps-mule-font-spec-src,
8221 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
8222 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
8223 (ps-mule-external-libraries): New var.
8224 (ps-mule-init-external-library): New fun.
8225 (ps-mule-font-cache): New var.
8226 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
8227 (ps-last-font): New var.
8228 (ps-mule-prepare-font): New fun.
8229 (ps-mule-charset-list): New var.
8230 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
8231 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
8232 ps-mule-plot-string): New funs.
8233 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
8235 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
8236 ps-mule-prepare-cmpchar-font): New funs.
8237 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
8239 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
8240 ps-mule-generate-bitmap-glyph): New funs.
8241 (ps-mule-initialize, ps-mule-begin): New funs.
8242 (ps-output-string-prim): Insert string as unibyte.
8243 (ps-output-prologue): New fun.
8244 (ps-flush-output): Handle the case of 'prologue.
8245 (ps-begin-file): Call ps-mule-initialize.
8246 (ps-begin-job): Set ps-control-or-escape-regexp differently if
8247 printing multibyte characters.
8248 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
8249 (ps-basic-plot-string): Handle the case of printing ASCII
8250 characters by external libraries (e.g. BDF).
8251 (ps-set-font): Set ps-last-font.
8252 (ps-plot-region): Handle multibyte characters, use
8253 ps-mule-plot-string for them.
8254 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
8258 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
8260 * international/mule-cmds.el (select-message-coding-system): New
8262 (set-language-environment-coding-systems): Set
8263 default-sendmail-coding-system.
8265 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
8266 (default-sendmail-coding-system): New variable.
8267 (sendmail-send-it): Encode the message by a coding system
8268 select-message-coding-system returns.
8270 1998-08-23 Eric Ludlam <zappo@gnu.org>
8272 * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'.
8273 (speedbar-mode): Set buffer to read only.
8274 (speedbar-temp-buffer-show-function): For emacs don't call hook
8276 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
8278 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
8280 * speedbar.el (speedbar-key-map): Fix typo.
8282 See ChangeLog.7 for earlier changes.