1 1999-11-01 Gerd Moellmann <gerd@gnu.org>
3 * simple.el (end-of-buffer): Use window-end to find the window end
4 instead of vertical-motion because this handles variable-height
7 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
9 * ediff.el: Version change.
11 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
12 make sure you are in a good frame before deleting other
14 (ediff-file-checked-in-p): Don't consider CVS
16 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
17 are writing to a newly created empty file.
19 * ediff-mult.el (ediff-show-session-group-hook): New default.
21 * ediff-vers.el (ediff-pcl-cvs-view-revision):
22 First cd to the file directory. reportedly works
23 better with remote files.
25 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
26 Use file-name-nondirectory when passing files to CVS.
28 * ediff-diff.el (ediff-cmp-options): New var.
29 (ediff-same-file-contents): Use ediff-cmp-options.
31 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
32 ediff-get-patch-buffer): Use current buffer if it appears to be a
35 * viper-keym.el: Fixed calls to viper-ex,
36 change key C-c g to C-c C-g
38 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
39 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
40 (viper-save-cursor-color,viper-restore-cursor-color):
41 Improved cursor color handling.
42 (viper-get-saved-cursor-color-in-replace-mode,
43 viper-get-saved-cursor-color-in-insert-mode): New functions for
44 better cursor color handling.
46 * viper-ex.el (ex-read,ex-edit):
47 Fixes for correct interpretation of #,%.
48 (viper-ex): Now works correctly when called from other functions.
49 (viper-glob-function): New variable.
50 (viper-ex): Save excursion before doing :global.
52 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
54 * viper-cmd.el (viper-post-command-sentinel,
55 viper-insert-state-post-command-sentinel,
56 viper-insert-state-pre-command-sentinel): Takes better care of
59 * viper.el: Version change.
61 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
63 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
64 that the modeline display was updated *only* when
65 `whitespace-display-in-modeline' was set, not otherwise.
67 1999-10-30 Gerd Moellmann <gerd@gnu.org>
69 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
72 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
75 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
77 * whitespace.el: Test for existence of `defcustom' and `defgroup'
78 using fboundp instead of assuming that these are not present in
79 particular flavors of emacs.
80 (whitespace-version): Update to 2.8
81 (whitespace-display-in-modeline): Add custom variable to control
82 displaying the whitespace errors on the modeline based on
83 suggestion from <klaus.berndl@sdm.de>
84 (whitespace-buffer): Now returns `t' if unclean and `nil' if
85 clean, to enable using as a hook function, as suggested by Puneet
86 Goel <puneet@computer.org>
87 (whitespace-buffer): Fix a subtle bug that cleaned up only if
88 quiet was not set, even with whitespace-auto-cleanup set.
89 (whitespace-mode-line): Now uses less modeline real estate and
90 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
91 which is present in the file, and <y> is any type of whitespace
92 whose check has been suppressed by setting
93 `whitespace-check-<whitespace-type>' to nil.
94 (whitespace-unchecked-whitespaces): New function to return the
95 list of whitespaces for whom checks have been suppressed.
96 (whitespace-display-unchecked-whitespaces): Renamed to
97 `whitespace-update-modeline' to reflect its functionality.
99 1999-10-30 Gerd Moellmann <gerd@gnu.org>
101 * progmodes/compile.el (compilation-error-regexp-alist):
102 Undo previous change.
104 1999-10-28 Dave Love <fx@gnu.org>
106 * help.el (help-follow): Make arg optional again and really
109 1999-10-28 Gerd Moellmann <gerd@gnu.org>
111 * paths.el (rmail-file-name): Make it an option.
113 * progmodes/ada-mode.el, progmodes/ada-prj.el,
114 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
117 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
118 MIPS Pro 7.3 compiler error message syntax.
120 1999-10-27 Dave Love <fx@gnu.org>
122 * progmodes/compile.el: Checkdoc-inspired fixes.
124 1999-10-27 Gerd Moellmann <gerd@gnu.org>
126 * lpr.el (print-buffer): Doc-string fix.
128 1999-10-27 Dave Love <fx@gnu.org>
130 * emacs-lisp/advice.el: Doc fixes.
131 (ad-lemacs-p): Removed.
132 (advice): Add :link to defgroup.
134 1999-10-27 Kenichi Handa <handa@etl.go.jp>
136 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
137 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
139 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
141 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
142 ad-activate. All callers changed, including those in data.c.
143 (ad-activate-internal-off): Renamed from ad-activate-off.
145 (ad-activate): Renamed from ad-activate-on. All uses changed.
146 (ad-start-advice, ad-stop-advice, ad-recover-normality):
147 Alter the definition of ad-activate-internal, not ad-activate.
149 1999-10-26 Gerd Moellmann <gerd@gnu.org>
151 * startup.el (command-line-1): Add support for command line
152 arguments `file' and `execute'. Fix handling of `visit'.
154 1999-10-26 Kenichi Handa <handa@etl.go.jp>
156 * international/mule-cmds.el (read-input-method-name): Handle the
157 case that the arg DEFAULT is symbol.
159 * international/mule-diag.el (mule-diag): Handle the case that
160 default-input-method is symbol.
162 1999-10-26 Gerd Moellmann <gerd@gnu.org>
164 * textmodes/tildify.el: New file.
166 1999-10-25 Sam Steingold <sds@ksp.com>
168 * Makefile (compile-files): Fixed the "tr" strings.
169 (EMACS): Set to ../src/emacs.
171 1999-10-25 Gerd Moellmann <gerd@gnu.org>
173 * info.el (Info-build-node-completions): Add '("*") to the
176 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
178 * frame.el (auto-raise-mode): When enabling the mode,
179 immediately raise the selected frame.
181 * indent.el (indent-region): Doc fix.
183 * comint.el (comint-output-filter): Make the Comint buffer current
184 for the comint-preoutput-filter-functions.
186 * mail/reporter.el: Doc fix.
188 1999-10-24 Stephen Eglen <stephen@gnu.org>
190 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
191 that Octave lisp files can also run under XEmacs 20.
192 (require 'custom) added so that files can run under Emacs 19.34.
194 * iswitchb.el (iswitchb-default-keybindings): No need to use
195 read-kbd-macro in keybindings.
197 1999-10-23 Dave Love <fx@gnu.org>
199 * elide-head.el: New file.
201 1999-10-23 Gerd Moellmann <gerd@gnu.org>
203 * Makefile (compile-files, backup-compiled-files): New targets.
204 (bootstrap, bootstrap-clean): Ditto.
206 1999-10-22 Paul Eggert <eggert@twinsun.com>
208 * international/mule-cmds.c (locale-language-names):
209 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
210 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
211 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
212 Use Latin-8 for Welsh.
213 Use Latin-1 for English if "en" is explicitly specified.
214 Use Latin-1 for Scots Gaelic, Tagalog.
215 Use Latin-1 (not Latin-4) for Greenlandic.
216 Use Latin-1 (not Latin-2) for Albanian.
217 (locale-preferred-coding-systems, locale-language-names):
218 Remove generic ISO 8859 locales; locale-charset-language-names now
220 (locale-charset-language-names): New variable.
221 (set-locale-environment): Use language name specified by
222 locale-charset-language-names if its charsets disagree with the
223 language name specified by locale-language-names.
225 1999-10-22 Dave Love <fx@gnu.org>
227 * make-mode.el: Minor doc fixes.
229 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
231 1999-10-21 Dave Love <fx@gnu.org>
233 * loadup.el: Add latin-8, latin-9.
235 1999-10-20 Paul Eggert <eggert@twinsun.com>
237 * disp-table.el (standard-display-european): Remove undocumented
238 arg AUTO; no longer used by startup.el. Do not attempt to treat
239 all non-English language environments as coding system names.
240 Instead, use the downcased language environment name as a coding
241 system name if it is one; otherwise, use latin-1.
243 1999-10-20 Gerd Moellmann <gerd@gnu.org>
245 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
246 that were split so that part of the comment appeared as Lisp code.
248 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
250 * ps-bdf.el: Doc fix.
252 * ps-print-def.el: New file: common definitions for all parts of
254 (ps-multibyte-buffer): Moved from ps-mule.
256 * ps-mule.el: File dependence fix.
257 (ps-multibyte-buffer): Moved to ps-print-def.
259 * ps-print.el: Doc fix, better customization.
260 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
261 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
262 (ps-end-file): Doc fix.
263 (ps-setup, ps-begin-file): Fun fix.
264 (postscript): New group.
265 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
266 (ps-print-prologue-1): Adjust PostScript programming.
267 (ps-print): Adjust group hierarchy.
268 (ps-print-n-up, ps-print-zebra, ps-print-background,
270 (ps-print-page): New subgroups.
271 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
272 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
273 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
274 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
275 (ps-zebra-stripe-height, ps-print-background-image)
276 (ps-print-background-text, ps-spool-config): Adjust customization.
277 (dos-ps-printer): Definition eliminated.
279 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
281 * ps-mule.el: Doc fix, define functions properly if mule package is
283 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
284 mule package is loaded or not.
286 * ps-print.el: Doc fix, n-up printing.
287 (ps-print-version): New version number (5.0).
288 (ps-page-dimensions-database): Added document media.
289 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
290 (ps-page-order, ps-printing-region-p): New vars.
291 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
293 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
294 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
295 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
296 (ps-n-up-xstart, ps-n-up-ystart): New macros.
297 (ps-print-begin-sheet-hook): New hook.
298 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
300 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
301 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
302 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
303 (ps-count-lines): Changed to defun.
304 (ps-header-page): Changed to defsubst, fix fun.
305 (ps-printing-region): Doc fix, adjust programming code.
306 (ps-output-boolean, ps-background-pages, ps-background-text)
307 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
310 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
312 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
313 (ps-print-version): New version number (4.2).
314 (ps-spool-config, ps-spool-tumble): New vars.
315 (ps-print-prologue-1): Changed to defconst, adjust PostScript
316 programming, new PostScript procedure to handle errors.
317 (ps-print-prologue-2): Changed to defconst.
318 (ps-print-duplex-feature): New const: duplex and tumble setting.
319 (ps-setup, ps-begin-file): Fix funs.
320 (ps-boolean-capitalized): New fun.
322 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
324 * Makefile (dontcompilefiles): Obsoleted.
325 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
327 (temacs): Removed (unused).
328 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
329 version of the file (necessary for the update to work properly).
330 (autoloads): Force the use of `pwd`/loaddefs.el.
331 (updates); Redefined in terms of other targets to reduce redundancy.
332 (.el.elc): New default rule, just in case you want it.
333 (compile): Use a single invocation of Emacs.
334 (bootstrap-compile); Unneeded.
335 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
337 1999-10-19 Dave Love <fx@gnu.org>
339 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
341 1999-10-19 Sam Steingold <sds@ksp.com>
343 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
344 comply with the comment.
346 1999-10-19 Gerd Moellmann <gerd@gnu.org>
348 * autorevert.el (auto-revert-mode): Make auto-revert-mode
351 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
353 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
354 value: \"lpr\" changed to "lpr"
355 (ps-mode-version): New constant
356 (ps-mode-show-version): New function, added key in ps-mode-map
357 (ps-run-messages): Removed
358 (ps-run-font-lock-keywords-2): New defcustom variable replacing
359 ps-run-messages. These keywords now include the value of
360 ps-run-prompt, making its fontification customizable.
361 (ps-run-init): Removed \\n from docstring, it is now added when
363 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
365 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
366 customizable variables in doc-string (its equivalent
367 ps-run-messages was missing in previous version of the doc-string)
368 (ps-run-mode): Simplified assignment to font-lock-defaults, using
371 1999-10-19 Alex Schroeder <alex@gnu.org>
373 * ansi-color.el: Complete rewrite.
375 1999-10-19 Paul Eggert <eggert@twinsun.com>
377 Fix bootstrapping problems.
378 Use the system locale to specify Emacs locale defaults.
380 * international/mule-cmds.el (global-map):
381 Do not use backquote, because that makes a bootstrapping
382 problem if you need to recompile all Lisp files using interpreted code.
383 * international/mule.el (charset-id, charset-bytes,
384 charset-dimension, charset-chars, charset-width,
385 charset-direction, charset-iso-final-char,
386 charset-iso-graphic-plane, charset-reverse-charset,
387 charset-short-name, charset-long-name, charset-description,
388 charset-plist): Likewise.
389 * subr.el (save-match-data): Likewise.
391 * international/mule-cmds.el
392 (set-display-table-and-terminal-coding-system): New function,
393 containing code migrated out of set-language-environment.
394 (set-language-environment, set-locale-environment): Use it.
395 (locale-translation-file-name): Moved here from startup.el.
396 (locale-language-names, locale-preferred-coding-systems):
398 (locale-name-match, set-locale-environment): New functions.
400 * language/japan-util.el (setup-japanese-environment-internal):
401 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
403 * startup.el (iso-8859-n-locale-regexp): Remove.
404 (locale-translation-file-name): Move to mule-cmds.el.
405 (command-line): Move locale-stuff into set-locale-environment.
407 1999-10-18 Dave Love <fx@gnu.org>
409 * abbrev.el (add-abbrev, inverse-add-abbrev)
410 (expand-region-abbrevs): Remove properties from buffer text.
412 1999-10-17 Gerd Moellmann <gerd@gnu.org>
414 * iswitchb.el (iswitchb-exhibit): Extract user-input only
415 from the mini-buffer, without the prompt.
417 * simple.el (minibuffer-prompt-end): Return the position
418 after the prompt, not the position of that last character
421 1999-10-17 Miles Bader <miles@gnu.org>
423 * simple.el: Doc fixes.
425 1999-10-17 Miles Bader <miles@gnu.org>
427 * simple.el (previous-matching-history-element, next-history-element):
428 Change to work correctly even if the point is in the prompt.
429 (choose-completion-string): Likewise.
430 (minibuffer-prompt-width): New function (compatibility with old subr).
432 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
433 When constraining the final position to the current field,
434 don't use the ONLY-IN-LINE mode of constrain-to-field.
436 1999-10-17 Miles Bader <miles@gnu.org>
438 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
440 * textmodes/paragraphs.el (forward-sentence): Likewise.
442 1999-10-17 Miles Bader <miles@gnu.org>
444 * simple.el (line-move): Use constrain-to-field to avoid
445 moving into a prompt.
446 (previous-complete-history-element): Clarify doc string.
447 (next-complete-history-element): Likewise.
448 Use field-beginning instead of point-min.
449 (next-matching-history-element): Use field-beginning and
450 erase-field instead of point-min and erase-buffer.
451 * textmodes/paragraphs.el
452 (forward-paragraph, forward-sentence): Likewise.
453 (backward-kill-paragraph, backward-kill-sentence): Remove code to
454 constrain the kill to an field, as the movement commands now
457 1999-10-17 Miles Bader <miles@gnu.org>
459 * simple.el (previous-matching-history-element): Get the
460 minibuffer input with field-string instead of buffer-string.
461 (choose-completion-string): Likewise.
462 (next-history-element): Likewise.
463 Erase the minibuffer input with erase-field, not erase-buffer.
464 Use field-beginning to find the beginning of the input.
465 * textmodes/paragraphs.el (backward-kill-sentence):
466 Remove minibuffer-prompt hack.
467 Constrain to any input field.
469 1999-10-17 Sam Steingold <sds@ksp.com>
471 * bindings.el (completion-ignored-extensions): Added ".sparcf"
472 for CMUCL on sparc and ".ufsl" for LispWorks.
473 (bound-and-true-p): Bugfix: free variable `v'.
475 1999-10-16 Dave Love <d.love@dl.ac.uk>
477 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
478 (edebug-uninstall-read-eval-functions): Use load-read-function,
481 1999-10-16 Sam Steingold <sds@ksp.com>
483 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
486 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
488 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
489 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
490 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
491 * ediff-util.el (ediff-make-temp-file):
492 * ediff-vers.el (ediff-pcl-cvs-view-revision):
493 * emerge.el (emerge-make-temp-file):
494 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
495 * vc.el (vc-update-change-log):
496 * mail/mailpost.el (post-mail-send-it):
497 * mail/metamail.el (metamail-region):
498 * progmodes/cmacexp.el (c-macro-expansion):
499 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
501 1999-10-15 Gerd Moellmann <gerd@gnu.org>
503 * smtpmail.el (smtpmail-via-smtp): Add support for
504 automatically appending a domain to RCPT TO: addresses.
506 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
508 * dired.el (dired-insert-directory): Insert the amount of
509 free space after the total size.
510 (dired-free-space-program, dired-free-space-args): New variables.
512 1999-10-14 Karl Heuer <kwzh@gnu.org>
514 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
516 1999-10-14 Dave Love <fx@gnu.org>
518 * international/characters.el:
519 * international/fontset.el:
520 * international/mule-conf.el: Add latin-iso8859-1[45].
522 * language/european.el: Add Latin-8, Latin-9. Modify some doc
525 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
526 (command-line): Detect Latin-[89] locales.
528 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
530 * international/mule-cmds.el (select-safe-coding-system)
531 (leim-list-header): avoid the use of strings that start with backslash
532 newline since lread.c:read1 has a hack to turn those strings into
533 integer 0 during the loadup.el process.
535 * diff-mode.el (diff-find-file-name): use `Index:' preferentially.
537 1999-10-13 Dave Love <fx@gnu.org>
539 * image.el (insert-image): Copy the image spec and add an
542 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
544 * help.el (help-xref-interned): Make it also work on variable-only
545 and function-only symbols.
546 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
547 (help-follow): If the point under mouse is not highlighted, try
548 `help-xref-interned' on the pointed-to symbol anyway.
550 * info.el (Info-on-current-buffer): New entry point.
551 (Info-find-node): Split into two for Info-on-current-buffer to
553 (Info-current-file, Info-set-mode-line, Info-up):
554 Info-current-file can now be t.
555 (Info-clone-buffer-hook): function for `clone-buffer'.
556 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
557 `clone-buffer' available in various ways to the user.
559 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
561 * simple.el (shell-command, shell-command-on-region): Use
563 (clone-buffer, clone-process, clone-buffer-hook): New functions.
565 * subr.el (with-current-buffer): Don't use backquotes to avoid
566 bootstrapping problems.
568 * loadup.el (load-path): Add subdirs for bootstrapping.
569 (docstrings): Ignore errors during bootstrapping.
570 (args): New `bootstrap' argument (for use in place of `dump').
572 1999-10-12 Emmanuel Briot <briot@gnat.com>
574 * ada-stmt.el: Doc-string fixes.
576 1999-10-12 Gerd Moellmann <gerd@gnu.org>
578 * recentf.el: New file.
580 * ps-mode.el: New file.
582 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
585 1999-10-12 Richard Sharman <rsharman@pobox.com>
587 * sh-script.el: Added support for indenting existing scripts.
588 (sh-mode-map): Added new bindings.
589 (sh-mode): Updated mode doc-string for new commands, added
590 make-local-variable calls, initialize mode-specific variables.
591 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
592 is now a different function.
593 (sh-header-marker): Changed docstring.
594 (sh-set-shell): Initialize mode-specific variables.
595 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
596 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
597 Changed these define-skeleton calls to work with user-specified
598 indentation settings.
599 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
600 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
601 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
602 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
603 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
604 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
605 (sh-guess-basic-offset, sh-handle-after-case-label)
606 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
607 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
608 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
609 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
610 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
611 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
612 (sh-handle-this-then, sh-help-string-for-variable)
613 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
614 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
615 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
616 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
617 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
618 (sh-remove-our-text-properties, sh-rescan-buffer)
619 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
620 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
621 (sh-scan-case, sh-search-word, sh-set-char-syntax)
622 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
623 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
625 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
626 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
627 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
628 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
629 (sh-var-list): New variables.
631 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
633 * quickurl.el (quickurl-list-insert): `count-lines' was returning
634 a value one line to high if the cursor wasn't at the start of a
635 line. A `beginning-of-line' is now performed before making the
636 call to `count-lines'.
638 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
640 * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice.
642 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
644 * Makefile (setwins): abstract out the command to find subdirectories
645 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
646 (custom-deps, finder-data, autoloads, update-subdirs, updates)
647 (autoloads-with-other-emacs): use it.
649 * diff-mode.el: new file. A mode for viewing/editing context diffs.
651 1999-10-09 Gerd Moellmann <gerd@gnu.org>
653 * Makefile (bootstrap-compile): New target. Compile Lisp
654 files with ../src/temacs.
656 1999-10-08 Simon Marshall <simon@gnu.org>
658 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
659 (regexp-opt-group): Use it to get common suffixes in STRINGS.
660 If STRINGS is nil, return "" rather than nil.
662 1999-10-08 Gerd Moellmann <gerd@gnu.org>
664 * Makefile (compile): Compile files one by one. Set load-path to
665 current directory and subdirectories when compiling.
667 1999-10-08 Gerd Moellmann <gerd@gnu.org>
669 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
670 (emacs): Use it everywhere instead of EMACS.
671 (compile): New target. Compile all Lisp files from scratch.
672 (recompile): New target. Recompile lisp directory.
673 (autoloads-with-other-emacs): New target. Build loaddefs.el with
674 an Emacs executable not built in the current directory tree.
676 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
678 * filecache.el (file-cache-completion-ignore-case): New variable,
679 defaulting to the value of completion-ignore-case.
680 (file-cache-minibuffer-complete): Use it.
681 (file-cache-files-matching, file-cache-files-matching-internal):
684 1999-10-07 Emmanuel Briot <briot@gnat.com>
686 * ada-xref.el: New file
688 * ada-prj.el: New file
690 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
692 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
693 subprogram being created.
695 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
696 ada-indent-newline-indent): Rewritten to support the new indentation
699 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
702 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
703 justification parameter
705 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
706 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
709 1999-10-07 Dave Love <fx@gnu.org>
711 * bindings.el (bound-and-true-p): New macro.
712 (make-mode-line-mouse-sensitive): Don't require easymenu.
714 1999-10-07 Gerd Moellmann <gerd@gnu.org>
716 * custom.el (defface): Extend documentation for new values of
719 * faces.el (face-spec-set-match-display): Recognize `type' of
720 `motif', `lucid', `x-toolkit'.
723 1999-10-05 Dave Love <fx@gnu.org>
725 * files.el: Recognize temporary crontab files.
727 * info.el: Require jka-compr when compiling.
728 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
730 1999-10-04 Dave Love <fx@gnu.org>
732 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
733 scroll-up-aggressively, scroll-down-aggressively.
735 * time.el (display-time-mode): Add autoload cookie.
737 * rect.el (delete-extract-rectangle): Doc fix from verna.
739 * help-macro.el (three-step-help): Customize.
741 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
743 * hexl.el (hexlify-buffer): Move point in proper range
745 (hexl-after-revert-hook): Update hexl-max-address.
746 (hexl-address-to-marker): Doc fix.
748 1999-10-03 Dave Love <fx@gnu.org>
750 * image.el (defimage): Remove redundant code. Substitute file in
753 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
755 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
756 when doing with-temp-file.
758 1999-10-01 Dave Love <fx@gnu.org>
760 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
762 * help.el: Require view when compiling.
763 (view-emacs-FAQ): Use Info version.
765 1999-09-29 Ken'ichi Handa <handa@gnu.org>
767 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
768 (normat->normal). Use correct font names for Korean
769 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
771 1999-09-29 Kenichi Handa <handa@etl.go.jp>
773 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
774 code not used by KOI8 to the same 8-bit code instead of mapping to
776 (cyrillic-alternativnyj-decode-table): Likewise.
778 1999-09-29 Alex Schroeder <alex@gnu.org>
780 * sql.el (sql-imenu-generic-expression): new, used to set
781 imenu-generic-expression.
782 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
783 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
784 imenu-case-fold-search, and imenu-syntax-alist.
785 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
786 setting font-lock-defaults' SYNTAX-ALIST.
788 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
790 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
793 1999-09-28 Dave Love <fx@gnu.org>
795 * cus-edit.el (custom-comment): Change widget definition.
796 (custom-comment-create, custom-comment-show)
797 (custom-comment-invisible-p): Don't use :comment-overlay.
798 (custom-comment-hide): New function.
799 (custom-variable-set, custom-variable-save)
800 (custom-variable-reset-standard, custom-face-set)
801 (custom-face-save): Use it.
803 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
805 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
807 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
809 * faces.el (region): Doc fix.
811 1999-09-27 Dave Love <fx@gnu.org>
813 * isearch.el (isearch): Add :links in defgroup.
814 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
815 (isearch-switch-frame-handler): Comment out (unused).
816 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
817 (isearch-ring-retreat-edit): Doc fix.
818 (isearch-mouse-yank): New command.
819 (isearch-last-command-char): Removed. Callers changed to use
821 (isearch-char-to-string): Removed. Callers changed to use
824 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
826 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
829 1999-09-25 Gerd Moellmann <gerd@gnu.org>
831 * faces.el (face-differs-from-default-p): Compare face
832 attributes individually.
834 * image.el (put-image, insert-image): Add string argument.
836 1999-09-24 Gerd Moellmann <gerd@gnu.org>
838 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
839 LANG=de_DE.iso88591 on HPUX 11.0.
841 * dired.el (dired-move-to-filename-regexp): Make it work
842 for LANG=de_DE.iso88591 on HPUX 11.0.
844 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
846 * info.el (info-initialize): Don't test existence of ALTERNATIVE
847 if we know for some other reason it should not be used.
849 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
851 (edebug-recursive-edit): Save current-prefix-arg there,
852 bind it, and set it back at the end.
853 (edebug-outside-excursion): Restore and update the outside
854 value of current-prefix-arg.
855 (edebug-emacs-version-specific): Delete support for Epoch.
857 1999-09-24 Howard Melman <howard@silverstream.com>
859 * imenu.el (imenu-after-jump-hook): New variable.
860 (imenu): Run menu-after-jump-hook.
861 (imenu-name-lookup-function): New variable.
862 * imenu.el (imenu--in-alist): Use those variables.
864 1999-09-24 Carsten Dominik <cd@gnu.org>
866 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
867 multiple thebibliography environments.
869 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
870 with recentering window.
871 (reftex-extract-bib-entries-from-thebibliography,
872 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
873 with multiple thebibliography environments.
875 * textmodes/reftex-vars.el
876 (reftex-section-levels): Function allowed as cdr.
877 (reftex-max-section-depth) New option.
879 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
880 with multiple thebibliography environments.
882 1999-09-23 Gerd Moellmann <gerd@gnu.org>
884 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
885 instead of point-min in call to delete-region.
887 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
889 * vc.el (vc-backend-checkout): Use with-temp-file when checking
890 out into arbitrary file names.
892 1999-09-19 Ken'ichi Handa <handa@gnu.org>
894 * language/european.el ("Turkish"): New language environment.
896 1999-09-19 Dave Love <fx@gnu.org>
898 * delim-col.el: New file.
900 1999-09-17 Richard Stallman <rms@gnu.org>
902 * files.el (after-find-file): When visiting a backup file,
905 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
906 (apropos-keybinding-face, apropos-label-face): Likewise.
907 (apropos-property-face, apropos-match-face): Likewise.
908 (apropos-label-properties): New variable.
909 (apropos-print-doc): Use apropos-label-properties.
910 (apropos-print): Set apropos-label-properties.
912 1999-09-15 Richard Stallman <rms@gnu.org>
914 * winner.el: Use aref instead of sref.
916 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
918 1999-09-14 Gerd Moellmann <gerd@gnu.org>
920 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
922 1999-09-14 Richard Stallman <rms@gnu.org>
924 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
925 cookie, even if followed by a letter.
927 1999-09-14 Stephen Eglen <stephen@gnu.org>
929 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
930 --no-line-editing are passed to Octave by including them here
931 rather than storing them in inferior-octave-startup-args.
933 1999-09-14 Eli Zaretskii <eliz@gnu.org>
935 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
936 command, option, env and sc.
938 * subr.el (shell-quote-argument): Quote argument with double
941 1999-09-14 Richard Stallman <rms@gnu.org>
943 * simple.el (eval-expression-print-level): New variable.
944 (eval-expression-print-length): New variable.
945 (eval-expression-debug-on-error): New variable.
946 (eval-expression): Bind print-level, print-length and
947 debug-on-error from those vars.
949 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
950 Bind print-level, print-length and debug-on-error.
952 1999-09-14 Inge Frick <inge@nada.kth.se>
954 * dired.el (dired-recursive-deletes): New custom variable.
955 (dired-re-no-dot): New variable.
956 (dired-delete-file): New function deletes files and directories
958 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
960 * dired-aux.el (dired-recursive-copies): New custom variable.
961 (dired-handle-overwrite): Broke a long line.
962 (dired-copy-file): Call `dired-copy-file-recursive' instead of
964 (dired-copy-file-recursive): New function. Copy directories
966 (dired-do-create-files): Added support for generalized directory
967 target. How-to function may now return a function. New fluid
968 variable `dired-one-file'.
969 (dired-copy-how-to-fn): New variable.
970 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
971 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
972 (dired-do-copy-regexp): No recursive copies.
974 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
976 * whitespace.el (whitespace-version): Update version to 2.4
978 * whitespace.el: Add customization variables to conditionally test
979 any of the five whitespaces, per request from Rune Kleveland
980 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
982 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
984 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
985 list of modes to be checked for bogus whitespaces.
987 * whitespace.el (whitespace-rescan-timer-time): Update
990 * whitespace.el (whitespace-display-unchecked-whitespaces):
991 new function to update modeline with untested whitespaces.
993 * whitespace.el (whitespace-buffer): Test only whitespaces whose
994 checking is turned on, and update modeline using the newly created
995 `whitespace-display-unchecked-whitespaces'.
997 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
998 whose checking is turned on, and update modeline using the newly
999 created `whitespace-display-unchecked-whitespaces'.
1001 * whitespace.el (whitespace-describe): Update documentation.
1003 * whitespace.el (whitespace-tickle-timer): Test if
1004 `whitespace-rescan-timer-time' is non-zero before tickling timer.
1006 1999-09-13 Dave Love <fx@gnu.org>
1008 * hideif.el (hide-ifdef-mode): Add autoload cookie.
1010 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
1012 (checkdoc-this-string-valid): Don't assume default comment-start.
1014 1999-09-13 Gerd Moellmann <gerd@gnu.org>
1016 * rsz-mini.el: Remove code, keep the interface.
1018 1999-09-13 Dave Love <fx@gnu.org>
1020 * help.el (help-highlight-p): Doc fix.
1022 * faces.el (mode-line, header-line, tool-bar): Add :version.
1023 (highlight, secondary-selection): Add :group.
1024 (trailing-whitespace): Add :group, :version.
1026 * wid-edit.el: Remove some compatibility code and checks.
1027 (widget-specify-field, widget-specify-button): Don't use XEmacs
1029 (widget-overlay-inactive): Change error message.
1030 (widget-button-pressed-face): New variable.
1031 (widget-button-click): Use it.
1032 (widget-documentation-link-add): Specify mouse and button faces.
1033 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
1034 removed now the functionality is built in.
1036 * cus-edit.el: Don't define-widget-keywords.
1037 (multimedia): New group.
1038 (custom-last): Function removed.
1039 (custom-quote): Add vectorp case, comment out characterp case.
1040 (custom-buffer-done-function, custom-raised-buttons): New option.
1041 (Custom-buffer-done): New function.
1042 (custom-buffer-create-internal): Obey custom-raised-buttons,
1044 (custom-button-face): Make it `released-button'.
1045 (custom-button-pressed-face): Make it `pressed-button'
1046 (custom-mode-map): Bind "q" to Custom-buffer-done.
1047 (custom-mode): Deal with raised/pressed buttons.
1049 Changes from Didier Verna:
1050 (custom-prompt-variable): Optional third arg makes prompt for a
1052 (customize-set-value, customize-set-variable,
1053 customize-save-variable): Optional prefix makes function handle
1055 (customize-customized, customize-saved, custom-variable-state-set)
1056 (custom-variable-set, custom-variable-save, custom-face-state-set)
1057 (custom-variable-reset-saved, custom-variable-reset-standard)
1058 (custom-face-set, custom-face-save, custom-face-reset-saved)
1059 (custom-face-reset-standard, customize-save-customized): Handle
1061 (custom-comment-face, custom-comment-tag-face): New face.
1062 (custom-comment): New widget.
1063 (custom-comment-create, custom-comment-delete)
1064 (custom-comment-value-set, custom-comment-show)
1065 ()custom-comment-invisible-p): New functions.
1066 (custom-variable-value-create, custom-face-value-create): Create a
1067 comment field widget.
1068 (custom-variable-menu, custom-face-menu): New entry for custom
1070 (custom-face-value-create): Remove compatibility code.
1071 (custom-save-variables, custom-save-faces): Possibly save custom
1074 * cus-face.el (custom-face-attributes): Simplify :underline,
1075 :overline, :inverse-video cases. Fix up :box case (probably needs
1078 Change from Didier Verna:
1079 (custom-set-faces): The arguments can now have a custom comment as
1082 * custom.el: Don't define-widget-keywords.
1083 Change from Didier Verna:
1084 (custom-set-variables): the arguments can now have a
1085 custom comment as fifth element.
1087 1999-09-13 Richard Stallman <rms@gnu.org>
1089 * info.el (Info-find-node): Cope better if guesspos is too large.
1091 1999-09-12 Gerd Moellmann <gerd@gnu.org>
1093 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
1094 of buffer-substring because buffer-string doesn't copy the
1097 * faces.el (mode-line): Replaces `modeline'.
1098 (toplevel): Make `modeline' an alias for `mode-line'.
1100 1999-09-12 Gerd Moellmann <gerd@gnu.org>
1102 * gs.el: Change `ghostscript' to `postscript' in comment.
1104 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
1106 * emulation/tpu-edt.el (tpu-version): New version.
1107 (tpu-search-overlay, tpu-replace-overlay): New variables.
1108 (tpu-search-highlight, tpu-toggle-direction): New functions.
1109 (tpu-lm-replace): Set tpu-replace-overlay.
1110 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
1113 1999-09-11 Richard Stallman <rms@gnu.org>
1115 * isearch.el (isearch-mode-map): Undo previous change.
1117 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
1118 use all of that as the sexp.
1120 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
1121 and use the initial argument as file name directly.
1122 Likewise if nothing matches.
1124 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
1126 * winner.el: Major changes. Avoid changing point and mark.
1127 Save configurations after they change, not before.
1129 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
1131 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
1132 Bind print-continuous-numbering and print-number-table.
1134 1999-09-10 Dave Love <fx@gnu.org>
1136 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
1138 1999-09-09 Richard Stallman <rms@gnu.org>
1140 * whitespace.el: Finish making it fit Emacs conventions.
1143 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1145 * generic-x.el (bat-generic-mode): "::"-style comments don't
1146 need to begin with "-". Fix the font-lock definitions of ON/OFF
1147 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
1148 from the list of keywords. Add DO to the list of keywords.
1150 1999-09-09 Dave Love <fx@gnu.org>
1152 * byte-opt.el (byte-optimize-backward-char):
1153 (byte-optimize-backward-word): New optimizations.
1154 (side-effect-free-fns, side-effect-and-error-free-fns): Add
1157 1999-09-09 Gerd Moellmann <gerd@gnu.org>
1159 * image.el (put-image): Remove optional buffer parameter.
1161 * faces.el (face-italic-p): Return t only for values `italic'
1164 * mouse.el (mouse-drag-mode-line-1): Extension of former
1165 mouse-drag-mode-line that also drags the header line.
1166 (mouse-drag-mode-line): Call it.
1167 (mouse-drag-header-line): New.
1168 (toplevel): Bind down-mouse-1 on header lines to
1169 mouse-drage-header-line.
1171 1999-09-08 Gerd Moellmann <gerd@gnu.org>
1173 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
1174 (make-mode-line-mouse-sensitive): Replace `top-line' by
1177 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
1179 * help.el (describe-function-1): Don't return empty string for keymaps.
1181 * fill.el (fill-region-as-paragraph, canonically-space-region):
1182 Respect colon-double-space at end of line.
1184 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
1186 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
1187 (backup-buffer): Use it.
1189 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
1191 * generic-x.el (generic-define-unix-modes): Added new modes:
1192 inetd-conf-generic-mode, etc-services-generic-mode,
1193 etc-passwd-generic-mode. These are all defined for Unix by default.
1194 (apache-generic-mode): Use an imenu-generic-expression to list
1195 Configuration keywords.
1196 (samba-generic-mode): Use both ; and # as comment characters.
1197 (samba-generic-mode): Font-lock expressions now highlight name
1199 (bat-generic-mode): Keywords are now case-insensitive through
1200 font-lock-defaults setting.
1201 (java-properties-generic-mode): Supports both ! and # as comment
1203 (java-properties-generic-mode): Added an imenu-generic-expression
1204 (java-properties-generic-mode): Reworked to support the various
1205 different ways to separate name and value (viz, '=', ':' and
1207 (show-tabs-generic-mode): Added this new generic-mode.
1209 1999-09-08 Richard Stallman <rms@gnu.org>
1211 * progmodes/inf-lisp.el: Moved from top directory.
1213 * tar-mode.el (tar-header-block-tokenize):
1214 Use `when' instead of `and'. Fix some clobbered text.
1216 * gud.el (gud-make-debug-menu): Make a child for the
1217 local menu, for its menu bar, and the debug menu.
1218 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
1219 Use the history in the simple way.
1221 1999-09-07 Kenichi Handa <handa@etl.go.jp>
1223 * language/korea-util.el (default-korean-keyboard): Initialize it
1224 according to the environment variable HANGUL_KEYBOARD_TYPE.
1226 1999-09-07 Richard Stallman <rms@gnu.org>
1228 * subr.el (make-temp-file): New function.
1230 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
1232 * font-lock.el (font-lock-multiline): New text property contains
1233 a boolean to indicate if the char is part of a multiline match.
1234 (font-lock-default-fontify-region): Extend the region appropriately
1235 for multiline keywords.
1236 (font-lock-default-unfontify-region): Also remove the new
1237 font-lock-multiline text property.
1238 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
1239 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
1241 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1243 * diary-lib.el (list-diary-entries): Make sure two-digit years
1246 1999-09-07 Gerd Moellmann <gerd@gnu.org>
1248 * faces.el (face-set-after-frame-default): Initialize some
1249 attributes of some faces from frame parameters.
1251 * faces.el (scroll-bar, border, cursor, mouse): New faces.
1253 1999-09-07 Gerd Moellmann <gerd@gnu.org>
1255 * faces.el (fringe): Replaces face `margin'.
1257 1999-09-07 Dave Love <fx@gnu.org>
1259 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
1261 1999-09-07 Richard Stallman <rms@gnu.org>
1263 * subr.el (push): Doc fix.
1265 1999-09-06 Richard Stallman <rms@gnu.org>
1267 * vc.el (vc-annotate-display): Use < 69 not < 70
1268 to distinguish 20YY from 19YY.
1270 * timezone.el (timezone-parse-date): Use < 69 not < 70
1271 to distinguish 20YY from 19YY.
1273 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
1275 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
1277 * quickurl.el: (quickurl-list-focused-line): Removed.
1278 (quickurl-list-insert): Now works out the focused line using
1279 `count-lines' instead of using `quickurl-list-focused-line'.
1281 1999-09-06 Richard Stallman <rms@gnu.org>
1283 * mail/rmail.el (rmail-retry-failure): Unconditionally move
1284 to beginning of message.
1286 1999-09-06 Dave Love <fx@gnu.org>
1288 * isearch.el (isearch-mode-map): Add mouse-2.
1290 * rmail.el (rmail-read-password): Deleted.
1291 (rmail-get-pop-password): Use read-password.
1293 * quickurl.el: Don't conditionally define caddr.
1294 (quickurl-url-comment): Use nth, not caddr in function and
1297 1999-09-06 Richard Stallman <rms@gnu.org>
1299 * auto-show.el: Doc fixes.
1301 1999-09-06 Stephen Eglen <stephen@gnu.org>
1303 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
1304 --no-line-editing so that TABs in source files are not interpreted
1305 as completion requests.
1307 1999-09-06 Gerd Moellmann <gerd@gnu.org>
1309 * hscroll.el, auto-show.el: Remove all code, keep the public
1310 interface as no-ops.
1312 * faces.el (face-bold-p): Don't return t if face has lighter
1315 1999-09-06 Eli Zaretskii <eliz@gnu.org>
1317 * startup.el (command-line): Make small-temporary-file-directory
1318 be nil except on ms-dos.
1320 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
1322 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
1325 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
1326 letters with a colon after d or l.
1328 1999-09-06 Dave Love <fx@gnu.org>
1330 * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.)
1332 1999-09-05 Richard Stallman <rms@gnu.org>
1334 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
1336 * textmodes/paragraphs.el (backward-kill-sentence):
1337 Don't test minibuffer-prompt-end here.
1338 (forward-sentence): Do handle it here.
1339 (backward-kill-paragraph): Don't test it here.
1340 (forward-paragraph): Handle it here.
1342 * mouse.el (font-menu-add-default): Simplify code.
1344 1999-09-05 Gerd Moellmann <gerd@gnu.org>
1346 * faces.el (header-line): Renamed from `top-line'.
1348 1999-09-05 Gerd Moellmann <gerd@gnu.org>
1350 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
1352 1999-09-04 Richard Stallman <rms@gnu.org>
1354 * whitespace.el: New file.
1356 1999-09-04 Dave Love <fx@gnu.org>
1358 * paths.el: Make some doc strings obey the make-docfile convention.
1360 * bindings.el: Likewise.
1361 (debug-ignored-errors): Remove BBDB ones.
1363 1999-09-03 Richard Stallman <rms@gnu.org>
1365 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
1366 not from the draft to forward.
1368 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
1370 1999-09-03 Dave Love <fx@gnu.org>
1372 * double.el (double-mode): Customize the variable.
1374 1999-09-03 Kenichi Handa <handa@etl.go.jp>
1376 * international/characters.el: Delete duplicated code.
1378 1999-09-02 Richard Stallman <rms@gnu.org>
1380 * indent.el (indent-relative): Doc fix.
1382 * quickurl.el (quickurl): Doc fix.
1384 1999-09-02 Gerd Moellmann <gerd@gnu.org>
1386 * faces.el (margin): Change background to "gray" for mono (this is
1387 drawn with a stipple pattern).
1389 1999-09-02 Gerd Moellmann <gerd@gnu.org>
1391 * simple.el (next-history-element): Use minibuffer-prompt-end once
1392 again. Remove test for minibuffer-prompt-in-buffer.
1394 1999-09-02 Eli Zaretskii <eliz@gnu.org>
1396 * files.el (small-temporary-file-directory): New variable.
1398 * startup.el (command-line): Compute the value of
1399 small-temporary-file-directory.
1401 * ediff-init.el (ediff-temp-file-prefix): Use
1402 small-temporary-file-directory if non-nil.
1404 * vc.el (vc-update-change-log): Likewise.
1406 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
1408 * simple.el (shell-command, shell-command-on-region): Use
1409 make-temp-name properly. Use small-temporary-file-directory if
1410 non-nil, otherwise temporary-file-directory, to generate temporary
1413 * dos-w32.el (direct-print-region-helper): Use
1414 temporary-file-directory. (From Stefan Monnier.)
1416 1999-09-02 Richard Stallman <rms@gnu.org>
1418 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
1419 from asm-comment-char.
1420 (asm-font-lock-keywords): Recognize instruction width suffixes.
1422 1999-09-01 Richard Stallman <rms@gnu.org>
1424 * play/fortune.el: New file.
1426 1999-08-31 Dave Love <fx@gnu.org>
1428 * help.el (help-make-xrefs): Don't lose on non-empty blank line
1431 * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay
1434 * subr.el (push): Fix typo.
1436 1999-08-30 Kevin Blake <kblake@ticnet.com>
1438 * emacs-lisp/ring.el: Many doc fixes.
1439 (ring-size, ring-copy): New functions.
1441 1999-08-29 Richard Stallman <rms@gnu.org>
1443 * progmodes/etags.el (tags-loop-continue):
1444 After tags-loop-operate returns, force skip to next file.
1446 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
1447 (mail-extr-first-letters, mail-extr-last-letters):
1448 Use character classes [:alpha:] and [:alnum:].
1450 * subr.el (push, pop): New macros.
1452 * progmodes/compile.el (compilation-error-regexp-alist):
1453 New item for SGI IRIX MipsPro compilers.
1455 * speedbar.el (speedbar-directory-buttons): Recognize
1456 device names when checking for file names.
1458 * array.el (array-reconfigure-rows): Use generate-new-buffer.
1460 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
1461 and specially handle defvar inside their expansions.
1462 (eval-defun-1): New subroutine.
1464 * progmodes/compile.el (compilation-error-regexp-alist):
1465 Fix the Perl -w entry to allow period after line number.
1466 Don't allow newlines in file name, but allow them after line number
1467 for Perl debugging traces.
1469 * which-func.el (which-func-cleanup-function): New variable.
1470 (which-function): Call that function.
1472 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
1473 to end a function name.
1475 * informat.el (Info-tagify): Don't insert more than one newline
1476 before the tag table.
1478 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
1480 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
1481 than make-temp-name, use match-string-no-properties, and eliminate
1482 a quadratic behavior when building bibtex-strings.
1484 1999-08-29 Alex Schroeder <alex@gnu.org>
1486 * comint.el (comint-input-ring-separator): New variable.
1487 (comint-read-input-ring): Doc change; use
1488 comint-input-ring-separator when reading file.
1489 (comint-write-input-ring): Use
1490 comint-input-ring-separator when writing file.
1492 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
1494 * informat.el (Info-tagify): Start by widening.
1495 Match node headers that don't list the file name,
1496 and more kinds of page separations.
1497 Strip properties during tagification.
1498 Use start of node header line as tag's position.
1499 Fix the "done" message.
1501 (Info-validate): Save and restore match data around narrowing down.
1503 1999-08-28 Richard M. Stallman <rms@gnu.org>
1505 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
1506 On repeated call, override previous values put into
1507 minor-mode-map-alist and minor-mode-alist.
1509 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
1511 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
1513 1999-08-27 Andreas Schwab <schwab@gnu.org>
1515 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
1518 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1520 * calendar/calendar.el (calendar-move-hook): New hook.
1522 * calendar/cal-move.el: Call the new hook in every movement function.
1524 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
1525 the right function name.
1527 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
1529 * time-stamp.el: Put quote-backquote around all symbol names
1530 in doc strings, for mousing.
1531 (time-stamp): support multi-line patterns.
1532 (time-stamp-inserts-lines): new variable.
1533 (time-stamp-count): new variable.
1534 (time-stamp-string-preprocess): fixed bug where "%%a" becomes
1535 "Thu" instead of "%a".
1537 1999-08-25 Gerd Moellmann <gerd@gnu.org>
1539 * simple.el (kill-word): Undo previous change.
1541 1999-08-25 Gerd Moellmann <gerd@gnu.org>
1543 * jit-lock.el (jit-lock-function): Extend the fontified range
1544 to the beginning of the line containing the range start and
1545 the beginning of the line following the range end.
1547 1999-08-24 Dave Love <fx@gnu.org>
1549 * timezone.el: Move provide to end.
1550 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
1552 (timezone-parse-time): Simplify somewhat.
1554 1999-08-24 Gerd Moellmann <gerd@gnu.org>
1556 * faces.el (margin): Renamed from bitmap-area.
1558 1999-08-24 Alex Schroeder <alex@gnu.org>
1560 * sql.el: Doc changes.
1561 (sql-sybase): use sql-server instead of sql-database.
1563 1999-08-23 Dave Love <fx@gnu.org>
1565 * rect.el: Add/fix various doc strings. Add `*' to all the
1568 1999-08-21 Gerd Moellmann <gerd@gnu.org>
1570 * jit-lock.el (jit-lock-function): Use line-beginning-position.
1571 Don't unwind-protect font-lock-fontify-region.
1573 * paragraphs.el (backward-kill-paragraph): Don't move
1574 point into mini-buffer prompt.
1575 (backward-kill-sentence): Ditto.
1577 * simple.el (next-history-element): Use minibuffer-prompt-end.
1578 Remove test for minibuffer-prompt-in-buffer.
1579 (kill-word): Don't move point into mini-buffer prompt.
1581 1999-08-21 Dave Love <fx@gnu.org>
1583 * Makefile: Exclude CVS dirs like RCS.
1585 1999-08-19 Dave Love <fx@gnu.org>
1587 * tooltip.el (tooltip-mode): Customize this, per convention.
1588 (tooltip-active): Option deleted.
1590 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
1592 * hanoi.el, page-ext.el: Declare dynamic vars.
1594 * term.el: Avoid ange-ftp related compilation warnings.
1596 1999-08-18 Gerd Moellmann <gerd@gnu.org>
1598 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
1599 the default so that beginners can benefit from it without
1600 searching in manuals.
1602 1999-08-18 Ray Blaak <blaak@gnu.org>
1604 * progmodes/delphi.el: Consider assembly sections as blocks, to
1605 indent them better. Make auto-indent on newline optional.
1607 1999-08-17 Gerd Moellmann <gerd@gnu.org>
1609 * bindings.el (mode-line-modified): Look up key binding for C-x
1610 C-q. If it's bound call that binding, otherwise call
1613 1999-08-17 Dave Love <fx@gnu.org>
1615 * info.el (info): Doc fix.
1617 * finder.el (finder-known-keywords): Add `multimedia'.
1619 * apropos.el: Don't capitalize custom group name.
1621 * info-look.el: Remove compatibility code.
1622 (info-lookup-guess-default*): DTRT for point at start of symbol.
1623 (info-complete): Don't lose with point not at end of symbol.
1625 1999-08-16 Gerd Moellmann <gerd@gnu.org>
1627 * term.el (toplevel): Make face `term-default' an empty face.
1628 The code relied on the fact that Emacs ignored invalid faces in
1629 face text properties in 20.4.
1631 1999-08-16 Richard M. Stallman <rms@gnu.org>
1633 * subr.el (point-at-eol, point-at-bol): New aliases.
1635 * simple.el: Functions reordered.
1637 * rect.el (delete-rectangle-line): Use line-end-position.
1639 1999-08-16 Karl Heuer <kwzh@gnu.org>
1641 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
1642 here from simple.el.
1644 1999-08-16 Dave Love <fx@gnu.org>
1646 * mouse.el: Provide `mldrag' for compatibility.
1647 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
1650 * mldrag.el: Removed since the features are in mouse.el.
1652 * jka-compr.el (auto-compression-mode): New variable for
1655 * bindings.el (mode-line-mule-info): Doc fix.
1657 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
1660 * files.el (interpreter-mode-alist): Add make, guile, clisp.
1661 (find-file): Doc fix.
1663 1999-08-16 Carsten Dominik <cd@gnu.org>
1665 * textmodes/reftex.el: Most of the code moved to other files.
1666 * textmodes/reftex-auc.el: New file, split out from reftex.el
1667 * textmodes/reftex-cite.el: New file, split out from reftex.el
1668 * textmodes/reftex-global.el: New file, split out from reftex.el
1669 * textmodes/reftex-index.el: New file, split out from reftex.el
1670 * textmodes/reftex-parse.el: New file, split out from reftex.el
1671 * textmodes/reftex-ref.el: New file, split out from reftex.el
1672 * textmodes/reftex-sel.el: New file, split out from reftex.el
1673 * textmodes/reftex-toc.el: New file, split out from reftex.el
1674 * textmodes/reftex-vars.el: New file, split out from reftex.el
1675 * textmodes/reftex-vcr.el: New file, split out from reftex.el
1677 1999-08-16 Carsten Dominik <cd@gnu.org>
1679 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
1680 conflict with pop-up-frames.
1681 (reftex-special-environment-parsers): New constant.
1682 (reftex-label-alist): car of an entry can also be a function.
1683 (reftex-what-special-env): new function.
1684 (reftex-label-location): Call `reftex-what-special-env'.
1685 (reftex-compile-variables): Check for symbol in
1686 `reftex-label-alist'.
1687 (reftex-what-environment): fixed bug with stacked environments of
1688 same kind (e.g. enumerate).
1689 (reftex-process-string): Preserve default directory.
1690 (reftex-label-alist-builtin): changed prefixes of endnote and
1691 footnote. Also the magic words.
1692 (reftex-reference): Interprete new option
1693 `reftex-fref-is-default'.
1694 (reftex-replace-prefix-escapes): Interprete new `%S' format.
1695 (reftex-toc-mouse-view-line): Command removed (had no binding).
1696 (reftex-everything-regexp): New function.
1697 (reftex-nearest-match): Made better.
1698 (reftex-toc-find-section): Use new version of
1699 `reftex-nearest-match'.
1700 (reftex-insert-docstruct): adapted to work with the index stuff.
1701 (reftex-parse-from-file): Find index entries as well.
1702 (reftex-toc-toggle-index): New function
1703 (reftex-toc-map): `i' is now used to togle the index, File
1704 boundaries has been moved to `F'.
1705 (reftex-select-label-map): Toggling display of file boundaries is
1706 now on the `F' key, for consistency with `reftex-toc-map'.
1707 (reftex-erase-all-selection-and-index-buffers): Renamed from
1708 `reftex-erase-all-selection-buffer'. Now also kills the index
1710 (reftex-viewing-cross-references): Customization group renamed
1711 from reftex-viewing-cross-references-and-citations.
1712 (reftex-index-macro-regexp,
1713 reftex-find-index-entry-regexp-format): New variables
1714 (reftex-macros-with-index): New variable
1715 (reftex-add-index-macros): New function
1716 (reftex-renumber-simple-labels, reftex-translate): Allow for
1717 multiple labels in a single ref command.
1718 (reftex-index-support): New customization group
1719 (reftex-support-index, reftex-index-special-chars,
1720 reftex-index-macros, reftex-index-default-macro,
1721 reftex-index-default-tag, reftex-index-math-format,
1722 reftex-index-section-letters, reftex-index-include-context,
1723 reftex-index-follow-mode, reftex-index-header-face,
1724 reftex-index-section-face, reftex-index-tag-face,
1725 reftex-index-face): New options
1726 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
1727 reftex-index-tag, reftex-index-return-marker,
1728 reftex-index-restriction-indicator, reftex-index-restriction-data,
1729 reftex-index-macro-regexp, reftex-index-level-re,
1730 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
1731 reftex-everything-regexp-no-index, reftex-index-re,
1732 reftex-macros-with-index, reftex-index-macro-alist): New variables
1733 (reftex-index-help, reftex-index-macros-builtin,
1734 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
1735 reftex-query-index-macro-help): New constants
1736 (reftex-index-selection-or-word, reftex-index,
1737 reftex-default-index, reftex-update-default-index,
1738 reftex-index-complete-tag, reftex-index-select-tag,
1739 reftex-index-complete-key, reftex-index-update-taglist,
1740 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
1741 reftex-display-index, reftex-insert-index,
1742 reftex-index-insert-new-letter, reftex-get-restriction,
1743 reftex-index-pre-command-hook, reftex-index-post-command-hook,
1744 reftex-index-show-help, reftex-index-next, reftex-index-previous,
1745 reftex-index-toggle-follow, reftex-index-toggle-context,
1746 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
1747 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
1748 reftex-index-quit, reftex-index-quit-and-kill,
1749 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
1750 reftex-index-revert, reftex-index-switch-index-tag,
1751 reftex-index-restrict-to-section, reftex-index-widen,
1752 reftex-index-restriction-forward,
1753 reftex-index-restriction-backward, reftex-index-visit-location,
1754 reftex-index-analyze-entry, reftex-index-globalize,
1755 reftex-index-edit, reftex-index-toggle-range-beginning,
1756 reftex-index-toggle-range-end, reftex-index-edit-key,
1757 reftex-index-edit-attribute, reftex-index-edit-visual,
1758 reftex-index-edit-part, reftex-index-level-down,
1759 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
1760 reftex-index-change-entry, reftex-index-goto-letter,
1761 reftex-add-index-macros, reftex-ensure-index-support,
1762 reftex-index-info-safe, reftex-index-info): New functions.
1765 1999-08-15 Richard M. Stallman <rms@gnu.org>
1767 * paren.el (show-paren-mode): Support making show-paren-mode
1768 a buffer-local variable. Don't check for a window system.
1769 (show-paren-function): Check whether show-paren-function is
1770 enabled in current buffer; do the right thing if not.
1771 Don't check for a window system.
1772 (show-paren-mode): Make it a user variable.
1774 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
1775 Handle `enum' like `struct'.
1777 * server.el (server-process-filter): If a client visits no buffers,
1778 close it immediately before recording it.
1780 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
1781 Optimize by calling concat just once. Handle =\n sequence.
1782 (mail-unquote-printable-region): New command.
1783 (mail-quote-printable): Make it autoload.
1785 1999-08-15 Karl Heuer <kwzh@gnu.org>
1787 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
1789 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1791 * lisp/texinfmt.el: Handle @ifnottex.
1793 1999-08-15 Eli Zaretskii <eliz@gnu.org>
1795 * frame.el (blink-cursor): Don't turn on cursor blinking for
1798 * faces.el (face-valid-attribute-values): Look in
1799 x-bitmap-file-path only for x and w32 window systems.
1801 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
1802 Do that if width is nil as well.
1803 (x-display-mm-height, x-display-mm-width): Update values.
1804 (x-colors): Compute the list from msdos-color-values.
1805 (x-select-enable-clipboard): Doc fix.
1806 (x-frob-font-weight, x-font-family-list): New functions.
1808 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
1810 * window.el (shrink-window-if-larger-than-buffer): Don't try to
1811 back up from beginning of buffer.
1813 1999-08-13 Karl Heuer <kwzh@gnu.org>
1815 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
1817 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
1819 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
1820 doomsday clock, speed control is added and changes are made to
1821 allow large numbers of rings: rings now show the whole ring
1822 number, not just the last digit; consecutive rings are allowed to
1823 be the same size when necessary to fit all the rings in the
1824 window; and poles can be oriented horizontally. Face support is
1825 thrown in gratuitously.
1826 (hanoi): Changed default number of rings back to 3.
1827 (hanoi-unix, hanoi-unix-64): New commands
1828 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
1829 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
1830 hanoi-odd-ring-face): New variables.
1831 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
1832 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
1833 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
1834 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
1835 (hanoi-topos, hanoi-draw-ring): Removed.
1837 1999-08-12 Gerd Moellmann <gerd@gnu.org>
1839 * faces.el (face-valid-attribute-values): Return an alist for
1841 (face-read-integer): Handle unspecified face attributes. Add
1842 completion for `unspecified'.
1843 (read-face-attribute): Handle unspecified font attributes.
1844 (face-valid-attribute-values): Add `unspecified' to lists so that
1845 it can be chosen via completion.
1846 (face-read-string): Don't recognize "none" as input.
1848 1999-08-10 Dave Love <fx@gnu.org>
1850 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
1853 * sun-curs.el: Require sun-fns.
1855 1999-08-10 Dave Love <fx@gnu.org>
1857 * autorevert.el (auto-revert-mode): Add autoload cookie.
1859 * hscroll.el, auto-show.el: Files deleted -- we have built-in
1862 * simple.el (hscroll-step, hscroll-point-visible)
1863 (hscroll-window-column): Remove now we have the mentioned real
1864 horizontal autoscrolling.
1866 1999-08-10 Richard M. Stallman <rms@gnu.org>
1868 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
1869 control use of -f option.
1870 (mail-specify-envelope-from): New variable.
1871 (mail-from-style): Doc fix.
1873 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
1874 (easy-menu-get-map): New arg TO-MODIFY helps choose
1875 between local and global maps.
1876 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
1877 (easy-menu-change): Doc fix.
1879 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
1880 (info-lookup-guess-default): Simplified and cleaned up.
1881 (info-lookup-guess-default*): Preserve point.
1883 * view.el (view-mode-disable): If buffer-read-only is nil,
1886 * files.el (after-find-file): Disable View mode if buffer is no
1889 * view.el (view-mode-enable, view-mode-disable):
1890 Call force-mode-line-update.
1892 1999-08-10 Karl Heuer <kwzh@gnu.org>
1894 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
1895 * array.el, play/landmark.el, international/latin-3.el: Likewise.
1896 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
1898 1999-08-10 Alex Schroeder <asc@bsiag.com>
1900 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
1901 to prevent m-eating-bug.
1903 1999-08-10 Eli Zaretskii <eliz@gnu.org>
1905 * term/pc-win.el (msdos-bg-mode): Remove. Call
1906 frame-set-background-mode instead. All callers changed.
1907 (msdos-face-setup): Don't force color display parameter, it is set
1908 by frame-set-background-mode.
1909 (make-msdos-frame): Call x-handle-reverse-video and
1910 face-set-after-frame-default. Delete frame if creation failed.
1912 * faces.el (face-set-after-frame-default): Don't call
1913 make-face-x-resource-internal for the pc window-system.
1915 1999-08-10 Dave Love <fx@melange.gnu.org>
1917 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
1918 case with no docstring specially.
1920 1999-08-09 Eli Zaretskii <eliz@gnu.org>
1922 * complete.el (PC-do-completion): If completing on file name,
1923 reproduce str by concatenating its directory and basename parts.
1925 1999-08-07 Dave Love <fx@gnu.org>
1927 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
1928 unibyte to multibyte conversion of search-forward (from Handa),
1929 but avoid the replacement if the language is Latin-N.
1931 1999-08-06 Richard Stallman <rms@gnu.org>
1933 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
1936 * international/mule.el (load-with-code-conversion):
1937 Pass t to eval-buffer for DO-ALLOW-PRINT.
1939 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
1941 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
1942 of filenames and attributes.
1943 (ls-lisp-insert-directory): Use directory-files-and-attributes
1946 1999-08-05 Dave Love <fx@gnu.org>
1948 * auto-show.el (auto-show-mode): Fix :set.
1950 * widget.el (define-widget-keywords): Make dummy definition and
1951 comment-out its use.
1953 1999-08-04 Richard Stallman <rms@gnu.org>
1955 * progmodes/tcl.el: Customized.
1957 * sql.el (sql-accumulate-and-indent): Instead of testing
1958 whether this is Emacs 20 before calling comint-accumulate,
1959 test whether comint-accumulate is defined.
1961 1999-08-04 Dave Love <fx@gnu.org>
1963 * sgml-mode.el: Require outline when compiling.
1964 (sgml-mode-hook, html-mode-hook): Customize.
1965 (sgml-validate-command): Fix :version.
1966 (html-autoview-mode): Doc fix.
1968 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
1969 nothing in Latin-N environment.
1971 * info.el (Info-find-node): Call info-initialize here.
1973 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
1975 1999-08-04 Richard Stallman <rms@gnu.org>
1977 * ansi-color.el: New file.
1979 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
1981 * dired.el (dired-string-replace-match): Return `nil' when no match
1982 found with global search.
1984 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
1985 * terminal.el (te-terminfo-directory):
1986 * mail/mailpost.el (post-mail-send-it):
1987 * mail/metamail.el (metamail-region):
1988 * progmodes/ada-mode.el (ada-tmp-directory):
1989 Use temporary-file-directory.
1991 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
1992 (compilation-filter, compilation-forget-errors)
1993 (compilation-parse-errors): Use a marker instead of an integer for
1994 `compilation-parsing-end'.
1996 * progmodes/diff.el (diff-parse-differences):
1997 Use a marker instead of an integer for `compilation-parsing-end'.
1998 * textmodes/tex-mode.el (tex-compilation-parse-errors):
1999 Use a marker instead of an integer for `compilation-parsing-end'.
2001 1999-08-03 Richard Stallman <rms@gnu.org>
2003 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
2004 (Buffer-menu-mode): Doc fix.
2005 (Buffer-menu-view): New command.
2006 (Buffer-menu-view-other-window): New command.
2008 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
2010 * replace.el (query-replace-regexp-eval)
2011 (replace-eval-replacement, replace-loop-through-replacements)
2012 (replace-match-string-symbols): New functions.
2013 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
2014 Use replace-loop-through-replacements.
2016 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
2018 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
2021 1999-08-03 Dave Love <fx@gnu.org>
2023 * fortran.el (fortran-indent-new-line): Make it an alias
2024 for reindent-then-newline-and-indent.
2026 1999-08-03 Didier Verna <verna@inf.enst.fr>
2028 * rect.el: All functions rewritten, except when noted above
2029 their declaration. Below is a list of interface changes.
2030 (apply-on-rectangle): New function, mostly replaces
2031 `operate-on-rectangle'. All callers changed.
2032 (move-to-column-force): Pass new second argument to `move-to-column'.
2033 (kill-rectangle): Added optional prefix arg to fill lines.
2034 (delete-rectangle): Ditto.
2035 (delete-whitespace-rectangle): Ditto.
2036 (delete-extract-rectangle): Ditto.
2037 (open-rectangle): Ditto.
2038 (clear-rectangle): Ditto.
2039 (delete-whitespace-rectangle-line): New function.
2040 (delete-rectangle-line): Added third arg FILL.
2041 (delete-extract-rectangle-line): Ditto.
2042 (open-rectangle-line): Ditto.
2043 (clear-rectangle-line): Ditto.
2045 1999-08-03 Ray Blaak <blaak@gnu.org>
2047 * progmodes/delphi.el: New file.
2049 1999-08-02 Richard Stallman <rms@gnu.org>
2051 * textmodes/outline.el (outline-previous-heading): New function.
2052 (outline-up-heading-all): Use outline-previous-heading.
2053 (outline-next-heading): Delete definition inserted yesterday.
2055 1999-08-01 Richard Stallman <rms@gnu.org>
2057 * textmodes/outline.el (outline-next-heading): New function.
2058 (outline-up-heading-all): New function.
2059 (outline-font-lock-level): Using outline-up-heading-all.
2060 Tell outline-back-to-heading to accept invisible headings.
2062 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
2064 * mail/mh-utils.el (mh-find-path-run): New variable.
2065 (mh-find-path): Test and set that.
2066 Set mail-user-agent only the first time this function is run.
2067 (mail-user-agent): Defvar deleted.
2069 * info.el (info-initialize): New function.
2070 (info): Call info-initialize.
2071 (Info-directory-list): Initialize to nil,
2072 so info-initialize will set it up for real.
2074 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2076 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
2077 does not interpret a time as the year in a day-month entry.
2079 * calendar/diary-lib.el: Change syntax table entry for colon in
2080 the diary as part of the european-date-diary-pattern fix.
2082 1999-08-01 Eli Zaretskii <eliz@gnu.org>
2084 * international/mule.el (set-auto-coding): Allow whitespace before
2085 and after the "variable: value" pair.
2087 1999-07-30 Ken'ichi Handa <handa@gnu.org>
2089 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
2090 (default-sendmail-coding-system): Doc-string fixed.
2092 1999-07-30 Dave Love <fx@gnu.org>
2094 * subr.el (assoc-delete-all): New function, renamed from
2097 * frame.el: Change comments to doc strings and other doc fixes.
2098 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
2100 (set-background-color, set-foreground-color, set-cursor-color)
2101 (set-mouse-color, set-border-color): Offer completion of colours.
2102 (cursor): Add :version to defgroup.
2104 * facemenu.el (list-colors-display): Make it work on ttys.
2105 (facemenu-read-color): Likewise.
2107 1999-07-30 Richard M. Stallman <rms@gnu.org>
2109 * frame.el (frame-notice-user-settings): If background
2110 color has been changed, update background-mode from it,
2113 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
2115 * net-utils.el (finger): Don't do indirect fingering.
2117 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2119 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
2120 rules. Add separator at end of holidays.
2121 (cal-tex-rules): New customizable variable.
2122 (cal-tex-latexify-list): Add optional parameter to put separator
2125 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
2127 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
2128 fill prefix on each line while looping to the end of paragraph.
2129 End paragraph if it's longer than the existing fill prefix.
2131 * textmodes/fill.el (fill-context-prefix): Doc fix.
2133 1999-07-30 Dave Love <fx@gnu.org>
2135 * font-lock.el (jit-lock): Fix :load, add :version.
2137 1999-07-30 Eli Zaretskii <eliz@gnu.org>
2139 * term/pc-win.el (msdos-face-setup): Register standard colors in
2140 Vface_tty_color_alist.
2141 (face-color-supported-p, face_color_gray_p): New functions.
2143 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
2146 * startup.el (command-line): Don't register default colors for
2147 MSDOS window-system.
2149 1999-07-29 Dave Love <fx@gnu.org>
2151 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
2154 * lisp-mode.el (eval-defun): Re-written to avoid
2155 capturing variables.
2157 * picture.el (picture-beginning-of-line): Don't call
2158 hscroll-point-visible now we have real autoscrolling.
2159 (picture-end-of-line, picture-newline, picture-open-line):
2162 * international/latin-8.el: New file.
2163 * international/latin-9.el: New file.
2165 1999-07-28 Dave Love <fx@gnu.org>
2167 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
2169 * msb.el: Require cl only when compiling.
2170 (msb--home-dir): Deleted.
2171 (msb--format-title): Use abbreviate-file-name.
2172 (msb--choose-file-menu): Simplify string comparison.
2174 1999-07-28 Gerd Moellmann <gerd@gnu.org>
2176 * faces.el (toolbar): Add face definition for mono displays.
2178 1999-07-27 Richard M. Stallman <rms@gnu.org>
2180 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
2182 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
2183 force copying of default-frame-alist.
2185 1999-07-26 Ken'ichi Handa <handa@gnu.org>
2187 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
2189 1999-07-26 Richard M. Stallman <rms@gnu.org>
2191 * frame.el (set-mouse-color): If new color is nil,
2192 really respecify the current color.
2194 1999-07-26 Gerd Moellmann <gerd@gnu.org>
2196 * faces.el (bitmap-area): Change background of face `bitmap-area'
2197 to white for mono displays.
2199 1999-07-26 Kenichi Handa <handa@etl.go.jp>
2201 * international/ccl.el (ccl-embed-symbol): New function.
2202 (ccl-program-p): Deleted. Now it's implemented in C code.
2203 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
2204 (ccl-compile-translate-character): Likewise.
2205 (ccl-compile-map-single): Likewise.
2206 (ccl-compile-multiple-map-function): Likewise.
2207 (declare-ccl-program): Doc-string modified.
2208 (check-ccl-program): Check compiled CCL code by ccl-program-p.
2210 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
2212 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
2214 1999-07-25 Markus Rost <rost@gnu.org>
2216 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
2217 the entries to make custom-file more readable.
2219 1999-07-25 Richard M. Stallman <rms@gnu.org>
2221 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
2223 * emacs-lisp/edebug.el: Delete compatibility code.
2224 (edebug-next-token-class): If . is followed by a digit,
2225 return `symbol' for the token class.
2227 * startup.el (command-line): If we don't find the user's init file,
2228 set user-init-file to nil.
2230 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2232 * info-look.el (info-lookup-interactive-arguments): Add optional
2233 argument query for new choice of help mode.
2234 (info-lookup-symbol): Use it.
2235 (info-lookup-file): Ditto.
2236 (info-lookup): Don't switch to other window, if already in Info
2239 1999-07-23 Dave Love <fx@gnu.org>
2241 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
2243 (fortran-fontify-string, fortran-match-!-commen): Deleted.
2244 (fortran-font-lock-syntactic-keywords): New variable.
2245 (fortran-mode): Use it.
2246 (fortran-font-lock-keywords-1): Don't do comments.
2247 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
2250 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
2252 * msb.el (msb-menu-bar-update-buffers): Renamed from
2253 menu-bar-update-buffers.
2254 (msb-custom-set, msb--toggle-menu-type): Call
2255 msb-menu-bar-update-buffers.
2256 (msb-mode): Revise the hook setting.
2258 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
2260 1999-07-23 Gerd Moellmann <gerd@gnu.org>
2262 * font-lock.el, help.el, simple.el: Re-integrate previously
2263 described changes that were lost due to errors while checking them
2266 1999-07-23 Kevin Blake <kblake@ticnet.com>
2268 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
2270 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
2272 * international/encoded-kb.el
2273 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
2274 but push it to unread-command-events.
2275 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
2276 (encoded-kbd-self-insert-sjis): Likewise.
2277 (encoded-kbd-self-insert-big5): Likewise.
2279 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
2280 before left margin and fill-prefix by fill-find-break-point.
2282 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2284 * info-look.el (info-lookup-setup-mode): Don't give up, if
2285 info-lookup-make-completions returns an error.
2286 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
2287 name latex, not latex2e.
2289 1999-07-21 Richard M. Stallman <rms@gnu.org>
2291 * replace.el (perform-replace): Turn off case-fold-search
2292 if FROM-STRING argument has uppercase in it.
2294 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2296 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
2297 mode is on. Don't use end of changed text.
2299 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2301 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
2302 (cl-hash-table-p): Renamed from hash-table-p.
2303 (cl-hash-table-count): Renamed from hash-table-count.
2304 (maphash): Alias to cl-maphash removed.
2305 (gethash): Likewise.
2306 (puthash): Likewise.
2307 (remhash): Likewise.
2308 (clrhash): Likewise.
2310 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2312 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
2313 third arg non-nil. See comment there why this isn't a good idea.
2315 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2317 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
2319 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
2320 sit-for with 3rd arg non-nil to prevent redisplay.
2322 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2324 * image.el (image-type-from-file-header): If file doesn't
2325 have a directory part, add data-directory.
2327 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2329 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
2330 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
2331 motion handling when tooltip-gud-tips-p is nil.
2333 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2335 * tooltip.el (tooltip-mode): Don't use `plusp'.
2336 (tooltip-active): Use initial value of nil.
2338 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
2340 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2342 * bindings.el (make-mode-line-mouse-sensitive): Add key
2343 definitions for `top-line'.
2345 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2347 * faces.el (top-line): New face.
2349 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2351 * image.el (image-type-regexps): Add regexp for PS files.
2353 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2355 * faces.el (set-face-attribute): Fix wrong handling of frame
2358 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2360 * image.el (image-type-regexps): Add PNG format.
2362 1999-07-21 Dave Love <fx@gnu.org>
2364 * bindings.el (mode-line-modified): New variable.
2365 (mode-line-mode-menu-1): Switch to appropriate window before
2368 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2370 * faces.el (face-underline): Removed.
2371 (face-underline-color): Ditto.
2373 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2375 * faces.el (face-x-resources): Fix typo.
2377 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2379 * faces.el: Remove handling of `:relief', extend handling of
2381 (frame-set-background-mode): Choose new defface specs after
2382 frame parameters have changed.
2384 * cus-face.el: Ditto.
2386 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2388 * custom.el (defface): Extend documentation to include new
2391 * cus-face.el (custom-face-attributes): Add overline,
2392 strike-through, box.
2394 * faces.el (face-valid-attribute-values): Handle overline,
2395 strike-through, box.
2396 (face-attribute-name-alist): Add pairs for new face attributes.
2397 (describe-face): Handle new face attributes.
2399 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2401 * faces.el (face-x-resources): Add overline, strike-through, box.
2403 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2405 * enriched.el (enriched-translations): Add `display' and
2407 (enriched-handle-display-prop): New.
2408 (enriched-decode-display-prop): New.
2410 * format.el (top-level): Give `display' property
2411 `format-list-atomic-p.
2412 (format-annotate-single-property-change): Test that property.
2413 If present, treat list property values like atoms.
2415 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2417 * cus-face.el (custom-face-attributes): Use `choice' everywhere
2418 so that "*" can be entered.
2420 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2422 * cus-face.el (custom-face-attributes): Don't use `#''.
2424 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
2426 * cus-face.el (custom-face-attributes): Return underline
2427 face attribute directly from the second lambda of underline.
2429 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2431 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
2433 * frame.el (after-setting-font-hooks): New variable.
2434 (set-frame-font): Run those hooks.
2436 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
2438 * faces.el (set-face-attribute): Fix doc string.
2440 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2442 * cus-face.el (custom-face-attributes): Accept color name.
2444 * faces.el (face-underline-p): Accept unspecified underlining.
2445 (face-underline): Ditto. Fix doc string.
2447 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
2449 * faces.el (face-underline-color): New function.
2451 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
2453 * cus-face.el (custom-face-attributes): Support underline coloring.
2454 Added slot to choose a color.
2456 * faces.el (face-underline): New function.
2457 (face-underline-p): Support underline coloring.
2458 Return nil only if the underline attribute is 'normal.
2459 (set-face-underline): New function.
2460 (face-valid-attribute-values): Support underline coloring.
2462 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2464 * image.el (insert-image): Use `display' instead of `glyph'
2465 as text property name.
2467 (image-type-from-file-header): Use insert-file-contents-literally.
2469 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2471 * easymenu.el (easy-menu-do-add-item): Don't use the empty
2472 string to indicate separators.
2474 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2476 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
2477 instead of message-log.
2479 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2481 * faces.el (bitmap-area): New face.
2483 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2485 * image.el (insert-image): New.
2487 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2489 * frame.el (blink-cursor): Set the symbol's value.
2490 (show-trailing-whitespace): Change group to font-lock.
2492 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2495 * font-lock.el: Add jit-mode as new support mode.
2497 * font-lock.el (font-lock-fontify-keywords-region): Stop when
2498 reaching end instead of letting re-search-forward signal an error.
2499 (demand-lock-mode): New.
2500 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
2501 (font-lock-turn-off-thing-lock): Ditto.
2502 (font-lock-after-fontify-buffer): Ditto.
2503 (font-lock-after-unfontify-buffer): Ditto.
2505 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2509 * startup.el (command-line-1): Activate tooltip mode if
2512 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2514 * faces.el (toolbar): Grey default background.
2517 * image.el (image-type-regexps): New.
2518 (image-type-from-file-header): New.
2519 (create-image): Call it.
2521 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2523 * image.el: New file.
2525 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2527 * bindings.el (mode-line-format): Replace `mode-name' with
2528 `(:eval mode-line-mode-name)'.
2529 (mode-line-mode-name): New.
2530 (make-mode-line-mouse-sensitive): Don't change default value
2533 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2535 * tooltip.el: New file.
2537 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2539 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
2540 instead of mouse-3 to pop up menus.
2541 (mode-line-kill-buffer): Removed.
2542 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
2544 (mode-line-buffer-menu-1): Removed.
2546 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
2548 * bindings.el (mode-line-buffer-identification-keymap): New.
2549 (mode-line-buffer-menu-keymap): New.
2550 (mode-line-mode-menu-keymap): New.
2551 (mode-line-unbury-buffer): New.
2552 (mode-line-other-buffer): New.
2553 (mode-line-kill-buffer): New.
2554 (mode-line-buffer-menu-1): New.
2555 (mode-line-mode-menu-1): New.
2556 (make-mode-line-mouse-sensitive): New.
2558 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2560 * help.el (describe-key-briefly): Handle mode line strings
2561 with local-map properties.
2562 (describe-key): Ditto.
2563 (mode-line-key-binding): New.
2565 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2567 * scroll-bar.el (scroll-bar-timer): New.
2568 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
2570 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2572 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
2575 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2577 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
2578 (global): Use different key bindings if using tookit scroll bars.
2580 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2582 * faces.el (modeline): Define mode line face with relief for
2584 (toolbar): New face.
2586 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2588 * frame.el (frame-initialize): Set frame-creation-function to
2589 tty-create-frame-with-faces.
2591 * faces.el (frame-set-background-mode): Make it work for
2594 * faces.el (tty-create-frame-with-faces): New.
2595 (face-set-after-frame-default): Make it work for TTY frames.
2597 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2599 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
2600 Return a list of one font family for TTYs. Don't return bitmap
2601 file paths for TTY frames.
2603 * faces.el: Add face specs for tty displays to basic faces.
2605 * font-lock.el (font-lock-comment-face): Add spec for color tty.
2606 (font-lock-string-face): Ditto.
2607 (font-lock-keyword-face): Ditto.
2608 (font-lock-builtin-face): Ditto.
2609 (font-lock-function-name-face): Ditto.
2610 (font-lock-variable-name-face): Ditto.
2611 (font-lock-type-face): Ditto.
2612 (font-lock-constant-face): Ditto.
2613 (font-lock-warning-face): Ditto.
2615 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2617 * startup.el (command-line): Register default tty colors.
2619 * faces.el (face-spec-set-match-display): Recognize `type tty'.
2621 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2623 * faces.el (modeline): For X frames, use a modeline with relief.
2625 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2627 * faces.el (frame-update-faces): Copied from 20.2.
2628 (frame-update-face-colors): Ditto. Code removed that isn't
2629 applicable in the new face implementation.
2631 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2633 * frame.el (show-trailing-whitespace): New.
2635 * faces.el (trailing-whitespace): New basic face.
2637 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2639 * cus-face.el (custom-facep): Always define as alias for facep.
2641 * cus-face.el (custom-face-attributes): Use choice widgets.
2642 Remove :bold and :italic.
2644 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2646 * faces.el (face-charset-registries): Removed since fontset.el
2647 is no always loaded.
2649 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2651 * faces.el (internal-get-face): Added as obsolete function for
2654 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2656 * frame.el (blink-cursor-end): Call show-cursor.
2657 (blink-cursor-mode): Ditto.
2659 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2661 * faces.el (face-spec-reset-face): Reset all attributes to
2663 (face-spec-set): Use it.
2665 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2667 * faces.el (read-all-face-attributes): Bug fix.
2668 (face-read-integer): Allow nil default value.
2669 (face-valid-attribute-values): Use symbol names of attribute
2670 values for completion list.
2672 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2674 * faces.el (internal-find-face): Define for compatibility with
2676 (face-id): Likewise.
2678 * faces.el (face-id): Return the ID of a realized face for ASCII.
2680 * fontset.el (x-charset-registries): Removed. Now in faces.el.
2681 (x-complement-fontset-spec): Use face-charset-registries.
2683 * faces.el (face-font-selection-order): Set font selection order
2685 (face-alternative-font-family-alist): Set alternative font
2688 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2690 * faces.el (set-face-charset-registries): Set symbol value.
2692 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2694 * faces.el (face-set-after-frame-default): Call function
2695 internal-merge-in-global-face.
2697 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2699 * faces.el (face-list): Return symbols from face-global-alist.
2701 * faces.el (face-list): Return a copy of the face name list so
2702 that it cannot be modified from outside (facemenu.el uses
2703 nreverse, for example).
2705 * cus-face.el (custom-face-attributes): Add :bold and :italic
2706 for compatibility with old code.
2708 * faces.el (set-face-attributes-from-resources): Additional
2710 (make-face-x-resource-internal): Set attributes from resources
2711 for a given frame or all frames.
2713 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2715 * faces.el (all-faces): Removed.
2717 * custom.el (defface): Add new face attributes to function
2720 * font-lock.el (font-lock-comment-face): Use new face attribute
2722 (font-lock-string-face): Ditto.
2723 (font-lock-keyword-face): Ditto.
2724 (font-lock-builtin-face): Ditto.
2725 (font-lock-function-name-face): Ditto.
2726 (font-lock-variable-name-face): Ditto.
2727 (font-lock-type-face): Ditto.
2728 (font-lock-reference-face): Ditto.
2729 (font-lock-warning-face): Ditto.
2730 ((boundp 'font-lock-face-attributes)): Ditto.
2732 * cus-face.el (custom-face-attributes): Use new face attributes.
2734 * faces.el (set-face-attribute-from-resource): Initialize
2735 from resources only for X and W32.
2737 * cus-face.el (custom-declare-face): Don't make frame-local
2740 * faces.el (describe-face): Use princ instead of insert.
2742 * faces.el: Add XLFD manipulation functions from 20.2 again
2743 because fontset.el uses them.
2744 (face-set-after-frame-default): Add empty definition.
2746 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2748 * faces.el (make-face): Correct typo.
2749 (set-face-attribute-from-resource): Use let*.
2750 (face-underline-p): Correct typo.
2751 (face-inverse-video-p): Ditto.
2752 (set-face-stipple): Ditto.
2753 (face-read-string): Make completion-list optional parameter.
2755 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2757 * faces.el (face-charset-registries): Alist mapping charset
2758 symbols to registries and encoding.
2760 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2762 * frame.el (blink-cursor-mode): Use interactive spec "P".
2764 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2766 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
2767 mode. The cursor of selected_window blinks if the mode is enabled.
2769 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2771 * simple.el (next-history-element): Set point to the end of the
2772 prompt if minibuffer-prompt-in-buffer.
2774 1999-07-21 Gerd Moellmann <gerd@gnu.org>
2776 * faces.el (x-font-regexp): Add sub-expression parentheses for
2777 several font name components.
2779 1999-07-21 Gerd Moellmann <gerd@acm.org>
2781 * faces.el (set-face-relief): Use index 12 for relief.
2782 (face-fill-in): Set relief from data.
2783 (internal-make-face): Init relief to zero.
2785 * faces.el (face-spec-set): call modify-face with additional
2786 parameters for relief and fixed-p.
2788 1999-07-21 Gerd Moellmann <gerd@acm.org>
2790 * cus-face.el: ':fixed and ':relief added.
2792 * faces.el (describe-face): Add fixed font attribute and relief.
2793 (face-attr-match-p): Ditto.
2794 (face-attr-construct): Ditto.
2795 (face-spec-set): Ditto.
2797 1999-07-21 Gerd Moellmann <gerd@acm.org>
2799 * faces.el (internal-make-face): Function to create a Lisp vector
2800 suitable for representing a face.
2801 (make-face): Use it instead of make-vector.
2802 (x-create-frame-with-faces): Use it instead of vector.
2803 (internal-facep): Increase vector size to 14.
2804 (internal-make-face): Ditto.
2805 (face-relief): Access relief thickness.
2806 (face-fixed-p): Access fixed font attribute.
2807 (set-face-fixed-p): Set fixed font attribute.
2808 (set-face-relief): Set relief attribute.
2809 (internal-face-interactive-int): Read int attribute of face.
2810 (modify-face): Add fixed-p and relief parameters.
2811 (copy-face): Handle fixed-p and relief.
2812 (face-equal): Compare fixed-p and relief.
2813 (face-differs-from-default-p): Ditto.
2814 (face-nontrivial-p): Add fixed-p and relief.
2816 1999-07-21 Gerd Moellmann <gerd@acm.org>
2818 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
2819 (internal-facep): Increase vector size.
2821 (face-shadow-thickness): Added.
2822 (set-face-shadow-thickness): Added.
2823 (modify-face): Add optional shadow-thickness parameter.
2824 (make-face-x-resource-internal): Add shadows.
2826 (face-equal): Ditto.
2827 (face-differs-from-default-p): Ditto.
2828 (face-nontrivial-p): Ditto.
2829 (face-attr-match-p): Ditto.
2830 (face-attr-construct): Ditto.
2831 (face-spec-set): Ditto.
2832 (face-fill-in): Ditto.
2834 1999-07-21 Gerd Moellmann <gerd@acm.org>
2836 * bench.el (bench-mark-split-window): New bench mark.
2838 1999-07-21 Gerd Moellmann <gerd@acm.org>
2840 * faces.el (set-face-font): Don't pass default font to
2841 x-resolve-font so that font will not have to be of the same
2844 1999-07-20 Dave Love <fx@gnu.org>
2846 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
2849 1999-07-20 Karl Heuer <kwzh@gnu.org>
2851 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
2853 1999-07-20 Dave Love <fx@gnu.org>
2855 * help.el (describe-variable): Fix test for customizability.
2857 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
2858 Check for readonly buffer in interactive spec.
2859 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
2860 (backward-kill-word): Add * to interactive spec.
2862 * underline.el (underline-region, ununderline-region): Add * to
2865 * fill.el (canonically-space-region, justify-current-line): Add *
2866 to interactive spec.
2867 (fill-region-as-paragraph, fill-paragraph, fill-region)
2868 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
2869 readonly buffer in interactive spec.
2871 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2872 (backward-kill-sentence, kill-sentence): Add * to interactive
2875 1999-07-19 Richard M. Stallman <rms@gnu.org>
2877 * dired-aux.el (dired-do-shell-command): Doc fix.
2879 * shell.el (shell-unquote-argument): New function.
2880 (shell-directory-tracker): Use shell-unquote-argument.
2881 * comint.el (comint-arguments): Handle \ followed by space or tab.
2883 1999-07-19 John Wiegley <jwiegley@borland.com>
2885 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
2886 color codes 39 and 49, which by the way lynx uses them seem to
2887 mean "foreground reset" and "background reset".
2889 1999-07-19 Karl Heuer <kwzh@gnu.org>
2891 * font-lock.el (c++-keywords): Add "typeid".
2893 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
2894 selects no font, treat that as zero selections, not one.
2896 1999-07-19 Dave Love <fx@gnu.org>
2898 * info.el (Info-search): Don't lose with empty regexp.
2900 * version.el: Cater for (free) `ident' program, not `which'.
2902 * hl-line.el: New file.
2904 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
2905 for modes which don't define menus.
2907 1999-07-16 Richard M. Stallman <rms@gnu.org>
2909 * webjump.el (webjump-sample-sites): Update some URLs.
2911 1999-07-14 Richard Stallman <rms@gnu.org>
2913 * Version 20.4 released.
2915 1999-07-14 Andreas Schwab <schwab@gnu.org>
2917 * compare-w.el (compare-windows): Try to find the next window in
2918 the current frame before looking at the other frames.
2920 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
2922 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
2923 Use cyrillic-jcuken as default input method.
2925 1999-07-12 Richard Stallman <rms@gnu.org>
2927 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
2928 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
2930 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
2931 (ispell-local-dictionary-alist): Add koi8-r for character set.
2933 * textmodes/flyspell.el (flyspell-get-word):
2934 Add special handling for when ispell-otherchars is empty.
2936 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
2938 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
2939 when having nested functons.
2940 (pascal-indent-nested-functions) (pascal-indent-line)
2941 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
2942 indenting nested functions.
2944 1999-07-09 Richard Stallman <rms@gnu.org>
2946 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
2948 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
2950 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
2951 the `end' keyword was in the very beginning of the buffer.
2953 1999-07-08 Richard Stallman <rms@gnu.org>
2955 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
2957 * term.el (term-emulate-terminal): Avoid infinite loop
2958 in strange case where minibuffer window is selected but not active.
2960 1999-07-07 Stephen Eglen <stephen@gnu.org>
2962 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
2963 Change regexp so that it doesn't match commands beginning with `cd'.
2965 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2967 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
2969 1999-07-06 Richard Stallman <rms@gnu.org>
2971 * hscroll.el (hscroll-minibuffer-hook): New function.
2972 (hscroll-global-mode): Add and remove that hook.
2973 Set hscroll-old-truncate-was-global's default value.
2975 1999-07-05 Richard Stallman <rms@gnu.org>
2977 * files.el (revert-buffer): Don't preserve point here.
2978 (revert-buffer-insert-file-contents-function): Doc fix.
2980 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
2982 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
2983 doing a `stat' when it isn't necessary because that can cause
2984 trouble when an NFS server is down.
2986 1999-07-04 Richard Stallman <rms@gnu.org>
2988 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
2990 1999-07-03 Richard Stallman <rms@gnu.org>
2992 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
2993 for \200...\240 also.
2994 (isearch-printing-char): Use unibyte-char-to-multibyte.
2996 1999-07-02 Richard Stallman <rms@gnu.org>
2998 * frame.el (minibuffer-frame-alist): Use defcustom.
2999 (pop-up-frame-alist): Likewise.
3000 (initial-frame-alist): Specify * in the doc string.
3002 * hscroll.el (hscroll-mode): Make it a permanent local.
3003 (hscroll-mode): Don't cancel the timer
3004 if HScroll mode is enabled in some other buffer.
3006 * isearch.el (isearch-done): If search ends in middle of intangible
3007 text (due to text property), move on to the limit of that text.
3009 1999-07-01 Andrew Innes <andrewi@gnu.org>
3011 * man.el (Man-build-man-command): Use value of null-device,
3012 instead of hard-coding "/dev/null".
3014 * dos-w32.el (untranslated-canonical-name): Avoid expanding
3015 ange-ftp file names, which might force ange-ftp to prompt for a
3018 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
3019 to prevent references to temp files.
3021 1999-06-30 Richard Stallman <rms@gnu.org>
3023 * progmodes/sh-script.el (sh-feature): If nothing is known
3024 about the given shell, use the values for `sh'.
3026 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
3028 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
3029 to make it non-recursive.
3031 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
3033 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3035 * auto-show.el (auto-show-mode): Fix Typo in :set.
3037 1999-06-29 Richard M. Stallman <rms@gnu.org>
3039 * progmodes/sh-script.el (sh-mode): When setting syntax
3040 table, default to the standard one.
3042 1999-06-27 Richard M. Stallman <rms@gnu.org>
3044 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
3046 1999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu>
3048 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up
3049 a frame when `return' is requested (even if pop-up-frames = t)
3050 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
3051 should only be set for the bibtex buffer.
3053 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
3055 * progmodes/compile.el: Deal with compilation-error-screen-columns
3058 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3060 * comint.el (comint-password-prompt-regexp): Allow "(again)".
3062 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3064 * cal-x.el (calendar-only-one-frame-setup): New function.
3065 * calendar.el (calendar): Call it if requested.
3067 1999-06-24 Karl Heuer <kwzh@gnu.org>
3069 * startup.el (iso-8859-n-locale-regexp): Doc fix.
3071 1999-06-22 Richard M. Stallman <rms@gnu.org>
3073 * mail/supercite.el (sc-emacs-features): Doc fix.
3075 1999-06-22 Karl Heuer <kwzh@gnu.org>
3077 * files.el (auto-mode-alist): Add pike-mode.
3079 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
3081 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
3082 last byte of a numeric field is a space or a NUL. Parse it as
3083 potentially part of the number. This is used by GNU tar
3084 1.12.64012 to handle larger values.
3086 1999-06-20 Karl Heuer <kwzh@gnu.org>
3088 * custom.el (custom-handle-keyword): Fix error message.
3090 1999-06-18 Andrew Innes <andrewi@gnu.org>
3092 * mail/smtpmail.el (smtpmail-send-it): Use
3093 convert-standard-filename to make file names for queued mail safe
3094 on Windows (`:' is invalid in file names on Windows).
3096 1999-06-17 Kenichi Handa <handa@etl.go.jp>
3098 * international/mule-cmds.el (describe-current-input-method):
3099 Current-input-method is string.
3100 (toggle-input-method): Docstring fixed.
3102 * international/mule-diag.el
3103 (describe-current-coding-system-briefly): Fix format string.
3105 * international/mule-util.el (coding-system-eol-type-mnemonic):
3106 Docstring modified. Return a string.
3108 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
3110 * sql.el (sql-input-ring-file-name): Doc fix.
3112 1999-06-17 Richard M. Stallman <rms@gnu.org>
3114 * calendar/cal-x.el (special-display-buffer-names):
3115 Don't put (get-file-buffer diary-file) on this list.
3117 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
3119 * play/mpuz.el (mpuz-try-proposal): Fix message call.
3120 Don't penalize player for certain impossible guesses.
3122 1999-06-16 Andrew Innes <andrewi@gnu.org>
3124 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
3125 return the string "Unk 0 0000" so at least it appears to be a
3126 valid timestamp to `dired-move-to-filename-regexp'.
3128 1999-06-15 Ken'ichi Handa <handa@gnu.org>
3130 * ps-print.el (ps-control-character): Fix previous change.
3132 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3134 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
3135 multiple output of the last message.
3137 1999-06-14 Eli Zaretskii <eliz@gnu.org>
3139 * term/internal.el (IT-display-table-setup): Do not remap \222 to
3140 the ASCII apostrophe, as most DOS codepages have some other glyph
3143 1999-06-14 Ken'ichi Handa <handa@gnu.org>
3145 * language/ethio-util.el (setup-ethiopic-environment-internal):
3146 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
3147 (exit-ethiopic-environment): Likewize.
3149 1999-06-12 Richard M. Stallman <rms@gnu.org>
3151 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
3153 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3155 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
3156 custom-initialize-default to avoid infinite loop.
3157 (crisp-mode): (defun) Call transient-mark-mode here, not when
3158 loading the file. Run crisp-mode-hook here, and run
3159 crisp-load-hook when loading the file.
3161 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
3162 rmail-summary buffer, search for pattern in rmail-file.
3164 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
3166 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
3168 * ps-print.el (ps-printer-name): Fix custom type.
3170 1999-06-12 Reto Zimmermann <reto@synopsys.com>
3172 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
3173 (vhdl-port-paste-generic-map): Fix indentation bug.
3174 (vhdl-port-paste-port-map): Fix indentation bug.
3175 (vhdl-scan-file-contents): Make scanning case insensitive.
3177 1999-06-11 Richard M. Stallman <rms@gnu.org>
3179 * files.el (write-file): When buffer is not already visiting a file,
3180 don't put buffer name in the minibuffer, just make it the default.
3181 Also handle just directory as arg usefully in that case.
3183 * simple.el (sendmail-user-agent-compose):
3184 Ignore case when inserting the rest of the "other" headers.
3186 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
3188 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
3189 (info-lookup-interactive-arguments): Never insert the default
3190 into the minibuffer automatically.
3192 * emacs-lisp/cl-extra.el (getf): Don't call get*.
3194 1999-06-09 Richard M. Stallman <rms@gnu.org>
3196 * simple.el (shell-command): Avoid printing "mark set" message.
3198 1999-06-09 Dave Love <fx@gnu.org>
3200 * progmodes/compile.el (compilation-error-regexp-alist): Allow
3201 digits in program name in first pattern.
3203 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
3205 * vc.el (vc-dired-mode): Don't match anything before the date in
3206 dired-move-to-filename-regexp.
3208 1999-06-07 Ken'ichi Handa <handa@gnu.org>
3210 * international/quail.el (quail-define-rules): Fix typo in
3213 1999-06-05 Stephen Eglen <stephen@gnu.org>
3215 * iswitchb.el (iswitchb-default-keybindings): Add
3216 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
3217 than when package is loaded.
3219 1999-06-04 Richard M. Stallman <rms@gnu.org>
3221 * startup.el (command-line): Don't set user-init-file directly;
3222 tell `load' to set it.
3224 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
3226 * simple.el (next-history-element):
3227 Handle minibuffer-text-before-history properly when reading sexps.
3229 * disp-table.el (standard-display-european):
3230 For an interactive call by the user,
3231 don't set enable-multibyte-characters,
3232 and don't set the terminal coding system.
3234 * textmodes/refbib.el: Don't print any messages or display
3235 a buffer when loading the library.
3236 (r2b-help): Doc fix.
3237 (r2b-help-message): Update the documentation.
3238 (r2b-load-quietly): Variable deleted.
3239 (r2b-convert-buffer): Doc fix.
3241 1999-06-04 Dave Love <fx@gnu.org>
3243 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
3245 * auto-show.el: Don't change hooks on loading.
3246 (auto-show-mode): Autoload. Default to nil. Add :set &c.
3247 (auto-show-mode): Add to hooks here.
3249 1999-06-04 Richard Sharman <rsharman@pobox.com>
3251 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
3252 recursion on bogus input.
3254 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
3256 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
3257 does not select a buffer from the buffers menu, then the attached
3258 frame is not switched to anything.
3260 1999-06-03 Ken'ichi Handa <handa@gnu.org>
3262 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
3263 (viet-viscii-...->viet-vscii...).
3265 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
3267 1999-06-01 Dave Love <fx@gnu.org>
3269 * progmodes/fortran.el: Add :link to defgroup.
3270 (fortran-blink-matching-if): Match ELSE statements too.
3271 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
3272 that filling is always done.
3274 1999-05-31 Richard M. Stallman <rms@gnu.org>
3276 * simple.el (append-next-kill): Use an arg to distinguish
3277 interactive calls from Lisp calls, rather than (interactive-p).
3279 * international/iso-transl.el (iso-transl-language-alist):
3280 Interchange n and N.
3282 1999-05-31 Dave Love <fx@gnu.org>
3284 * msb.el Add to minor-mode-map-alist. Remove hook installation
3285 and keymap munging on load.
3286 (msb-mode): New option.
3287 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
3289 (msb-mode-map): New variable.
3290 (msb-mode): New command.
3292 1999-05-31 Dave Love <fx@gnu.org>
3294 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
3295 (ispell-complete-word-dict): Likewise.
3297 1999-05-31 Eli Zaretskii <eliz@gnu.org>
3299 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
3300 force the data buffer to be saved, even if the data didn't
3301 change, in case the write filter was modified. Restore the
3302 current record after read-file-filter finishes.
3304 1999-05-29 Karl Heuer <kwzh@gnu.org>
3306 * ispell4.el: Obsolete; file deleted.
3308 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
3310 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
3311 VALUE is a syntax table.
3313 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
3315 * simple.el (zap-to-char): Doc fix.
3317 1999-05-27 Ken'ichi Handa <handa@gnu.org>
3319 * isearch.el (isearch-quote-char): Don't assume character codes
3320 0200 - 0237 stand for characters in some single-byte character
3323 1999-05-27 Dave Love <fx@gnu.org>
3325 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
3327 1999-05-27 Andreas Schwab <schwab@gnu.org>
3329 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
3330 headerline does not exist already.
3332 1999-05-26 Richard Stallman <rms@gnu.org>
3334 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3335 Avoid nested null-loops.
3337 1999-05-26 Ken'ichi Handa <handa@gnu.org>
3339 * international/characters.el: Typo fixed; prefered->preferred.
3341 * international/mule-cmds.el (find-coding-systems-for-charsets):
3342 Typo fixed; prefered->preferred.
3344 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
3345 method in read-event.
3347 * international/mule.el (charset-info): Doc-string fixed.
3349 1999-05-25 Ken'ichi Handa <handa@gnu.org>
3351 * mail/smtpmail.el (smtpmail-send-it): Bind
3352 smtpmail-code-conv-from properly.
3353 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
3354 by smtpmail-code-conv-from.
3356 1999-05-24 Richard Stallman <rms@gnu.org>
3358 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
3359 Binding deleted also.
3361 1999-05-24 Karl Heuer <kwzh@gnu.org>
3363 * comint.el (comint-bol-or-process-mark): Doc fix.
3365 1999-05-23 Dave Love <fx@gnu.org>
3367 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
3368 Enter it on minor-mode-map-alist.
3369 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
3370 Autoload. Add custom setter.
3371 (crisp-mark-line): Doc fix.
3372 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
3373 (crisp-mode-hook): Define.
3375 1999-05-23 Ken'ichi Handa <handa@gnu.org>
3377 * files.el (recover-file): Recover buffer-file-coding-system.
3379 1999-05-22 Richard Stallman <rms@gnu.org>
3381 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
3382 regexp match the date, to avoid treating date as file size.
3383 Add YYYY S option to WESTERN/
3385 * bookmark.el: Delete some XEmacs compatibility code.
3386 (bookmark-jump-noselect): Check vc-backend.
3388 * subr.el (add-to-list): Doc fix.
3390 1999-05-21 Stephen Eglen <stephen@gnu.org>
3392 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
3394 1999-05-18 Richard Stallman <rms@gnu.org>
3396 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
3397 non-space after the @anchor command.
3398 (texinfo-format-var): Handle other nested constructs, using
3399 texinfo-parse-expanded-arg and texinfo-discard-command, not
3400 texinfo-parse-arg-discard.
3402 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
3403 (debug): Bind and use debugger-outer-inhibit-redisplay.
3404 Bind inhibit-redisplay to nil.
3405 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
3407 1999-05-17 Dave Love <fx@gnu.org>
3409 * help.el (describe-function-1): Extra arg, interactive-p.
3410 (describe-key, describe-function): Use it.
3412 1999-05-17 Karl Heuer <kwzh@gnu.org>
3414 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
3416 1999-05-16 Dave Love <fx@gnu.org>
3418 * cus-start.el (all): Delete selective-display. Add scroll-margin,
3419 scroll-preserve-screen-position, scroll-conservatively.
3421 1999-05-16 Dave Love <fx@gnu.org>
3423 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
3425 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
3427 * progmodes/vhdl-mode.el: Completely revised and massively extended.
3429 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3431 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
3432 magic number and is not associated with a file.
3434 1999-05-14 Richard M. Stallman <rms@gnu.org>
3436 * files.el (find-file-noselect-1): Fix previous change.
3438 1999-05-14 Simon Marshall <simon@gnu.org>
3440 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
3442 1999-05-13 Ken'ichi Handa <handa@gnu.org>
3444 * international/mule-diag.el (mule-diag): Change MULE to Mule in
3447 * international/mule-cmds.el: Change MULE to Mule in docstrings
3450 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
3452 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
3453 to correctly reflect the value of BaseLineOffset in
3454 RelativeCompose. Now the value of RelativeCompose is an array of
3455 low and high positions.
3456 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
3457 RLC for the above change.
3459 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
3461 * comint.el (comint-password-prompt-regexp): Modified to match the
3462 output of ksu and ssh-add.
3464 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
3466 * language/korea-util.el (isearch-toggle-korean-input-method):
3467 Adjusted for the change of input method handling in isearch.el.
3468 (isearch-hangul-switch-symbol-ksc): Likewise.
3469 (isearch-hangul-switch-hanja): Likewise.
3471 1999-05-10 Dave Love <fx@gnu.org>
3473 * help.el (help-make-xrefs): Fix typo.
3475 1999-05-10 Andreas Schwab <schwab@gnu.org>
3477 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
3478 unibyte-display-via-language-environment.
3480 * help.el (help-make-xrefs): Handle more cases when looking for
3481 commands in a keymap description.
3483 1999-05-10 Eli Zaretskii <eliz@gnu.org>
3485 * loadup.el: For ms-dos systems, load ccl and codepage.
3487 1999-05-09 Ken'ichi Handa <handa@gnu.org>
3489 * ps-print.el (ps-control-character): Call
3490 ps-mule-prepare-ascii-font to setup ASCII fonts.
3492 * ps-mule.el (ps-mule-begin-job): Redo this change "if
3493 ps-multibyte-buffer is nil, use
3494 ps-mule-font-info-database-default."
3496 1999-05-08 Ken Stevens <k.stevens@ieee.org>
3498 * ispell.el (ispell-local-dictionary-alist): New variable for
3499 customizing local dictionaries not accessable by everyone.
3500 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
3501 (ispell-required-version): Changed format `(major minor
3502 revision)' to support general pattern matching.
3503 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
3504 skip region commented out due to incorrect skip potential in std latex.
3505 (ispell-word): Removed `when' macro. Fixed bug of not restoring
3506 cursor point on small words for calls from `ispell-minor-mode'.
3507 (check-ispell-version): Tests and accepts versions major.minor
3508 and above, with adjustments for interactions in 3.1.0-3.1.11.
3509 (ispell-get-line): No longer skips ispell process special characters.
3510 (ispell-comments-and-strings): Removed `when' macro call.
3511 (ispell-minor-check): Requires ispell-word to restore cursor point.
3512 (ispell-buffer-local-parsing): Supports checking comments only.
3514 1999-05-08 Karl Heuer <kwzh@gnu.org>
3516 * comint.el (comint-password-prompt-regexp): Fix last change to be
3519 1999-05-07 Richard M. Stallman <rms@gnu.org>
3521 * subr.el (with-temp-message): Fix the other call to message
3524 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
3526 * gud.el (gud-format-command): "%F" means file sans extension.
3527 (jdb): use %F, not %f, for gud-break.
3529 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
3531 * comint.el (comint-password-prompt-regexp): Modified so that it
3532 matches the output of kinit.
3534 1999-05-06 Greg Stark <gsstark@mit.edu>
3536 * timezone.el (timezone-parse-date): Recognize new format used in
3539 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
3541 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
3543 1999-05-04 Andrew Innes <andrewi@gnu.org>
3545 * time.el (display-time-update): Allow for wrap-around when
3546 checking against display-time-server-down-time.
3548 1999-05-04 Ken'ichi Handa <handa@gnu.org>
3550 * international/mule-diag.el (describe-coding-system): Fix English
3553 1999-05-03 Jason Rumney <jasonr@altavista.net>
3555 * term/w32-win.el: Change the x-charset-registry property for the
3556 Japanese charsets that are supported by Japanese Windows fonts.
3558 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3560 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
3561 diary-block diary entries for which the reminders and the diary
3562 entries can overlap.
3564 1999-05-02 Jason Rumney <jasonr@altavista.net>
3566 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
3567 matches the font selected in the dialog.
3569 1999-05-02 Dave Love <fx@gnu.org>
3571 * browse-url.el (browse-url-browser-function): Add :version.
3573 * international/mule.el (auto-coding-alist): Add .tgz.
3575 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
3577 * international/codepage.el (cp-coding-system-for-codepage-1):
3578 Make the magnification parameter for the -dos encoder be 2.
3580 1999-05-2 Andrew Innes <andrewi@gnu.org>
3582 * term/w32-win.el (w32-drag-n-drop): Select file in window where
3583 it is dropped, rather than current window.
3585 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
3586 after switching buffer, as case-fold-search is a buffer local
3589 * w32-fns.el (convert-standard-filename): Only convert directory
3590 separators to backslash if the interactive shell is one of the
3591 standard Windows shells that has DOS semantics.
3593 * ls-lisp.el (ls-lisp-format-time): Trap errors from
3594 format-time-string, and return a suitable string to indicate the
3595 timestamp was invalid.
3597 * hexl.el (hexlify-command): Apply shell-quote-argument after
3598 expanding hexl-program in case exec-directory contains a space.
3599 (dehexlify-command): Ditto.
3601 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
3602 file extension regexps which aren't necessarily binary files.
3603 (direct-print-region-helper): Use subst-char-in-string instead of
3604 binding directory-sep-char to convert filenames to DOS syntax.
3605 (direct-print-region-use-command-dot-com): New variable.
3606 (direct-print-region-helper): Use it to control whether to invoked
3607 command.com to print on Windows 9x.
3609 * browse-url.el (browse-url-browser-function): Default to
3610 browse-url-default-windows-browser on windows-nt.
3611 (browse-url-default-windows-browser): New function.
3613 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3615 * forms.el (forms-mode): Don't call forms-first-record or
3616 forms-last-record if the data file has zero records.
3618 1999-04-29 Richard M. Stallman <rms@gnu.org>
3620 * files.el (find-file-noselect-1): If buffer-file-name has changed
3621 after find-file-not-found-hooks runs, recompute the truename.
3622 And don't use FILENAME after that point.
3624 1999-04-27 Dave Love <fx@gnu.org>
3626 * paren.el (show-paren-mode)
3627 * which-func.el (which-func-mode-global)
3628 * type-break.el (type-break-mode)
3629 * time.el (display-time-mode)
3630 * rsz-mini.el (resize-minibuffer-mode)
3631 * mouse-sel.el (mouse-sel-mode)
3632 * icomplete.el (icomplete-mode)
3633 * hscroll.el (hscroll-global-mode)
3634 * help.el (temp-buffer-resize-mode)
3635 * font-lock.el (global-font-lock-mode)
3636 * delsel.el (delete-selection-mode)
3637 * avoid.el (mouse-avoidance-mode)
3638 * autoinsert.el (auto-insert-mode)
3639 * winner.el (winner-mode): Doc fix.
3641 1999-04-26 Karl Heuer <kwzh@gnu.org>
3643 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
3644 the same whitespace that was ignored in choosing the subject string.
3646 1999-04-26 Richard M. Stallman <rms@gnu.org>
3648 * info.el (Info-find-node): Position properly after finding anchor.
3650 * cus-start.el (all): Handle unibyte-display-via-language-environment.
3652 * simple.el (indent-new-comment-line): Fix previous change.
3654 * complete.el: Delete the wildcard expansion feature
3655 since that is now standard in find-file.
3656 (PC-try-load-many-files): Function deleted.
3657 (PC-after-load-many-files): Function deleted.
3658 (PC-many-files-list): Variable deleted.
3659 (PC-disable-wildcards): Variable deleted.
3660 (partial-completion-mode): Don't enable the wildcard feature.
3662 * complete.el (PC-look-for-include-file): Don't set global variables
3663 `error', `buf' and `filename' here.
3665 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
3667 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
3669 * textmodes/outline.el (outline-regexp): Doc fix.
3671 1999-04-26 John Wiegley <johnw@borland.com>
3673 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
3674 C++Builder 4.0 error message syntax.
3676 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
3678 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
3679 supported, use find -exec.
3681 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
3683 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
3684 coding-system-for-write, to avoid hanging when non-interactive.
3686 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
3688 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
3689 start with a newline.
3691 1999-04-13 Ken'ichi Handa <handa@gnu.org>
3693 * international/mule-conf.el (x-ctext): New coding system.
3695 1999-04-12 Richard M. Stallman <rms@gnu.org>
3697 * international/mule-cmds.el (input-method-function):
3698 Add permanent-local property.
3700 1999-04-12 Dave Love <fx@gnu.org>
3702 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
3703 change to use jka-compr-byte-compiler-base-file-name.
3705 * supercite.el (sc-scan-info-alist): Revert last change.
3706 (sc-attrib-selection-list): Fix :type here instead.
3708 1999-04-11 Eli Zaretskii <eliz@gnu.org>
3710 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
3711 in the list of case-insensitive filesystems.
3713 1999-04-09 Kenichi Handa <handa@etl.go.jp>
3715 * international/fontset.el (create-fontset-from-fontset-spec):
3716 Don't register duplicated alias fontset names.
3718 1999-04-08 Richard Stallman <rms@gnu.org>
3720 * international/mule.el (auto-coding-alist-lookup): New function.
3721 (set-auto-coding): Use auto-coding-alist-lookup.
3723 * jka-compr.el (jka-compr-insert-file-contents):
3724 Use auto-coding-alist-lookup to check for files that
3725 should not have eol conversion, in the unibyte case.
3727 1999-04-07 Dave Love <fx@gnu.org>
3729 * help.el (describe-variable): Check custom-loads property as well
3732 * abbrev.el (abbrev-mode): Customizing sets the default value.
3734 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
3736 * vc.el (vc-backend-revert): For CVS files that were made
3737 writeable with "cvs edit", call "cvs unedit" to undo that.
3739 1999-04-08 Dave Love <fx@gnu.org>
3741 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
3743 (sc-emacs-features): Recognize Emacs 20.
3744 (sc-read-string): Use history arg.
3745 (sc-scan-info-alist): Check for rtnvalue a cons.
3747 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
3749 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
3750 coding system to encode the message by
3751 select-message-coding-system.
3753 1999-04-07 Richard Stallman <rms@gnu.org>
3755 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
3757 * winner.el: Reorder definitions.
3759 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
3761 * mail/rmail.el (rmail-decode-babyl-format):
3762 Undo previous change.
3764 1999-04-06 Richard Stallman <rms@gnu.org>
3766 * info.el (Info-find-node): Check for an anchor at the
3767 proper place, before reading an indirect file.
3769 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
3771 * jka-compr.el (jka-compr-insert-file-contents):
3772 Use raw-text-unix when we want no conversion.
3774 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
3776 * timezone.el (timezone-parse-date): Corrected regexp for
3777 style (5) date format so that tenths of seconds are optional.
3779 1999-04-05 Eli Zaretskii <eliz@gnu.org>
3781 * term/internal.el (dos-cpNNN-setup): New function, with the guts
3782 of dos-codepage-setup.
3783 (cjk-codepages-alist): New variable, an alist of Far-Eastern
3784 codepages for which there's no need to set up cpNNN coding
3786 (dos-codepage-setup): Support Far-Eastern DOS terminals.
3788 1999-04-05 Richard Stallman <rms@gnu.org>
3790 * mail/rmail.el (rmail-ignored-headers): Doc fix.
3792 1999-04-02 Richard Stallman <rms@gnu.org>
3794 * progmodes/compile.el (compilation-handle-exit): Do right thing
3795 if (car status) doesn't end in a newline.
3797 1999-04-01 Dave Love <fx@gnu.org>
3799 * progmodes/sql.el (SQL): Add defgroup :version.
3801 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3803 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
3804 buffer-file-coding-system. If the coding system used is raw-text,
3805 etc., make the *Compiler Input* buffer unibyte.
3807 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
3809 * loadup.el: Don't write the fns-...el file if not dumping.
3811 1999-03-31 Dave Love <fx@gnu.org>
3813 * snmp-mode.el (snmp): Fix defgroup :version.
3815 * hilit-chg.el (highlight-changes): Add defgroup :version.
3817 1999-03-31 Andreas Schwab <schwab@gnu.org>
3819 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
3820 the gnus-save-hidden-threads macro.
3822 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
3824 * faces.el (face-set-after-frame-default): Obey the
3825 `customized-face' for new faces.
3827 1999-03-30 Dave Love <fx@gnu.org>
3829 * international/mule-cmds.el (current-language-environment): Doc fix.
3830 * abbrev.el (abbrev-mode): Doc fix.
3831 * autoinsert.el (auto-insert-mode): Doc fix.
3832 * complete.el (partial-completion-mode): Doc fix.
3833 * avoid.el (mouse-avoidance-mode): Doc fix.
3834 * delsel.el (delete-selection-mode): Doc fix.
3835 * font-lock.el (global-font-lock-mode): Doc fix.
3836 * help.el (temp-buffer-resize-mode): Doc fix.
3837 * hscroll.el (hscroll-global-mode): Doc fix.
3838 * icomplete.el (icomplete-mode): Doc fix.
3839 * mouse-sel.el (mouse-sel-mode): Doc fix.
3840 * paren.el (show-paren-mode): Doc fix.
3841 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
3842 * time.el (display-time-mode): Doc fix.
3843 * type-break.el (type-break-mode): Doc fix.
3844 * which-func.el (which-func-mode-global): Doc fix.
3845 * winner.el (winner-mode): Doc fix.
3847 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
3849 * wid-edit.el (widget-before-change): Signal text-read-only rather
3850 than an ordinary error.
3852 1999-03-30 Richard M. Stallman <rms@gnu.org>
3854 * repeat.el: Don't require advice.
3855 (repeat): Do function-indirection in check for kbd macro.
3856 In self-insert case, use the *last* char in INSERTION.
3858 1999-03-30 Karl Heuer <kwzh@gnu.org>
3860 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
3862 1999-03-29 Andreas Schwab <schwab@gnu.org>
3864 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
3865 comint-input-filter-functions. Make variables related to shell
3866 directory tracking local.
3868 1999-03-26 Andreas Schwab <schwab@gnu.org>
3870 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
3872 * simple.el (shell-command-on-region): Cope with exit-status being
3873 nil, which happens if call-process-region was interrupted.
3875 1999-03-26 Richard M. Stallman <rms@gnu.org>
3877 * simple.el (indent-new-comment-line): Handle use at a point
3878 after a comment-end. Handle multiple comments.
3880 * mail/rmail.el (rmail-decode-babyl-format):
3881 To prevent locking, bind buffer-file-name to nil.
3883 1999-03-26 Karl Fogel <kfogel@red-bean.com>
3885 * mail-hist.el (mail-hist-current-header-name): Don't make
3886 off-by-one-error when determining if in message body.
3888 1999-03-25 Andrew Innes <andrewi@gnu.org>
3890 * w32-fns.el (set-default-process-coding-system): Copied from
3891 dos-w32.el, but modified to use Unix line endings for process
3892 input, and to add a suitable entry to process-coding-system-alist
3895 * dos-fns.el (set-default-process-coding-system): Copied from
3898 * dos-w32.el (set-default-process-coding-system): Move function to
3899 dos-fns.el; a different version is used in w32-fns.el.
3901 1999-03-24 Dave Love <fx@gnu.org>
3903 * info.el (Info-directory-list): Revert change to re-writing
3904 Info-default-directory-list, but put `alternative' first.
3905 (Info-insert-dir): Modify selecting the top dir file as a consequence.
3907 1999-03-23 Simon Marshall <simon@gnu.org>
3909 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
3910 on the line by itself.
3911 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
3912 it is not in a declarative context.
3914 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
3916 * cus-edit.el (custom-variable-prompt): Allow customization of
3919 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
3921 * simple.el (what-cursor-position): Don't cause error when point
3922 is at invalid multibyte sequence.
3924 1999-03-21 Karl Heuer <kwzh@gnu.org>
3926 * complete.el (partial-completion-mode): Doc fix.
3928 1999-03-19 Richard M. Stallman <rms@gnu.org>
3930 * progmodes/cplus-md.el (old-c++): Remove :group.
3932 * progmodes/c-mode.el (old-c): Remove :group.
3934 1999-03-18 Simon Marshall <simon@gnu.org>
3936 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
3937 (java-font-lock-keywords-2): Added "strictfp" keyword.
3939 1999-03-17 Jason Rumney <jasonr@altavista.net>
3941 * w32-fns.el (set-w32-system-coding-system) New function.
3942 (w32-system-coding-system) Initialize to 'iso-latin-1.
3944 1999-03-17 Eli Zaretskii <eliz@gnu.org>
3946 * international/mule-cmds.el (set-language-environment): Fix
3947 previous change: don't use dos-codepage when unbound.
3949 1999-03-17 Karl Heuer <kwzh@gnu.org>
3951 * calendar/appt.el (appt-make-list): Fix previous change.
3953 1999-03-16 Richard M. Stallman <rms@gnu.org>
3955 * window.el (shrink-window-if-larger-than-buffer):
3956 Don't try to redisplay with the cursor at the end
3957 on its own line--that would force a scroll and spoil things.
3959 1999-03-16 Eli Zaretskii <eliz@gnu.org>
3961 * international/mule-cmds.el (set-language-environment): Don't use
3962 cpNNN-nonascii-translation-table if it is unbound.
3964 * term/internal.el (dos-codepage-setup): Compute the unibyte
3965 syntax table and bind unibyte-display-via-language-environment
3966 here, rather than at top level, so that resetting to unibyte in
3967 .emacs works as expected.
3969 1999-03-15 Simon Marshall <simon@gnu.org>
3971 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
3973 1999-03-14 Milan Zamazal <pdm@pvt.net>
3975 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
3977 1999-03-14 Kenichi Handa <handa@etl.go.jp>
3979 * international/mule-util.el (detect-coding-with-priority):
3980 Restore the internal database.
3982 1999-03-14 Stephen Eglen <stephen@gnu.org>
3984 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
3985 if mail-from-style has invalid value.
3987 1999-03-12 Karl Heuer <kwzh@gnu.org>
3989 * vc.el (vc-delete-logbuf-window): New var.
3990 (vc-finish-logentry): Use it.
3992 1999-03-12 Richard M. Stallman <rms@gnu.org>
3994 * startup.el (command-line-1): Improve startup msg.
3996 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
3998 * speedbar.el: Added commentary about stealthy functions.
3999 (speedbar-message) new function.
4000 (speedbar-y-or-n-p): New function
4001 (speedbar-with-attached-buffer) Moved macro before reference.
4002 Now uses `save-selected-window'.
4003 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
4004 speedbar-generic-item-info, speedbar-item-info-file-helper,
4005 speedbar-item-delete, speedbar-insert-generic-list,
4006 speedbar-timer-fn, speedbar-check-vc-this-line,
4007 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
4008 speedbar-buffers-item-info) Use speedbar-message.
4009 (speedbar-item-info) Limit `message-log-max'.
4010 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
4011 speedbar-item-delete, speedbar-item-object-delete,
4012 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
4014 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
4016 * server.el (server-start): Set coding system for the server
4017 process to raw-text.
4018 (server-process-filter): Decode file names if necessary.
4020 1999-03-12 Dave Love <fx@gnu.org>
4022 * textmodes/fill.el (sentence-end-double-space): Doc fix.
4024 * textmodes/paragraphs.el (sentence-end): Doc fix.
4026 1999-03-11 Karl Heuer <kwzh@gnu.org>
4028 * comint.el (comint-password-prompt-regexp): Accept "login password:"
4030 1999-03-09 Karl Heuer <kwzh@gnu.org>
4032 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
4033 (ispell-dictionary-alist-2): Likewise.
4034 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
4035 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
4036 (ispell-dictionary-alist): Build from six pieces, not just two.
4038 * ps-bdf.el (bdf-directory-list): Doc fix.
4040 * enriched.el (enriched-mode): Make var permanent-local.
4042 1999-03-09 Dave Love <fx@gnu.org>
4044 * textmodes/sgml-mode.el (html-mode): Use
4045 sentence-end-double-space when setting sentence-end.
4047 1999-03-09 Ken'ichi Handa <handa@gnu.org>
4049 * language/thai.el (tis-620): New alias coding system for thai-tis620.
4051 1999-03-08 Felix Lee <flee@cygnus.com>
4053 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
4055 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
4057 1999-03-08 Karl Heuer <kwzh@gnu.org>
4059 * dired-aux.el (dired-do-copy-regexp): Doc fix.
4060 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4062 * dired.el (dired-do-copy-regexp): Doc fix.
4063 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4065 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
4067 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
4069 1999-03-08 Jason Rumney <jasonr@altavista.net>
4071 * international/codepage.el (cp1250-decode-table)
4072 (cp1251-decode-table, cp1253-decode-table)
4073 (cp1257-decode-table): New translation tables for MS Windows codepages.
4074 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
4076 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
4078 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
4080 1999-03-07 Eli Zaretskii <eliz@gnu.org>
4082 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
4084 * term/internal.el (top level): Display character 255 as 8bit as well.
4086 1999-03-06 Dave Love <fx@gnu.org>
4088 * progmodes/cc-cmds.el (c-outline-level): Bind
4089 buffer-invisibility-spec.
4091 * progmodes/c-mode.el (c-outline-level): Likewise.
4093 * progmodes/ada-mode.el (ada-outline-level): Likewise.
4095 1999-03-05 Felix Lee <flee@cygnus.com>
4097 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
4099 1999-03-05 Richard M. Stallman <rms@gnu.org>
4101 * bindings.el (complete-symbol): Invert meaning of prefix arg.
4103 1999-03-05 Andrew Innes <andrewi@gnu.org>
4105 * w32-fns.el (convert-standard-filename): Convert directory
4106 separators to Windows format.
4108 1999-03-05 Andreas Schwab <schwab@gnu.org>
4110 * international/skkdic-cnv.el: Provide skkdic-cnv.
4111 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
4112 (batch-skkdic-convert): Doc fix.
4114 1999-03-04 Dave Love <fx@gnu.org>
4116 * custom.el (custom-set-variables): Protect against setter errors.
4118 1999-03-04 Eli Zaretskii <eliz@gnu.org>
4120 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
4121 the file sizes from overflowing.
4122 (ls-lisp-format): If file size is a float, use %8.0f to print it.
4123 Under -s, print the size in blocks with %4.0f, in case they have
4124 a *really* huge file.
4126 1999-03-03 Dave Love <fx@gnu.org>
4128 * options.el (edit-options): Doc fix.
4129 (list-options): Don't lose with unbound symbols. Maintain
4132 1999-03-01 Dave Love <fx@gnu.org>
4134 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
4136 1999-02-28 Richard M. Stallman <rms@gnu.org>
4138 * ispell.el (ispell-dictionary-alist-override): New variable.
4139 (ispell-dictionary-alist): Don't setq it,
4140 if ispell-dictionary-alist-override is set.
4142 * simple.el (shell-command-default-error-buffer): Renamed from
4143 shell-command-on-region-default-error-buffer.
4144 (shell-command-on-region): Mention in echo area when there
4145 is some error output. Mention success or failure, too.
4146 Accumulate multiple error outputs
4147 going forward, with formfeed in between. Display the error buffer
4148 when we have put something in it.
4149 (shell-command): Add the ERROR-BUFFER argument feature.
4151 1999-02-28 Karl Heuer <kwzh@gnu.org>
4153 * mail/mh-utils.el (mh-lib): Doc fix.
4154 (mh-lib-progs, mh-nmh-p): New vars.
4155 (mh-find-progs): Set mh-lib-progs along with other vars.
4156 (mh-path-search): New arg FUNC-P; if specified, use that instead
4157 of mh-file-command-p.
4158 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
4160 * mail/mh-comp.el (mh-repl-formfile): New var.
4161 (mh-smail-batch): Don't ignore all arguments.
4162 (mh-reply): Do the right thing when using nmh.
4164 1999-02-27 Kenichi Handa <handa@etl.go.jp>
4166 * international/mule-cmds.el (select-safe-coding-system): Be sure
4167 to show a buffer being decoded.
4169 1999-02-26 Ken'ichi Handa <handa@gnu.org>
4171 * ps-bdf.el (bdf-directory-list): Initialize it to
4172 '("/usr/local/share/emacs/fonts/bdf").
4174 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4176 * ps-print.el: PostScript programming fix.
4177 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
4178 setpagedevice operator).
4180 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4182 * ps-print.el: Doc fix, font size specifies landscape and portrait
4184 (ps-print-version): New version number (4.1.4).
4185 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
4186 Specifies landscape and portrait sizes.
4187 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
4188 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
4190 (ps-get-font-size): New fun.
4191 (ps-font-size-internal, ps-header-font-size-internal)
4192 (ps-header-title-font-size-internal): New vars.
4194 * ps-mule.el: Change of ps-print font size variable name.
4195 (ps-mule-generate-font): Fun fix.
4196 (ps-mule-begin-job): Programming uniformization.
4198 1999-02-25 Dave Love <fx@gnu.org>
4200 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
4201 (help-make-xrefs): Do Info case first.
4203 * repeat.el: Don't require advice.
4204 (repeat-last-kill-command): Variable deleted.
4206 1999-02-25 Richard Stallman <rms@gnu.org>
4208 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
4209 case just because the current buffer is the output buffer.
4211 1999-02-25 Kenichi Handa <handa@etl.go.jp>
4213 * simple.el (what-cursor-position): To show the character's
4214 encoding, use encoded-string-description instead of information
4215 of chaset-origin-alist.
4217 * international/mule-cmds.el (iso-2022-control-alist): New variable.
4218 (encoded-code-description): New function.
4219 (encoded-string-description): New function.
4220 (encode-coding-char): New function.
4222 1999-02-25 Andrew Innes <andrewi@gnu.org>
4224 * startup.el (command-line) [windows-nt]: Fix typo in regexp
4225 checking for .emacs[.el[c]].
4227 1999-02-24 Richard Stallman <rms@gnu.org>
4229 * help.el (describe-function-1): Don't print a whole lambda-function.
4231 1999-02-23 Ken'ichi Handa <handa@gnu.org>
4233 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
4236 1999-02-23 Karl Heuer <kwzh@gnu.org>
4238 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
4240 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
4241 (clean-buffer-list-kill-buffer-names): Doc fix.
4243 * gud.el (gud-jdb-massage-args): Spelling fix.
4245 1999-02-23 Richard M. Stallman <rms@gnu.org>
4247 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
4249 1999-02-22 Eli Zaretskii <eliz@gnu.org>
4251 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
4252 excursion while calling set-auto-coding-function.
4254 * play/handwrite.el (handwrite): Require ps-print, and use
4255 ps-printer-name and ps-lpr-command. Call ps-print-region-function
4256 if it's defined, instead of forking ps-lpr-command unconditionally.
4258 1999-02-22 Kenichi Handa <handa@etl.go.jp>
4260 * international/codepage.el (cp-coding-system-for-codepage-1): Put
4261 charset-origin-alist property to a coding system for the codepage.
4263 * international/mule.el: Modify comment for charset-origin-alist
4264 property of a coding system.
4266 * simple.el (what-cursor-position): charset-origin-alist property
4267 of a coding system may be a translation table or a symbol of which
4268 `translation-table' property is a translation table.
4270 1999-02-21 Richard Stallman <rms@gnu.org>
4272 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
4273 to the "html" template.
4275 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
4277 * dirtrack.el (dirtrack): Added docstring. Now returns input.
4279 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
4281 * dirtrack.el (dirtrack): Check for the prompt in the input string
4282 instead of the buffer.
4284 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
4286 * sql.el: Set version to 1.4.1. Changed mail address to
4287 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
4288 (sql-input-ring-separator): Doc fix.
4289 (sql-mode-syntax-table): double-dash starts comments is defined as
4290 ". 56" instead of ". 12b" for XEmacs.
4291 (sql-stop, sql-interactive-mode): Doc fixes.
4292 (sql-postgres): Queries for database and server, not just one.
4293 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
4295 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
4296 changed. This is needed for master.el to work.
4297 (sql-set-sqli-buffer): Use the new hook.
4299 * sql.el (sql-make-alternate-buffer-name): Function that sets
4300 sql-alternate-buffer-name.
4301 (sql-alternate-buffer-name): Possible name of SQLi buffers.
4302 (sql-interactive-mode): Set sql-alternate-buffer-name.
4303 (sql-rename-buffer): New command.
4304 (sql-interactive-mode-menu): Menu for SQLi buffers.
4306 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
4307 and sql-input-ring-file-name are used to temporarily set
4308 comint-input-ring-file-name and comint-input-ring-separator when
4309 reading and writing input history files.
4311 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
4312 (sql-input-ring-file-name): New variable with customization.
4313 (sql-input-ring-separator): New variable with customization.
4314 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
4316 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
4317 now includes the name of the current buffer.
4319 (sql-mode): Set paragraph-separate and paragraph-start so that
4320 sql-send-paragraph sends the entire SQL statements, even if it
4321 contains indented lines.
4323 1999-02-18 Dave Love <fx@gnu.org>
4325 * format.el (format-encode-run-method, format-decode-run-method):
4326 Fix previous change.
4328 1999-02-18 Ken'ichi Handa <handa@gnu.org>
4330 * international/mule.el (coding-system-list): Moved here from
4331 mule-util.el to avoid autoloading mule-util by the call of
4332 select-safe-coding-system.
4334 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
4336 * simple.el (turn-on-auto-fill): Mark it as an option for
4339 1999-02-17 Richard Stallman <rms@gnu.org>
4341 * emacs-lisp/easymenu.el (easy-menu-get-map):
4342 Don't crash if (current-local-map) is nil.
4344 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
4346 * filecache.el (file-cache-filter-regexps): Added .class.
4348 1999-02-17 Ken'ichi Handa <handa@gnu.org>
4350 * international/mule-util.el (decompose-region): Use
4351 insert-buffer-substring instead of insert-buffer to avoid putting
4354 1999-02-17 Andreas Schwab <schwab@gnu.org>
4356 * calendar/cal-move.el (scroll-calendar-left): Don't set
4357 displayed-month and displayed-year here, let generate-calendar do
4358 it, after range checking.
4360 1999-02-17 Simon Marshall <simon@gnu.org>
4362 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
4364 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
4365 correctly between an object declared via a constructor and a method.
4366 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
4367 (java-font-lock-keywords-1): Fontify package names individually.
4368 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
4369 (java-font-lock-keywords-2): Simplify type fontification.
4370 (java-font-lock-keywords-3): Likewise.
4372 1999-02-17 Kenichi Handa <handa@etl.go.jp>
4374 * language/japanese.el (iso-2022-jp-2): New coding system.
4375 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
4377 1999-02-16 Dave Love <fx@gnu.org>
4379 * help.el (describe-function-1): Accept non-symbols.
4381 1999-02-16 Paul Eggert <eggert@twinsun.com>
4383 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
4384 find the last match if there are multiple matches.
4386 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4388 * tex-mode.el (tex-run-command, latex-run-command)
4389 (slitex-run-command, tex-command): Doc changes.
4390 (tex-start-options-string): Autoload it. Doc change. Provide
4391 a menu for customization. Allow nil. Quote backslashes only once.
4392 (tex-start-tex): Handle nil value of tex-start-options-string
4393 and apply shell-quote-argument to it.
4395 1999-02-16 Eli Zaretskii <eliz@gnu.org>
4397 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
4398 the size in blocks, since it can be a float.
4399 (ls-lisp-format): Likewise
4401 1999-02-16 Ken'ichi Handa <handa@gnu.org>
4403 * language/japanese.el (japanese-shift-jis): Add
4404 charset-origin-alist property.
4406 1999-02-15 Richard Stallman <rms@gnu.org>
4408 * progmodes/compile.el (compile-internal): Use save-selected-window.
4410 * subr.el (momentary-string-display): Bind inhibit-read-only.
4412 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
4414 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
4416 * mail/rmail.el (rmail-show-message): If an unseen message has a
4417 Summary-line in its header, get past one more line before looking
4418 for the X-Coding-System header.
4420 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
4422 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
4423 explicitly to accomodate Windows 9X lack of a useful copy program.
4425 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
4427 * wid-edit.el (widget-choice-value-create): Use `equal'
4430 1999-02-14 Richard Stallman <rms@gnu.org>
4432 * international/iso-transl.el:
4433 (iso-transl-ae): Renamed from iso-transl-e-slash.
4434 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
4435 (iso-transl-AE): Renamed from iso-transl-E-slash.
4436 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
4437 (iso-transl-char-map): Related changes.
4439 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
4441 1999-02-13 Richard Stallman <rms@gnu.org>
4443 * textmodes/texinfmt.el (texinfo-alias): New function.
4444 (texinfo-fold-nodename-case): Add defvar.
4445 (texinfo-format-node): Do case folding if specified.
4447 * ffap.el (ffap-file-at-point): Test local file names
4448 immediately. Strip off line numbers.
4450 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
4452 * sql.el: Set version to 1.3.2
4453 (sql-solid-program): Added support for solid.
4454 (sql-help): Doc mentions sql-solid.
4455 (sql-solid): Entry function for Solid.
4456 (sql-buffer): Doc explains the use of the variable and how to
4458 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
4459 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
4460 disabled if sql-buffer doesn't have a process; sql-send-paragraph
4462 (sql-show-sqli-buffer): New function to display the value of
4464 (sql-change-sqli-buffer): New function to change sql-buffer.
4465 (sql-mode): Doc explains how to change sql-buffer.
4466 (sql-send-paragraph): New function to send a paragraph.
4467 (sql-mode-map): Added keybinding for sql-send-paragraph.
4468 (sql-mysql): Doc corrected.
4469 (sql-ms): Doc corrected.
4471 * sql.el (sql-server): Doc fix.
4472 (sql-mysql): Added the use of sql-server to specify the host,
4473 sql-database now specifies database instead of host.
4474 (sql-mode-menu): Send... menu items are only active if sql-buffer
4476 (sql-help): Changed tag of entry functions a bit.
4478 * sql.el: Added keywords from `finder-by-keyword'.
4479 (sql-mode): Made sql-buffer a local variable, changed the
4480 documentation: removed instructions to add *.sql files to
4481 auto-mode-alist, added documentation for having mutliple SQL
4482 buffers sending their stuff to different SQLi buffers, each
4483 running a different process.
4484 (sql-postgres): Quoted *SQL* in doc string.
4486 (sql-ingres): Likewise.
4487 (sql-ingres): Quoted *SQL* in doc string, added references to
4488 sql-user and sql-password used during login.
4489 (sql-sybase): Quoted *SQL* in doc string, added comma.
4490 (sql-oracle): Likewise.
4491 (sql-interactive-mode): Added extensive documentation for having
4492 mutliple SQL buffers sending their stuff to different SQLi
4493 buffers, each running a different process.
4494 (sql-buffer): Changed doc from *SQL* to SQLi.
4495 (sql-get-login): Doc fix.
4497 1999-02-12 Ken'ichi Handa <handa@gnu.org>
4499 * international/mule-conf.el (undecided): Set ascii in
4500 safe-charsets property.
4502 1999-02-12 Richard Stallman <rms@gnu.org>
4504 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
4506 1999-02-12 Ken'ichi Handa <handa@gnu.org>
4508 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
4509 value to ps-mule-font-info-database-latin.
4511 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
4513 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
4514 (ps-mule-font-info-database-default): New variable.
4515 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
4516 ps-mule-font-info-database-default.
4518 1999-02-12 Dave Love <fx@gnu.org>
4520 * timezone.el (timezone-make-date-sortable)
4521 (timezone-make-date-arpa-standard): Doc fix.
4523 1999-02-12 Ken'ichi Handa <handa@gnu.org>
4525 * international/quail.el (quail-show-kbd-layout): Bind
4526 blink-matching-paren to nil.
4528 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
4529 for ASCII and Latin-1.
4531 1999-02-12 Andreas Schwab <schwab@gnu.org>
4533 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
4535 1999-02-12 Kenichi Handa <handa@etl.go.jp>
4537 * international/mule-cmds.el (language-info-alist): Remove
4538 description about charset-origin-alist.
4540 * international/mule.el: Comment added for a new coding system
4541 property `charset-origin-alit'.
4542 (make-translation-table): This variable deleted.
4544 * language/chinese.el (chinese-big5): Add charset-origin-alist
4546 ("Chinese-CNS"): Remove charset-origin-alist property.
4548 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
4550 (cyrillic-alternativnyj): Likewise.
4551 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
4552 ("Cyrillic-ALT"): Likewise.
4554 * language/vietnamese.el (vietnamese-viqr): Add
4555 charset-origin-alist property.
4556 ("Vietnamese"): Remove charset-origin-alist property.
4558 * simple.el (what-cursor-position): Don't use the varialbe
4559 charset-origin-alist, but use charset-origin-alist property of
4560 buffer-file-coding-system to decide external character set code.
4562 1999-02-10 Richard Stallman <rms@gnu.org>
4564 * shadowfile.el: Don't turn on the mode when the file is loaded.
4566 1999-02-09 Richard Stallman <rms@gnu.org>
4568 * progmodes/compile.el (compile-auto-highlight): Customize.
4570 * add-log.el (add-log-file-name-function): New variable.
4571 (add-change-log-entry): Call that function, if non-nil.
4573 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
4575 * rmail.el (rmail-search): Track match with a marker, not an integer.
4577 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4579 * progmodes/compile.el (compilation-setup): Set value of
4580 compilation-directory-stack as in compilation-forget-errors.
4581 (compile-reinitialize-errors): Bind buffer-undo-list and
4583 (compilation-forget-errors): Likewise.
4585 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
4587 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
4590 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
4591 Remove calls to sleep-for.
4593 1999-02-08 Eli Zaretskii <eliz@gnu.org>
4595 * international/codepage.el (cp-coding-system-for-codepage-1): On
4596 MS-DOS, use dos-unsupported-char-glyph for characters not
4597 supported by the codepage.
4598 (cp-make-coding-systems-for-codepage): Likewise.
4600 1999-02-08 Andreas Schwab <schwab@gnu.org>
4602 * international/mule-util.el (coding-system-list): Don't sort
4603 coding-system-list here.
4605 * international/mule.el (coding-system-lessp): Moved here from
4607 (add-to-coding-system-list): New function.
4608 (make-subsidiary-coding-system, make-coding-system,
4609 define-coding-system-alias): Use it instead of setting
4610 coding-system-list directly.
4612 1999-02-07 Dave Love <fx@gnu.org>
4614 * calendar/appt.el (appt-make-list): Don't splice quotes and date
4617 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4619 * imenu.el (imenu--last-menubar-index-alist): Add doc.
4620 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
4622 1999-02-06 Richard Stallman <rms@gnu.org>
4624 * language/european.el (setup-slovenian-environment): New function.
4625 ("Slovenian"): New language environment.
4627 * progmodes/sql.el (sql-help): Doc fix.
4628 (sql-mysql): Doc fix.
4630 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4632 * tex-mode.el: When compiling, require compare-w and skeleton
4633 to pacify the byte-compiler. Move the def's of the tex-commands
4634 together. Add a comment on kill-process vs. quit-process.
4636 1999-02-05 Dave Love <fx@gnu.org>
4638 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
4640 (compile-goto-error): Likewise.
4642 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
4644 * time-stamp.el (time-stamp-format): Format doc tighter.
4645 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
4646 (time-stamp): don't re-write the time stamp if it didn't change.
4648 1999-02-05 Alex Schroeder <asc@bsiag.com>
4650 * progmodes/sql.el: Changed version to 1.2.1.
4651 (sql-pop-to-buffer-after-send-region): Improved documentation.
4652 (sql-mysql-program): Added MySQL support.
4653 (sql-prompt-length): Made prompt-length configurable.
4654 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
4655 (sql-help): Added MySQL support, changed documentation.
4656 (sql-send-region): A message is displayed if something is sent.
4657 (sql-mode): Added buffer-local comment-start.
4658 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
4659 (sql-interactive-mode): Added buffer-local comment-start.
4660 (sql-oracle): Set sql-prompt-length.
4661 (sql-sybase): Set sql-prompt-length.
4662 (sql-mysql): Added MySQL support.
4663 (sql-ingres): Set sql-prompt-length.
4664 (sql-ms): Set sql-prompt-length.
4665 (sql-postgres): Set sql-prompt-length.
4667 1999-02-04 Eli Zaretskii <eliz@gnu.org>
4669 * term/internal.el (dos-codepage-setup): Set selection coding
4670 system to cpNNN-dos.
4672 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4674 * international/characters.el: Let ethiopic use iso-2022-7bit.
4676 1999-02-02 Dave Love <fx@gnu.org>
4678 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
4679 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
4681 1999-02-02 Karl Heuer <kwzh@gnu.org>
4683 * terminal.el (terminal-emulator): Doc fix.
4685 1999-02-02 Ken'ichi Handa <handa@gnu.org>
4687 * international/mule-util.el (compose-chars): Doc-string
4688 modified. Correctly handle a composition character in ARGS.
4690 1999-02-01 Richard Stallman <rms@gnu.org>
4692 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
4693 (makefile-menu-index-function): Function deleted.
4694 (makefile-mode): Use makefile-imenu-generic-expression.
4696 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
4698 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
4699 change, invoke from before-init-hook.
4701 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
4703 * subr.el (remove-from-invisibility-spec): Cope with the case when
4704 buffer-invisibility-spec is t.
4706 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
4708 * calendar/calendar.el (calendar-mode-map): Fix bindings for
4709 appt-add and appt-delete.
4711 1999-02-01 Eli Zaretskii <eliz@gnu.org>
4713 * term/pc-win.el (msdos-approximate-color): New function.
4714 (msdos-color-translate): Call it to find a DOS color that best
4715 approximates an X-style "#NNNNNN" color specification.
4717 1999-02-01 Ken'ichi Handa <handa@gnu.org>
4719 * international/mule-util.el (compose-chars-component): Add
4722 1999-01-31 Ken'ichi Handa <handa@gnu.org>
4724 * international/quail.el (quail-lookup-key): If cdr of MAP is a
4725 function, replace cdr of MAP by the return value of the function
4728 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4730 * progmodes/compile.el (compilation-next-error-locus): Don't
4731 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
4733 1999-01-31 Eli Zaretskii <eliz@gnu.org>
4735 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
4736 and NLs before "charset", and allow the charset name be in double
4739 1999-01-31 Richard Stallman <rms@gnu.org>
4741 * imenu.el (imenu-sort-function): Fix custom type.
4743 1999-01-30 Richard Stallman <rms@gnu.org>
4745 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
4746 (speedbar-line-token): Likewise.
4748 * play/gametree.el (gametree-default-score): Use defcustom.
4749 (gametree-score-regexp, gametree-score-closer): Likewise.
4750 (gametree-score-manual-flag, gametree-score-opener): Likewise.
4752 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4754 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
4757 1999-01-29 Markus Rost <rost@gnu.org>
4759 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
4760 tex-validate-buffer.
4761 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
4762 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
4763 now with recent occur-mode.
4764 (tex-validate-region): Really walk through all Sexps.
4765 (tex-region): Bind shell-dirtrack-verbose.
4766 (tex-file, tex-bibtex-file): Likewise.
4768 1999-01-29 Dave Love <fx@gnu.org>
4770 * finder.el: (finder-commentary): Fix interactive spec. Try
4771 appending .el to file name.
4772 (finder-find-library, finder-commentary): Doc fixes.
4774 1999-01-29 Andrew Innes <andrewi@gnu.org>
4776 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
4777 where the userid contains directory separators.
4779 1999-01-29 Dave Love <fx@gnu.org>
4781 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
4782 (lm-commentary): Doc fix.
4784 1999-01-29 Andreas Schwab <schwab@gnu.org>
4786 * files.el (file-expand-wildcards): Never consider `.' and `..' a
4787 wildcard match. Fix regexp that tests if dirpart contains
4788 wildcard characters.
4790 1999-01-28 Richard Stallman <rms@gnu.org>
4792 * font-lock.el (font-lock-default-unfontify-region):
4793 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
4795 1999-01-27 Jason Rumney <jasonr@altavista.net>
4797 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
4799 (w32-create-initial-fontsets): Do not use before-init-hook.
4800 (mouse-set-font): Document. Automatically create and use fontsets.
4802 * dos-w32.el (direct-print-region-helper): Check for printer
4803 being t as well as a string.
4805 1999-01-27 Kenichi Handa <handa@etl.go.jp>
4807 * mail/rmail.el (rmail-decode-mime-charset): New variable.
4808 (rmail-mime-charset-pattern): New variable.
4809 (rmail-convert-to-babyl-format): Decode by MIME-charset if
4810 rmail-decode-mime-charset is non-nil.
4812 1999-01-27 Ken'ichi Handa <handa@gnu.org>
4814 * international/characters.el: Set category `q' for all characters
4815 in tibetan and tibetan-1-column.
4817 1999-01-27 Andrew Innes <andrewi@gnu.org>
4819 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
4820 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
4822 1999-01-27 Dave Love <fx@gnu.org>
4824 * international/mule-cmds.el (current-language-environment):
4825 Provide :link, :type (choices) and appropriate :get.
4827 1999-01-27 Eli Zaretskii <eliz@gnu.org>
4829 * startup.el (command-line): Set default eol-mnemonic-* strings to
4830 display end-of-line format in mode line.
4832 * cus-start.el (all): Add eol-mnemonic-* variables.
4834 1999-01-26 Dave Love <fx@gnu.org>
4836 * startup.el (command-line-1): Up-date copyright.
4838 * paths.el (Info-default-directory-list): Use configdir twice.
4840 * info.el (Info-directory-list): Don't set path-separator now
4841 we're not shipped with Texinfo. Simplify path definition.
4842 Substitute all occurrences of instdir in Info-default-directory-list.
4844 1999-01-25 Richard Stallman <rms@gnu.org>
4846 * startup.el (normal-top-level-add-subdirs-to-load-path):
4847 Record the inode numbers of the dirs processed, to avoid loop.
4849 * textmodes/tex-mode.el (tex-run-command): Doc fix.
4851 1999-01-25 Dave Love <fx@gnu.org>
4853 * browse-url.el (browse-url-netscape-program): Doc addition.
4855 * help.el (help-make-xrefs): Default info references to an `(emacs)'
4858 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
4861 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4863 * calendar/diary-lib.el (mark-diary-entries): Use
4864 assoc-ignore-case and do not capitalize when matching month and
4867 * calendar/calendar.el (calendar-read-date): Ditto.
4869 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
4870 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
4872 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
4874 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
4876 * calendar/cal-islam.el (calendar-goto-islamic-date)
4877 (mark-islamic-diary-entries): Ditto.
4879 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
4881 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
4882 (calendar-read-mayan-tzolkin-date): Ditto.
4884 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
4886 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
4888 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
4890 1999-01-25 Karl Heuer <kwzh@gnu.org>
4892 * faces.el (list-faces-display): Multiline case of previous fix.
4894 1999-01-25 Andreas Schwab <schwab@gnu.org>
4896 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
4898 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
4900 * files.el (find-file): If find-file-noselect returns a list,
4901 do switch-to-buffer on each element.
4902 (find-file-other-window): Likewise for all but the first element.
4903 (find-file-other-frame): Same.
4904 (find-file-noselect): When we expand a wildcard, return a list
4907 1999-01-24 Eli Zaretskii <eliz@gnu.org>
4909 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
4910 to set the appropriate cpNNN-dos coding system as the
4911 highest-priority coding system.
4913 1999-01-23 Ken'ichi Handa <handa@gnu.org>
4915 * international/fontset.el (generate-fontset-menu): Return a
4916 sorted list by plain names of fontsets.
4918 * international/mule-diag.el (list-fontsets): Sort fontsets by
4921 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
4922 FIRST is a composite character, decompose it at first.
4924 1999-01-23 Dave Love <fx@gnu.org>
4926 * format.el: Doc fixes.
4927 (format-encode-run-method): Have things happen in the right buffer.
4928 Deal with errors from method. Set coding-system-for-write.
4929 (format-decode-run-method): Have things happen in the right buffer.
4930 Deal with errors from method. Set coding-system-for-read.
4931 (format-alist): Use nil instead of unmatchable regexps.
4933 * simple.el (shell-command-on-region): Return command's exit status.
4935 1999-01-23 Eric Ludlam <zappo@gnu.org>
4937 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
4938 of the file whose info we want to display.
4939 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
4940 (speedbar-add-mode-functions-list) Improve doc.
4941 (speedbar-line-token) New function.
4942 (speedbar-dired) Fix order of directories in -shown-directories.
4943 (speedbar-line-path): Default return is default-directory
4944 (speedbar-buffers-line-path): Return is dir name only.
4945 (speedbar-mode-functions-list): New variable.
4946 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
4947 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
4948 speedbar-files-item-info speedbar-buffers-item-info): New functions.
4949 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
4951 (speedbar-line-file): Broke out part that fetches file from a line.
4952 (speedbar-line-text): New function extracted from speedbar-line-file.
4953 (speedbar-line-path): Converted into a replaceable function.
4954 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
4956 1999-01-23 Ken'ichi Handa <handa@gnu.org>
4958 * international/fontset.el (create-fontset-from-x-resource): Make
4961 1999-01-22 Dave Love <fx@gnu.org>
4963 * paths.el (Info-default-directory-list): Put sysdir after start.
4965 1999-01-22 Sam Steingold <sds@goems.com>
4967 * midnight.el (clean-buffer-list): do not kill a buffer if it has
4968 a process associated with it.
4970 1999-01-22 Jason Rumney <jasonr@altavista.net>
4972 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
4974 1999-01-22 Felix Lee <flee@cygnus.com>
4976 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
4978 (vc-annotate-mode): Delete variable.
4980 1999-01-22 Andrew Innes <andrewi@gnu.org>
4982 * startup.el (command-line): [windows-nt]: Check for existence of
4983 .emacs file so as to notice .emacs.el or .emacs.elc and use them
4984 in preference to _emacs.
4986 1999-01-22 Dave Love <fx@gnu.org>
4988 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
4990 1999-01-20 Richard Stallman <rms@gnu.org>
4992 * files.el (find-file-noselect): Do wildcard processing only
4993 if new arg WILDCARDS is non-nil.
4994 (find-file, find-file-other-window): New arg WILDCARDS.
4995 Default it to non-nil if interactive.
4996 (find-file-other-frame): Likewise.
4997 (find-file-read-only): Likewise.
4998 (find-file-read-only-other-window): Likewise.
4999 (find-file-read-only-other-frame): Likewise.
5001 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
5002 (widget-plist-convert-option): Delete spurious comma.
5004 1999-01-19 Jason Rumney <jasonr@altavista.net>
5006 * term/w32-win.el (w32-standard-fontspec-spec): Change
5007 iso8859-5 to koi8-r. Add iso8859-9.
5009 1999-01-19 Dave Love <fx@gnu.org>
5011 * browse-url.el (browse-url-maybe-new-window): Delete macro and
5014 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
5016 (fortran-indent-subprogram): Likewise.
5018 1999-01-19 Dave Love <d.love@dl.ac.uk>
5020 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
5022 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5024 * wid-edit.el (alist): Use sexp as default key-type.
5026 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5028 * textmodes/tex-mode.el (tex-define-common-keys):
5029 Remove key binding of tex-feed-input.
5030 (tex-mode-map): Bind tex-feed-input here.
5031 (tex-start-shell): Use compilation-shell-minor-mode. Set
5032 comint-input-filter-functions before running tex-shell-hook.
5033 (tex-start-tex): Forget compilation errors.
5034 (tex-compilation-parse-errors): Rewritten to work also with
5035 compile-mouse-goto-error and compile-goto-error. Adjusted to
5036 change in tex-region.
5037 (tex-region): For the temp file use file-name without directory.
5038 (tex-file): Expand file name of tex-print-file.
5040 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5042 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
5044 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
5046 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
5047 beginning could cause Emacs to hang. Fixed.
5049 1999-01-18 Ken'ichi Handa <handa@gnu.org>
5051 * international/ccl.el (ccl-compile-translate-character): Handle
5052 the case that a tranlation table is CCL register correctly.
5054 * international/mule-cmds.el (select-safe-coding-system):
5055 Hightlight at most 256 characters.
5057 1999-01-18 Dave Love <fx@gnu.org>
5059 * startup.el (command-line): If the init file changes operation to
5060 unibyte, make all buffers unibyte and re-set language environment.
5062 * disp-table.el (standard-display-european): Make all existing
5063 buffers unibyte. Fix doc.
5065 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
5067 * wid-edit.el (coding-system): Define this unconditionally.
5069 * simple.el (shell-command-on-region-default-error-buffer): New var.
5070 (shell-command-on-region): Use that variable as interactive
5071 value of ERROR-BUFFER argument.
5073 1999-01-17 Sam Steingold <sds@goems.com>
5075 * mail/rmail.el (rmail-quit): run `rmail-quit-hook'.
5077 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5079 * progmodes/compile.el (compilation-goto-locus): If already in the
5080 compilation buffer's window, keep it in that window.
5081 (compile-mouse-goto-error): Add Doc. Don't play with windows.
5082 (compile-goto-error): Don't play with windows.
5084 * textmodes/tex-mode.el (latex-run-command): Doc fix.
5085 (tex-command): Doc fix.
5086 (tex-compilation-parse-errors): Doc fix.
5087 (tex-generate-zap-file-name): Don't start the name with -.
5088 (tex-expand-files): Works now also with strings ending with ":".
5090 1999-01-17 Ian T Zimmerman <itz@transbay.net>
5092 Patch failed to install:
5093 * gametree.el: Document scoring functionality.
5094 (gametree-score-regexp): Add optional plus sign.
5095 (gametree-score-opener): Replace `:' with `=' as the former
5096 conflicts with gametree-half-ply-regexp.
5097 (gametree-transpose-following-leaves): Add.
5098 (gametree-insert-new-leaf): Make modifying commands barf in read
5100 (gametree-break-line-here): Add a call to
5101 `gametree-transpose-following-leaves'. This maintains the
5102 necessary invariant that on each level all leaf children precede
5103 all nonleaf children. This has always been implied, but left to
5104 the user, and, unfortunately, undocumented.
5106 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
5108 * wid-edit.el (plist, alist): New widget types.
5110 1999-01-17 Dave Love <fx@gnu.org>
5112 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
5113 fix scope of condition-case therein.
5115 1999-01-17 Andrew Innes <andrewi@gnu.org>
5117 * dos-w32.el: (find-buffer-file-type-coding-system): Use
5118 default-buffer-file-coding-system when file doesn't exist (and
5119 isn't covered by a special case) instead of forcing undecided-dos
5120 against the user's wishes.
5122 * dos-w32.el (direct-print-region-helper): New function based on
5123 direct-print-region-function; sends data to specified printer port
5124 without further translation. Recognize and handle specially the
5125 standard `print' and `nprint' programs, as well as `lpr' and
5126 similar programs. Only write directly to the printer port if no
5127 print program is specified. Work around a bug in Windows 9x
5128 affecting Win32 version of Emacs by invoking command.com to write
5129 to the printer port instead of writing directly.
5130 (direct-print-region-function): Use direct-print-region-helper to
5131 do most of the work.
5132 (direct-ps-print-region-function): New function; analogue of
5133 direct-print-region-function for ps-print.
5134 (ps-lpr-command): Comment out setq; leave as example usage.
5135 (ps-lpr-switches): Ditto.
5137 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
5139 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
5140 DOS and Windows platforms, to indicate direct printing. Update
5141 the docstring accordingly.
5143 * ps-print.el: (ps-printer-name): Update docstring about usage on
5144 MS-DOS and MS-Windows.
5145 (ps-lpr-command): Update docstring as for lpr-command.
5146 (ps-print-region-function): New variable.
5147 (ps-do-despool): Use it.
5148 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
5151 * subr.el (subst-char-in-string): New function.
5153 1999-01-17 Eli Zaretskii <eliz@gnu.org>
5155 * international/codepage.el (cp852-decode-table): Fill a nil entry.
5157 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
5158 (bdf-find-font-info): New function, looks for the first readable
5159 file from a list of alternatives.
5160 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
5161 instead of bdf-get-font-info.
5162 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
5163 to ps-mule-generate-bitmap-glyph.
5165 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
5166 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
5167 now be a list of alternative names.
5168 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
5169 (ps-mule-prepare-font): Likewise.
5171 * international/codepage.el (cp855-decode-table,
5172 cp850-decode-table): Fill some nil entries.
5174 1999-01-16 Dave Love <fx@gnu.org>
5176 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
5179 1999-01-15 Dave Love <fx@gnu.org>
5181 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
5182 and change regexp for command names.
5183 (help-xref-go-back, function-called-at-point, symbol-file)
5184 (where-is): Doc fixes.
5185 (help-xref-go-back): Remove interactive spec.
5186 (describe-function-1): Fix message for alias. Buttomize alias
5189 * simple.el (join-line): New alias.
5191 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
5193 * forms.el: (forms--show-record): Convert integers to string
5194 expicitly since concat will no longer accept integers.
5195 (forms-print): Use local `total-nb-records' since
5196 `forms--total-records' will be inaccessible after buffer switching.
5198 1998-01-14 Felix Lee <flee@cygnus.com>
5200 * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness.
5202 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
5204 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
5206 1999-01-14 Eli Zaretskii <eliz@gnu.org>
5208 * international/codepage.el (cp850-decode-table): Fix previous change.
5210 1999-01-14 Simon Marshall <simon@gnu.org>
5212 * shell.el (shell-dirtrack-verbose): New custom variable.
5213 (shell-dirstack-message): Use it.
5215 1999-01-14 Kenichi Handa <handa@etl.go.jp>
5217 * international/mule-conf.el: Coding system alias `dos' for
5218 `undecided-dos', `mac' for `undecided-mac'.
5220 * international/mule-cmds.el (describe-language-environment):
5221 Don't alter input-method-alist.
5223 1999-01-13 Eli Zaretskii <eliz@gnu.org>
5225 * international/codepage.el (cp850-decode-table): Replace nil
5226 entries with codes of similary looking glyphs. (Suggested by
5227 Jason Rumney <jasonr@altavista.net>.)
5229 1999-01-13 Dave Love <fx@gnu.org>
5231 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
5233 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
5235 1999-01-12 Karl Heuer <kwzh@gnu.org>
5237 * files.el (auto-save-hook): Defvar this.
5239 1999-01-12 Alex Schroeder <asc@bsiag.com>
5241 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
5242 faces, eliminating the need to load font-lock before loading sql.
5243 (sql-mode-oracle-font-lock-keywords): Likewise.
5244 (sql-mode-postgres-font-lock-keywords): Likewise.
5246 1999-01-11 Dave Love <fx@gnu.org>
5248 * cus-start.el: Add inhibit-eol-conversion.
5250 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
5253 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
5255 * help.el (help-mode-finish): Renamed from help-mode-maybe.
5256 Don't switch to Help mode here.
5257 (temp-buffer-setup-hook): Use help-mode-finish.
5258 (help-mode-setup): New function.
5259 (temp-buffer-setup-hook): Use help-mode-setup.
5261 * progmodes/sql.el: New file.
5263 * files.el (auto-mode-alist): Add sql-mode.
5265 * faces.el (list-faces-display): Improve the formatting
5266 by computing the maximum length required for any face-name.
5268 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5270 * progmodes/compile.el (compilation-shell-minor-mode): New function.
5272 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
5274 * term.el (term_send_home): Change the string to
5275 be the same as the one emitted by xterm and consistent with the
5276 ones emitted by prior and next.
5277 (term_send_end): Likewise.
5279 1999-01-10 Dave Love <fx@gnu.org>
5281 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
5284 1999-01-10 Eli Zaretskii <eliz@gnu.org>
5286 * international/codepage.el (codepage-setup): Doc fix.
5287 (cp-decoding-vector-for-codepage): Likewise.
5289 1999-01-10 Markus Rost <rost@gnu.org>
5291 * cus-edit.el (custom-save-delete): First scan the custom-file.
5293 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
5295 * international/iso-transl.el: Define a "function name" for
5296 each translation that isn't ASCII. Use these function names
5297 in iso-transl-char-map.
5299 1999-01-08 Kenichi Handa <handa@etl.go.jp>
5301 * international/mule-util.el (decompose-region): Do decomposition
5302 on temporary unibyte buffer.
5304 * international/mule.el (make-char): Doc-string modified.
5306 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
5308 * simple.el (comment-region): Delete spaces only if we
5309 deleted a comment starter.
5311 1999-01-07 Dave Love <fx@gnu.org>
5313 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
5315 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
5316 like eval-defun does.
5318 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
5320 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
5321 constructions. Doc fixes.
5322 (generic-create-generic-function): Use defalias, not fset.
5324 * find-func.el: More doc fixes.
5326 1999-01-06 Stephen Eglen <stephen@gnu.org>
5328 * files.el (save-buffers-kill-emacs): Show the list of current
5329 processes before prompting to kill them and exit.
5331 1999-01-06 Dave Love <fx@gnu.org>
5333 * emacs-lisp/find-func.el: Doc fixes.
5334 (find-function-regexp): Extend for define-generic-mode,
5335 define-derived-mode, easy-mmode-define-minor-mode.
5337 1999-01-06 Dave Love <fx@gnu.org>
5339 * progmodes/fortran.el (fortran-window-create): Account for scroll
5342 * browse-url.el: Require (noerror) w3-auto when compiling.
5343 (browse-url-maybe-new-window): Make it a macro and revert last
5345 (browse-url-w3): Require w3 for w3-fetch-other-window.
5347 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5349 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
5352 1999-01-06 Simon Marshall <simon@gnu.org>
5354 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
5356 * font-lock.el (font-lock-default-fontify-buffer): When using
5357 with-temp-message, use nil rather than current-message.
5359 * lazy-lock.el (lazy-lock-unstall):
5360 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
5361 rather than current-message.
5363 * fast-lock.el (fast-lock-save-cache-1):
5364 (fast-lock-cache-data): When using with-temp-message, use nil rather
5365 than current-message.
5367 1999-01-06 Eli Zaretskii <eliz@gnu.org>
5369 * international/codepage.el (cp-coding-system-for-codepage-1): Add
5370 the valid-codes property.
5372 * international/mule-cmds.el (prefer-coding-system): Call
5373 set-coding-priority, so that the internal array of priorities is
5376 * international/mule-util.el:
5377 (coding-system-change-eol-conversion,
5378 coding-system-change-text-conversion): Don't define here.
5380 * international/mule-cmds.el: Define them here. Remove the
5383 1999-01-06 Andreas Schwab <schwab@gnu.org>
5385 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
5386 if it was enabled before.
5388 * view.el (View-revert-buffer-scroll-page-forward): Bind
5389 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
5391 * files.el (recover-session): Preserve point when inserting
5394 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
5396 * cus-edit.el (custom-save-delete): Don't delete whitespace
5397 and comments before the sexp that is replaced.
5399 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5401 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
5403 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
5405 * vc.el (vc-dired-hook): Use the original value of
5406 dired-move-to-filename-regexp on lines that have not been
5408 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
5409 file lines have already been reformatted.
5411 1999-01-05 Dave Love <fx@gnu.org>
5413 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
5416 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
5418 * progmodes/f90.el: Change of regular expressions for type to
5419 correct highlighting and identation. Some small fixes for
5420 compatibility with XEmacs.
5422 1999-01-05 Stephen Eglen <stephen@gnu.org>
5424 * mspools.el (mspools-vm-system-mail): Provide an alternative
5425 value based on rmail-spool-directory if $MAIL is not defined.
5427 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
5429 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
5430 (reftex-section-info): Handle negative section levels.
5431 (reftex-view-crossref-extra): New option.
5432 (reftex-view-crossref): Generalized to work in more places.
5433 (reftex-find-citation-regexp-format, reftex-find-reference-format,
5434 reftex-macros-with-labels, reftex-global-search-marker): New variables.
5435 (reftex-view-cite-locations-from-bibtex): New command.
5436 (reftex-view-regexp-match, reftex-global-search,
5437 reftex-global-search-continue): New functions.
5438 (reftex-extract-bib-entries): No error for non-existing BibTeX
5439 file, just a message.
5440 (reftex-extract-bib-entries): Better error handling.
5441 (reftex-select-with-char): Use `*RefTeX Select*' for selection
5442 help and force it on current frame.
5443 (reftex-default-bibliography): New function.
5444 (reftex-access-parse-file): Check consistency after loading a
5445 parse file. When inconsistent, enfore rescan.
5446 (reftex-check-parse-consistency): New function.
5447 (easy-menu-define): Options section drastically shortened.
5449 1999-01-05 Kenichi Handa <handa@etl.go.jp>
5451 * language/thai-util.el (thai-compose-string): New function.
5453 1999-01-04 Inge Frick <inge@nada.kth.se>
5455 * easymenu.el (easy-menu-define): Doc fix.
5456 (easy-menu-create-menu): New keyword :included.
5457 (easy-menu-do-add-item): New keyword :included. SUFFIX may
5458 be an expression, not only a string. Simulate style `button'.
5459 Use easy-menu-define-key-intern instead of easy-menu-define-key.
5460 (easy-menu-define-key-intern): New function.
5461 (easy-menu-add-item): Understand value returned from
5462 easy-menu-item-present-p and easy-menu-remove-item.
5463 (easy-menu-return-item): New function.
5464 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
5466 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
5468 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
5469 Use rmail-output-read-rmail-file-name to read the file name.
5470 Always call rmail-output-to-rmail-file noninteractively.
5471 When count > 1, do the loop here.
5472 Handle rmail-delete-after-output here.
5473 (rmail-summary-output): Similar changes.
5475 * mail/rmailout.el: Provide `rmailout'.
5476 (rmail-output-read-rmail-file-name): New function.
5477 (rmail-output-to-rmail-file): Use that.
5478 (rmail-output-read-file-name): New function.
5479 (rmail-output): Use that.
5481 * files.el (find-file-noselect): Let /: suppress wildcard matching.
5482 Error if wildcard matches no files.
5484 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
5486 * menu-bar.el (clipboard-yank): Doc fix.
5488 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
5490 1998-12-31 Markus Rost <rost@delysid.gnu.org>
5492 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
5494 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
5496 * rmail.el (rmail-encode-string): Make sure mask value is
5497 positive; (emacs-pid) returns a negative number on Windows 9x
5498 which causes odd behaviour.
5500 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
5502 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
5503 and about w32-* variables unless on Windows/NT.
5505 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
5507 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
5508 if buffer is modified; ask about all modified buffers.
5510 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
5512 * simple.el (what-cursor-position): Fix previous change.
5514 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
5516 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
5517 from paragraph-start.
5519 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
5521 * international/mule-cmds.el (prefer-coding-system): If the
5522 argument requires specific EOL conversion type, make the default
5523 coding systems use that.
5525 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
5527 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
5528 Use shell-command-on-region.
5529 (m4-start-m4, m4-end-m4): Functions deleted.
5531 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
5533 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
5535 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5537 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
5538 to compose-mail in the correct places and as a list.
5540 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
5542 * page-ext.el: Added mouse-selection feature for pages directory buffer.
5543 (pages-directory-map): Bind mouse-2
5544 (pages-copy-header-and-position): Put text property.
5545 (pages-directory-goto-with-mouse): New function.
5547 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
5549 * international/codepage.el (cp-make-coding-systems-for-codepage):
5551 (cp-coding-system-for-codepage-1): Likewise.
5553 1998-12-29 Kenichi Handa <handa@etl.go.jp>
5555 * language/thai-util.el (thai-post-read-conversion): Handle Thai
5556 composition sequence correctly here instead of calling
5557 thai-compose-region.
5559 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
5560 newline in multibyte buffer, if previous or next character is a
5561 composite char, check the first component of the composite char.
5563 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
5565 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
5568 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5570 * mail/sendmail.el (mail-yank-original): Remove text properties
5572 (mail-yank-region): Barf if no mark is set in the message
5575 * help.el (function-called-at-point): First look for function at point.
5577 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
5579 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
5581 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
5583 * simple.el (what-cursor-position): Print character encoding also.
5585 1998-12-26 Dave Love <fx@gnu.org>
5587 * textmodes/flyspell.el: If local-maps work, don't put
5588 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
5589 in flyspell-mouse-map (only).
5590 (flyspell-use-local-map): New variable.
5591 Use a different mouse-2 binding in that case,
5592 and don't add to minor-mode-map-alist.
5593 (make-flyspell-overlay, flyspell-correct-word):
5594 Test flyspell-use-local-map.
5596 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
5598 * files.el (file-expand-wildcards): Handle wildcards in directory name.
5599 Be careful about whether to return a relative file name,
5600 and if so, relative to what directory.
5602 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
5604 * emacs-lisp/easymenu.el (easy-menu-get-map):
5605 Change global map only if this menu exists in the global map already,
5606 and not in the local map.
5607 (easy-menu-do-add-item): Fix error message.
5609 * foldout.el (foldout-inhibit-key-bindings):
5610 Avoid concatenating onto outline-minor-mode-prefix.
5611 Make a new keymap for that prefix, if it does not already have one.
5613 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
5616 Can use linear algorithm for indentation if Emacs supports it.
5617 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
5618 (cperl-after-block-p): Likewise.
5619 (cperl-after-block-and-statement-beg): Likewise.
5620 (cperl-after-block-p): After END/BEGIN we are a block.
5621 (cperl-after-expr-p): Skip labels when checking
5622 (cperl-indent-region): Make a marker for END - text added/removed.
5623 Disable hooks during the call (how to call them later?).
5624 Now indents 820-line-long function in 6.5 sec (including
5625 syntaxification) the first time (when buffer has few
5626 properties), 7.1 sec the second time.
5627 (cperl-indent-region): Do not indent whitespace lines
5629 Include `cperl-merge-trailing-else' where the value is clear.
5630 (cperl-styles-entries): Likewise.
5631 (cperl-problems): Improvements to docs.
5632 (cperl-tips): Likewise.
5633 (cperl-non-problems): Likewise.
5634 (cperl-mode): Make lazy syntaxification possible.
5635 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
5636 `font-lock-unfontify-region-function' was set to a wrong function.
5638 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
5639 restart syntaxification. Changed so that -d ?foo? is a RE. Do
5640 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
5641 but 1<<6 was considered as HERE-doc.
5642 <file/glob> made into a string.
5643 Postpone addition of faces after syntactic step.
5644 Recognition of <FH> was wrong.
5645 Highlight `gem' in s///gem as a keyword. `qr' recognized.
5646 Knows that split// is null-RE.
5647 Highlights separators in 3-parts expressions as labels.
5648 <> was considered as a glob.
5649 Would err if the last line is `=head1'.
5650 $a-1 ? foo : bar; was a considered a regexp.
5651 `<< (' was considered a start of HERE-doc.
5652 mark qq[]-etc sections as syntax-type=string
5653 Was not processing sub protos after a comment ine.
5654 Was treating $a++ <= 5 as a glob.
5655 Tolerate unfinished REx at end-of-buffer.
5656 `unwind-protect' was left commented.
5657 / and ? after : start a REx.
5659 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
5660 Better default, customizes to `message' too, off in text-mode.
5662 (cperl-array-face): Renamed from `font-lock-emphasized-face',
5664 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
5666 (cperl-emacs-can-parse): New state variable.
5667 (cperl-indent-line): Corrected to use global state.
5668 (cperl-calculate-indent): Likewise.
5669 (cperl-fix-line-spacing): Likewise (not used yet).
5670 (cperl-calculate-indent): Did not consider `,' as
5671 continuation mark for statements.
5672 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
5673 Remove another parse-data optimization at toplevel: would
5675 Correct for labels when calculating indentation of continuations.
5677 (cperl-choose-color): Converted to a function (to be
5678 compilable in text-mode).
5679 (cperl-dark-background): Disable without window-system.
5680 Do `defface' only if window-system.
5681 (cperl-fix-line-spacing): sped up to bail out early.
5682 (x-color-defined-p): was not compiling on XEmacs
5683 Was defmacro'ed with a tick. Remove another def.
5684 (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones
5685 (cperl-unwind-to-safe): New function.
5686 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
5687 (cperl-fontify-syntaxically): Unwinds start and end to go out of
5688 long strings (not very successful).
5689 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
5690 Highlight the starting // in s//foo/ as function-name.
5691 Emit a meaningful error instead of a cryptic one for an
5692 uncomplete REx near end-of-buffer.
5694 (cperl-electric-keyword): `qr' recognized.
5695 (cperl-electric-else): Likewise
5696 (cperl-to-comment-or-eol): Likewise
5697 (cperl-make-regexp-x): Likewise
5698 (cperl-init-faces): Likewise, and `lock' (as overridable?).
5699 Corrected to use new macros;
5700 `if' for copying `reference-face' to `constant-face' was backward.
5701 remove init `font-lock-other-emphasized-face',
5702 `font-lock-emphasized-face', `font-lock-keyword-face'.
5703 Interpolate `cperl-invalid-face'.
5704 (cperl-make-regexp-x): Misprint in a message.
5705 (cperl-syntaxify-unwind): New configuration variable
5706 (cperl-fontify-m-as-s): New configuration variable
5707 (cperl-electric-pod): check for after-expr was performed
5709 (cperl-backward-to-noncomment): better treatment of PODs and HEREs.
5710 (cperl-clobber-mode-lists): New configuration variable.
5711 (cperl-not-bad-style-regexp): Updated.
5712 Init: `cperl-is-face' was busted.
5713 (cperl-make-face): New macros.
5714 (cperl-force-face): New macros.
5715 (font-lock-other-type-face): Done via `defface' too.
5716 (cperl-nonoverridable-face): New face. Renamed from
5717 `font-lock-other-type-face'.
5718 (cperl-init-faces-weak): use `cperl-force-face'.
5719 (cperl-comment-indent): Commenting __END__ was not working.
5720 (cperl-indent-for-comment): Likewise.
5721 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
5722 When removing old TAGS info was not relativizing filename.
5723 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
5724 Another try to work around XEmacs problems. Better progress messages.
5725 (toplevel): require custom unprotected => failure on 19.28.
5726 (cperl-xemacs-p): defined when compile too
5727 (cperl-find-tags): Was writing line/pos in a wrong order,
5728 pos off by 1 and not at beg-of-line.
5729 (cperl-etags-snarf-tag): New macro
5730 (cperl-etags-goto-tag-location): New macro
5731 (cperl-version): New variable. New menu entry
5732 random docstrings: References to "future" 20.3 removed.
5733 Menu was described as `CPerl' instead of `Perl'
5734 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
5735 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
5736 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
5737 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
5738 `font-lock-reference-face', `font-lock-keyword-face'.
5739 Use `eval-after-load'.
5740 Remove not-CPerl-related faces.
5741 (cperl-tips-faces): New variable and an entry into Mini-docs.
5742 (cperl-indent-exp): Was not processing else-blocks.
5743 (cperl-get-state): NOP line removed.
5744 (cperl-ps-print): New function and menu entry.
5745 (cperl-ps-print-face-properties): New configuration variable.
5746 (cperl-invalid-face): New configuration variable.
5747 (perl-font-lock-keywords): Highlight trailing whitespace
5748 (cperl-contract-levels): Documentation corrected.
5749 (cperl-contract-level): Likewise.
5750 (cperl-ps-extend-face-list): New macro.
5751 (cperl-invalid-face): Change to ''underline.
5753 1998-12-25 Markus Rost <rost@delysid.gnu.org>
5755 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
5757 (rmail-output-to-rmail-file): Likewise.
5759 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
5761 * emacs-lisp/easymenu.el (easy-menu-get-map):
5762 If MENU is nil, use global menu-bar map.
5763 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
5764 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
5766 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5768 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
5770 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5772 * ps-print.el (ps-print-version): New version number (4.1.3).
5774 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
5776 * international/mule-cmds.el: Use make-sparse-keymap instead of
5777 define-prefix-key when defining MULE menu items.
5779 * info.el (Info-node-at-bob-matching): New function.
5780 (Info-find-node, Info-build-node-completions): Call it.
5782 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
5784 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
5785 when this is an autoloaded keymap.
5787 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
5789 * international/codepage.el (cp-coding-system-for-codepage-1):
5790 Create separate encoders and decoders, for DOS and Unix. Make the
5791 usual family of 3 coding systems, so that automatic detection of
5793 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
5794 Unix-specific symbols here, and don't call
5795 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
5796 Handa <handa@etl.go.jp>.)
5798 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
5800 * term/internal.el (IT-character-translations): New variable, an
5801 alist used to display characters for which there's no glyphs in
5802 the current codepage.
5803 (IT-display-table-setup): New function, sets up the DOS terminal
5804 for a given codepage.
5805 (dos-codepage-setup): New function, sets up the MULE environment
5806 for the current value of dos-codepage.
5807 (top-level if): In the multibyte mode, turn on
5808 unibyte-display-via-language-environment. In the unibyte mode,
5809 set up the special syntax tables to map lower- to upper case and
5812 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
5814 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
5815 (speedbar-frame-plist) Remove useless comments.
5816 (speedbar-frame-mode) Do not specify height if it is in the param list.
5817 Use default y position w/out changing it.
5818 If default x position is a list, keep, calculate the non-list X
5819 value when devining an initial position.
5820 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
5821 (speedbar-tag-group-name-minimum-length): New variable.
5822 (speedbar-frame-parameter): New compatibility function.
5823 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
5824 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
5825 groups to keep things in the right order, and to help with some
5827 (speedbar-create-tag-hierarchy): Enable buffer local version of
5828 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
5829 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
5830 the case, derive it from the cursor location in speedbar.
5832 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
5834 * international/mule-cmds.el (set-language-environment): On MS-DOS
5835 terminals, install DOS-specific nonascii-translation-table if the
5836 language info doesn't specify one. Pass the default eol-type to
5837 set-language-environment-coding-systems.
5838 (set-default-coding-systems): Copy the eol-type property for the
5839 new default values of {buffer-file,process}-coding-system from the
5841 (set-language-environment-coding-systems): Accept an optional
5842 argument EOL-TYPE, and set the eol-type property of the default
5843 coding systems accordingly.
5844 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
5845 (set-keyboard-coding-system): Likewise.
5846 (set-default-coding-systems): Don't set
5847 default-terminal-coding-system on MS-DOS to anything but nil.
5848 (prefer-coding-system): Describe in the doc string that
5849 default-terminal-coding-system is not changed on MS-DOS.
5850 (set-language-environment): For MS-DOS, set standard syntax table
5851 and display table for all characters with code above 127.
5852 (standard-display-european-internal): For MS-DOS, pass all
5853 characters with code above 127 directly to the terminal, and don't
5854 remap characters 160 and 146 in the unibyte case.
5856 * international/codepage.el: New file.
5858 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5860 * diary-lib.el (diary-float): Fix end-of-year error and typos in
5863 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
5865 * map-ynp.el (map-y-or-n-p): Ignore input methods.
5867 * subr.el (read-passwd): Likewise.
5869 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
5871 * info.el (Info-find-node): Add 1 to the position read from the
5872 tag table. Don't fail if the node delimiter ^_ is the first
5873 character in the file.
5874 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
5875 first character in the file.
5876 (Info-read-subfile): Likewise.
5877 (Info-select-node): Likewise.
5878 (Info-build-node-completions): Likewise.
5880 1998-12-16 Richard Stallman <rms@gnu.org>
5882 * term/x-win.el (x-cut-buffer-or-selection-value):
5883 If clipboard is enabled, try it before PRIMARY selection.
5885 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
5887 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
5888 insert c-cedilla and C-cedilla respectively, like in latin-1.
5890 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
5892 * language/hebrew.el: Don't use sublists in the flags argument
5893 passed to make-coding-system.
5895 1998-12-15 Kenichi Handa <handa@etl.go.jp>
5897 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
5898 list of character sets found by find-charset-region.
5900 * ps-mule.el: Always require ps-print. Move some function
5901 definitions for Emacs 20.2 and the earlier to ps-print.el.
5902 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
5904 * ps-print.el: Define several functions for Emacs 20.2 and the
5906 (ps-printer-name): Check if printer-name is bound.
5908 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5910 * ps-mule.el: Programming uniformization and little code improvement.
5911 (ps-mule-prepare-font): Programming uniformization.
5912 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
5913 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
5915 * ps-bdf.el: Programming uniformization and little code improvement.
5916 (bdf-search-and-read): New fun.
5917 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
5918 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
5919 (bdf-info-relative-compose, bdf-info-baseline-offset)
5920 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
5921 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
5922 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
5923 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
5926 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5928 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
5929 and mule related code extraction. Autoload ps-mule funs.
5931 * ps-mule.el: Doc fix. Require ps-print only when compiled.
5932 (ps-mule-prologue-generated): New fun.
5933 (ps-mule-plot-string): Add autoload cookie.
5934 (ps-mule-begin-job): Call ps-mule-prologue-generated.
5936 1998-12-15 Kenichi Handa <handa@etl.go.jp>
5938 * ps-bdf.el: Require ps-mule instead of ps-print.
5939 (bdf-directory-list): Add autoload cookie.
5941 * ps-mule.el: New file. Mule related code extracted from
5942 ps-print.el. Require ps-print, provide ps-mule.
5943 (ps-multibyte-buffer): Add autoload cookie.
5944 (ps-mule-prepare-ascii-font): New fun.
5945 (ps-mule-set-ascii-font): New fun.
5946 (ps-mule-skip-same-charset): Fun deleted.
5947 (ps-mule-plot-string): Set ps-mule-current-charset.
5948 (ps-mule-initialize): Add autload cookie. Don't set
5949 ps-mule-font-info-database here.
5950 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
5951 ps-mule-font-info-database and ps-control-or-escape-regexp.
5952 (ps-mule-begin-page): New fun.
5954 * ps-print.el: Mule related code moved to ps-mule.el.
5955 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
5956 check ps-mule-charset-list.
5957 (ps-begin-page): Don't set ps-mule-current-charset, instead call
5959 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
5960 (ps-plot-region): Don't set ps-mule-current-charset, instead call
5961 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
5962 instead skip same charsets by itself.
5963 (ps-generate): Call ps-mule-initialize of needs-begin-file is
5964 non-nil. Call ps-mule-begin-job.
5966 1998-12-15 Kenichi Handa <handa@etl.go.jp>
5968 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
5971 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
5972 (ps-mule-external-libraries): New element FEATURE.
5973 (ps-mule-init-external-library): Ajusted for the above change.
5974 (ps-mule-generate-font): Likewise.
5975 (ps-mule-generate-glyphs): Likewise.
5976 (ps-mule-prepare-font): Likewise.
5977 (ps-mule-initialize): Likewise.
5978 (ps-begin-file): Superfluous tailing parenthesis deleted.
5980 1998-12-15 Kenichi Handa <handa@etl.go.jp>
5982 * international/fontset.el (x-decompose-font-name): If PATTERN
5983 doesn't have any wild cards, return a vector made from a name that
5984 is found by x-resolve-font-name found. Comments added.
5986 * international/mule-cmds.el (find-coding-systems-for-charsets):
5987 Handle the case of unknown charset.
5988 (find-multibyte-characters): If invalid multibyte characters are
5989 found, return the corresponding strings instead of character
5991 (find-multibyte-characters): Adjusted for the above change.
5992 (select-safe-coding-system): For a unibyte buffer, always returns
5993 DEFAULT-CODING-SYSTEM.
5994 (get-charset-property): Fix previous change. Make it a function.
5995 (put-charset-property): Make it a function.
5997 * international/mule.el (make-coding-system): Set mime-charset
5998 property of *-with-esc coding system to nil.
6000 * international/quail.el (quail-point-in-conversion-region): New
6002 (quail-conversion-backward-delete-char): When a key sequence is
6003 being translated, call quail-delete-last-char.
6005 * language/devan-util.el
6006 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
6007 handle devanagari-decomposition-rules.
6009 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
6011 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
6012 tex-start-options-string to empty string.
6013 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
6015 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
6017 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
6018 5xx responses are already handled properly).
6020 1998-12-13 Richard Stallman <rms@gnu.org>
6022 * progmodes/compile.el (compilation-error-regexp-alist): Insist
6023 on a non-digit in the file name.
6025 * simple.el (comment-region): Handle comment-padding
6026 separately for insertion and for deletion, in the right way for each.
6028 1998-12-13 Felix Lee <flee@cygnus.com>
6030 * progmodes/compile.el (compilation-error-regexp-alist): Fix
6031 regexp to match "ChangeLog:1:1998-12-09 ..."
6033 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
6035 * cus-start.el (dos-unsupported-char-glyph): Add.
6037 1998-12-11 Dave Love <fx@gnu.org>
6039 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
6040 forward-sexp in condition-case.
6042 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6043 Remove unnecessary test on `library' for explicit file name.
6044 Widen scope of save-match-data.
6046 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
6048 * international/mule.el (load-with-code-conversion): If the loaded
6049 file was inserted with no-conversion or raw-text coding system,
6050 make the buffer unibyte.
6052 1998-12-09 Richard Stallman <rms@gnu.org>
6054 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6055 Get rid of nested loops.
6057 * mouse.el (mouse-drag-vertical-line):
6058 If WHICH-SIDE is not `right', then scroll bars are on the left.
6060 * loadhist.el (load-history-loaded): defvar moved to help.el.
6062 * help.el (symbol-file-load-history-loaded): Variable renamed,
6063 and defvar moved from loadhist.el.
6064 (symbol-file): Renamed from describe-function-find-file.
6065 Load fns-VERSION.el here.
6066 (describe-variable, describe-function-1): Use symbol-file.
6068 * textmodes/tex-mode.el (tex-generate-zap-file-name):
6069 Don't start the name with #.
6071 * ispell.el: Take out the eval-when's.
6073 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
6075 * dirtrack.el (dirtrack-directory-change-hook): New hook.
6076 (dirtrack): Run it. Make debug message more verbose.
6078 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
6080 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
6081 name of the abbrev table, and provide support for XEmacs.
6082 (octave-xemacs-p): New variable.
6084 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6086 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
6087 exit, when mail-interactive is nil.
6089 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
6091 * files.el (after-find-file): Message fix.
6093 1998-12-09 Ken Stevens <stevens@kdstevens.com>
6095 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
6097 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
6099 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
6100 filenames using backslashes.
6102 1998-12-09 Dave Love <fx@gnu.org>
6104 * browse-url.el (browse-url-mail): Call compose-mail-other-window
6105 with correct number of args.
6106 (browse-url-maybe-new-window): New arg. Callers changed.
6108 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
6111 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
6113 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
6115 1998-12-08 Markus Rost <rost@delysid.gnu.org>
6117 * vc.el (vc-rcs-release): Fix Type.
6118 (vc-sccs-release): Fix Type.
6119 (vc-cvs-release): Fix Type.
6121 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
6124 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
6125 output of last undeleted message.
6127 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
6129 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
6130 (buffer-undo-list) [windows-nt]: Use different relative path.
6132 1998-12-07 Simon Marshall <simon@gnu.org>
6134 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
6136 1998-12-05 Markus Rost <rost@delysid.gnu.org>
6138 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
6140 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
6142 1998-12-04 Markus Rost <rost@delysid.gnu.org>
6144 * info.el (Info-menu): Don't return error if point is between menu
6145 header and first menu item.
6147 1998-12-04 Dave Love <fx@gnu.org>
6149 * help.el (describe-function-1): Fix description for alias.
6151 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
6153 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
6154 specifications from summary line.
6156 * rect.el (delete-whitespace-rectangle): Mark for autoload.
6157 (close-rectangle): Define alias only once in loaddefs.el.
6159 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
6161 * term/internal.el: Remove code which sets up a special syntax
6162 table for non-ASCII characters.
6164 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
6166 * dos-w32.el (direct-print-region-function): Try to ensure that
6167 printer-name is expanded to a file name on a local drive;
6168 sometimes printing a file loaded from a network volume fails.
6169 (direct-print-region-function): Add a function to
6170 write-region-annotate-functions to append a formfeed character to
6171 the region being printed, if the region doesn't end with a
6172 formfeed already. This avoids creating a second print job
6173 containing a blank page when print spooling is enabled on Windows.
6175 1998-12-02 Dave Love <fx@gnu.org>
6177 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
6180 1998-12-02 Richard Stallman <rms@gnu.org>
6182 * help.el (temp-buffer-resize-mode): Doc fix.
6184 * cus-edit.el (custom-save-delete): Save point before
6185 reading a sexp, rather than backing up.
6187 * international/iso-transl.el: Fix previous change.
6189 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6191 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
6192 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
6193 Added defvars to suppress compilation warnings.
6195 1998-11-30 Ken Stevens <k.stevens@ieee.org>
6197 * ispell.el: Improved and fixed customize for variables:
6198 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
6199 ispell-dictionary-alist, ispell-skip-sgml.
6200 Improved and fixed comments in variables and messages for
6201 functions: ispell-help-in-bufferp, ispell-local-dictionary,
6202 ispell-menu-map, ispell-checking-message, ispell-parser,
6203 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
6204 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
6205 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
6206 ispell-message-text-end, ispell-add-per-file-word-list.
6207 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
6208 system is now required for all languages. Casechars improved for
6209 castellano, castellano8, and norsk dictionaries. Dictionary
6210 norsk7-tex added. Dictionary polish added.
6211 (ispell-dictionary-alist): Redefined at load-time to support
6213 (ispell-menu-map): Redefined at load-time to support menu changes.
6214 (ispell-check-version): New alias for `check-ispell-version'.
6215 (ispell-parse-output): Fixed matching for ispell error messages.
6216 Correctly returns spelling suggestions in order generated by ispell
6218 (check-ispell-version): Ensure `case-fold-search' doesn't get
6220 (ispell-complete-word): Ensure `case-fold-search' doesn't get
6221 redefined. Fix bug that didn't respect case of word being completed.
6222 (ispell-init-process): Set process coding system to be compatible
6223 with emacs processes and the ispell process.
6224 (ispell-kill-ispell): Ensures ispell process has terminated before
6225 starting new process. This can otherwise confuse process filters
6226 and hang the ispell process.
6227 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
6228 skipping support for sgml.
6229 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
6230 which could cause `ispell-complete-word' to hang.
6231 (ispell-message): Improved message reference matching. Ensure
6232 `case-fold-search' doesn't get redefined.
6233 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
6234 get redefined. Fixed bug in returning to nroff mode from tex mode.
6235 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
6238 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6240 * textmodes/flyspell.el (flyspell-check-word-p):
6241 Don't delay inside a kbd macro.
6243 * subr.el (make-local-hook): Return the hook variable.
6245 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
6247 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
6248 Use a timer instead of post-command-hook.
6249 (hscroll-timer): New variable.
6251 1998-11-30 Dave Love <fx@gnu.org>
6253 * help.el (help-xref-button): Do nothing if text already has the
6255 (describe-variable): Revert previous change to hyperlink to source.
6257 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6259 * bindings.el (features): Add `base64' to this list.
6261 * loadhist.el (symbol-file): Doc fix.
6263 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
6265 * files.el (hack-one-local-variable): Cope with non-file buffers.
6267 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
6269 * help.el (describe-mode): Put major mode first.
6271 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
6272 to support special-display and same-window features.
6274 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
6276 * simple.el (transpose-subr, transpose-subr-1): Rename variables
6277 bound in one function and used in the other.
6278 (transpose-subr-start1, transpose-subr-start2): Add defvars.
6279 (transpose-subr-end1, transpose-subr-end2): Add defvars.
6281 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
6283 * autoinsert.el (auto-insert-alist): Use user-mail-address.
6285 1998-11-26 Kenichi Handa <handa@etl.go.jp>
6287 * international/ccl.el (ccl-dump-translate-character-const-tbl):
6288 Give format correct control string.
6290 * international/mule.el (define-translation-table): Fix bug of
6291 setting incorrect translation-table-id. If the first element of
6292 ARGS is a translation table, just register it.
6294 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
6297 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
6299 * thingatpt.el (thing-at-point-url-at-point): Don't use current
6300 syntax table to determine what is whitespace.
6302 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
6304 * frame.el (frame-parameter): Doc fix.
6306 * textmodes/tex-mode.el (tex-feed-input): New function.
6307 (tex-define-common-keys): Add binding for C-c C-m.
6309 1998-11-23 Dave Love <fx@gnu.org>
6311 * progmodes/fortran.el: Various minor doc fixes.
6312 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
6313 (fortran-with-subprogram-narrowing): New macro.
6314 (fortran-check-for-matching-do): Use it.
6315 (fortran-end-do): Use fortran-check-end-prog-re.
6316 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
6317 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
6319 1998-11-23 Simon Marshall <simon@gnu.org>
6321 * font-lock.el (font-lock-defaults): Doc fix.
6322 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
6323 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
6325 * lazy-lock.el (lazy-lock-unstall):
6326 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
6328 * fast-lock.el (fast-lock-save-cache-1):
6329 (fast-lock-cache-data): Rewritten to use with-temp-message.
6331 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
6333 * mail/rmail.el (rmail-set-message-counters-counter): Detect
6334 messages that have been added with DOS line endings and convert
6335 the line endings for such messages.
6337 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
6339 * help.el: Add resizing of temporary buffers.
6340 (temp-buffer-resize-mode): New command and variable.
6341 (temp-buffer-max-height): New variable.
6342 (resize-temp-buffer-window): New function.
6344 * window.el (window-buffer-height): New function, split from
6345 shrink-window-if-larger-than-buffer.
6346 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
6348 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
6350 * frame.el (initial-frame-alist): Add defcustom.
6352 * shell.el (shell-prompt-pattern): Add defcustom.
6354 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6356 * message.el (message-ignored-supersedes-headers): Remove
6359 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
6361 * help.el (describe-mode): Don't avoid loop indirecting thru
6364 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
6366 * help.el (describe-variable): Allow any variable with a defcustom,
6367 even if it is not a user variable.
6369 * mail/rmail.el (mail-unsent-separator): Additional alternative.
6371 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
6373 * gnus/nntp.el (nntp-request-group): Allow for failures when
6374 requesting a new group.
6376 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6378 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
6380 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6382 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
6384 1998-11-19 Simon Marshall <simon@gnu.org>
6386 * subr.el (with-temp-message): New macro.
6388 * emacs-lisp/lisp-mode.el (with-temp-message):
6389 Add lisp-indent-function property.
6391 1998-11-18 Dave Love <fx@gnu.org>
6393 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
6395 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
6397 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
6398 This is not obsolete.
6400 1998-11-18 Kenichi Handa <handa@etl.go.jp>
6402 * textmodes/picture.el: Make a new map by make-keymap.
6403 (picture-desired-column): New variable.
6404 (picture-update-desired-column): New function.
6405 (picture-beginning-of-line): Set picture-desired-column to 0.
6406 (picture-end-of-line): Set picture-desired-column to the current
6408 (picture-forward-column): Pay attention to multi-column character.
6409 (picture-backward-column): Likewise.
6410 (picture-move-down): Likewise.
6411 (picture-move-up): Likewise.
6412 (picture-movement-nw): With prefix arg, move twice columns.
6413 (picture-movement-ne): Likewise.
6414 (picture-movement-sw): Likewise.
6415 (picture-movement-se): Likewise.
6416 (picture-set-motion): Handle two-column movements.
6417 (picture-move): Call picture-move-down or picture-forward-column
6418 only when necessary.
6419 (picture-insert): Pay attention to picture-desired-column.
6420 (picture-self-insert): Likewise.
6421 (picture-clear-column): Pay attention to multi-column character.
6422 (picture-mode): Modify doc-string for two-column movement.
6424 * rect.el (move-to-column-force): New function.
6425 (operate-on-rectangle): If coerce-tabs is non-nil, call
6426 move-to-column-force instead of move-to-column.
6427 (insert-rectangle): Call move-to-column-force instead of
6429 (open-rectangle-line): If begextra is not zero, call
6430 move-to-column-force.
6433 1998-11-16 Dave Love <fx@gnu.org>
6435 * textmodes/sgml-mode.el Require skeleton when compiling.
6436 (sgml-font-lock-keywords-1): Accept single-letter tags.
6437 (v2): Defvar free variable.
6439 1998-11-16 Sam Steingold <sds@goems.com>
6441 * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL
6442 macro, not ELisp one.
6444 1998-11-16 Kenichi Handa <handa@etl.go.jp>
6446 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
6447 characters to symbol.
6449 * language/japan-util.el (japanese-zenkaku-region): New optional
6452 1998-11-16 Kenichi Handa <handa@etl.go.jp>
6454 * international/mule.el
6455 (after-insert-file-set-buffer-file-coding-system): If the buffer
6456 is changed to unibyte, return inserted bytes.
6458 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
6459 and link names if necessary.
6460 (tar-header-block-summarize): Handle the case that file or link
6461 names are multibyte.
6462 (tar-summarize-buffer): At first set the current buffer unibyte,
6463 then if there are multibyte file names, change it to multibyte.
6464 (tar-mode): Get char position from tar-header-offset.
6465 (tar-extract): Avoid multibyte<->unibyte conversion in
6466 insert-buffer-subsring by setting both buffers unibyte
6468 (tar-copy): Set the buffer unibyte while doing a work. Write
6469 without code conversion.
6470 (tar-expunge): Set the buffer unibyte while doing a work.
6471 (tar-alter-one-field): Likewise.
6472 (tar-clear-modification-flags): Compare byte position with
6474 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
6475 insert-buffer-subsring by setting both buffers unibyte
6476 temporarily. Pay attention to multibyteness while updating the
6478 (tar-mode-write-file): Write without code conversion.
6480 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6482 * nngateway.el: Require cl.
6484 1998-11-15 Dave Love <fx@gnu.org>
6486 * progmodes/fortran.el: Fix previous change:
6487 (fortran-end-prog-re1): Changed.
6488 (fortran-check-end-prog-re): New function.
6489 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
6491 1998-11-13 Tom Breton <tob@world.std.com>
6493 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
6496 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
6498 * textmodes/reftex.el: (reftex-finding-files): Group documentation
6500 (reftex-toc-toggle-file-boundary,
6501 reftex-toc-toggle-labels,
6502 reftex-toc-toggle-context,reftex-find-start-point): New functions.
6503 (reftex-toc-include-labels, reftex-toc-include-context,
6504 reftex-toc-include-file-boundaries,
6505 reftex-toc-keep-other-windows): New options.
6506 (reftex-use-text-after-label-as-context): Option removed.
6507 (reftex-extract-bib-entries): Protect use in non-latex
6509 (reftex-toc-visit-location): Renamed from
6510 `reftex-toc-visit-line'.
6511 (reftex-latin1-to-ascii): Works now with and without Mule.
6512 (reftex-truncate): Removed special stuff for Emacs 20.2.
6513 (reftex-get-offset): Made more general.
6514 (reftex-show-label-location): Renamed from
6515 `reftex-select-label-callback'.
6516 (reftex-pop-to-label): Function removed (using
6517 `reftex-show-label-location' instead.
6518 (reftex-insert-docstruct): Renamed from
6519 `reftex-make-and-insert-label-list'. Function args changed.
6520 (reftex-toc): Now uses `reftex-insert-docstruct' and
6521 `reftex-find-start-point'.
6522 (reftex-select-item): Use `reftex-find-start-point'.
6523 (reftex-toc-visit-line): Can display labels and file
6525 (reftex-TeX-master-file): `(TeX-master-file)' protected.
6527 1998-11-12 Sam Steingold <sds@goems.com>
6529 * browse-url.el (browse-url): Handle the case when
6530 `browse-url-browser-function' is a lambda list.
6532 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
6534 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
6536 * loadhist.el (symbol-file): Likewise
6538 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
6540 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
6542 1998-11-11 Sam Steingold <sds@goems.com>
6544 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
6545 `run-lisp' instead of signalling an error.
6547 1998-11-11 Karl Heuer <kwzh@gnu.org>
6549 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
6551 1998-11-11 Richard Stallman <rms@gnu.org>
6553 * vc-hooks.el (vc-toggle-read-only): Doc fix.
6555 1998-11-11 Per Starback <starback@update.uu.se>
6557 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
6558 renamed svenska8 to svenska, and fixed and extended CASECHARS
6561 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
6563 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
6564 handling if setpagedevice is not available.
6565 (ps-begin-file): Fix typo.
6567 1998-11-11 Kenichi Handa <handa@etl.go.jp>
6569 * international/mule-util.el (compose-chars-component): Signal
6570 error if CH is a rule-based composition character.
6571 (compose-chars): Signal error if an already compsed character is
6572 going to be composed by rule-base.
6574 * term/x-win.el: If a resolved ASCII font name doesn't conform to
6575 full XLFD, don't try to get information of WEIGHT and SLANT from
6578 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
6580 * dos-w32.el (set-default-process-coding-system): Use function on
6581 before-init-hook to set default-process-coding-system based on
6582 enable-multibyte-characters.
6584 * term/w32-win.el ([language-change]): For now ignore
6585 keyboard language-change events.
6587 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
6589 * ediff-util.el (ediff-make-temp-file): Run the prefix through
6590 convert-standard-file-name, but leave the results of
6591 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
6592 characters if the original name already exists, or has a special
6595 1998-11-10 Karl Heuer <kwzh@gnu.org>
6597 * international/iso-insert.el: Delete autoload cookies.
6599 * international/iso-transl.el: Add autoload cookies.
6601 1998-11-10 Richard Stallman <rms@gnu.org>
6603 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
6604 (ispell-process-line): Don't treat multibyte
6606 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
6608 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
6609 setpagedevice to specify the page size if setpagedevice is
6610 available. This is necessary to select the correct paper tray on
6611 Level 2 printers with multiple paper sizes available.
6613 (ps-begin-file): Cope with font names that contain spaces, and
6614 call BeginDoc in a BeginSetup/EndSetup block.
6616 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
6618 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
6619 convert-standard-filename.
6621 * loadhist.el (symbol-file): Run fns-VERSION.el through
6622 convert-standard-filename.
6624 1998-11-06 Richard Stallman <rms@gnu.org>
6626 * textmodes/texinfmt.el (texinfo-format-scan):
6627 Detect the case of two @-commands in a row; process just the first.
6628 (texinfo-append-refill): If line has a @c, insert the @refill
6630 (texinfo-format-refill): Return with point where the @refill was.
6632 * files.el (hack-local-variables): Test local-enable-local-variables.
6633 (hack-local-variables-prop-line): Likewise.
6634 (set-auto-mode): Don't test local-enable-local-variables here.
6635 (enable-local-variables): Doc fix.
6636 (local-enable-local-variables): Doc fix.
6637 (normal-mode): Doc fix.
6639 1998-11-06 Karl Heuer <kwzh@gnu.org>
6641 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
6643 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
6645 * simple.el (line-number-mode): Doc fix.
6647 1998-11-06 Kenichi Handa <handa@etl.go.jp>
6649 * international/fontset.el (create-fontset-from-fontset-spec):
6650 Give correct arg to `error'.
6652 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
6654 * textmodes/sgml-mode.el (html-mode): Doc fix.
6655 (sgml-name-8bit-mode): Fix missing format character in message string.
6657 1998-11-05 Karl Heuer <kwzh@gnu.org>
6659 * mail/sendmail.el (sendmail-send-it): Check for failure.
6661 1998-11-05 Richard Stallman <rms@gnu.org>
6663 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
6665 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
6666 (close-rectangle): Define as alias.
6668 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
6670 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
6672 1998-11-05 Dave Love <fx@gnu.org>
6674 * help.el (describe-variable): Don't quote link to source.
6676 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
6678 * gud.el (gud-common-init): Use pop-to-buffer.
6679 (same-window-regexps): Add an element that matches all gud buffers.
6681 1998-11-04 Jason Rumney <jasonr@altavista.net>
6683 * term/w32-win.el (x-get-selection-value): Alias to
6684 x-cut-buffer-or-selection-value.
6685 (w32-standard-fontset-spec): New variable.
6686 (w32-create-initial-fontsets, mouse-set-font): Check whether
6687 new-fontset is available.
6688 (w32-use-w32-font-dialog): Enable use of set-variable.
6690 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6692 * vc.el (with-vc-file, edit-vc-file): New macros.
6694 1998-11-04 Kenichi Handa <handa@etl.go.jp>
6696 * international/quail.el (quail-show-guidance-buf): Call
6697 set-minibuffer-window to set minibuffer window of the current
6700 1998-11-03 Theodore Jump <tjump@tertius.com>
6702 * term/w32-win.el: Require fontset.
6704 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
6706 * faces.el (set-face-font): Call resolve-fontset-name on w32.
6707 (set-face-font-auto): Ditto.
6709 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
6711 * mouse.el (mouse-drag-region): Fix typo.
6713 1998-11-02 Dave Love <fx@gnu.org>
6715 * progmodes/fortran.el Fix for fontification of strings lost somehow:
6716 (fortran-fontify-string): New function.
6717 (fortran-font-lock-keywords-1): Use it.
6719 1998-11-02 Markus Rost <rost@delysid.gnu.org>
6721 * comint.el (comint-file-name-quote-list): Doc fix.
6723 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
6725 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
6726 build directory, not source directory.
6728 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
6729 if we did not get one for the final move.
6731 1998-11-01 Dave Love <fx@gnu.org>
6733 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
6734 Don't funcall browse-url-browser-function.
6736 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
6737 Don't funcall browse-url-browser-function.
6739 * fortran.el (fortran-end-prog-re1): Fix the regexp.
6741 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
6743 * files.el (revert-buffer): Doc fix.
6745 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
6747 * textmodes/tex-mode.el (tex-start-options-string):
6748 Quote the backslashes with more backslashes.
6750 1998-10-31 Dave Love <fx@gnu.org>
6752 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
6753 (webjump): Don't funcall browse-url-browser-function.
6755 1998-10-30 Kenichi Handa <handa@etl.go.jp>
6757 * international/quail.el (quail-start-translation): Handle
6758 switching of the frame in read-key-sequence.
6759 (quail-start-conversion): Likewise.
6760 (quail-show-guidance-buf): Detach quail-guidance-buf from any
6761 windows before setting an appropriate window for it.
6762 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
6763 quail-guidance-win to nil.
6764 (quail-update-guidance): If quail-guidance-buf is not in the
6765 selected frame, call quail-show-guidance-buf again.
6767 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
6769 * progmodes/pascal.el (pascal-mode):
6770 `blink-matching-paren-dont-ignore-comments' set to t.
6772 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6774 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
6776 1998-10-30 Dave Love <fx@gnu.org>
6778 * vc.el (vc-backend-merge-news): Check for "P" output.
6780 * help.el (describe-variable): Hyperlink the definition.
6782 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
6784 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
6785 (sh-set-shell): Likewise.
6787 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
6789 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
6790 (edebug-on-error): Fix customize type to match that of
6793 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
6795 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
6796 report-emacs-bug-address instead of undefined bug-gnu-emacs.
6798 * international/mule-cmds.el (select-message-coding-system): Doc
6801 * international/mule-diag.el (describe-coding-system): Describe
6804 * mail/sendmail.el (sendmail-coding-system,
6805 default-sendmail-coding-system): Doc fix.
6807 * simple.el (shell-command-on-region): Doc fix.
6809 * loadup.el: Write fns-*.el in current directory instead of
6810 data-directory since no installation directory exists yet. Mark
6811 buffer unmodified afterwards.
6813 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
6814 instead of data-directory since it is architecture dependent.
6815 (load-history-loaded): Update doc string.
6817 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
6819 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
6820 path as a default directory when canonicalizing names.
6822 * w32-fns.el: Remove a dangling reference to a directory on the
6825 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
6827 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
6828 namespace related keywords such as `class', `body', `private',
6829 `variable', `namespace eval', etc.
6830 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
6831 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
6832 imenu and font-lock so that searches for \sw would find words
6835 * progmodes/etags.el (initialize-new-tags-table):
6836 Do not alter find-tag-marker-ring and tags-location-ring.
6838 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
6840 * term/w32-win.el: Require fontset.
6841 (w32-init-fontsets): New function (code from x-win.el).
6843 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6845 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
6846 calendar-and-diary-frame-parameters): Add title parameter.
6848 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
6850 * completion.el (dynamic-completion-mode): New function to enable
6851 the mode. (Just loading the file now does not change anything.)
6853 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6855 * ps-print.el: User option for multibyte buffer handling and doc fix.
6856 (ps-multibyte-buffer): New user option.
6857 (ps-setup): Print new user option.
6858 (ps-print-quote): New fun.
6859 (ps-color-p, ps-mule-font-info-database-latin): New var.
6860 (ps-default-color, ps-mule-font-info-database)
6861 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
6862 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
6863 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
6864 Little code improvement.
6865 (ps-mule-initialize): Initialize ps-mule-font-info-database.
6866 (ps-print-prologue-header, ps-font-family, ps-font-size)
6867 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
6868 (ps-build-face-reference, ps-mule-font-info-database-bdf)
6869 (ps-mule-external-libraries, ps-mule-init-external-library)
6870 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
6872 (ps-print-version): New version number (4.1.1) and doc fix.
6873 (ps-print-prologue-header): New user option.
6874 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
6875 Conditional compilation for GNU Emacs and emacsens.
6876 (ps-generate-postscript-with-faces): Skip invisible text better.
6877 (ps-setup): Print new user option.
6878 (ps-print-preprint): Check if input file name exists and is unwritable.
6879 (ps-begin-file): Adjust PostScript prologue header for duplex printers
6880 and insert user PostScript prologue header comments.
6881 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
6883 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
6884 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
6885 PostScript programming normalization.
6886 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
6887 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
6888 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
6889 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
6890 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
6891 Programming style normalization.
6893 1998-10-26 Kenichi Handa <handa@etl.go.jp>
6895 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
6896 version, check the value of mule-version.
6898 * international/mule-util.el (compose-region): Insert then delete
6899 to preserve markers.
6900 (decompose-region): Use search-forward for efficiency.
6902 * language/chinese.el (pre-write-encode-hz): Cancel previous
6903 change, use generate-new-buffer instead of get-buffer-create.
6904 * language/devan-util.el
6905 (in-is13194-devanagari-pre-write-conversion): Likewise.
6906 * language/thai-util.el (thai-pre-write-conversion): Likewise.
6907 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
6908 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
6910 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
6912 * mail/rmailsum.el (rmail-message-subject-p):
6913 Handle message whose header has not been reformatted.
6915 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
6917 1998-10-25 Jason Rumney <jasonr@altavista.net>
6919 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
6921 (mouse-set-font): Use font menus instead of dialog according to
6922 w32-use-w32-font-dialog.
6924 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6926 * calendar/calendar.el (calendar-day-name-array): Add doc string
6928 (calendar-month-name-array): Add doc string correctly!
6930 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
6932 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
6934 1998-10-21 Markus Rost <rost@delysid.gnu.org>
6936 * lisp/info.el (Info-next-menu-item): Stay on top of node.
6938 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
6940 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
6942 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
6944 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
6946 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
6948 1998-10-21 Karl Heuer <kwzh@gnu.org>
6950 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
6951 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
6952 (profile-filter, profile-reset-timer): Functions deleted.
6953 (profile-check-zero-init-times, profile-get-time): Likewise.
6954 (profile-find-function, profile-quit): Likewise.
6955 (profile-distinct, profile-call-stack, profile-last-time): New vars.
6956 (profile-time-list, profile-init-list): Doc fix.
6957 (profile-functions): Simplify.
6958 (profile-print): Use float. Make output include space separators.
6959 (profile-add-time): New helper function.
6960 (profile-function-prolog): Renamed from profile-start-function.
6961 Handle profile-distinct.
6962 (profile-function-epilog): Renamed from profile-update-function.
6963 Handle profile-distinct.
6964 (profile-a-function): If the function to be profiled is an
6965 autoload form, load it. If it's lazy-loaded, fetch it.
6966 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
6967 (profile-restore-fun): Arg FUN is now a function symbol, as was
6968 documented, rather than a one-element list.
6969 (profile-finish): Call profile-restore-fun properly.
6971 1998-10-21 Kenichi Handa <handa@etl.go.jp>
6973 * international/characters.el: Setup charset property
6974 nospace-between-words.
6976 * international/mule-cmds.el (get-charset-property): If CHARSET is
6977 composition, return nil.
6978 (put-charset-property): If CHARSET is composition, do nothing.
6980 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
6981 * language/devan-util.el
6982 (in-is13194-devanagari-pre-write-conversion): Likewise.
6983 * language/thai-util.el (thai-pre-write-conversion): Likewise.
6984 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
6985 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
6987 * textmodes/fill.el (sentence-end-without-period): New variable.
6988 (canonically-space-region): Pay attention to
6989 sentence-end-without-period.
6990 (fill-find-break-point): The first argument CHARSET deleted.
6992 (fill-region-as-paragraph): Pay attention to charset property
6993 nospace-between-words and text property nospace-between-words.
6995 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
6997 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
6998 an unrecognized shell.
7000 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
7002 * desktop.el (desktop-save): Include minor modes symbolically.
7003 (desktop-create-buffer): Turn on all minor modes in `mim'.
7005 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
7007 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
7008 (sh-font-lock-keywords): Handle rpm and rpm2.
7009 (sh-ancestor-alist): Handle rpm.
7011 * files.el (auto-mode-alist): Recognize .rpm files.
7012 Also .spec and .mspec files.
7014 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
7016 * faces.el (frame-set-background-mode): Enable the function for
7019 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7021 * calendar/calendar.el (calendar-day-name-array): Add doc string.
7022 (calendar-month-name-array): Add doc string.
7024 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7026 * simple.el (kill-ring-max): Increased to 60.
7028 1998-10-17 Kenichi Handa <handa@etl.go.jp>
7030 * international/characters.el: Setup auto-fill-chars.
7032 * international/kinsoku.el (kinsoku): Check the variable
7035 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
7036 Don't call kinsoku directly, intead call fill-find-break-point.
7038 * textmodes/fill.el: Setup `fill-find-break-point-function'
7039 property to character sets which require `kinsoku' processing for
7041 (fill-find-break-point): New function.
7042 (fill-region-as-paragraph): Don't check kinsoku-enable here.
7043 Don't call kinsoku directly, intead call fill-find-break-point.
7045 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
7047 * faces.el (modify-face-read-string): Return (nil) for "none".
7048 (modify-face): Don't get error if (nil) is the argument.
7049 (face-try-color-list): Don't check whether nil is a valid color.
7051 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
7053 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7054 Print message about each directory, even in batch mode.
7056 * gnus/nntp.el: Require `cl' before using nnoo-declare.
7058 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
7059 (ps-mule-string-char): No need to use sref.
7060 (ps-mule-next-index): No need to use sref.
7062 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
7064 * files.el (revert-buffer-internal-hook): Add defvar.
7066 * arc-mode.el (archive-mode): Locally set file-precious-flag.
7068 * tar-mode.el (tar-mode): Locally set file-precious-flag.
7070 1998-10-16 Markus Rost <rost@delysid.gnu.org>
7072 * international/mule-cmds.el (default-input-method): Fix custom type.
7074 * net-utils.el (whois-server-list): Fix customization type.
7076 * shell.el (shell-input-autoexpand): Fix customization group.
7078 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
7080 * repeat.el (repeat): Handle keyboard macros properly.
7081 Handle new prefix arg after self-insert command.
7083 * repeat.el: Don't include cl even at compile time.
7084 (repeat): Avoid using `loop'.
7086 * simple.el (shell-command-on-region): Doc fix.
7087 (next-history-element): Special error message if no default.
7089 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
7091 * ps-print.el (ps-print-buffer): Doc fix.
7092 (ps-despool): Likewise.
7094 * arc-mode.el (arc-mode): Provide arc-mode.
7096 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7098 * ps-print.el (ps-print-buffer): Doc fix.
7100 1998-10-14 Dave Love <fx@gnu.org>
7102 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
7103 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
7104 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
7106 * progmodes/fortran.el (fortran-mode-map): Change "Join
7107 Continuation Line" to "Join Line".
7108 (fortran-font-lock-keywords-1): Add "cycle", "exit".
7110 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
7112 * progmodes/fortran.el (fortran-join-line): Use
7113 `delete-indentation' instead of issuing an error message if not on
7114 a continuation line. Provide for joining several lines using
7117 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
7119 * term/pc-win.el (msdos-color-values): New variable.
7120 (x-color-values): New function, emulates its namesake from
7122 (msdos-bg-mode): Add all dark colors to those which return
7125 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7127 * replace.el (keep-lines, flush-lines, how-many):
7128 Don't ignore case if arg has upper case letters.
7130 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
7132 * progmodes/vhdl-mode.el
7133 (vhdl-add-index-menu): reverse order in imenu-generic-expression.
7134 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
7135 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
7136 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
7137 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
7138 (vhdl-when): Fix indentation problem.
7139 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
7140 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
7141 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
7143 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
7145 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
7146 (ls-lisp-insert-directory): Renamed from insert-directory.
7147 (insert-directory): New function.
7149 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
7151 * simple.el (completion-fixup-function): Variable deleted.
7152 (completion-setup-function): Delete code for completion-fixup-function.
7153 * emacs-lisp/lisp.el (lisp-complete-symbol):
7154 Don't bind completion-fixup-function.
7156 * files.el (find-file-wildcards): New option.
7157 (find-file-noselect): Handle wild cards, if enabled.
7158 (file-expand-wildcards): New function.
7160 * simple.el (set-fill-column): Doc fix.
7162 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7164 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
7166 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
7168 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
7169 Move declaration before first use.
7170 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
7171 hif-math, hif-factor): Rename token to hif-token and token-list to
7173 (hif-token, hif-token-list): Declare them.
7174 (hif-find-ifdef-block): Return cons of top and bottom point
7175 instead of setting dynamically bound variables.
7176 (hide-ifdef-block, show-ifdef-block): Use return value of
7177 hif-find-ifdef-block.
7179 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7181 * subr.el (read-passwd): Use clear-this-command-keys.
7183 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
7185 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
7188 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
7190 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
7191 responses to GROUP command, since this may be called from a timer
7192 with quit inhibited.
7194 1998-10-12 Kenichi Handa <handa@etl.go.jp>
7196 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
7197 set unconditional-jump to nil.
7198 (ccl-compile-read-multibyte-character): Return nil.
7199 (ccl-compile-write-multibyte-character): Likewise.
7200 (ccl-compile-translate-character): Likewise
7201 (ccl-compile-map-multiple): Likewise.
7202 (ccl-compile-map-single): Likewise.
7204 * international/kinsoku.el: Add coding tag.
7205 (kinsoku-bol): Remove superfluous TAB in a string.
7207 * international/mule-cmds.el (find-coding-systems-for-charsets):
7208 Delete `composition' (if any) from CHARSETS.
7210 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7212 * international/mule-cmds.el (setup-specified-language-environment):
7213 Add apropos-inhibit property.
7214 (describe-specified-language-support): Likewise.
7216 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
7218 * international/mule.el (make-coding-system): Create -with-esc
7219 variant coding system.
7221 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
7223 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
7224 (next-file): Optionally offer to revert a file's buffer,
7225 if it has an existing buffer but the file has changed.
7227 * info.el (Info-insert-dir): Detect and report problems
7228 in input files, such as "No Top node". Return with point
7229 at the beginning of the text.
7230 (Info-find-node): Reinsert the code to handle files
7231 with no tags table; it was deleted by mistake.
7233 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
7235 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
7236 texinfo-find-higher-level-node repeatedly find the same node.
7237 (texinfo-find-higher-level-node): Doc fix.
7239 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
7241 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
7242 (smtpmail-address-buffer): Add defvar.
7243 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
7245 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
7247 * ffap.el (ffap-machine-p-local): Fix editing error.
7249 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
7251 * faces.el (frame-set-background-mode):
7252 Don't do anythung for text-only or MSDOS frame.
7254 1998-10-08 Kenichi Handa <handa@etl.go.jp>
7256 * international/quail.el (quail-defrule): New optional arg APPEND.
7257 (quail-defrule-internal): Fix bug of handling the argument APPEND.
7259 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
7261 * gnus/pop3.el (pop3-open-server):
7262 Set process-coding-system-alist around open-network-stream.
7264 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7266 * files.el (save-buffer): Doc fix.
7268 1998-10-07 Karl Heuer <kwzh@gnu.org>
7270 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
7271 return DEF unchanged, not nil. Simplify.
7273 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
7275 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
7277 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
7279 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
7281 * net-utils.el (ftp, nslookup): Require comint.
7282 (network-service-connection): Likewise.
7283 (whois-server-name): Defaults to whois.arin.net
7284 (whois-server-list, whois-server-tld, whois-guess-server): New var.
7285 (whois): Tries to guess the appropriate top-level domain server.
7286 (whois-get-tld): New function.
7288 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
7289 (dirtrack-debug-toggle): Added this function.
7291 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7293 * files.el (find-file-noselect): Switch to the correct buffer
7294 before checking find-file-literally, and allow non-nil non-t
7297 1998-10-06 Karl Heuer <kwzh@gnu.org>
7299 * midnight.el (clean-buffer-list): Add autoload cookie.
7301 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
7303 * tar-mode.el (tar-mode-revert): Likewise.
7304 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
7305 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
7306 * gnus/message.el (message-auto-save-directory): Renamed from
7307 message-autosave-directory. All references changed.
7309 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7311 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
7312 string. Expose mime stuff while searching.
7314 1998-10-06 Richard Stallman <rms@gnu.org>
7316 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
7318 * replace.el (perform-replace): Position point properly
7319 before and after the recursive edit of C-r.
7321 * progmodes/etags.el (tags-reset-tags-tables): Properly
7322 find the markers in the old rings that are being discarded.
7324 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7326 * apropos.el (apropos-print): control invalid characters.
7328 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
7329 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
7330 confusing customize.
7332 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
7334 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
7335 built-in commands. Add more built-in commands and fix face names.
7337 1998-10-05 Simon Marshall <simon@gnu.org>
7339 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
7341 1998-10-04 Eric Ludlam <zappo@gnu.org>
7343 * speedbar.el (speedbar-initial-expansion-list-name): Remove
7344 customization since it is not useful in this case.
7345 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
7346 sure it gets evalled to a number. Also verify that set-frame-name
7347 fn exists before calling it.
7349 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7350 Protect a `forward-sexp' call which could fail, and improved regex
7351 for ie, and eg abbreviations.
7353 1998-10-02 Noah Friedman <friedman@splode.com>
7355 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
7357 (rlogin-send-Ctrl-D): Here also.
7358 (rlogin-send-Ctrl-Z): Here also.
7359 (rlogin-send-Ctrl-backslash): Here also.
7361 1998-10-02 Dave Love <fx@gnu.org>
7363 * outline.el (hide-region-body): Bind
7364 outline-view-change-hook to nil while making repeated calls to
7365 outline-flag-region. Run it once at the end.
7366 (hide-other, hide-sublevels, show-children): Likewise.
7368 * info-look.el: Remove duplicate scheme-mode entry.
7369 (info-lookup-make-completions): When looking for entries, check
7370 that `item' isn't null or "Menu".
7372 1998-10-01 Karl Heuer <kwzh@gnu.org>
7374 * net-utils.el: Don't require ffap.
7375 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
7376 (ping, nslookup-host, finger, network-connection-to-service): Use them.
7378 1998-09-30 Richard Stallman <rms@gnu.org>
7380 * ispell.el (check-ispell-version): No need to bind default-major-mode.
7382 * imenu.el (imenu--generic-function): Sort each submenu by position.
7383 (imenu--sort-by-position): New function.
7385 * cus-edit.el (Custom-mode-menu): Fix info node name.
7386 (customize group): Fix info node name.
7388 * mail/mailalias.el (build-mail-aliases): Don't allow
7389 a newline in the alias name. Don't define an alias
7390 if the definition would be empty.
7392 * which-func.el (which-func-mode-global): Make :set function
7395 * custom.el (custom-set-variables): Load the requests first,
7396 then check the symbol's `set' function.
7398 * ffap.el: Doc fixes.
7400 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7402 * gnus.el: (gnus-valid-select-methods): Fix type.
7403 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
7404 * gnus-score.el (gnus-orphan-score): Fix type.
7405 (gnus-score-default-header, gnus-score-default-type): Fix type.
7406 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
7407 (gnus-saved-headers): Fix type.
7409 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
7410 Avoid nil value of `two-lines-citation-part'.
7412 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
7414 * which-func.el (which-function): Handle case when
7415 (car imenu--index-alist) is nil.
7417 1998-09-29 Dave Love <fx@gnu.org>
7419 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
7422 1998-09-29 Simon Marshall <simon@gnu.org>
7424 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
7427 1998-09-29 Stephen Eglen <stephen@gnu.org>
7429 * info-look.el: Add support for Octave.
7431 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
7433 * textmodes/reftex.el (reftex-finding-files): New customize group.
7434 (reftex-texpath-environment-variables,
7435 reftex-use-external-file-finders, reftex-external-file-finders,
7436 reftex-search-unrecursed-path-first): New options.
7437 (reftex-process-string, reftex-find-file-externally): New
7439 (reftex-access-search-path): Execute shell commands to find the
7441 (reftex-toggle-auto-view-crossref): When turning on, make sure
7442 `reftex-auto-view-crossref' becomes non-nil.
7443 (reftex-abbrev-regexp): Constant removed.
7444 (reftex-convert-string): Abbrev regexp calculated locally.
7446 1998-09-28 Dave Love <fx@gnu.org>
7448 * progmodes/fortran.el: Don't call regexp-opt when deriving
7449 font-lock patterns with keywords that aren't all literal.
7451 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
7453 * octave-inf.el (inferior-octave-prompt): Also match prompts of
7454 the form `octave.bin:1>' which come from using precopiled binary
7457 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
7459 * help.el (help-for-help): Use %THIS-KEY%.
7460 (help-quit): Add doc.
7462 * help-macro.el (make-help-screen): Keep HELP-TEXT
7463 in a separate function definition, not in the help command FNAME.
7464 Replace %THIS-KEY% with the key sequence that ran FNAME.
7466 1998-09-25 Richard Stallman <rms@gnu.org>
7468 * textmodes/texinfo.el (texinfo-show-structure):
7469 Bind inhibit-read-only.
7471 * isearch.el (isearch-search-and-update): Properly
7472 handle upper case letters in the reverse-search special case.
7474 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7476 * gnus.el: Extend the list of autoloaded functions.
7478 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
7479 buffer before creating help group. (from Gnus v5.6.43, fix by
7480 1998-08-20 Per Starback <starback@update.uu.se>)
7482 * gnus-util.el (gnus-output-to-rmail): Adjust to
7483 `rmail-output-to-rmail-file'.
7485 1998-09-25 Karl Heuer <kwzh@gnu.org>
7487 * hexl.el (hexl-mode-map): More of previous change.
7489 * textmodes/tex-mode.el (tex-run-command): Doc fix.
7490 (tex-start-tex): Don't use tex-start-options-string in star case.
7491 Quote file name in star case as well as in non-star.
7492 Add blank and quoting of option string here.
7493 (tex-start-options-string): Not here.
7495 1998-09-23 Karl Heuer <kwzh@gnu.org>
7497 * term.el (term-delimiter-argument-list): Doc fix.
7498 (term-emulate-terminal): Escape literal semicolon.
7499 * progmodes/asm-mode.el (asm-mode): Doc fix.
7500 (asm-comment-char): Escape literal semicolon.
7501 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
7503 1998-09-23 Richard Stallman <rms@gnu.org>
7505 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
7506 only those that normally modify the buffer.
7508 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
7511 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
7513 * ispell.el (check-ispell-version): Ensure same buffer is current
7514 when let-binding of case-fold-search ends.
7516 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7518 * ps-print.el: Skip invisible overlay.
7519 Test for set-buffer-multibyte rather than using mule-version.
7520 (ps-print-version): New version number (4.1) and doc fix.
7521 (ps-generate-postscript-with-faces): Skip invisible overlay.
7523 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
7525 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
7527 1998-09-22 Kenichi Handa <handa@etl.go.jp>
7529 * international/quail.el (quail-update-guidance): Check for the
7530 return value of (quail-guidance) fixed.
7531 (quail-update-translation): Bind quail-current-str locally when it
7532 calls quail-update-guidance.
7533 (quail-update-translation): If input-method-exit-on-first-char is
7534 non-nil, terminate translation only when the current input method
7537 1998-09-22 Paul Eggert <eggert@twinsun.com>
7539 * startup.el (locale-translation-file-name): Prefer X-related names
7540 to the name used by GNU/Linux sans X. Set to nil if no file found.
7541 (command-line): Use locale-translation-file-name if it is not nil,
7542 instead of testing for its existence again.
7543 regexp-quote the ctype before using it in a regexp.
7544 Allow a colon to appear after the ctype in the aliases file,
7545 as is done in X11R6.4.
7547 1998-09-21 Richard Stallman <rms@gnu.org>
7549 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
7551 * calendar/appt.el (appt-interval): Variable deleted.
7552 (appt-check): For minutes in between appt-display-interval times,
7553 do check, but don't display anything except an updated mode line.
7554 Count against appt-display-interval based on minutes since
7555 first display of this appointment, not based on time of day.
7556 If appt-display-mode-line, force mode line redisplay
7557 whenever appt-mode-string has changed.
7558 (appt-add, appt-delete): Add autoload cookies.
7559 (appt-check): Catch errors from calling `diary'.
7560 (appt-max-time): Renamed from max-time.
7561 (appt-now-displayed, appt-display-count): New variables.
7562 (appt-timer): Don't create one if we already have one.
7564 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7565 More general code to use the source buffer instead of the zap file.
7567 * hilit-chg.el (highlight-compare-with-file): Renamed from
7570 * loadhist.el (load-history-loaded): New variable.
7571 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
7573 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
7575 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7578 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
7580 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
7583 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7585 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
7586 `undecided' and `undecided-unix'.
7588 1998-09-21 Dave Love <fx@gnu.org>
7590 * help.el (help-make-xrefs): Fix typo affecting Info references.
7592 * subr.el (remove-hook): Check list values to avoid errors.
7594 1998-09-18 Noah Friedman <friedman@splode.com>
7596 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
7597 store string in eldoc-last-message without consing a new string.
7598 Rearrange logic from nested if's into cond's.
7599 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
7600 Do not print message; just return string.
7601 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
7602 Do not print message; just return string.
7603 Cache that string in eldoc-last-data.
7604 (eldoc-last-data): Make into a vector.
7605 (eldoc-get-fnsym-args-string): Use new data form of structure.
7606 (eldoc-get-var-docstring): Here also.
7607 (eldoc-last-data-store): New function.
7608 (eldoc-get-fnsym-args-string): Use it.
7609 (eldoc-get-var-docstring): Here also.
7610 (eldoc-docstring-first-line): Minimize interim string consing.
7611 Call substitute-command-keys on the result.
7612 (eldoc-print-var-docstrings, eldoc-print-docstring,
7613 eldoc-docstring-message): Functions removed.
7614 (eldoc-docstring-format-sym-doc): New function, functionality
7615 ripped out of eldoc-docstring-message.
7616 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
7618 1998-09-18 Kenichi Handa <handa@etl.go.jp>
7620 * international/mule.el (make-coding-system): Doc-string modified.
7622 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
7624 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
7626 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
7629 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
7632 * progmodes/compile.el (compilation-error-screen-columns): New
7634 (compilation-next-error-locus): Use it to decide whether to use
7635 forward-char or move-to-column.
7637 * mail/rmail.el (rmail-movemail-program): Fix customize type.
7639 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
7640 feedmail-fiddle-plex-user-list,
7641 feedmail-spray-address-fiddle-plex-list,
7642 feedmail-prompt-before-queue-user-alist,
7643 feedmail-prompt-before-queue-help-supplement,
7644 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
7645 feedmail-queue-alternative-mail-header-separator): Fix customize
7648 * startup.el (site-run-file): Fix customize type.
7650 * speedbar.el (speedbar-initial-expansion-list-name): Fix
7653 * shell.el (shell-input-autoexpand): Fix customize type.
7655 * ps-print.el (ps-font-info-database): Add missing dots in value.
7656 Improve layout of customize type.
7658 * net-utils.el (traceroute-program-options, ping-program-options,
7659 ipconfig-program-options, netstat-program-options,
7660 arp-program-options, route-program-options,
7661 nslookup-program-options, ftp-program-options): Fix customize
7664 * midnight.el (clean-buffer-list-kill-regexps,
7665 clean-buffer-list-kill-buffer-names,
7666 clean-buffer-list-kill-never-buffer-names,
7667 clean-buffer-list-kill-never-regexps): Fix customize type.
7669 * man.el (Man-init-defvars): Avoid trailing nil on
7672 * lpr.el (printer-name): Fix customize type.
7674 1998-09-16 Kenichi Handa <handa@etl.go.jp>
7676 * international/mule-cmds.el (reset-language-environment): Call
7677 update-coding-systems-internal.
7679 * international/mule-conf.el: Call update-coding-systems-internal
7682 1998-09-14 Dave Love <fx@gnu.org>
7684 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
7685 use the menu-enable properties, pending doing it correctly and
7688 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
7690 1998-09-13 Dave Love <d.love@dl.ac.uk>
7692 * progmodes/hideshow.el (hs-grok-mode-type): Check
7693 comment-{start,end} non-nil as well as bound. Report an error if
7694 we can't grok the mode.
7696 1998-09-13 Richard Stallman <rms@gnu.org>
7698 * simple.el (blink-matching-open): Don't log paren matching
7699 messages in *Messages*.
7701 1998-09-12 Richard Stallman <rms@gnu.org>
7703 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
7704 Set point-before-scroll at end even if there was an error.
7706 * ange-ftp.el (ange-ftp-insert-file-contents):
7707 Use binary mode for dumb-unix hosts as for unix hosts.
7708 (ange-ftp-copy-file-internal): Likewise.
7710 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
7712 * emacs-lisp/pp.el: Doc fixes.
7714 * wid-edit.el (widget-menu-max-shortcuts): New variable.
7715 (widget-choose): Don't use single-char shortcuts if # items
7716 exceeds that many. Use minibuffer instead.
7718 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7720 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
7722 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
7724 * speedbar.el (speedbar-frame-mode): Do not set frame position if
7727 1998-09-10 Noah Friedman <friedman@splode.com>
7729 * rsz-mini.el (resize-minibuffer-mode): remove :version field from
7730 defcustom declaration. It's wreaking too much havoc with XEmacs
7731 and older versions of Emacs, which share this code.
7733 * type-break.el (type-break-mode): Here also.
7735 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
7736 `t' to add-hook also to modify the new local value.
7738 1998-09-10 Dave Love <fx@gnu.org>
7740 * vc.el (vc-insert-headers): Doc fix.
7742 1998-09-10 Richard Stallman <rms@gnu.org>
7744 * textmodes/flyspell.el (flyspell-mode-on): Make the
7745 ispell-... variables permanent locals.
7746 (flyspell-mode-off): Add autoload cookie.
7748 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
7749 do use binary mode, just as for `unix'.
7750 (ange-ftp-host-type): If HOST is nil, return `unix'.
7752 * dired.el (dired-mark-files-containing-regexp):
7753 Don't scan directories. Ignore non-readable files.
7755 * progmodes/compile.el (compilation-error-regexp-alist):
7756 Fix previous change: allow . and _ in command name.
7758 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
7760 * uncompress.el (uncompress-while-visiting):
7761 Use just the car of what find-operation-coding-system returns.
7763 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
7765 * shell.el (shell-file-name-quote-list): Add # to the value.
7767 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
7769 * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook
7770 to make killing of ispell process work even if
7771 kill-all-local-variables has been run.
7773 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7775 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
7776 loop when sexp entry ends at end of file with no newline.
7778 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7780 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
7781 (Custom-reset-standard): Fix menu inconsistency.
7783 * mail/feedmail.el (feedmail-from-line): Allow t.
7784 (feedmail-message-id-suffix): Allow nil.
7786 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
7787 Simplify. Make prefix arg work right.
7789 1998-09-09 Dave Love <fx@gnu.org>
7791 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
7793 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
7795 1998-09-08 Dave Love <fx@gnu.org>
7797 * add-log.el (change-log-font-lock-keywords): Do parenthesized
7798 stuff only after file names or at start of line. Allow parens
7799 around e-mail, as well as angles.
7801 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
7802 ignore-errors too, eval'd when compile. Require w3 stuff at load
7803 time for nicer failure if it's not available.
7805 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
7807 * comint.el (comint-arguments): Ignore backslashes when using
7808 w32 shells that expect backslashes as the directory separator.
7810 1998-09-04 Kenichi Handa <handa@etl.go.jp>
7812 * international/fontset.el (resolved-ascii-font): New variable.
7813 (x-complement-fontset-spec): By side effect, set
7814 `resolved-ascii-font' to the resolved name of ASCII font."
7815 (create-fontset-from-fontset-spec): Don't get a value for
7816 resolved-ascii-font from the list full-fontlist. It is set by
7817 x-complement-fontset-spec now.
7819 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
7820 version, check the value of mule-version.
7822 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
7824 * textmodes/reftex.el (reftex-view-crossref): Split up into
7825 several functions. No longer moves to find a macro.
7826 (reftex-view-cr-cite, reftex-view-cr-ref,
7827 reftex-end-of-bib-entry): New functions.
7828 (reftex-auto-view-crossref): New value `window' allowed.
7829 (reftex-view-crossref-when-idle): Process new `window' option in
7830 (reftex-translate-to-ascii-function): New default.
7831 (reftex-label-illegal-re): Default changed, removed Latin1.
7832 (reftex-latin1-to-ascii): New function.
7833 (reftex-what-environment): Check for section regexp before use.
7834 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
7835 absolute path names.
7836 (reftex-TeX-master-file): Changed sequence of file checks.
7837 (reftex-do-citation): bibview cache only with RefTeX mode on.
7839 1998-09-06 Richard Stallman <rms@gnu.org>
7841 * progmodes/compile.el (compilation-error-regexp-alist):
7842 In first pattern (GNU utilities and other things),
7843 allow a space after the optional program name at the beginning.
7845 * mail/mail-hist.el (mail-hist-current-header-contents):
7846 Fix previous change: use mail-header-end.
7848 1998-09-06 Bill Richter <richter@math.nwu.edu>
7850 * international/ccl.el: Doc fixes.
7851 * international/encoded-kb.el: Doc fixes.
7852 * international/fontset.el: Doc fixes.
7853 * international/kinsoku.el: Doc fixes.
7854 * international/kkc.el: Doc fixes.
7855 * international/mule-cmds.el: Doc fixes.
7856 * international/mule-conf.el: Doc fixes.
7857 * international/mule-util.el: Doc fixes.
7858 * international/mule.el: Doc fixes.
7860 1998-09-05 Eric Ludlam <zappo@gnu.org>
7862 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
7863 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
7864 (checkdoc-this-string-valid-engine): Permit ? as terminating
7865 punctuation for first line sentence breaking.
7866 (checkdoc-this-string-valid): When converting a comment into a doc
7867 string, make sure " chars are \".
7868 (checkdoc-sentencespace-region-engine): Only do double space check
7869 if based on the variable `sentence-end-double-space'
7870 (checkdoc-this-string-valid-engine): ? ends valid sentence.
7871 (checkdoc-proper-noun-region-engine): Exclude items in URLs
7873 1998-09-04 Richard Stallman <rms@gnu.org>
7875 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7876 Recognize define-skeleton as a function definer.
7878 * cus-edit.el (customize-option): Refuse to customize
7879 a variable that has no defcustom. But if variable is autoloaded,
7880 first try to load the library that defines it.
7882 * international/iso-insert.el: Use `string' before calling `insert'
7883 so that in multibyte buffers we insert multibyte chars.
7885 * dired.el (dired-mark-files-containing-regexp):
7886 Don't use find-file; instead, insert the file in a temp buffer.
7888 * textmodes/tex-mode.el (tex-start-options-string): New option.
7889 (tex-start-tex): Use that variable.
7891 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
7892 value in the `repeat' alternative a list.
7894 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
7895 the inserted newline, verify that one was really inserted.
7897 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
7898 remains on or remains off.
7899 (flyspell-multi-language-p): Default changed to nil.
7901 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
7902 In "found in comment" case, don't beginning-of-line after forward-line.
7904 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7905 If the function definition is not a lambda, return original FORM
7908 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
7910 * net-utils.el (netstat-program-options): Changed from nil to "-a"
7911 so that by default netstat shows all network connections.
7913 1998-09-04 Bob Weiner <weiner@altrasoft.com>
7915 * international/quail.el: Doc fixes.
7917 * info.el (info): Don't add parens if FILE already has them.
7919 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
7921 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
7924 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
7926 * w32-fns.el (w32-shell-dos-semantics): New function.
7928 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
7930 * international/quail.el (quail-choose-completion-string): Store
7931 completion `choice' in `quail-current-str'; don't insert it.
7933 1998-09-02 Kenichi Handa <handa@etl.go.jp>
7935 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
7936 argument to ps-mule-generate-bitmap-font.
7938 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
7939 entry and change Latin-1 entry in the default value.
7940 (ps-mule-font-info-database-ps-bdf): New variable.
7941 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
7942 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
7943 registerd in FONT-SPEC.
7944 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
7945 charcter width of bitmap fonts.
7946 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
7948 (ps-begin-file): Output PostScript code for setting
7950 (ps-plot-region): Use line-beginning-position to get a position of
7951 the beginning of the current line.
7953 * international/mule-cmds.el (register-input-method): Doc-string
7956 1998-09-01 Dave Love <fx@gnu.org>
7958 * international/mule-cmds.el (current-language-environment): Fix
7961 1998-09-01 Simon Marshall <simon@gnu.org>
7963 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
7964 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
7965 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
7966 names with font-lock-type-face. Fontify type specs, etc., with
7967 font-lock-keyword-face.
7969 1998-08-31 Kenichi Handa <handa@etl.go.jp>
7971 * international/fontset.el (x-complement-fontset-spec): If ASCII
7972 font is specified in FONTLIST, don't substitute it for the
7975 1998-08-31 Paul Eggert <eggert@twinsun.com>
7977 * international/mule.el (charset-description): Doc fix.
7979 * language/chinese.el, language/cyrillic.el, language/czech.el,
7980 language/devanagari.el, language/ethiopic.el,
7981 language/european.el, language/hebrew.el, language/indian.el,
7982 language/japanese.el, language/korean.el, language/lao.el,
7983 language/slovak.el, language/thai.el, language/tibetan.el,
7984 language/vietnamese.el:
7985 Add coding: local variable, to avoid bootstrapping problem
7986 if you need to recompile all the Lisp files using interpreted code.
7988 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7990 * cal-china.el (chinese-year-cache): Change range of years from
7991 1989-2000 to 1990-2010.
7993 1998-08-29 Dave Love <d.love@dl.ac.uk>
7995 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
7996 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
7998 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8000 * ps-print.el (ps-print-control-characters): Doc-string modified.
8001 (ps-output-string-prim): Comment format changed.
8002 (ps-do-despool): Indentation of source code changed.
8004 1998-08-28 Kenichi Handa <handa@etl.go.jp>
8006 * subr.el (sref): Make it an alias of aref. Make the
8007 byte-compiler warn that it is obsolete.
8008 (char-bytes): Make the byte-compiler warn that it is obsolete.
8010 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
8011 Calculate the total bytes using position-bytes instead of
8014 1998-08-27 Karl Heuer <kwzh@gnu.org>
8016 * snmp-mode.el: New file.
8017 * files.el (auto-mode-alist): Add snmp-mode patterns.
8019 1998-08-27 Karl Eichwalder <ke@suse.de>
8021 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
8023 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8025 * calendar/diary-lib.el (diary-block): Doc fix..
8026 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
8028 1998-08-27 Richard Stallman <rms@gnu.org>
8030 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
8031 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
8032 Clear appt-mode-string if we don't put something in it.
8034 1998-08-27 Dave Love <fx@gnu.org>
8036 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
8037 dired-local-variables-file for dired-x.
8039 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
8040 for compressed library files too.
8042 1998-08-26 Kenichi Handa <handa@etl.go.jp>
8044 * language/european.el ("Latin-1"): Modify `documentation' key value.
8045 ("Latin-2"): Likewise.
8047 1998-08-26 Karl Heuer <kwzh@gnu.org>
8049 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
8051 1998-08-26 Albert L. Ting <alt@artisan.com>
8053 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
8054 (mail-hist-current-header-contents): Use mail-text-start.
8056 1998-08-26 Richard Stallman <rms@gnu.org>
8058 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
8059 (customize-changed-options-previous-release): New variable.
8060 (customize-changed-options): Use that variable as default arg.
8062 1998-08-26 Karl Eichwalder <ke@suse.de>
8064 * midnight.el: Require `timer' not only when compiling.
8066 1998-08-26 Per Starback <starback@update.uu.se>
8068 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
8069 buffer before creating help group.
8071 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8073 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
8074 coding-system-for-write before saving.
8076 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
8078 * isearch.el (isearch-forward): Doc fix.
8080 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
8082 * emacs-lisp/find-func.el: Fix :version tags to have a string
8085 * cus-dep.el: Fix typo in output.
8087 1998-08-25 Dave Love <fx@gnu.org>
8089 * repeat.el (repeat): Doc fix.
8091 (repeat-previous-repeated-command): New variable.
8092 (repeat): Check for real-last-command being null or repeat. Set
8093 repeat-previous-repeated-command.
8095 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
8097 1998-08-25 Kenichi Handa <handa@etl.go.jp>
8099 * gnus/message.el (message-send-mail-with-sendmail): Bind
8100 coding-system-for-write by the return value of
8101 select-message-coding-system.
8102 (message-send-mail-with-qmail): Likewise.
8104 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
8106 * emacs-lisp/autoload.el: Fix doc-string-elt property on
8107 define-derived-mode.
8109 * files.el (file-name-invalid-regexp):
8110 Fix regex for ms-dos without long file names.
8112 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8114 * ps-print.el: Multi-byte buffer handling.
8115 (ps-print-version): New version number (4.0) and doc fix.
8116 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
8117 compilation for GNU Emacs and emacsens.
8118 (ps-generate-postscript-with-faces): Force invisible text to be
8120 (dos-ps-printer): New var to avoid compilation gripes.
8122 1998-08-24 Kenichi Handa <handa@etl.go.jp>
8124 * ps-print.el (ps-mule-plot-string): Pay attention to the case
8125 that no more characters can't be printed in the current line.
8127 1998-08-24 Kenichi Handa <handa@etl.go.jp>
8129 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
8132 1998-08-24 Kenichi Handa <handa@etl.go.jp>
8134 * ps-print.el: Add codes to make ps-print.el work also on Emacs
8135 20.2 and the earlier version.
8136 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
8137 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
8138 (ps-mule-find-wrappoint): Likewise.
8139 (ps-mule-generate-font): Change `X' to `x' in format
8141 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
8142 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
8143 `restore' form procedures `BC' and `EC'.
8145 1998-08-24 Kenichi Handa <handa@etl.go.jp>
8147 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
8148 is an executable procedure. Make LineThickness, Xshadow, and
8149 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
8150 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
8151 ps-mule-font-info-database-bdf): New vars.
8152 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
8153 (ccl-encode-ethio-unicode): New CCL program.
8154 (ps-mule-encode-ethiopic): New fun.
8155 (ps-mule-current-charset): New var.
8156 (ps-mule-get-font-spec, ps-mule-font-spec-src,
8157 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
8158 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
8159 (ps-mule-external-libraries): New var.
8160 (ps-mule-init-external-library): New fun.
8161 (ps-mule-font-cache): New var.
8162 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
8163 (ps-last-font): New var.
8164 (ps-mule-prepare-font): New fun.
8165 (ps-mule-charset-list): New var.
8166 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
8167 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
8168 ps-mule-plot-string): New funs.
8169 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
8171 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
8172 ps-mule-prepare-cmpchar-font): New funs.
8173 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
8175 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
8176 ps-mule-generate-bitmap-glyph): New funs.
8177 (ps-mule-initialize, ps-mule-begin): New funs.
8178 (ps-output-string-prim): Insert string as unibyte.
8179 (ps-output-prologue): New fun.
8180 (ps-flush-output): Handle the case of 'prologue.
8181 (ps-begin-file): Call ps-mule-initialize.
8182 (ps-begin-job): Set ps-control-or-escape-regexp differently if
8183 printing multibyte characters.
8184 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
8185 (ps-basic-plot-string): Handle the case of printing ASCII
8186 characters by external libraries (e.g. BDF).
8187 (ps-set-font): Set ps-last-font.
8188 (ps-plot-region): Handle multibyte characters, use
8189 ps-mule-plot-string for them.
8190 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
8194 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
8196 * international/mule-cmds.el (select-message-coding-system): New
8198 (set-language-environment-coding-systems): Set
8199 default-sendmail-coding-system.
8201 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
8202 (default-sendmail-coding-system): New variable.
8203 (sendmail-send-it): Encode the message by a coding system
8204 select-message-coding-system returns.
8206 1998-08-23 Eric Ludlam <zappo@gnu.org>
8208 * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'.
8209 (speedbar-mode): Set buffer to read only.
8210 (speedbar-temp-buffer-show-function): For emacs don't call hook
8212 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
8214 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
8216 * speedbar.el (speedbar-key-map): Fix typo.
8218 See ChangeLog.7 for earlier changes.